We are using apache soap 2.2 on weblogic7.0 and
when using soap services we are seeing the following error coming from
RPCRouterServlet. Does anyone know when this problem may occur. Since its not
even reaching our soap services, I am thinking the problem might be with either
the soap tool or some network issue.
Praveen
####<Oct 25, 2003 3:28:18 PM EDT> <Error> <HTTP>
<marble> <dexterdemoadmin>
<ExecuteThread: '12' for queue: 'default'> <kernel identity> <> <101018> <[ServletContext(id=477496,name=soap.war,c ontext-path=/soap)] Servlet failed with ServletException> javax.servlet.ServletException: Error building response envelope: java.io.IOException: Broken pipe at org.apache.soap.server.http.RPCRouterServlet.doPost(RPCRouterServlet.java:353) at javax.servlet.http.HttpServlet.service(HttpServlet.java:760) at javax.servlet.http.HttpServlet.service(HttpServlet.java:853) at weblogic.servlet.internal.ServletStubImpl$ServletInvocationAction.run(ServletStubImpl.java:1058) at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:401) at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:306) at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:5445) at weblogic.security.service.SecurityServiceManager.runAs(SecurityServiceManager.java:780) at weblogic.servlet.internal.WebAppServletContext.invokeServlet(WebAppServletContext.java:3105) at weblogic.servlet.internal.ServletRequestImpl.execute(ServletRequestImpl.java:2588) at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:213) at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:189) |