java.lang.NoClassDefFoundError: Could not initialize class com.amazonaws.ClientConfiguration
Searched on Google with the first line of a JAVA stack trace?
We can recommend more relevant solutions and speed up debugging when you paste your entire stack trace with the exception message. Try a sample exception.
Recommended solutions based on your search
Solutions on the web
via Jenkins JIRA by Matthew Douglass, 1 year ago
via jenkins-ci.org by Unknown author, 2 years ago
via Jenkins JIRA by Matthew Douglass, 1 year ago
via jenkins-ci.org by Unknown author, 2 years ago
java.lang.NoClassDefFoundError: Could not initialize class com.amazonaws.ClientConfiguration
at com.amazonaws.services.sns.AmazonSNSClient.
(AmazonSNSClient.java:128) at org.jenkinsci.plugins.snsnotify.AmazonSNSNotifier.send(AmazonSNSNotifier.java:144)
at org.jenkinsci.plugins.snsnotify.AmazonSNSNotifier.onCompleted(AmazonSNSNotifier.java:85)
at org.jenkinsci.plugins.snsnotify.BuildListener.onCompleted(BuildListener.java:30)
at org.jenkinsci.plugins.snsnotify.BuildListener.onCompleted(BuildListener.java:8)
at hudson.model.listeners.RunListener.fireCompleted(RunListener.java:201)
at hudson.model.Run.execute(Run.java:1786)
at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
at hudson.model.ResourceController.execute(ResourceController.java:98)
at hudson.model.Executor.run(Executor.java:410)