Created
November 14, 2013 12:43
-
-
Save KristianLyng/7466161 to your computer and use it in GitHub Desktop.
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
| Started by user anonymous | |
| Building remotely on catshark in workspace /tmp/workspace/nnpd | |
| FATAL: null | |
| java.lang.reflect.UndeclaredThrowableException | |
| at com.sun.proxy.$Proxy45.addCredentials(Unknown Source) | |
| at org.jenkinsci.plugins.gitclient.RemoteGitImpl.addCredentials(RemoteGitImpl.java:195) | |
| at hudson.plugins.git.GitSCM.createClient(GitSCM.java:583) | |
| at hudson.plugins.git.GitSCM.createClient(GitSCM.java:560) | |
| at hudson.plugins.git.GitSCM.checkout(GitSCM.java:855) | |
| at hudson.model.AbstractProject.checkout(AbstractProject.java:1367) | |
| at hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:674) | |
| at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:88) | |
| at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:579) | |
| at hudson.model.Run.execute(Run.java:1575) | |
| at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:46) | |
| at hudson.model.ResourceController.execute(ResourceController.java:88) | |
| at hudson.model.Executor.run(Executor.java:237) | |
| Caused by: java.io.IOException: Remote call on catshark failed | |
| at hudson.remoting.Channel.call(Channel.java:680) | |
| at hudson.remoting.RemoteInvocationHandler.invoke(RemoteInvocationHandler.java:158) | |
| ... 13 more | |
| Caused by: java.lang.Error: Failed to deserialize the Callable object. | |
| at hudson.remoting.UserRequest.perform(UserRequest.java:104) | |
| at hudson.remoting.UserRequest.perform(UserRequest.java:48) | |
| at hudson.remoting.Request$2.run(Request.java:326) | |
| at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:72) | |
| at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:334) | |
| at java.util.concurrent.FutureTask.run(FutureTask.java:166) | |
| at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) | |
| at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615) | |
| at hudson.remoting.Engine$1$1.run(Engine.java:58) | |
| at java.lang.Thread.run(Thread.java:722) | |
| Caused by: java.lang.ClassCastException: cannot assign instance of com.cloudbees.plugins.credentials.CredentialsScope$2 to field com.cloudbees.plugins.credentials.BaseCredentials.scope of type com.cloudbees.plugins.credentials.CredentialsScope in instance of com.cloudbees.jenkins.plugins.sshcredentials.impl.BasicSSHUserPrivateKey | |
| at java.io.ObjectStreamClass$FieldReflector.setObjFieldValues(ObjectStreamClass.java:2063) | |
| at java.io.ObjectStreamClass.setObjFieldValues(ObjectStreamClass.java:1241) | |
| at java.io.ObjectInputStream.defaultReadFields(ObjectInputStream.java:1995) | |
| at java.io.ObjectInputStream.readSerialData(ObjectInputStream.java:1913) | |
| at java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:1796) | |
| at java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1348) | |
| at java.io.ObjectInputStream.readArray(ObjectInputStream.java:1704) | |
| at java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1342) | |
| at java.io.ObjectInputStream.defaultReadFields(ObjectInputStream.java:1989) | |
| at java.io.ObjectInputStream.readSerialData(ObjectInputStream.java:1913) | |
| at java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:1796) | |
| at java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1348) | |
| at java.io.ObjectInputStream.readObject(ObjectInputStream.java:370) | |
| at hudson.remoting.UserRequest.deserialize(UserRequest.java:182) | |
| at hudson.remoting.UserRequest.perform(UserRequest.java:98) | |
| ... 9 more |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment