Created
September 21, 2012 10:11
-
-
Save mmalmeida/3760757 to your computer and use it in GitHub Desktop.
Jenkins 1.482 error
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [SCP] Connecting to localhost | |
| FATAL: org/bouncycastle/crypto/modes/SICBlockCipher | |
| java.lang.NoClassDefFoundError: org/bouncycastle/crypto/modes/SICBlockCipher | |
| at org.bouncycastle.jce.provider.JCEBlockCipher.engineSetMode(Unknown Source) | |
| at javax.crypto.Cipher$r.a(DashoA13*..) | |
| at javax.crypto.Cipher.a(DashoA13*..) | |
| at javax.crypto.Cipher.init(DashoA13*..) | |
| at javax.crypto.Cipher.init(DashoA13*..) | |
| at com.jcraft.jsch.jce.AES256CTR.init(AES256CTR.java:57) | |
| at com.jcraft.jsch.Session.checkCipher(Session.java:1891) | |
| at com.jcraft.jsch.Session.checkCiphers(Session.java:1868) | |
| at com.jcraft.jsch.Session.send_kexinit(Session.java:553) | |
| at com.jcraft.jsch.Session.connect(Session.java:274) | |
| at com.jcraft.jsch.Session.connect(Session.java:150) | |
| at be.certipost.hudson.plugin.SCPSite.createSession(SCPSite.java:153) | |
| at be.certipost.hudson.plugin.SCPRepositoryPublisher.perform(SCPRepositoryPublisher.java:160) | |
| at hudson.tasks.BuildStepMonitor$3.perform(BuildStepMonitor.java:36) | |
| at hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:717) | |
| at hudson.model.AbstractBuild$AbstractBuildExecution.performAllBuildSteps(AbstractBuild.java:692) | |
| at hudson.model.Build$BuildExecution.post2(Build.java:183) | |
| at hudson.model.AbstractBuild$AbstractBuildExecution.post(AbstractBuild.java:639) | |
| at hudson.model.Run.execute(Run.java:1527) | |
| at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:46) | |
| at hudson.model.ResourceController.execute(ResourceController.java:88) | |
| at hudson.model.Executor.run(Executor.java:236) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment