Uploaded image for project: 'Jenkins'
  1. Jenkins
  2. JENKINS-20810

slave doesn't work

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Cannot Reproduce
    • Icon: Critical Critical
    • _unsorted
    • None
    • Master: linux, ubuntu
      Slave: Windows XP

      I have followed standard instructions to install a slave with Java Web Start, slave is started, connected. However when I run a job with a simple "windows batch command" it fails:

      Building remotely on dvm in workspace C:\my-ws
      FATAL: command execution failed
      java.io.IOException: Remote call on dvm failed
      	at hudson.remoting.Channel.call(Channel.java:731)
      	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:785)
      	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:566)
      	at hudson.model.Run.execute(Run.java:1677)
      	at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:46)
      	at hudson.model.ResourceController.execute(ResourceController.java:88)
      	at hudson.model.Executor.run(Executor.java:230)
      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:328)
      	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:72)
      	at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
      	at java.util.concurrent.FutureTask.run(FutureTask.java:138)
      	at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
      	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
      	at hudson.remoting.Engine$1$1.run(Engine.java:63)
      	at java.lang.Thread.run(Thread.java:662)
      Build step 'Execute Windows batch command' marked build as failure
      Finished: FAILURE
      

            Unassigned Unassigned
            kan Anatoly Kupriyanov
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: