-
Bug
-
Resolution: Duplicate
-
Major
-
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
Duplicate of
JENKINS-6385