WebServicesFault
faultCode: HTTP
faultString: ( 404 ) Not Found
faultActor: http://r029119:9080
faultDetail:
null: WSWS3192E: Error: return code: ( 404 ) Not Found
Error 404: SRVE0190E: File not found: /services/Wss006
.
( 404 ) Not Found
at
com.ibm.ws.webservices.engine.transport.http.HTTPSender.processStatusCode(HTTPSender.java:546)
at
com.ibm.ws.webservices.engine.transport.http.HTTPSender.invoke(HTTPSender.java:463)
at
com.ibm.ws.webservices.engine.PivotHandlerWrapper.invoke(PivotHandlerWrapper.java:218)
at
com.ibm.ws.webservices.engine.PivotHandlerWrapper.invoke(PivotHandlerWrapper.java:218)
at
com.ibm.ws.webservices.engine.WebServicesEngine.invoke(WebServicesEngine.java:274)
at
com.ibm.ws.webservices.engine.client.Connection.invokeEngine(Connection.java:727)
at
com.ibm.ws.webservices.engine.client.Connection.invoke(Connection.java:648)
at
com.ibm.ws.webservices.engine.client.Connection.invoke(Connection.java:609)
at
com.ibm.ws.webservices.engine.client.Connection.invoke(Connection.java:446)
at com.ibm.ws.webservices.engine.client.Stub$Invoke.invoke(Stub.java:732)
at
com.ibm.mqst.broker.miwssoap.wss006.Wss006SoapBindingStub.timesTen(Wss006SoapBindingStub.java:224)
at
com.ibm.mqst.broker.miwssoap.wss006.Wss006Proxy.timesTen(Wss006Proxy.java:76)
at com.ibm._jsp._Result._jspService(_Result.java:170)
at com.ibm.ws.jsp.runtime.HttpJspBase.service(HttpJspBase.java:88)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
at
com.ibm.ws.webcontainer.servlet.ServletWrapper.service(ServletWrapper.java:1212)
at
com.ibm.ws.webcontainer.servlet.ServletWrapper.handleRequest(ServletWrapper.java:629)
at
com.ibm.wsspi.webcontainer.servlet.GenericServletWrapper.handleRequest(GenericServletWrapper.java:117)
at
com.ibm.ws.jsp.webcontainerext.JSPExtensionServletWrapper.handleRequest(JSPExtensionServletWrapper.java:171)
at
com.ibm.ws.webcontainer.servlet.CacheServletWrapper.handleRequest(CacheServletWrapper.java:80)
at
com.ibm.ws.webcontainer.WebContainer.handleRequest(WebContainer.java:1657)
at
com.ibm.ws.webcontainer.channel.WCChannelLink.ready(WCChannelLink.java:77)
at
com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.handleDiscrimination(HttpInboundLink.java:421)
at
com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.handleNewInformation(HttpInboundLink.java:367)
at
com.ibm.ws.http.channel.inbound.impl.HttpICLReadCallback.complete(HttpICLReadCallback.java:94)
at
com.ibm.ws.tcp.channel.impl.WorkQueueManager.requestComplete(WorkQueueManager.java:548)
at
com.ibm.ws.tcp.channel.impl.WorkQueueManager.attemptIO(WorkQueueManager.java:601)
at
com.ibm.ws.tcp.channel.impl.WorkQueueManager.workerRun(WorkQueueManager.java:934)
at
com.ibm.ws.tcp.channel.impl.WorkQueueManager$Worker.run(WorkQueueManager.java:1021)
at com.ibm.ws.util.ThreadPool$Worker.run(ThreadPool.java(Compiled Code))
[18/05/07 20:48:36:922 BST] 00000047 WSChannelFram A CHFW0020I: The
Transport Channel Service has stopped the Chain labeled chain_0.
All I have changed is the WS-security configuration.. so why is it
giving 404? If my configuartion was incorrect I would expect somde other
exception.
Any thoughts on what could be wrong
Tony Glombek
ws-security is message level; it has nothing to do with transport security.
Gut feeling is that a url-mapping for services/Wss006 had not been associated with that servlet --
hence the 404.
i.e. for your servlet there should be a section that looks somewhat like this in your web.xml file.
<servlet-mapping>
<servlet-name>YourWebServiceServletId</servlet-name>
<url-pattern>services/Wss006</url-pattern>
</servlet-mapping>
HTH.
Cheers,
Vinod
Hi Tony
I am getting the same error that u got when invoking webservice
through java client. Can u please share the resolution to this error.
Thanks in advance.
Tushar