• Icon: Bug Bug
    • Resolution: Won't Fix
    • Icon: Blocker Blocker
    • windows-slaves-plugin
    • None
    • master server=w2k8 server enterprise x86 sp2
      slave server=w2k8 server standard x86 sp2

      Connecting to ustr-vm-2339
      Checking if Java exists
      'java' is not recognized as an internal or external command,
      operable program or batch file.
      No Java found. Downloading JDK
      Installing JDK
      ERROR: Failed to prepare Java
      jcifs.smb.SmbException: Cannot create a file when that file already exists.
      at jcifs.smb.SmbTransport.checkStatus(SmbTransport.java:545)
      at jcifs.smb.SmbTransport.send(SmbTransport.java:646)
      at jcifs.smb.SmbSession.send(SmbSession.java:244)
      at jcifs.smb.SmbTree.send(SmbTree.java:119)
      at jcifs.smb.SmbFile.send(SmbFile.java:770)
      at jcifs.smb.SmbFile.mkdir(SmbFile.java:2518)
      at jcifs.smb.SmbFile.mkdirs(SmbFile.java:2544)
      at hudson.os.windows.WindowsRemoteFileSystem.mkdirs(WindowsRemoteFileSystem.java:58)
      at hudson.os.windows.ManagedWindowsServiceLauncher.launch(ManagedWindowsServiceLauncher.java:168)
      at hudson.slaves.SlaveComputer$1.call(SlaveComputer.java:184)
      at java.util.concurrent.FutureTask$Sync.innerRun(Unknown Source)
      at java.util.concurrent.FutureTask.run(Unknown Source)
      at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(Unknown Source)
      at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
      at java.lang.Thread.run(Unknown Source)
      Copying slave.jar
      Starting the service
      Waiting for the service to become ready
      ERROR: The service didn't respond. Perphaps it failed to launch?

          [JENKINS-7701] error launching slave agent to w2k8 server

          jlpinardon added a comment -

          This is still the case with Jenkins 1.404 master on SunOS 10 and Windows 2003 slaves.
          It occurs with slaves controlled by master as a service.
          Nevertheless, the slave is still laucnhed.

          jlpinardon added a comment - This is still the case with Jenkins 1.404 master on SunOS 10 and Windows 2003 slaves. It occurs with slaves controlled by master as a service. Nevertheless, the slave is still laucnhed.

          Garen Parham added a comment -

          I have this problem where the master and slave are both Windows 7 x64 systems. Looking manually on the slaves, I can see the slaves are actually running.

          Garen Parham added a comment - I have this problem where the master and slave are both Windows 7 x64 systems. Looking manually on the slaves, I can see the slaves are actually running.

          Garen Parham added a comment -

          FWIW, for me this turned out to be two problems:

          • The master failed to download the JDK and install it on the slave (JENKINS-11856)
          • Even after manually installing Java on the slave, the slave couldn't execute java due to the SysWOW64 issue (JENKINS-6957) so I had to manually hack the jenkins-slave.xml file so that the <executable> tag contained the full path to the java.exe.

          Garen Parham added a comment - FWIW, for me this turned out to be two problems: The master failed to download the JDK and install it on the slave ( JENKINS-11856 ) Even after manually installing Java on the slave, the slave couldn't execute java due to the SysWOW64 issue ( JENKINS-6957 ) so I had to manually hack the jenkins-slave.xml file so that the <executable> tag contained the full path to the java.exe.

          Oleg Nenashev added a comment -

          Fixed the component. It has nothing to do with remoting. Likely the issue is obsolete

          Oleg Nenashev added a comment - Fixed the component. It has nothing to do with remoting. Likely the issue is obsolete

          Mark Waite added a comment -

          Won't be fixed. See JENKINS-67604 for the details of the deprecation of agents started by WMI calls using DCOM.

          Mark Waite added a comment - Won't be fixed. See JENKINS-67604 for the details of the deprecation of agents started by WMI calls using DCOM.

            kohsuke Kohsuke Kawaguchi
            wtfink wtfink
            Votes:
            2 Vote for this issue
            Watchers:
            8 Start watching this issue

              Created:
              Updated:
              Resolved: