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:52:29 UTC

DO NOT REPLY [Bug 17790] - 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





------- Additional Comments From stevel@apache.org  2003-03-07 21:52 -------
Splitting the errant line in to two and rerunning:
        final SOAPConstants constants = msgContext.getSOAPConstants();
        contentType = responseMsg.getContentType(constants);
shows that the result is in line #2. We are getting into a situation where the
responsemessage is not set.