Hi Everyone,

 

      I have the same problem.  My webservices are working fine in dev
environment(Windows), and when I deploy the webservices to a test
environment (Linux), I'm getting the same exception in the SOAP
response.  Any help is appreciated, I'm stuck with this issue for a
while.

 

            java.lang.NullPointerException

 
org.apache.axis2.transport.http.AxisServlet.doPost(AxisServlet.java:170)

 
javax.servlet.http.HttpServlet.service(HttpServlet.java:710)

 
javax.servlet.http.HttpServlet.service(HttpServlet.java:803)

 
org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilte
r.java:96)

 

 

Thanks

Raghu

 

-----Original Message-----
From: Delimon, Alan [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, July 11, 2007 1:56 PM
To: axis-user@ws.apache.org
Subject: NullPointerException when accessing a service that works in
another container

 

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