Hello, I have a workflow with 2 powershell tasks : one in provision, and the other on the teardown phase.
When a vm is created using this catalog, onto a vmware cloud using “vmwaretools” as an rpc method and agent not instaled and VM on an isolated network, the provisioning task is working fine (via vmwareTools), but the task in teardown phase always fails with that stacktrace :
2024-02-08_16:23:57.11847 ''[2024-02-08 16:23:57,445] [RxCachedThreadScheduler-1146] INFO o.a.c.t.h.HTTPConduit - Authorization loop detected on Conduit "{http://schemas.dmtf.org/wbem/wsman/1/wsman.xsd}WinRmPort.http-conduit" on URL "http://172.28.32.27:5985/wsman" with realm "null" 2024-02-08_16:23:57.44577 ''[2024-02-08 16:23:57,447] [RxCachedThreadScheduler-1146] WARN o.a.c.p.PhaseInterceptorChain - Interceptor for {http://schemas.dmtf.org/wbem/wsman/1/wsman.xsd}WinRmService#{http://schemas.dmtf.org/wbem/wsman/1/wsman.xsd}Create has thrown exception, unwinding now 2024-02-08_16:23:57.44767 'org.apache.cxf.interceptor.Fault: Could not send Message. [...] 2024-02-08_16:24:18.36436 '[2024-02-08 16:24:18,363] [RxCachedThreadScheduler-1146] ERROR c.m.RpcService - winrm4j also had an error attempting to connect: java.lang.IllegalStateException: Invalid credentials or incompatible authentication schemes 2024-02-08_16:24:18.36459 'java.lang.IllegalStateException: Invalid credentials or incompatible authentication schemes [...] 2024-02-08_16:24:18.37417 Caused by: java.io.IOException: Authorization loop detected on Conduit "{http://schemas.dmtf.org/wbem/wsman/1/wsman.xsd}WinRmPort.http-conduit" on URL "http://172.28.32.27:5985/wsman" with realm "null" [...] 2024-02-08_16:24:18.37640 '[2024-02-08 16:24:18,368] [RxCachedThreadScheduler-1146] ERROR c.m.RpcService - winrmrb Error Detected: null 2024-02-08_16:24:18.37652 'org.jruby.exceptions.StandardError: (WinRMAuthorizationError) WinRM::WinRMAuthorizationError
This is not a big problem, but ther is something i don’t understand with it