Skip to content

Instantly share code, notes, and snippets.

@jimsander
Last active August 29, 2015 14:20
Show Gist options
  • Save jimsander/1891589035399f7c05fa to your computer and use it in GitHub Desktop.
Save jimsander/1891589035399f7c05fa to your computer and use it in GitHub Desktop.
catalina example
INFO: Interceptor has thrown exception, unwinding now
org.apache.cxf.interceptor.Fault: connect timed out
at org.apache.cxf.interceptor.AbstractOutDatabindingInterceptor.writeParts(AbstractOutDatabindingInterceptor.java:96)
at org.apache.cxf.interceptor.BareOutInterceptor.handleMessage(BareOutInterceptor.java:68)
at org.apache.cxf.phase.PhaseInterceptorChain.doIntercept(PhaseInterceptorChain.java:236)
at org.apache.cxf.endpoint.ClientImpl.invoke(ClientImpl.java:471)
at org.apache.cxf.endpoint.ClientImpl.invoke(ClientImpl.java:301)
at org.apache.cxf.endpoint.ClientImpl.invoke(ClientImpl.java:253)
at org.apache.cxf.frontend.ClientProxy.invokeSync(ClientProxy.java:73)
at org.apache.cxf.jaxws.JaxWsClientProxy.invoke(JaxWsClientProxy.java:121)
at $Proxy49.handshake(Unknown Source)
at com.enstratus.agent.AgentSecurity.initialize(AgentSecurity.java:174)
at com.enstratus.agent.AgentSecurity.initialize(AgentSecurity.java:153)
at com.enstratus.agent.ServerListener$1.run(ServerListener.java:34)
Caused by: com.ctc.wstx.exc.WstxIOException: connect timed out
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment