[jboss-user] [Installation, Configuration & DEPLOYMENT] - JBoss 4.2.0 SOAP Exception:Could not transmit message

MohanReddy do-not-reply at jboss.com
Mon Aug 4 02:27:28 EDT 2008


11:56:56,671 ERROR [STDERR] javax.xml.soap.SOAPException: java.io.IOException: Could not transmit message
11:56:56,671 ERROR [STDERR] 	at org.jboss.ws.core.soap.SOAPConnectionImpl.callInternal(SOAPConnectionImpl.java:115)
11:56:56,671 ERROR [STDERR] 	at org.jboss.ws.core.soap.SOAPConnectionImpl.call(SOAPConnectionImpl.java:66)
11:56:56,671 ERROR [STDERR] 	at com.osit.service.DIDXService.invokeDIDXServer(DIDXService.java:96)
11:56:56,671 ERROR [STDERR] 	at com.osit.service.DIDXService.getAvailableCountries(DIDXService.java:131)
11:56:56,671 ERROR [STDERR] 	at com.osit.delegate.DIDXDelegate.getAvailableCountries(DIDXDelegate.java:13)
11:56:56,671 ERROR [STDERR] 	at com.osit.controller.DIDXController.formBackingObject(DIDXController.java:34)
11:56:56,671 ERROR [STDERR] 	at org.springframework.web.servlet.mvc.AbstractFormController.getCommand(AbstractFormController.java:416)
11:56:56,671 ERROR [STDERR] 	at org.springframework.web.servlet.mvc.AbstractFormController.handleRequestInternal(AbstractFormController.java:247)
11:56:56,671 ERROR [STDERR] 	at org.springframework.web.servlet.mvc.AbstractController.handleRequest(AbstractController.java:153)
11:56:56,671 ERROR [STDERR] 	at org.springframework.web.servlet.mvc.SimpleControllerHandlerAdapter.handle(SimpleControllerHandlerAdapter.java:48)
11:56:56,671 ERROR [STDERR] 	at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:857)
11:56:56,671 ERROR [STDERR] 	at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:792)
11:56:56,671 ERROR [STDERR] 	at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:475)
11:56:56,671 ERROR [STDERR] 	at org.springframework.web.servlet.FrameworkServlet.doPost(FrameworkServlet.java:440)
11:56:56,671 ERROR [STDERR] 	at javax.servlet.http.HttpServlet.service(HttpServlet.java:710)
11:56:56,671 ERROR [STDERR] 	at javax.servlet.http.HttpServlet.service(HttpServlet.java:803)
11:56:56,671 ERROR [STDERR] 	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)
11:56:56,671 ERROR [STDERR] 	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
11:56:56,671 ERROR [STDERR] 	at org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:96)
11:56:56,671 ERROR [STDERR] 	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
11:56:56,671 ERROR [STDERR] 	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
11:56:56,671 ERROR [STDERR] 	at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:230)
11:56:56,671 ERROR [STDERR] 	at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:175)
11:56:56,671 ERROR [STDERR] 	at org.jboss.web.tomcat.security.SecurityAssociationValve.invoke(SecurityAssociationValve.java:179)
11:56:56,687 ERROR [STDERR] 	at org.jboss.web.tomcat.security.JaccContextValve.invoke(JaccContextValve.java:84)
11:56:56,687 ERROR [STDERR] 	at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:127)
11:56:56,687 ERROR [STDERR] 	at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102)
11:56:56,687 ERROR [STDERR] 	at org.jboss.web.tomcat.service.jca.CachedConnectionValve.invoke(CachedConnectionValve.java:157)
11:56:56,687 ERROR [STDERR] 	at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
11:56:56,687 ERROR [STDERR] 	at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:262)
11:56:56,687 ERROR [STDERR] 	at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:844)
11:56:56,687 ERROR [STDERR] 	at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:583)
11:56:56,687 ERROR [STDERR] 	at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:446)
11:56:56,687 ERROR [STDERR] 	at java.lang.Thread.run(Thread.java:595)
11:56:56,687 ERROR [STDERR] Caused by: java.io.IOException: Could not transmit message
11:56:56,687 ERROR [STDERR] 	at org.jboss.ws.core.client.RemotingConnectionImpl.invoke(RemotingConnectionImpl.java:204)
11:56:56,687 ERROR [STDERR] 	at org.jboss.ws.core.client.SOAPRemotingConnection.invoke(SOAPRemotingConnection.java:77)
11:56:56,687 ERROR [STDERR] 	at org.jboss.ws.core.soap.SOAPConnectionImpl.callInternal(SOAPConnectionImpl.java:106)
11:56:56,687 ERROR [STDERR] 	... 33 more
11:56:56,687 ERROR [STDERR] Caused by: org.jboss.remoting.CannotConnectException: Can not connect http client invoker.
11:56:56,687 ERROR [STDERR] 	at org.jboss.remoting.transport.http.HTTPClientInvoker.useHttpURLConnection(HTTPClientInvoker.java:333)
11:56:56,687 ERROR [STDERR] 	at org.jboss.remoting.transport.http.HTTPClientInvoker.transport(HTTPClientInvoker.java:135)
11:56:56,687 ERROR [STDERR] 	at org.jboss.remoting.MicroRemoteClientInvoker.invoke(MicroRemoteClientInvoker.java:122)
11:56:56,687 ERROR [STDERR] 	at org.jboss.remoting.Client.invoke(Client.java:1634)
11:56:56,687 ERROR [STDERR] 	at org.jboss.remoting.Client.invoke(Client.java:548)
11:56:56,687 ERROR [STDERR] 	at org.jboss.ws.core.client.RemotingConnectionImpl.invoke(RemotingConnectionImpl.java:183)
11:56:56,687 ERROR [STDERR] 	... 35 more
11:56:56,687 ERROR [STDERR] Caused by: org.jboss.ws.WSException: Invalid HTTP server response [411] - Length Required
11:56:56,687 ERROR [STDERR] 	at org.jboss.ws.core.soap.SOAPMessageUnMarshaller.read(SOAPMessageUnMarshaller.java:77)
11:56:56,687 ERROR [STDERR] 	at org.jboss.remoting.transport.http.HTTPClientInvoker.readResponse(HTTPClientInvoker.java:473)
11:56:56,687 ERROR [STDERR] 	at org.jboss.remoting.transport.http.HTTPClientInvoker.useHttpURLConnection(HTTPClientInvoker.java:305)
11:56:56,687 ERROR [STDERR] 	... 40 more
11:56:56,687 ERROR [[didx]] Servlet.service() for servlet didx threw exception

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4168356#4168356

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4168356



More information about the jboss-user mailing list