-
Notifications
You must be signed in to change notification settings - Fork 45
FATAL: java.lang.NoSuchMethodError: org.bouncycastle.asn1.ASN1InputStream.readObject() #26
Comments
I ran into the same issue and ended up downgrading my jenkins to 1.487 to get the plugin working again. |
Unfortunately, that's not a possibility in my case. :( |
I have the same problem with Jenkins 1.492 on a Debian Wheezy system (up to date, as of today). Downgrading to Jenkins 1.487, as suggested by @tindron, fixed the problem for me. |
I kept using "yum downgrade jenkins" until it worked, which for me was 1.489-1: Removed: jenkins.noarch 0:1.490-1.1 Installed: jenkins.noarch 0:1.489-1.1 |
If you're on Ubuntu you can easily install 1.487 by downloading it from here: |
what i need to do to solve such error ? @tpodom Your commit should fix that bug? how to update? |
@tpodom Thank you! |
Update jenkins-plugin-runtime and jruby-openssl to fix #26
This issue is listed as a "Major Known Issue" on the plug-ins homepage (https://wiki.jenkins-ci.org/display/JENKINS/Vagrant+Plugin). Is this mistaken and in fact it is fixed and works fine on newer versions of Jenkins? Thanks. |
Hi,
I've been trying to configure the vagrant plugin but I keep running into some openssl issue:
https://gist.github.com/e614e987f111d5e82650
My Vagrant file:
https://gist.github.com/fd4843af9097cc48179d
I'm running:
I'm a bit stuck at this point. Any help is appreciated.
The text was updated successfully, but these errors were encountered: