You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by "Davanum Srinivas (JIRA)" <ax...@ws.apache.org> on 2005/02/27 17:48:48 UTC

[jira] Resolved: (AXIS-1826) Sample project throws Exception on Tomcat 5.5.7

     [ http://issues.apache.org/jira/browse/AXIS-1826?page=history ]
     
Davanum Srinivas resolved AXIS-1826:
------------------------------------

    Resolution: Fixed

Please use latest RC/CVS code. this has been fixed.

thanks,
dims

> Sample project throws Exception on Tomcat 5.5.7
> -----------------------------------------------
>
>          Key: AXIS-1826
>          URL: http://issues.apache.org/jira/browse/AXIS-1826
>      Project: Axis
>         Type: Bug
>     Versions: 1.1
>  Environment: OS: Windows 2000 + Service Pack 4
> JDK: Sun JDK 1.5.0_01 (for Windows)
> Web Container: Tomcat 5.5.7 & Tomcat 5.0.28
>     Reporter: Amir Pashazadeh

>
> I'm new to Axis and web services, but have good experience in Java/J2EE web application development.
> I installed to Tomcats on my computer (5.5.7 and 5.0.28), and both are configured to run with JDK 1.5.0._01.
> Both web containers are in their default configurations.
> I deployed Axis sample project on both,
> when I click on "Call a local endpoint (http://localhost:8080/axis/EchoHeaders.jws?method=list)" the correct result page is shown on Tomcat 5.0.28, but an exception is thrown on Tomcat 5.5.7, the result on Tomcat 5.5.7 is:
> <?xml version="1.0" encoding="UTF-8" ?> 
> <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
>   <soapenv:Body>
>     <soapenv:Fault>
>       <faultcode>soapenv:Server.userException</faultcode> 
>       <faultstring>java.lang.NullPointerException</faultstring> 
>       <detail>
>         <ns1:stackTrace xmlns:ns1="http://xml.apache.org/axis/">
> java.lang.NullPointerException
> at java.util.Hashtable.put(Hashtable.java:396)
> at com.sun.org.apache.xerces.internal.jaxp.SAXParserImpl.setProperty(SAXParserImpl.java:395)
> at org.apache.axis.encoding.DeserializationContextImpl.parse(DeserializationContextImpl.java:246)
> at org.apache.axis.SOAPPart.getAsSOAPEnvelope(SOAPPart.java:538)
> at org.apache.axis.Message.getSOAPEnvelope(Message.java:376)
> at org.apache.axis.server.AxisServer.invoke(AxisServer.java:318)
> at org.apache.axis.transport.http.AxisServlet.invokeEndpointFromGet(AxisServlet.java:544)
> at org.apache.axis.transport.http.AxisServlet.processMethodRequest(AxisServlet.java:466)
> at org.apache.axis.transport.http.AxisServlet.doGet(AxisServlet.java:294)
> at javax.servlet.http.HttpServlet.service(HttpServlet.java:689)
> at org.apache.axis.transport.http.AxisServletBase.service(AxisServletBase.java:339)
> at javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
> at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:252)
> at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
> at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:214)
> at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:178)
> at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:126)
> at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:105)
> at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:107)
> at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:148)
> at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:825)
> at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.processConnection(Http11Protocol.java:738)
> at org.apache.tomcat.util.net.PoolTcpEndpoint.processSocket(PoolTcpEndpoint.java:526)
> at org.apache.tomcat.util.net.LeaderFollowerWorkerThread.runIt(LeaderFollowerWorkerThread.java:80)
> at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:684)
> at java.lang.Thread.run(Thread.java:595)
>         </ns1:stackTrace> 
>       </detail>
>     </soapenv:Fault>
>   </soapenv:Body>
> </soapenv:Envelope>

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira