I recently moved my Axis service from my dev environment to a test environment. 
 Both environments are Axis2 version 1.0 running in a Tomcat 5 container under 
JDK 1.4.

In the dev environment it works fine, but in the test environment I get this 
error (in the localhost log) when trying to access it with a client:
2007-07-11 16:43:34 StandardWrapperValve[AxisServlet]: Servlet.service() for 
servlet AxisServlet threw exception
java.lang.NullPointerException
        at 
org.apache.axis2.transport.http.AxisServlet.doPost(AxisServlet.java:170)
        at javax.servlet.http.HttpServlet.service(HttpServlet.java:709)
        at javax.servlet.http.HttpServlet.service(HttpServlet.java:802)

Any idea why that would be?  The particular line of code it complains about 
looks to be referencing the request object.


Alan Delimon
Senior Software Engineer
Software Integration Group
PAETEC 
[EMAIL PROTECTED]
585-413-2127



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to