Hi,
at com.dtolabs.rundeck.plugin.overthere.OTWinRMFileCopier.copyFileStream(OTWinRMFileCopier.java:96) ~[?:?] at com.dtolabs.rundeck.plugin.overthere.OTWinRMFileCopier.copyFile(OTWinRMFileCopier.java:139) ~[?:?]
Can you double-check what Node Executor / File Copier you are using? IT seems that you are using the Overthere WinRM Plugin in a modern Rundeck instance (5.11); this plugin is outdated and unmaintained. As a Java plugin isn’t updated anymore to be compatible with the latest Rundeck requirements/updates (like Java 17).
You can find all installed plugins in the libext directory.
If you need to connect to Windows remote nodes, please use the Rundeck Python-Winrm Plugin (out of the box with Rundeck). Here you can check the configuration reference.
Greetings.