rundeck-winrm-plugin icon indicating copy to clipboard operation
rundeck-winrm-plugin copied to clipboard

WinRM filecopier

Open Ayora29 opened this issue 6 years ago • 3 comments

Hello,

Command execution with winrm works fine but when I try to copy a file i get the following errors : com.xebialabs.overthere.RuntimeIOException: Cannot open \<IP>\C$\myfile for writing: jcifs.smb.SmbException: Failed to connect: 0.0.0.0<00>/<IP> jcifs.util.transport.TrnasportException: Connection timeout.

Could you help? Thanks

Ayora29 avatar Jun 14 '18 14:06 Ayora29

That is probably due to the SMBv1 protocol not enabled on your windows node.

IAPOLINARIO avatar Dec 03 '18 15:12 IAPOLINARIO

Hi, there. I'm experiencing the same issue here. I have SMBv1 enabled, just getting a timeout still. Out of interest did you find a work around @Ayora29 ?

ajsandham avatar Mar 07 '19 14:03 ajsandham

@IAPOLINARIO Version of Samba has nothing to do there. As you can see, there is no target machine in URI, which is superseded by 0.0.0.0. No way anyone could connect to that.

chupasaurus avatar Aug 11 '19 16:08 chupasaurus