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

Windows Server 2016 slave DCOM issue 0x8001FFFF

XMLWordPrintable

      I am trying to test WMI connectivity between the master and agent. This is so that I can nicely move to Java 11 (no webstart).

      I am able to use wbemtest.exe to connect to the slave, so connectivity, etc all appears fine. I have followed all steps in https://github.com/jenkinsci/windows-slaves-plugin/blob/master/docs/troubleshooting.adoc#wbem-scripting-locator but still I am seeing the same errors. Any ideas?

       

       

      ERROR: Message not found for errorCode: 0x8001FFFF
      org.jinterop.dcom.common.JIException: Message not found for errorCode: 0x8001FFFF
      	at org.jinterop.dcom.core.JIComServer.init(JIComServer.java:546)
      	at org.jinterop.dcom.core.JIComServer.initialise(JIComServer.java:458)
      	at org.jinterop.dcom.core.JIComServer.<init>(JIComServer.java:427)
      	at org.jvnet.hudson.wmi.WMI.connect(WMI.java:59)
      	at hudson.os.windows.ManagedWindowsServiceLauncher.launch(ManagedWindowsServiceLauncher.java:208)
      	at hudson.slaves.SlaveComputer.lambda$_connect$0(SlaveComputer.java:296)
      	at jenkins.util.ContextResettingExecutorService$2.call(ContextResettingExecutorService.java:46)
      	at jenkins.security.ImpersonatingExecutorService$2.call(ImpersonatingExecutorService.java:71)
      	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
      	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
      	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
      	at java.lang.Thread.run(Thread.java:748)
      Caused by: rpc.BindException: Unable to bind. (unknown)
      	at rpc.security.ntlm.NtlmConnectionContext.accept(NtlmConnectionContext.java:137)
      	at rpc.ConnectionOrientedEndpoint.connect(ConnectionOrientedEndpoint.java:252)
      	at rpc.ConnectionOrientedEndpoint.bind(ConnectionOrientedEndpoint.java:217)
      	at rpc.ConnectionOrientedEndpoint.rebind(ConnectionOrientedEndpoint.java:153)
      	at org.jinterop.dcom.transport.JIComEndpoint.rebindEndPoint(JIComEndpoint.java:40)
      	at org.jinterop.dcom.core.JIComServer.init(JIComServer.java:529)
      	... 11 more
      

            escoem Emilio Escobar
            clarkster Paul Clark
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated:
              Resolved: