[JIRA] (JENKINS-36935) java.lang.ClassNotFoundException: org.bouncycastle.openssl.PEMReader

2017-03-23 Thread glon.sebast...@free.fr (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 sébastien glon commented on  JENKINS-36935  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: java.lang.ClassNotFoundException: org.bouncycastle.openssl.PEMReader   
 

  
 
 
 
 

 
 It's good for me on Jenkins 2.45 and ssh-agent 1.14  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.3.0#73011-sha1:3c73d0e)  
 
 

 
   
 

  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] (JENKINS-36935) java.lang.ClassNotFoundException: org.bouncycastle.openssl.PEMReader

2017-02-10 Thread jgl...@cloudbees.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Jesse Glick commented on  JENKINS-36935  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: java.lang.ClassNotFoundException: org.bouncycastle.openssl.PEMReader   
 

  
 
 
 
 

 
 Presumably ceases to be an issue for most people after JENKINS-36997 in 1.14.  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] (JENKINS-36935) java.lang.ClassNotFoundException: org.bouncycastle.openssl.PEMReader

2016-11-30 Thread glon.sebast...@free.fr (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 sébastien glon edited a comment on  JENKINS-36935  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: java.lang.ClassNotFoundException: org.bouncycastle.openssl.PEMReader   
 

  
 
 
 
 

 
 same error for me on 2 server:Jenkins 2.14* bouncycastle 2.16.0* ssh-agent 1.13Jenkins 2.19* bouncycastle 2.16.0* ssh-agent 1.13 Same on 2.34  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] (JENKINS-36935) java.lang.ClassNotFoundException: org.bouncycastle.openssl.PEMReader

2016-11-30 Thread glon.sebast...@free.fr (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 sébastien glon commented on  JENKINS-36935  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: java.lang.ClassNotFoundException: org.bouncycastle.openssl.PEMReader   
 

  
 
 
 
 

 
 [Pipeline] { [Pipeline] sshagent [ssh-agent] Using credentials jgit [ssh-agent] Looking for ssh-agent implementation... [ssh-agent] Java/JNR ssh-agent [ssh-agent] Registered BouncyCastle on the remote agent [ssh-agent] Unable to read key: problem creating RSA private key: java.lang.SecurityException: class "org.bouncycastle.asn1.ASN1Sequence"'s signer information does not match signer information of other classes in the same package org.bouncycastle.openssl.PEMException: problem creating RSA private key: java.lang.SecurityException: class "org.bouncycastle.asn1.ASN1Sequence"'s signer information does not match signer information of other classes in the same package at org.bouncycastle.openssl.PEMParser$KeyPairParser.parseObject(Unknown Source) at org.bouncycastle.openssl.PEMParser.readObject(Unknown Source) at jenkins.bouncycastle.api.PEMEncodable.decode(PEMEncodable.java:153) at com.cloudbees.jenkins.plugins.sshagent.jna.JNRRemoteAgent.addIdentity(JNRRemoteAgent.java:79) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at hudson.remoting.RemoteInvocationHandler$RPCRequest.perform(RemoteInvocationHandler.java:890) at hudson.remoting.RemoteInvocationHandler$RPCRequest.call(RemoteInvocationHandler.java:865) at hudson.remoting.RemoteInvocationHandler$RPCRequest.call(RemoteInvocationHandler.java:824) at hudson.remoting.UserRequest.perform(UserRequest.java:153) at hudson.remoting.UserRequest.perform(UserRequest.java:50) at hudson.remoting.Request$2.run(Request.java:332) at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:68) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) at java.lang.Thread.run(Thread.java:745) Caused by: org.bouncycastle.openssl.PEMException: problem creating RSA private key: java.lang.SecurityException: class "org.bouncycastle.asn1.ASN1Sequence"'s signer information does not match signer information of other classes in the same package at org.bouncycastle.openssl.PEMParser$RSAKeyPairParser.parse(Unknown Source) ... 19 more Caused by: java.lang.SecurityException: class "org.bouncycastle.asn1.ASN1Sequence"'s signer information does not match signer information of other classes in the same package at java.lang.ClassLoader.checkCerts(ClassLoader.java:898) at java.lang.ClassLoader.preDefineClass(ClassLoader.java:668) at java.lang.ClassLoader.defineClass(ClassLoader.java:761) at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:142) at java.net.URLClassLoader.defineClass(URLClassLoader.java:467) at java.net.URLClassLoader.access$100(URLClassLoader.java:73) at java.net.URLClassLoader$1.run(URLClassLoader.java:368) at java.net.URLClassLoader$1.run(URLClassLoader.java:362) at java.security.AccessController.doPrivileged(Native Method) at java.net.URLClassLoader.findClass(URLClassLoader.java:361) at hudson.remoting.RemoteClassLoader.findClass(RemoteClassLoader.java:149) at java.lang.ClassLoader.loadClass(ClassLoader.java:424) at java.lang.ClassLoader.loadClass(ClassLoader.java:357) ... 20 more [ssh-agent] Started.  
 


[JIRA] (JENKINS-36935) java.lang.ClassNotFoundException: org.bouncycastle.openssl.PEMReader

2016-11-30 Thread glon.sebast...@free.fr (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 sébastien glon updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-36935  
 
 
  java.lang.ClassNotFoundException: org.bouncycastle.openssl.PEMReader   
 

  
 
 
 
 

 
Change By: 
 sébastien glon  
 
 
Component/s: 
 bouncycastle-api-plugin  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] (JENKINS-36935) java.lang.ClassNotFoundException: org.bouncycastle.openssl.PEMReader

2016-11-30 Thread glon.sebast...@free.fr (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 sébastien glon commented on  JENKINS-36935  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: java.lang.ClassNotFoundException: org.bouncycastle.openssl.PEMReader   
 

  
 
 
 
 

 
 same error for me on 2 server: Jenkins 2.14 
 
bouncycastle 2.16.0 
ssh-agent 1.13 Jenkins 2.19 
bouncycastle 2.16.0 
ssh-agent 1.13 
  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] (JENKINS-36935) java.lang.ClassNotFoundException: org.bouncycastle.openssl.PEMReader

2016-11-30 Thread glon.sebast...@free.fr (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 sébastien glon edited a comment on  JENKINS-36935  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: java.lang.ClassNotFoundException: org.bouncycastle.openssl.PEMReader   
 

  
 
 
 
 

 
 same error for me on 2 server:Jenkins 2.14* bouncycastle 2.16.0* ssh-agent 1.13  Jenkins 2.19* bouncycastle 2.16.0* ssh-agent 1.13  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] (JENKINS-36935) java.lang.ClassNotFoundException: org.bouncycastle.openssl.PEMReader

2016-11-07 Thread jgl...@cloudbees.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Jesse Glick updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-36935  
 
 
  java.lang.ClassNotFoundException: org.bouncycastle.openssl.PEMReader   
 

  
 
 
 
 

 
 Seems to cause a failure in the WorkflowPluginTest.sshGitInsideDocker acceptance test under 1.651.3 but not under 2.19.2.  
 

  
 
 
 
 

 
Change By: 
 Jesse Glick  
 
 
Priority: 
 Minor Critical  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] (JENKINS-36935) java.lang.ClassNotFoundException: org.bouncycastle.openssl.PEMReader

2016-09-06 Thread johnrother...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 John Rothermel commented on  JENKINS-36935  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: java.lang.ClassNotFoundException: org.bouncycastle.openssl.PEMReader   
 

  
 
 
 
 

 
 I ran into this same issue. Found that the bouncycastle-api-plugin did not get upgraded. I upgraded it to 1.648.3 and ssh-agent started working properly.  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] (JENKINS-36935) java.lang.ClassNotFoundException: org.bouncycastle.openssl.PEMReader

2016-07-25 Thread docon...@mygrocerydeals.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Dennis O'Connor created an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-36935  
 
 
  java.lang.ClassNotFoundException: org.bouncycastle.openssl.PEMReader   
 

  
 
 
 
 

 
Issue Type: 
  Bug  
 
 
Assignee: 
 Unassigned  
 
 
Components: 
 ssh-agent-plugin  
 
 
Created: 
 2016/Jul/25 9:23 PM  
 
 
Environment: 
 Running on Amazon Linux 2015.03.01, Jenkins Master is the official 2.7.1 docker image, Slave docker images running from official Java 8 docker images  
 
 
Priority: 
  Minor  
 
 
Reporter: 
 Dennis O'Connor  
 

  
 
 
 
 

 
 I upgraded to 1.13. My builds now get the following error: java.io.IOException: Remote call on Docker Slave-e37abcfefda7 failed at hudson.remoting.Channel.call(Channel.java:789) at hudson.remoting.RemoteInvocationHandler.invoke(RemoteInvocationHandler.java:249) at com.sun.proxy.$Proxy100.addIdentity(Unknown Source) at com.cloudbees.jenkins.plugins.sshagent.SSHAgentBuildWrapper$SSHAgentEnvironment.add(SSHAgentBuildWrapper.java:395) at com.cloudbees.jenkins.plugins.sshagent.SSHAgentBuildWrapper.preCheckout(SSHAgentBuildWrapper.java:229) at jenkins.scm.SCMCheckoutStrategy.preCheckout(SCMCheckoutStrategy.java:76) at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:528) at hudson.model.Run.execute(Run.java:1741) at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43) at hudson.model.ResourceController.execute(ResourceController.java:98) at hudson.model.Executor.run(Executor.java:410) Caused by: java.lang.NoClassDefFoundError: org/bouncycastle/openssl/PEMReader at jenkins.bouncycastle.api.PEMEncodable.decode(PEMEncodable.java:146) at com.cloudbees.jenkins.plugins.sshagent.jna.JNRRemoteAgent.addIdentity(JNRRemoteAgent.java:79) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at