Hi, Starting today every time i try to build my plugin it fails when running tests and gives the following error:
---- WARNING: Failed to instantiate Key[type=org.jenkinsci.main.modules.instance_identity.PageDecoratorImpl, annotation=[none]]; skipping this component com.google.inject.ProvisionException: Guice provision errors: 1) Error injecting constructor, java.lang.NoSuchMethodError: org.bouncycastle.openssl.PEMWriter.<init>(Ljava/io/Writer;Ljava/lang/String;)V at org.jenkinsci.main.modules.instance_identity.PageDecoratorImpl.<init>(Unknown Source) 1 error at com.google.inject.internal.ProviderToInternalFactoryAdapter.get(ProviderToInternalFactoryAdapter.java:52) at com.google.inject.Scopes$1$1.get(Scopes.java:65) at hudson.ExtensionFinder$GuiceFinder$FaultTolerantScope$1.get(ExtensionFinder.java:429) at com.google.inject.internal.InternalFactoryToProviderAdapter.get(InternalFactoryToProviderAdapter.java:41) ---- Any idea what's going on? And what can i do to make it work? If i start the plugin in debug mode it works and i don't get errors. I only get them when i try to do a build. I'm using IntelliJ IDEA. -- You received this message because you are subscribed to the Google Groups "Jenkins Developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
