Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

NoClassDefFoundError inside AWS Lambda #1331

Open
pedrofurlanetto90 opened this issue Mar 14, 2025 · 0 comments
Open

NoClassDefFoundError inside AWS Lambda #1331

pedrofurlanetto90 opened this issue Mar 14, 2025 · 0 comments

Comments

@pedrofurlanetto90
Copy link

We are migrating to aws-encryption-sdk-java 3.0.1. The code builds without any problem, but when we try to deploy a Lambda we are facing the following error:

java.lang.NoClassDefFoundError: dafny/TypeDescriptor$Initializer
	at software.amazon.cryptography.materialproviders.internaldafny.types.MaterialProvidersConfig.<clinit>(MaterialProvidersConfig.java:33)
	at software.amazon.cryptography.materialproviders.ToDafny.MaterialProvidersConfig(ToDafny.java:1598)

I checked this is Runtime dependency of aws-cryptographic-material-providers like below:

+- com.amazonaws:aws-encryption-sdk-java:jar:3.0.1:compile
|  +- software.amazon.cryptography:aws-cryptographic-material-providers:jar:1.0.2:compile
|  |  +- org.dafny:DafnyRuntime:jar:4.2.0:runtime
|  |  +- software.amazon.smithy.dafny:conversion:jar:0.1:runtime

Could you help me to fix this issue? The only fix is adding Dafny dependency to the POMs? Thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant