java.lang.NoClassDefFoundError: software/amazon/awssdk/protocols/jsoncore/JsonNode #3215
|
Exception in thread "Thread-24" java.lang.NoClassDefFoundError: software/amazon/awssdk/protocols/jsoncore/JsonNode Tomcat is throwing this error and I don't have any idea how to resolve this or which jar to import to resolve this. I need guidance as I am on deadline here. SDK version 2.17.190 |
Replies: 2 comments 1 reply
|
@Fais-007 |
|
Hello! Reopening this discussion to make it searchable. |
@Fais-007
NoClassDefFoundErrorindicates you're using mismatched versions of thecoreandservicemodules. We recommend all the SDK modules to be in the same version.You can check for version mismatches by running
mvn dependency:tree