Details
-
Type:
Bug
-
Status: Resolved (View Workflow)
-
Priority:
Blocker
-
Resolution: Fixed
-
Environment:Linux 2.6.27.42-0.1-default #1 SMP 2010-01-06 16:07:25 +0100 x86_64 x86_64 x86_64 GNU/Linux
Distributor ID: SUSE LINUX
Description: SUSE Linux Enterprise Desktop 11 (x86_64)
Release: 11
Codename: n/a
-
Similar Issues:
Description
Hi,
I'm trying to run a slave on a remote computer, but it isn't working. For some reason the slave fails after the link has been established between the master and remote nodes.
The error message looks like this:
java.lang.NoClassDefFoundError: hudson/model/Run$RunExecution
at java.lang.Class.getDeclaredConstructors0(Native Method)
at java.lang.Class.privateGetDeclaredConstructors(Class.java:2389)
at java.lang.Class.getConstructor0(Class.java:2699)
at java.lang.Class.getConstructor(Class.java:1657)
at hudson.model.AbstractProject.newBuild(AbstractProject.java:944)
at hudson.model.AbstractProject.createExecutable(AbstractProject.java:1159)
at hudson.model.AbstractProject.createExecutable(AbstractProject.java:129)
at hudson.model.Executor.run(Executor.java:214)
Caused by: java.lang.ClassNotFoundException: hudson.model.Run$RunExecution
at java.net.URLClassLoader$1.run(URLClassLoader.java:202)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:190)
at java.lang.ClassLoader.loadClass(ClassLoader.java:307)
at java.lang.ClassLoader.loadClass(ClassLoader.java:248)
... 8 more
Any idea about what might be causing this malfunctioning?
Best Regards,
Carlos
Attachments
Issue Links
- depends on
-
JENKINS-19453 Slave launcher fails after NoClassDefFoundError: Could not initialize class jenkins.model.Jenkins$MasterComputer
-
- Closed
-
- is related to
-
JENKINS-17728 NPE from MatrixConfiguration.newBuild
-
- Resolved
-
I have the same issue without matrix jobs in the queue, and the slave is a Windows machine started through JNLP.