Created
March 1, 2018 00:11
-
-
Save tmornini/040ef71b95db4fe93627be00bfa6bda7 to your computer and use it in GitHub Desktop.
This file contains 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
java.lang.ClassNotFoundException: java.lang.reflect.InaccessibleObjectException | |
at java.net.URLClassLoader.findClass(URLClassLoader.java:381) | |
at java.lang.ClassLoader.loadClass(ClassLoader.java:424) | |
at java.lang.ClassLoader.loadClass(ClassLoader.java:357) | |
at org.eclipse.jetty.webapp.WebAppClassLoader.loadClass(WebAppClassLoader.java:560) | |
at java.lang.ClassLoader.loadClass(ClassLoader.java:357) | |
at java.lang.Class.forName0(Native Method) | |
at java.lang.Class.forName(Class.java:348) | |
at java.io.ObjectInputStream.resolveClass(ObjectInputStream.java:683) | |
at hudson.remoting.MultiClassLoaderSerializer$Input.resolveClass(MultiClassLoaderSerializer.java:132) | |
at java.io.ObjectInputStream.readNonProxyDesc(ObjectInputStream.java:1863) | |
at java.io.ObjectInputStream.readClassDesc(ObjectInputStream.java:1746) | |
at java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:2037) | |
at java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1568) | |
at java.io.ObjectInputStream.defaultReadFields(ObjectInputStream.java:2282) | |
at java.io.ObjectInputStream.readSerialData(ObjectInputStream.java:2206) | |
at java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:2064) | |
at java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1568) | |
at java.io.ObjectInputStream.readObject(ObjectInputStream.java:428) | |
at hudson.remoting.UserRequest.deserialize(UserRequest.java:274) | |
at hudson.remoting.UserResponse.retrieve(UserRequest.java:307) | |
at hudson.remoting.Channel.call(Channel.java:908) | |
Caused: java.io.IOException: Remote call on JNLP4-connect connection from 64.79.112.154/64.79.112.154:49419 failed | |
at hudson.remoting.Channel.call(Channel.java:912) | |
at hudson.FilePath.act(FilePath.java:986) | |
Caused: java.io.IOException: remote file operation failed: /tmp/jenkins/workspace/monorepo_PR-12-EL6ZJETVAM7HBI243FZUDLZTYBE5Z4WN2SSKPKKCK6ATN5SEULZQ at hudson.remoting.Channel@3c98159a:JNLP4-connect connection from 64.79.112.154/64.79.112.154:49419 | |
at hudson.FilePath.act(FilePath.java:993) | |
at hudson.FilePath.act(FilePath.java:975) | |
at org.jenkinsci.plugins.gitclient.Git.getClient(Git.java:137) | |
at hudson.plugins.git.GitSCM.createClient(GitSCM.java:795) | |
at hudson.plugins.git.GitSCM.createClient(GitSCM.java:786) | |
at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1154) | |
at org.jenkinsci.plugins.workflow.steps.scm.SCMStep.checkout(SCMStep.java:113) | |
at org.jenkinsci.plugins.workflow.steps.scm.SCMStep$StepExecutionImpl.run(SCMStep.java:85) | |
at org.jenkinsci.plugins.workflow.steps.scm.SCMStep$StepExecutionImpl.run(SCMStep.java:75) | |
at org.jenkinsci.plugins.workflow.steps.AbstractSynchronousNonBlockingStepExecution$1$1.call(AbstractSynchronousNonBlockingStepExecution.java:47) | |
at hudson.security.ACL.impersonate(ACL.java:260) | |
at org.jenkinsci.plugins.workflow.steps.AbstractSynchronousNonBlockingStepExecution$1.run(AbstractSynchronousNonBlockingStepExecution.java:44) | |
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) | |
at java.util.concurrent.FutureTask.run(FutureTask.java:266) | |
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) | |
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) | |
at java.lang.Thread.run(Thread.java:748) | |
Finished: FAILURE |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment