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 bu...@apache.org on 2003/03/07 22:01:38 UTC

DO NOT REPLY [Bug 17790] New: - NPE in AxisServlet during AdminClient work

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=17790>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=17790

NPE in AxisServlet during AdminClient work

           Summary: NPE in AxisServlet during AdminClient work
           Product: Axis
           Version: current (nightly)
          Platform: Other
        OS/Version: Windows XP
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: Basic Architecture
        AssignedTo: axis-dev@ws.apache.org
        ReportedBy: stevel@apache.org


Error 500 received during AdminClient call: 

The server encountered an internal error () that prevented it from fulfilling
this request.&lt;/u&gt;&lt;/p&gt;&lt;p&gt;&lt;b&gt;exception&lt;/b&gt;
&lt;pre&gt;java.lang.NullPointerException
[axis-admin]    at org.apache.axis.transport.http.AxisServlet.doPost(AxisServlet
.java:883)
[axis-admin]    at javax.servlet.http.HttpServlet.service(HttpServlet.java:760)
[axis-admin]    at org.apache.axis.transport.http.AxisServletBase.service(AxisSe
rvletBase.java:339)
[axis-admin]    at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
[axis-admin]    at org.apache.catalina.core.ApplicationFilterChain.internalDoFil
ter(ApplicationFilterChain.java:247)

Now the root cause is something on my machine (I cant replicate it over both),
but there seems to be a way of creating an NPE in the servlet that should not
be allowed. Will explore further.