Discussion:
Execption from managed client trying to access a web service.
(too old to reply)
Tony Glombek
2008-07-21 10:34:50 UTC
Permalink
I have a managed client running under WAS 6.1.0.17 generated using
Rational Application Developer v6

This client invokes a web service running on some other system.

Usually this works, but sometimes I get an exception from the client and
once this has happened I get the same error from other client trying to
get to web services running on the same system.

Can anyone suggest what might be going wrong or what I should do to
diagnose the problem?
---------------------------------------------------------------------------------------

[18/07/08 13:22:52:375 BST] 00000020 WSChannelFram A CHFW0019I: The
Transport Channel Service has started chain HttpOutboundChain:sombrero:7800.
[18/07/08 13:22:52:406 BST] 00000020 PivotHandlerW W
com.ibm.ws.webservices.engine.PivotHandlerWrapper invoke WSWS3734W:
Warning: Exception caught from invocation to
com.ibm.ws.webservices.engine.transport.http.HTTPSender:
WebServicesFault
faultCode:
{http://schemas.xmlsoap.org/soap/envelope/}Server.generalException
faultString: WSWS3713E: Connection to the remote host sombrero
failed.Received the following error: null
faultActor: null
faultDetail:

WSWS3713E: Connection to the remote host sombrero failed.Received the
following error: null
at
com.ibm.ws.webservices.engine.transport.http.HttpOutboundChannelConnection.connect(HttpOutboundChannelConnection.java:819)
at
com.ibm.ws.webservices.engine.transport.http.HTTPSender.invoke(HTTPSender.java:530)
at
com.ibm.ws.webservices.engine.PivotHandlerWrapper.invoke(PivotHandlerWrapper.java:228)
at
com.ibm.ws.webservices.engine.handlers.jaxrpc.JAXRPCHandler.invoke(JAXRPCHandler.java:152)
at
com.ibm.ws.webservices.engine.PivotHandlerWrapper.invoke(PivotHandlerWrapper.java:228)
at
com.ibm.ws.webservices.engine.PivotHandlerWrapper.invoke(PivotHandlerWrapper.java:228)
at
com.ibm.ws.webservices.engine.WebServicesEngine.invoke(WebServicesEngine.java:336)
at
com.ibm.ws.webservices.engine.client.Connection.invokeEngine(Connection.java:929)
at
com.ibm.ws.webservices.engine.client.Connection.invoke(Connection.java:722)
at
com.ibm.ws.webservices.engine.client.Connection.invoke(Connection.java:673)
at
com.ibm.ws.webservices.engine.client.Connection.invoke(Connection.java:495)
at com.ibm.ws.webservices.engine.client.Stub$Invoke.invoke(Stub.java:948)
at
com.ibm.mqst.broker.miwssoap.wss009.Wss009SoapBindingStub.timesTen(Wss009SoapBindingStub.java:224)
at
com.ibm.mqst.broker.miwssoap.wss009.Wss009Proxy.timesTen(Wss009Proxy.java:76)
at com.ibm._jsp._InvokeClient._jspService(_InvokeClient.java:96)
at com.ibm.ws.jsp.runtime.HttpJspBase.service(HttpJspBase.java:87)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
at
com.ibm.ws.webcontainer.servlet.ServletWrapper.service(ServletWrapper.java:1075)
at
com.ibm.ws.webcontainer.servlet.ServletWrapper.handleRequest(ServletWrapper.java:550)
at
com.ibm.ws.wswebcontainer.servlet.ServletWrapper.handleRequest(ServletWrapper.java:478)
at
com.ibm.wsspi.webcontainer.servlet.GenericServletWrapper.handleRequest(GenericServletWrapper.java:122)
at
com.ibm.ws.jsp.webcontainerext.AbstractJSPExtensionServletWrapper.handleRequest(AbstractJSPExtensionServletWrapper.java:226)
at
com.ibm.ws.webcontainer.servlet.CacheServletWrapper.handleRequest(CacheServletWrapper.java:90)
at
com.ibm.ws.webcontainer.WebContainer.handleRequest(WebContainer.java:744)
at
com.ibm.ws.wswebcontainer.WebContainer.handleRequest(WebContainer.java:1455)
at
com.ibm.ws.webcontainer.channel.WCChannelLink.ready(WCChannelLink.java:115)
at
com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.handleDiscrimination(HttpInboundLink.java:458)
at
com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.handleNewInformation(HttpInboundLink.java:387)
at
com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.ready(HttpInboundLink.java:267)
at
com.ibm.ws.tcp.channel.impl.NewConnectionInitialReadCallback.sendToDiscriminators(NewConnectionInitialReadCallback.java:214)
at
com.ibm.ws.tcp.channel.impl.NewConnectionInitialReadCallback.complete(NewConnectionInitialReadCallback.java:113)
at
com.ibm.ws.tcp.channel.impl.AioReadCompletionListener.futureCompleted(AioReadCompletionListener.java:165)
at
com.ibm.io.async.AbstractAsyncFuture.invokeCallback(AbstractAsyncFuture.java:217)
at
com.ibm.io.async.AsyncChannelFuture.fireCompletionActions(AsyncChannelFuture.java:161)
at com.ibm.io.async.AsyncFuture.completed(AsyncFuture.java:136)
at com.ibm.io.async.ResultHandler.complete(ResultHandler.java:195)
at
com.ibm.io.async.ResultHandler.runEventProcessingLoop(ResultHandler.java:743)
at com.ibm.io.async.ResultHandler$2.run(ResultHandler.java:873)
at com.ibm.ws.util.ThreadPool$Worker.run(ThreadPool.java:1473)
---------------------------------------------------------------------------------------

Tony Glombek/UK/IBM
p***@gmail.com
2016-10-24 09:53:23 UTC
Permalink
Any resolution for this?

Loading...