aws-maven icon indicating copy to clipboard operation
aws-maven copied to clipboard

[WARNING] Error injecting: org.springframework.build.aws.maven.SimpleStorageServiceWagon

Open daviswalker opened this issue 10 years ago • 3 comments

As of 5.0.0 I get the following error. 4.x does not give this error, although I can't prove it works because I'm getting an "access denied" error as per a previously-filed issue. It looked like upgrading to 5.0.0 was necessary to get the password to be recognized, but then I ran into this.

[WARNING] Error injecting: org.springframework.build.aws.maven.SimpleStorageServiceWagon java.lang.TypeNotPresentException: Type org.springframework.build.aws.maven.SimpleStorageServiceWagon not present at org.eclipse.sisu.space.URLClassSpace.loadClass(URLClassSpace.java:115) at org.eclipse.sisu.space.NamedClass.load(NamedClass.java:46) at org.eclipse.sisu.space.AbstractDeferredClass.get(AbstractDeferredClass.java:48) at com.google.inject.internal.ProviderInternalFactory.provision(ProviderInternalFactory.java:86) at com.google.inject.internal.InternalFactoryToInitializableAdapter.provision(InternalFactoryToInitializableAdapter.java:55) at com.google.inject.internal.ProviderInternalFactory$1.call(ProviderInternalFactory.java:70) at com.google.inject.internal.ProvisionListenerStackCallback$Provision.provision(ProvisionListenerStackCallback.java:100)

daviswalker avatar Apr 01 '14 16:04 daviswalker

This was the result of nothing more than a version update? The <extension/> declaration hasn't changed?

nebhale avatar Apr 01 '14 17:04 nebhale

Have you tried updating the maven-deploy-plugin to the latest version?

ebaxt avatar Apr 07 '14 15:04 ebaxt

Check your JDK version. You haven't included the whole stacktrace here, but I suspect that if you did it would indicate that the class file version was incompatible with the plugin. You need at least JDK 7

mcacker avatar Aug 06 '14 16:08 mcacker