Open greggreer opened 1 year ago
Upgrade of the rundeck-winrm-plugin to v1.3.8 has not solved the issue
Hi all, we can confirm this. We are currently facing the same issue after the update:
Failed dispatching to node xxx: com.dtolabs.rundeck.core.CoreException Execution failed: 13029 in project xxx:
[Workflow result: , step failures: {1=Dispatch failed on 1 nodes: [xxx: Unknown: com.dtolabs.rundeck.core.CoreException]},
Node failures: {xxx=[Unknown: com.dtolabs.rundeck.core.CoreException]}, status: failed]
Addtitional Info: Job is working again without problems after downgrading to 4.8
Hi all,
same error with Rundeck 4.10
[2023-02-14T09:40:34,567] ERROR services.PluginService - NodeExecutor: configuration was not valid for plugin 'overthere-winrm': hostnameVerify: Invalid value: BROWSER_COMPATIBLE certTrust: Invalid value: STRICT
[2023-02-14T09:40:34,925] ERROR services.ExecutionUtilService - Execution failed: 26106 in project Windows-Server: [Workflow result: , step failures: {1=Dispatch failed on 1 nodes: [xxx.: Unknown: com.dtolabs.rundeck.core.CoreException]}, Node failures: {xxx=[Unknown: com.dtolabs.rundeck.core.CoreException]}, status: failed]
Description
After upgrading from version v4.8.0-20221110 to version 4.9.0-20230111, the rundeck-winrm-plugin (v1.3.3) is not able to connect to Windows servers to run commands. When we attempt to connect, we get an error message similar to the following:
This was working correctly under v4.8.0, but after the upgrade, we are not able to connect to our Windows servers.
My Rundeck detail
To Reproduce
Steps to reproduce the behavior:
Expected Behavior
Rundeck is able to connect to the server and perform the command(s) specified in the job.
Desktop (please complete the following information):
Additional Context
The error message produced by this issue does not provide any information as to what the problem may be. I have checked possible issues like not being able to find the keys needed for authentication for the connection. Those keys are available, and in the location that is configured for the Node Executor.
We configure our project settings similar to: