rundeck-plugins / rundeck-winrm-plugin

Rundeck WinRM Node Executor plugin
Other
56 stars 28 forks source link

Authentication failed for 'rundeck' using com.hierynomus.smbj.auth.NtlmAuthenticator #65

Open NicolasDEVOUGE opened 4 years ago

NicolasDEVOUGE commented 4 years ago

Hello,

Failed dispatching to node p-oracle-01: com.hierynomus.mssmb2.SMBApiException: UNKNOWN(4294967295/3221225874): Authentication failed for 'rundeck' using com.hierynomus.smbj.auth.NtlmAuthenticator@41882d2f Step [2] did not run. start conditions: [(after.step.1 == 'true')], skip conditions: [] Step [3] did not run. start conditions: [(after.step.2 == 'true')], skip conditions: [] Step [4] did not run. start conditions: [(after.step.3 == 'true')], skip conditions: [] Execution failed: 58137 in project p-oracle-01_export-instances: [Workflow result: , step failures: {1=Dispatch failed on 1 nodes: [p-oracle-01: Unknown: com.hierynomus.mssmb2.SMBApiException: UNKNOWN(4294967295/3221225874): Authentication failed for 'rundeck' using com.hierynomus.smbj.auth.NtlmAuthenticator@41882d2f]}, Node failures: {p-oracle-01=[Unknown: com.hierynomus.mssmb2.SMBApiException: UNKNOWN(4294967295/3221225874): Authentication failed for 'rundeck' using com.hierynomus.smbj.auth.NtlmAuthenticator@41882d2f]}, status: failed]

What can I try to debug this error ? The login and password of user rundeck are OK, this local account is not disabled.

Thank you !