Sample StockQuoteService.aar doesn't work on Sun App Server 8.1
---------------------------------------------------------------
Key: AXIS2-3530
URL: https://issues.apache.org/jira/browse/AXIS2-3530
Project: Axis 2.0 (Axis2)
Issue Type: Bug
Components: samples
Affects Versions: 1.3
Environment: ==> /opt/SUNWappserver/8.1/bin/asadmin version
Version = Sun Java System Application Server Enterprise Edition 8.1_02
==> uname -a
SunOS dev1 5.9 Generic_112233-12 sun4u sparc SUNW,Ultra-80
Reporter: Wenwei Xie
Priority: Minor
Sample StockQuoteService.aar doesn't work on Sun App Server 8.1 on Solaris 9
Steps:
1), deploy downloaded axis2.war to Sun App Server 8.1 by copying it to
domains/domain1/autodeploy/, and confirmed/validated that axis2 is deployed;
2), build sample service StockQuoteService.aar and deploy sample service by
copying it to domains/domain1/applications/j2ee-modules/axis2/WEB-INF/services
and confirmed it get deployed by browsing to
http://dev1.xyz.com:8080/axis2/services/listServices
3), browse the updatePrice service and it worked fine:
http://dev1.xyz.com:8080/axis2/services/StockQuoteService/update?symbol=IBM&price=100
4), browse the getPrice service and failed:
http://dev1.xyz.com:8080/axis2/services/StockQuoteService/getPrice?symbol=IBM
On Screen:
<soapenv:Reason>
<soapenv:Text xml:lang="en-US">unknown</soapenv:Text>
</soapenv:Reason>
Exception in server.log:
[#|2008-02-22T12:02:55.994-0500|SEVERE|sun-appserver-ee8.1_02|javax.enterprise.system.container.web|_ThreadID=12;|[EMAIL
PROTECTED]
5: 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)
|#]
5), tried use java client and had the same error on server side.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]