Hi

When trying to run a job on my slave, i get the following exception.
My slave is mostly a read-only Debian machine, with write access to the /tmp
and /<jenkins>/workspace directory, plus some others. When running a job
where I try to execute some shell code, then the workspace is created on the
slave, and then the following exception is called.

FATAL: command execution failed
java.io.IOException: Remote call on testing failed
        at hudson.remoting.Channel.call(Channel.java:723)
        at hudson.Launcher$RemoteLauncher.launch(Launcher.java:862)
        at hudson.Launcher$ProcStarter.start(Launcher.java:353)
        at hudson.Launcher$ProcStarter.join(Launcher.java:360)
        at hudson.tasks.CommandInterpreter.perform(CommandInterpreter.java:94)
        at hudson.tasks.CommandInterpreter.perform(CommandInterpreter.java:63)
        at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:20)
        at
hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:782)
        at hudson.model.Build$BuildExecution.build(Build.java:199)
        at hudson.model.Build$BuildExecution.doRun(Build.java:160)
        at
hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:567)
        at hudson.model.Run.execute(Run.java:1665)
        at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:46)
        at hudson.model.ResourceController.execute(ResourceController.java:88)
        at hudson.model.Executor.run(Executor.java:246)
Caused by: java.lang.NoClassDefFoundError: Could not initialize class
jenkins.model.Jenkins$MasterComputer
        at hudson.Launcher$LocalLauncher.<init>(Launcher.java:755)
        at hudson.Launcher$RemoteLaunchCallable.call(Launcher.java:991)
        at hudson.Launcher$RemoteLaunchCallable.call(Launcher.java:965)
        at hudson.remoting.UserRequest.perform(UserRequest.java:118)
        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(Unknown Source)
        at java.util.concurrent.FutureTask.run(Unknown Source)
        at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
        at hudson.remoting.Engine$1$1.run(Engine.java:63)
        at java.lang.Thread.run(Unknown Source)
Build step 'Execute shell' marked build as failure
Finished: FAILURE

Hope someone can help



--
View this message in context: 
http://jenkins-ci.361315.n4.nabble.com/java-io-IOException-Remote-call-on-testing-local-failed-tp4678454.html
Sent from the Jenkins issues mailing list archive at Nabble.com.

-- 
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 [email protected].
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to