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

Windows 2008 R2 x86_64 slave fails to launch via DCOM

    • Icon: Bug Bug
    • Resolution: Duplicate
    • Icon: Major Major
    • remoting
    • None
    • Slave
      Windows 2008R2 x64
      Firewall off
      UAC off
      WMI and Remote-Registry running
      User Account in local Administrator Group

      When creating a new slave on a Windwows 2008R2 I encounter an error with registry-access.
      I first encountered BUG JENKINS-4929. But this one was due to different Login-Name-Shema
      on WinXP DOMAIN\USERNAME worked on Windows 7 and 2008 you habe to use USERNAME@DOMAIN

      then you get the following error:

      -----------------------------------------------------

      Connecting to Build2008R2

      Unable to access Windows Registry, please check whether the SERVER service is running on the Target Workstation. [0x00001031]

      org.jinterop.dcom.common.JIException: Unable to access Windows Registry, please check whether the SERVER service is running on the Target Workstation. [0x00001031]
      at org.jinterop.winreg.smb.JIWinRegStub.winreg_OpenHKCR(JIWinRegStub.java:123)
      at org.jinterop.dcom.core.JIComServer.initialise(JIComServer.java:479)
      at org.jinterop.dcom.core.JIComServer.<init>(JIComServer.java:427)
      at org.jvnet.hudson.wmi.WMI.connect(WMI.java:41)
      at hudson.os.windows.ManagedWindowsServiceLauncher.launch(ManagedWindowsServiceLauncher.java:137)
      at hudson.slaves.SlaveComputer$1.call(SlaveComputer.java:180)
      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:885)
      at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:907)
      at java.lang.Thread.run(Thread.java:619)
      Caused by: java.net.MalformedURLException: For input string: "dvtest@10.0.0.42"
      at java.net.URL.<init>(URL.java:601)
      at jcifs.smb.SmbFile.<init>(SmbFile.java:445)
      at jcifs.smb.SmbNamedPipe.<init>(SmbNamedPipe.java:134)
      at rpc.ncacn_np.RpcTransport.attach(RpcTransport.java:89)
      at rpc.Stub.attach(Stub.java:105)
      at rpc.Stub.call(Stub.java:109)
      at org.jinterop.winreg.smb.JIWinRegStub.winreg_OpenHKCR(JIWinRegStub.java:119)
      ... 10 more
      -----------------------------------------------------

      I am wondering why the password(dvtest) of the user account ist connected to the IP-Address
      I tried Domain-Account and Local-Account

          [JENKINS-5672] Windows 2008 R2 x86_64 slave fails to launch via DCOM

          evernat added a comment -

          Duplicate of JENKINS-6385

          evernat added a comment - Duplicate of JENKINS-6385

            Unassigned Unassigned
            beamsi beamsi
            Votes:
            1 Vote for this issue
            Watchers:
            6 Start watching this issue

              Created:
              Updated:
              Resolved: