Quantcast
Channel: VMware Communities : Discussion List - vRealize Orchestrator
Viewing all articles
Browse latest Browse all 6251

Add powershell host authentication issue

$
0
0

Hi all,

I know that there are already many topics regarding adding PS host to invetory, but I am so close to finish this and I have in stuck.

I am running Windows vCO 5.1.1 and PS plug-in 1.0.3, host is same machine where vCO is running.

 

But after I start WF Add PowerShell host I get error: Unauthorized Access. Authentication mechanism requested by the client may not be supported by the server. (Dynamic Script Module name : addPowerShellHost_1#27)

I little bit enhance action with some debugging info where it ends (I copied both workflow and action to add debug information).

 

All is configured and I am using HTTPS over winrm authentication

 

Here is my server.log:

2015-02-04 13:11:06.238+0100 INFO  [Execution] Executing workflow 'Copy of Add a PowerShell host'

2015-02-04 13:11:06.270+0100 INFO  [CachingConnectionFactory] Established shared JMS Connection: org.hornetq.jms.client.HornetQConnection@7ead0d82

2015-02-04 13:11:06.613+0100 INFO  [SCRIPTING_LOG] [Copy of Add a PowerShell host (2/4/15 13:11:06)] Manage SSL certificate called for URL->https://DEUSAHEID035.domain:5986/wsman/

2015-02-04 13:11:06.785+0100 INFO  [SCRIPTING_LOG] [Copy of Add a PowerShell host/Manage SSL certificates (2/4/15 13:11:06)] url: https://DEUSAHEID035.domain:5986/wsman/

2015-02-04 13:11:06.848+0100 INFO  [SCRIPTING_LOG] [Copy of Add a PowerShell host/Manage SSL certificates (2/4/15 13:11:06)] Certificate information: Properties:1556130290

2015-02-04 13:11:06.957+0100 INFO  [SCRIPTING_LOG] [Copy of Add a PowerShell host/Manage SSL certificates (2/4/15 13:11:06)] Is certificate trusted: true

2015-02-04 13:11:06.957+0100 INFO  [SCRIPTING_LOG] [Copy of Add a PowerShell host/Manage SSL certificates (2/4/15 13:11:06)] Is host name verified: true

2015-02-04 13:11:07.301+0100 INFO  [CachingConnectionFactory] Established shared JMS Connection: org.hornetq.jms.client.HornetQConnection@6521c24e

2015-02-04 13:11:07.457+0100 DEBUG [SCRIPTING_LOG] [Copy of Add a PowerShell host (2/4/15 13:11:06)] Summary: name: PS host -type: WinRM -hostName: DEUSAHEID035.domain -transportProtocol: HTTPS -port:  -username: user -password: -authMode: Shared Session - host: DynamicWrapper (Instance) : [PowerShellHostConfig]-[class com.vmware.o11n.plugin.powershell.config.PowerShellHostConfig] -- VALUE : PowerShellHost[name: null, type: null, connectionURL: null, username: null]

2015-02-04 13:11:07.457+0100 DEBUG [SCRIPTING_LOG] [Copy of Add a PowerShell host (2/4/15 13:11:06)] 0

2015-02-04 13:11:07.457+0100 DEBUG [SCRIPTING_LOG] [Copy of Add a PowerShell host (2/4/15 13:11:06)] 1

2015-02-04 13:11:07.457+0100 DEBUG [SCRIPTING_LOG] [Copy of Add a PowerShell host (2/4/15 13:11:06)] 2

2015-02-04 13:11:07.457+0100 DEBUG [SCRIPTING_LOG] [Copy of Add a PowerShell host (2/4/15 13:11:06)] 3

2015-02-04 13:11:07.457+0100 DEBUG [SCRIPTING_LOG] [Copy of Add a PowerShell host (2/4/15 13:11:06)] 4

2015-02-04 13:11:07.457+0100 DEBUG [SCRIPTING_LOG] [Copy of Add a PowerShell host (2/4/15 13:11:06)] 5

2015-02-04 13:11:07.473+0100 DEBUG [SCRIPTING_LOG] [Copy of Add a PowerShell host (2/4/15 13:11:06)] 6

2015-02-04 13:11:07.473+0100 DEBUG [SCRIPTING_LOG] [Copy of Add a PowerShell host (2/4/15 13:11:06)] 7

2015-02-04 13:11:07.473+0100 DEBUG [SCRIPTING_LOG] [Copy of Add a PowerShell host (2/4/15 13:11:06)] 8

2015-02-04 13:11:07.473+0100 DEBUG [SCRIPTING_LOG] [Copy of Add a PowerShell host (2/4/15 13:11:06)] valdate host: DynamicWrapper (Instance) : [PowerShellHostConfig]-[class com.vmware.o11n.plugin.powershell.config.PowerShellHostConfig] -- VALUE : PowerShellHost[name: PS host, type: WinRM, connectionURL: DEUSAHEID035.domain, username: user]

2015-02-04 13:11:07.473+0100 DEBUG [SCRIPTING_LOG] [Copy of Add a PowerShell host (2/4/15 13:11:06)] 9

2015-02-04 13:11:07.707+0100 INFO  [PluginCacheManager] Cache settings taken from:jar:file:C:\Program Files\VMware\Orchestrator\app-server\server\vmo\tmp\dars\o11nplugin-powershell.dar\lib\o11nplugin-powershell-core-1.0.3-304.jar!/com/vmware/o11n/plugin/powershell/ehcache.xml

2015-02-04 13:11:07.707+0100 INFO  [PowerShellPluginConfiguration] Plugin configuration file not available. Using default values.

2015-02-04 13:11:07.848+0100 INFO  [OverthereWinRMPowerShell] Connecting to cifs:WINRM_HTTPS://user@DEUSAHEID035.domain:5986

2015-02-04 13:11:07.941+0100 ERROR [PowerShellHostManager] Unauthorized Access. Authentication mechanism requested by the client may not be supported by the server.

com.vmware.o11n.plugin.powershell.model.PowerShellException: Unauthorized Access. Authentication mechanism requested by the client may not be supported by the server.

    at com.vmware.o11n.plugin.powershell.model.BaseSession.<init>(BaseSession.java:77)

    at com.vmware.o11n.plugin.powershell.model.impl.winrm.WinRmSession.<init>(WinRmSession.java:31)

    at com.vmware.o11n.plugin.powershell.model.impl.winrm.WinRmRemoteConnector.openSession(WinRmRemoteConnector.java:64)

    at com.vmware.o11n.plugin.powershell.model.Host.openSession(Host.java:118)

    at com.vmware.o11n.plugin.powershell.model.Host.invokeCommand(Host.java:259)

    at com.vmware.o11n.plugin.powershell.scripting.PowerShellHostManager.validateConnectivityAndFunctionallity(PowerShellHostManager.java:146)

    at com.vmware.o11n.plugin.powershell.scripting.PowerShellHostManager.validatePowerShellHost(PowerShellHostManager.java:97)

    at com.vmware.o11n.plugin.powershell.scripting.PowerShellHostManager.update(PowerShellHostManager.java:71)

    at com.vmware.o11n.plugin.powershell.scripting.PowerShellHostManager$$FastClassByCGLIB$$a8e82939.invoke(<generated>)

    at net.sf.cglib.proxy.MethodProxy.invoke(MethodProxy.java:149)

    at org.springframework.aop.framework.Cglib2AopProxy$CglibMethodInvocation.invokeJoinpoint(Cglib2AopProxy.java:689)

    at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:150)

    at com.vmware.o11n.plugin.sdk.spring.impl.CurrentFactoryAnnotationAdvisor$1.call(CurrentFactoryAnnotationAdvisor.java:71)

    at com.vmware.o11n.plugin.sdk.spring.AbstractSpringPluginFactory.doInCurrent(AbstractSpringPluginFactory.java:206)

    at com.vmware.o11n.plugin.sdk.spring.impl.CurrentFactoryAnnotationAdvisor.invoke(CurrentFactoryAnnotationAdvisor.java:67)

    at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172)

    at org.springframework.aop.framework.Cglib2AopProxy$DynamicAdvisedInterceptor.intercept(Cglib2AopProxy.java:622)

    at com.vmware.o11n.plugin.powershell.scripting.PowerShellHostManager$$EnhancerByCGLIB$$e8efd702.update(<generated>)

    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)

    at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)

    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)

    at java.lang.reflect.Method.invoke(Unknown Source)

    at ch.dunes.vso.sdk.WrappedJavaMethod.call(WrappedJavaMethod.java:142)

    at org.mozilla.javascript.Interpreter.interpretLoop(Interpreter.java:1701)

    at org.mozilla.javascript.Interpreter.interpret(Interpreter.java:854)

    at org.mozilla.javascript.InterpretedFunction.call(InterpretedFunction.java:164)

    at ch.dunes.scripting.server.script.DynamicFunction.call(DynamicFunction.java:214)

    at org.mozilla.javascript.Interpreter.interpretLoop(Interpreter.java:1701)

    at org.mozilla.javascript.Interpreter.interpret(Interpreter.java:854)

    at org.mozilla.javascript.InterpretedFunction.call(InterpretedFunction.java:164)

    at org.mozilla.javascript.ContextFactory.doTopCall(ContextFactory.java:426)

    at org.mozilla.javascript.ScriptRuntime.doTopCall(ScriptRuntime.java:3178)

    at org.mozilla.javascript.InterpretedFunction.exec(InterpretedFunction.java:175)

    at org.mozilla.javascript.Context.evaluateString(Context.java:1111)

    at ch.dunes.scripting.server.script.MainScriptingObject.executeScript(MainScriptingObject.java:236)

    at ch.dunes.scripting.server.script.MainScriptingObject.executeScript(MainScriptingObject.java:223)

    at ch.dunes.workflow.engine.mbean.WorkflowScriptRunner.execute(WorkflowScriptRunner.java:188)

    at ch.dunes.workflow.engine.mbean.runner.WorkflowItemTaskRunner.execute(WorkflowItemTaskRunner.java:45)

    at ch.dunes.workflow.engine.mbean.runner.WorkflowItemTaskRunner.execute(WorkflowItemTaskRunner.java:24)

    at ch.dunes.workflow.engine.mbean.helper.WorkflowHandler.requestElementExecution(WorkflowHandler.java:875)

    at ch.dunes.workflow.engine.mbean.helper.WorkflowHandler.handleWorkflowTokenNextStep(WorkflowHandler.java:619)

    at ch.dunes.workflow.engine.mbean.helper.WorkflowHandler.executeToken(WorkflowHandler.java:500)

    at ch.dunes.workflow.engine.mbean.helper.WorkflowHandler.handleTokenExecution(WorkflowHandler.java:416)

    at ch.dunes.workflow.engine.mbean.helper.WorkflowHandler.access$200(WorkflowHandler.java:89)

    at ch.dunes.workflow.engine.mbean.helper.WorkflowHandler$1.execute(WorkflowHandler.java:330)

    at ch.dunes.model.ar.AccessRightsTemplate.executeWithAccessRights(AccessRightsTemplate.java:16)

    at ch.dunes.workflow.engine.mbean.helper.WorkflowHandler.doExecute(WorkflowHandler.java:326)

    at ch.dunes.workflow.engine.mbean.helper.WorkflowHandler.run(WorkflowHandler.java:230)

    at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)

    at java.util.concurrent.FutureTask$Sync.innerRun(Unknown Source)

    at java.util.concurrent.FutureTask.run(Unknown Source)

    at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(Unknown Source)

    at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)

    at java.lang.Thread.run(Unknown Source)

Caused by: com.vmware.o11n.plugin.powershell.remote.AuthenticationException: Unauthorized Access. Authentication mechanism requested by the client may not be supported by the server.

    at com.vmware.o11n.plugin.powershell.remote.impl.winrm.WinRmPowerShellClient.sendMessage(WinRmPowerShellClient.java:300)

    at com.vmware.o11n.plugin.powershell.remote.impl.winrm.WinRmPowerShellClient.openShell(WinRmPowerShellClient.java:290)

    at com.vmware.o11n.plugin.powershell.remote.impl.winrm.WinRmPowerShellClient.open(WinRmPowerShellClient.java:81)

    at com.vmware.o11n.plugin.powershell.remote.impl.winrm.CifsWinRmPowerShellConnection.open(CifsWinRmPowerShellConnection.java:133)

    at com.vmware.o11n.plugin.powershell.remote.impl.WinRmPowerShellTerminal.startShellWithSerialization(WinRmPowerShellTerminal.java:69)

    at com.vmware.o11n.plugin.powershell.model.BaseSession.<init>(BaseSession.java:71)

    ... 53 more

Caused by: com.xebialabs.overthere.cifs.winrm.exception.WinRMAuthorizationException: Unauthorized Access. Authentication mechanism requested by the client may not be supported by the server.

    at com.xebialabs.overthere.cifs.winrm.connector.JdkHttpConnector.sendMessage(JdkHttpConnector.java:119)

    at com.vmware.o11n.plugin.powershell.remote.impl.winrm.WinRmPowerShellClient.sendMessage(WinRmPowerShellClient.java:298)

    ... 58 more

2015-02-04 13:11:07.973+0100 WARN  [WorkflowItemTaskRunner] Script execution error on workflow : Copy of Add a PowerShell host / 'addPowerShellHost_1'(item2) : Unauthorized Access. Authentication mechanism requested by the client may not be supported by the server. (Dynamic Script Module name : addPowerShellHost_1#27)

2015-02-04 13:11:43.176+0100 INFO  [Execution] Executing workflow 'Copy of Add a PowerShell host'

2015-02-04 13:11:43.410+0100 INFO  [SCRIPTING_LOG] [Copy of Add a PowerShell host (2/4/15 13:11:43)] Manage SSL certificate called for URL->https://DEUSAHEID035.domain:5986/wsman/

2015-02-04 13:11:43.504+0100 INFO  [SCRIPTING_LOG] [Copy of Add a PowerShell host/Manage SSL certificates (2/4/15 13:11:43)] url: https://DEUSAHEID035.domain:5986/wsman/

2015-02-04 13:11:43.535+0100 INFO  [SCRIPTING_LOG] [Copy of Add a PowerShell host/Manage SSL certificates (2/4/15 13:11:43)] Certificate information: Properties:1329791792

2015-02-04 13:11:43.926+0100 INFO  [SCRIPTING_LOG] [Copy of Add a PowerShell host/Manage SSL certificates (2/4/15 13:11:43)] Is certificate trusted: true

2015-02-04 13:11:43.926+0100 INFO  [SCRIPTING_LOG] [Copy of Add a PowerShell host/Manage SSL certificates (2/4/15 13:11:43)] Is host name verified: true

2015-02-04 13:11:44.551+0100 DEBUG [SCRIPTING_LOG] [Copy of Add a PowerShell host (2/4/15 13:11:43)] Summary: name: PS host -type: WinRM -hostName: DEUSAHEID035.domain -transportProtocol: HTTPS -port:  -username: user@domain -password: -authMode: Shared Session - host: DynamicWrapper (Instance) : [PowerShellHostConfig]-[class com.vmware.o11n.plugin.powershell.config.PowerShellHostConfig] -- VALUE : PowerShellHost[name: null, type: null, connectionURL: null, username: null]

2015-02-04 13:11:44.551+0100 DEBUG [SCRIPTING_LOG] [Copy of Add a PowerShell host (2/4/15 13:11:43)] 0

2015-02-04 13:11:44.567+0100 DEBUG [SCRIPTING_LOG] [Copy of Add a PowerShell host (2/4/15 13:11:43)] 1

2015-02-04 13:11:44.567+0100 DEBUG [SCRIPTING_LOG] [Copy of Add a PowerShell host (2/4/15 13:11:43)] 2

2015-02-04 13:11:44.567+0100 DEBUG [SCRIPTING_LOG] [Copy of Add a PowerShell host (2/4/15 13:11:43)] 3

2015-02-04 13:11:44.567+0100 DEBUG [SCRIPTING_LOG] [Copy of Add a PowerShell host (2/4/15 13:11:43)] 4

2015-02-04 13:11:44.567+0100 DEBUG [SCRIPTING_LOG] [Copy of Add a PowerShell host (2/4/15 13:11:43)] 5

2015-02-04 13:11:44.567+0100 DEBUG [SCRIPTING_LOG] [Copy of Add a PowerShell host (2/4/15 13:11:43)] 6

2015-02-04 13:11:44.567+0100 DEBUG [SCRIPTING_LOG] [Copy of Add a PowerShell host (2/4/15 13:11:43)] 7

2015-02-04 13:11:44.567+0100 DEBUG [SCRIPTING_LOG] [Copy of Add a PowerShell host (2/4/15 13:11:43)] 8

2015-02-04 13:11:44.567+0100 DEBUG [SCRIPTING_LOG] [Copy of Add a PowerShell host (2/4/15 13:11:43)] valdate host: DynamicWrapper (Instance) : [PowerShellHostConfig]-[class com.vmware.o11n.plugin.powershell.config.PowerShellHostConfig] -- VALUE : PowerShellHost[name: PS host, type: WinRM, connectionURL: DEUSAHEID035.domain, username: user@domain]

2015-02-04 13:11:44.567+0100 DEBUG [SCRIPTING_LOG] [Copy of Add a PowerShell host (2/4/15 13:11:43)] 9

2015-02-04 13:11:44.598+0100 INFO  [OverthereWinRMPowerShell] Connecting to cifs:WINRM_HTTPS://user@domain@DEUSAHEID035.domain:5986

2015-02-04 13:11:44.598+0100 ERROR [PowerShellHostManager] Unauthorized Access. Authentication mechanism requested by the client may not be supported by the server.

com.vmware.o11n.plugin.powershell.model.PowerShellException: Unauthorized Access. Authentication mechanism requested by the client may not be supported by the server.

    at com.vmware.o11n.plugin.powershell.model.BaseSession.<init>(BaseSession.java:77)

    at com.vmware.o11n.plugin.powershell.model.impl.winrm.WinRmSession.<init>(WinRmSession.java:31)

    at com.vmware.o11n.plugin.powershell.model.impl.winrm.WinRmRemoteConnector.openSession(WinRmRemoteConnector.java:64)

    at com.vmware.o11n.plugin.powershell.model.Host.openSession(Host.java:118)

    at com.vmware.o11n.plugin.powershell.model.Host.invokeCommand(Host.java:259)

    at com.vmware.o11n.plugin.powershell.scripting.PowerShellHostManager.validateConnectivityAndFunctionallity(PowerShellHostManager.java:146)

    at com.vmware.o11n.plugin.powershell.scripting.PowerShellHostManager.validatePowerShellHost(PowerShellHostManager.java:97)

    at com.vmware.o11n.plugin.powershell.scripting.PowerShellHostManager.update(PowerShellHostManager.java:71)

    at com.vmware.o11n.plugin.powershell.scripting.PowerShellHostManager$$FastClassByCGLIB$$a8e82939.invoke(<generated>)

    at net.sf.cglib.proxy.MethodProxy.invoke(MethodProxy.java:149)

    at org.springframework.aop.framework.Cglib2AopProxy$CglibMethodInvocation.invokeJoinpoint(Cglib2AopProxy.java:689)

    at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:150)

    at com.vmware.o11n.plugin.sdk.spring.impl.CurrentFactoryAnnotationAdvisor$1.call(CurrentFactoryAnnotationAdvisor.java:71)

    at com.vmware.o11n.plugin.sdk.spring.AbstractSpringPluginFactory.doInCurrent(AbstractSpringPluginFactory.java:206)

    at com.vmware.o11n.plugin.sdk.spring.impl.CurrentFactoryAnnotationAdvisor.invoke(CurrentFactoryAnnotationAdvisor.java:67)

    at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172)

    at org.springframework.aop.framework.Cglib2AopProxy$DynamicAdvisedInterceptor.intercept(Cglib2AopProxy.java:622)

    at com.vmware.o11n.plugin.powershell.scripting.PowerShellHostManager$$EnhancerByCGLIB$$e8efd702.update(<generated>)

    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)

    at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)

    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)

    at java.lang.reflect.Method.invoke(Unknown Source)

    at ch.dunes.vso.sdk.WrappedJavaMethod.call(WrappedJavaMethod.java:142)

    at org.mozilla.javascript.Interpreter.interpretLoop(Interpreter.java:1701)

    at org.mozilla.javascript.Interpreter.interpret(Interpreter.java:854)

    at org.mozilla.javascript.InterpretedFunction.call(InterpretedFunction.java:164)

    at ch.dunes.scripting.server.script.DynamicFunction.call(DynamicFunction.java:214)

    at org.mozilla.javascript.Interpreter.interpretLoop(Interpreter.java:1701)

    at org.mozilla.javascript.Interpreter.interpret(Interpreter.java:854)

    at org.mozilla.javascript.InterpretedFunction.call(InterpretedFunction.java:164)

    at org.mozilla.javascript.ContextFactory.doTopCall(ContextFactory.java:426)

    at org.mozilla.javascript.ScriptRuntime.doTopCall(ScriptRuntime.java:3178)

    at org.mozilla.javascript.InterpretedFunction.exec(InterpretedFunction.java:175)

    at org.mozilla.javascript.Context.evaluateString(Context.java:1111)

    at ch.dunes.scripting.server.script.MainScriptingObject.executeScript(MainScriptingObject.java:236)

    at ch.dunes.scripting.server.script.MainScriptingObject.executeScript(MainScriptingObject.java:223)

    at ch.dunes.workflow.engine.mbean.WorkflowScriptRunner.execute(WorkflowScriptRunner.java:188)

    at ch.dunes.workflow.engine.mbean.runner.WorkflowItemTaskRunner.execute(WorkflowItemTaskRunner.java:45)

    at ch.dunes.workflow.engine.mbean.runner.WorkflowItemTaskRunner.execute(WorkflowItemTaskRunner.java:24)

    at ch.dunes.workflow.engine.mbean.helper.WorkflowHandler.requestElementExecution(WorkflowHandler.java:875)

    at ch.dunes.workflow.engine.mbean.helper.WorkflowHandler.handleWorkflowTokenNextStep(WorkflowHandler.java:619)

    at ch.dunes.workflow.engine.mbean.helper.WorkflowHandler.executeToken(WorkflowHandler.java:500)

    at ch.dunes.workflow.engine.mbean.helper.WorkflowHandler.handleTokenExecution(WorkflowHandler.java:416)

    at ch.dunes.workflow.engine.mbean.helper.WorkflowHandler.access$200(WorkflowHandler.java:89)

    at ch.dunes.workflow.engine.mbean.helper.WorkflowHandler$1.execute(WorkflowHandler.java:330)

    at ch.dunes.model.ar.AccessRightsTemplate.executeWithAccessRights(AccessRightsTemplate.java:16)

    at ch.dunes.workflow.engine.mbean.helper.WorkflowHandler.doExecute(WorkflowHandler.java:326)

    at ch.dunes.workflow.engine.mbean.helper.WorkflowHandler.run(WorkflowHandler.java:230)

    at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)

    at java.util.concurrent.FutureTask$Sync.innerRun(Unknown Source)

    at java.util.concurrent.FutureTask.run(Unknown Source)

    at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(Unknown Source)

    at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)

    at java.lang.Thread.run(Unknown Source)

Caused by: com.vmware.o11n.plugin.powershell.remote.AuthenticationException: Unauthorized Access. Authentication mechanism requested by the client may not be supported by the server.

    at com.vmware.o11n.plugin.powershell.remote.impl.winrm.WinRmPowerShellClient.sendMessage(WinRmPowerShellClient.java:300)

    at com.vmware.o11n.plugin.powershell.remote.impl.winrm.WinRmPowerShellClient.openShell(WinRmPowerShellClient.java:290)

    at com.vmware.o11n.plugin.powershell.remote.impl.winrm.WinRmPowerShellClient.open(WinRmPowerShellClient.java:81)

    at com.vmware.o11n.plugin.powershell.remote.impl.winrm.CifsWinRmPowerShellConnection.open(CifsWinRmPowerShellConnection.java:133)

    at com.vmware.o11n.plugin.powershell.remote.impl.WinRmPowerShellTerminal.startShellWithSerialization(WinRmPowerShellTerminal.java:69)

    at com.vmware.o11n.plugin.powershell.model.BaseSession.<init>(BaseSession.java:71)

    ... 53 more

Caused by: com.xebialabs.overthere.cifs.winrm.exception.WinRMAuthorizationException: Unauthorized Access. Authentication mechanism requested by the client may not be supported by the server.

    at com.xebialabs.overthere.cifs.winrm.connector.JdkHttpConnector.sendMessage(JdkHttpConnector.java:119)

    at com.vmware.o11n.plugin.powershell.remote.impl.winrm.WinRmPowerShellClient.sendMessage(WinRmPowerShellClient.java:298)

    ... 58 more

2015-02-04 13:11:44.614+0100 WARN  [WorkflowItemTaskRunner] Script execution error on workflow : Copy of Add a PowerShell host / 'addPowerShellHost_1'(item2) : Unauthorized Access. Authentication mechanism requested by the client may not be supported by the server. (Dynamic Script Module name : addPowerShellHost_1#27)

 

 

 

Could anybody help me?

Thank you all


Viewing all articles
Browse latest Browse all 6251

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>