Home > OS >  Java USES winrm Windows remote connection
Java USES winrm Windows remote connection

Time:09-19

SLF4J: Failed to load the class "org. SLF4J. Impl. StaticLoggerBinder".
SLF4J, Defaulting to no - operation (NOP) logger implementation
SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details.
August 13, 2019 1:35:29 org. In the afternoon. The apache CXF. WSDL. Service. Factory. ReflectionServiceFactoryBean buildServiceFromWSDL
Information: Creating Service {http://schemas.dmtf.org/wbem/wsman/1/wsman.xsd} WinRmService from WSDL: jar: file:/D:/SoftwareInstallation/javaUtils/my_maven_local_repository/IO/cloudsoft/Windows/winrm4j - client/0.5.0/winrm4j - the client - 0.5.0. Jar!/WSDL/WinRmService. WSDL
August 13, 2019 1:35:30 org. In the afternoon. The apache CXF. Transport. HTTP. HTTPConduit detectAuthorizationLoop
Information: Authorization loop detected on Conduit "{http://schemas.dmtf.org/wbem/wsman/1/wsman.xsd} WinRmPort. HTTP - Conduit" on the URL "http://192.168.1.86:5985/wsman" with the realm "null"
August 13, 2019 1:35:30 org. In the afternoon. The apache CXF. Phase. PhaseInterceptorChain doDefaultLogging
Warning: Interceptor for WinRmService# {http://schemas.dmtf.org/wbem/wsman/1/wsman.xsd} {http://schemas.dmtf.org/wbem/wsman/1/wsman.xsd} the Create has thrown exception, unwinding now
Org, apache CXF. Interceptor. Faults: Could not send Message.
At org, apache CXF. Interceptor. MessageSenderInterceptor $MessageSenderEndingInterceptor. HandleMessage (MessageSenderInterceptor. Java: 64)
At org, apache CXF. Phase. PhaseInterceptorChain. DoIntercept (PhaseInterceptorChain. Java: 308)
At org, apache CXF. The endpoint. ClientImpl. DoInvoke (ClientImpl. Java: 514)
At org, apache CXF. The endpoint. ClientImpl. Invoke (ClientImpl. Java: 423)
At org, apache CXF. The endpoint. ClientImpl. Invoke (ClientImpl. Java: 324)
At org, apache CXF. The endpoint. ClientImpl. Invoke (ClientImpl. Java: 277)
At org, apache CXF. Frontend. ClientProxy. InvokeSync (ClientProxy. Java: 96)
At org, apache CXF. Jaxws. JaxWsClientProxy. Invoke (JaxWsClientProxy. Java: 139)
At com. Sun. Proxy. $Proxy45. Create (Unknown Source)
The at IO. Cloudsoft. Winrm4j. Client. WinRmClient $4. Call (779) WinRmClient. Java:
The at IO. Cloudsoft. Winrm4j. Client. WinRmClient $4. Call (774) WinRmClient. Java:
The at IO. Cloudsoft. Winrm4j. Client. WinRmClient. WinrmCallRetryConnFailure (WinRmClient. Java: 871)
The at IO. Cloudsoft. Winrm4j. Client. WinRmClient. DoCreateService_3_InitializeClientAndService (WinRmClient. Java: 774)
The at IO. Cloudsoft. Winrm4j. Client. WinRmClient. DoCreateServiceWithBean (WinRmClient. Java: 612)
The at IO. Cloudsoft. Winrm4j. Client. WinRmClient. CreateService (WinRmClient. Java: 518)
The at IO. Cloudsoft. Winrm4j. Client. WinRmClient. GetService (WinRmClient. Java: 502)
At io.cloudsoft.winrm4j.client.WinRmClient.com mand WinRmClient. Java: (316)
The at IO. Cloudsoft. Winrm4j. Winrm. WinRmTool. ExecuteCommand (WinRmTool. Java: 243)
The at cn. Sanjin. Javawindows. App. The execute (App. Java: 35)
The at cn. Sanjin. Javawindows. App. The main (App. Java: 42)
Under Caused by: Java. IO. IOException: Authorization loop detected on Conduit "{http://schemas.dmtf.org/wbem/wsman/1/wsman.xsd} WinRmPort. HTTP - Conduit" on the URL "http://192.168.1.86:5985/wsman" with the realm "null"
At org, apache CXF. Transport. HTTP. HTTPConduit. DetectAuthorizationLoop (HTTPConduit. Java: 1937)
At org, apache CXF. Transport. HTTP. HTTPConduit. Access the $600 (149) HTTPConduit. Java:
At org, apache CXF. Transport. HTTP. HTTPConduit $WrappedOutputStream. AuthorizationRetransmit (HTTPConduit. Java: 1515)
At org, apache CXF. Transport. HTTP. Asyncclient. AsyncHTTPConduit $AsyncWrappedOutputStream. AuthorizationRetransmit (AsyncHTTPConduit. Java: 800)
At org, apache CXF. Transport. HTTP. HTTPConduit $WrappedOutputStream. ProcessRetransmit (HTTPConduit. Java: 1446)
At org, apache CXF. Transport. HTTP. HTTPConduit $WrappedOutputStream. HandleRetransmits (HTTPConduit. Java: 1420)
At org, apache CXF. Transport. HTTP. HTTPConduit $WrappedOutputStream. HandleResponse (HTTPConduit. Java: 1554)
At org, apache CXF. Transport. HTTP. HTTPConduit $WrappedOutputStream. Close (HTTPConduit. Java: 1356)
At org, apache CXF. Transport. HTTP. Asyncclient. AsyncHTTPConduit $AsyncWrappedOutputStream. Close (AsyncHTTPConduit. Java: 415)
At org, apache CXF. Transport. AbstractConduit. Close (AbstractConduit. Java: 56)
At org, apache CXF. Transport. HTTP. HTTPConduit. Close (HTTPConduit. Java: 653)
At org, apache CXF. Interceptor. MessageSenderInterceptor $MessageSenderEndingInterceptor. HandleMessage (MessageSenderInterceptor. Java: 62)
. 19 more
//is my Windows 7 on the window above the winrm configuration have been opened up, can still unable to connect, please, be solved

CodePudding user response:

Winrm is what of, never used, see

CodePudding user response:

https://stackoverflow.com/questions/46299280/winrm4j-authorization-loop-detected-on-conduit-on-url-with-realm-null
  • Related