Hi, I tried to deploy axis2 1.3 sample web service StockQuoteService on SunOne app server 8.1, and I keep getting errors when trying using http (and same error using Java client):
http://localhost:8080/axis2/services/StockQuoteService/getPrice?symbo... Response: <soapenv:Reason> <soapenv:Text xml:lang="en-US">unknown</soapenv:Text> </soapenv:Reason> On Server side, error in server.log: [#|2008-02-21T16:06:02.638-0500|SEVERE|sun-appserver-ee8.1_02| javax.enterprise.system.container.web|_ThreadID=12;| org.apache.catalina.core. [EMAIL PROTECTED]: Exception Processing ErrorPage[errorCode=500, location=/axis2-web/Error/error500.jsp] java.lang.IllegalStateException at org.apache.coyote.Response.reset(Response.java:302) at org.apache.coyote.tomcat5.CoyoteResponse.reset(CoyoteResponse.java: 665) at org.apache.coyote.tomcat5.CoyoteResponse.reset(CoyoteResponse.java: 931) at org.apache.catalina.core.StandardHostValve.custom(StandardHostValve.java: 418) at org.apache.catalina.core.StandardHostValve.status(StandardHostValve.java: 330) at org.apache.catalina.core.StandardHostValve.postInvoke(StandardHostValve.java: 177) at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java: 552) at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:933) at com.sun.enterprise.web.connector.httpservice.HttpServiceProcessor.process(HttpServiceProcessor.java: 226) at com.sun.enterprise.web.HttpServiceWebContainer.service(HttpServiceWebContainer.java: 2071) |#] Anyone has similar experience or any clue? Thanks. -- View this message in context: http://www.nabble.com/axis2-error-on-Sun-app-server-8.1-tp15619433p15619433.html Sent from the Axis - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
