-
Bug
-
Resolution: Won't Fix
-
Major
-
None
Hi,
I have my Jenkins Maser running on RHEL and I created a Jenkins Windows Slave as an agent slave with Launch option as - "Let Jenkins Control this windows slave as a windows services" and try to start the agent but it failed with the below error.
My windows version is Win v7
[2017-06-30 11:46:58] [windows-slaves] Connecting to 10.111.222.11
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$1.call(SlaveComputer.java:262)
at jenkins.util.ContextResettingExecutorService$2.call(ContextResettingExecutorService.java:46)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
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)
... 10 more