Nullpointer while accessing service in weblogic8.1 --------------------------------------------------
Key: AXIS2-4331 URL: https://issues.apache.org/jira/browse/AXIS2-4331 Project: Axis 2.0 (Axis2) Issue Type: Bug Affects Versions: 1.4.1 Environment: weblogic8.1 Reporter: surya kiran malepati 1. We built aar for our webservice 2. This aar is placed in WEB-INF/services of axis2.war 3. As suggested in axis2, we kept weblogic.xml also. 4. When we deploy in weblogic8.1, then it worked fine. 5. we built ear by keeping this axis2.war 6. This ear is deployed in weblogic8.1 7. We are able to view the wsdl in axis2 happypage 8. When we are accessing the service, we are getting null pointer exception. 2009-04-30 08:40:51,851 [ExecuteThread: '21' for queue: 'weblogic.kernel.Default'] ERROR org.apache.axis2.transport.http.AxisServlet - java.lang.NullPointerException at org.apache.axis2.engine.AbstractDispatcher.invoke(AbstractDispatcher.java:122) at org.apache.axis2.engine.Phase.invoke(Phase.java:317) at org.apache.axis2.engine.AxisEngine.invoke(AxisEngine.java:264) at org.apache.axis2.engine.AxisEngine.receive(AxisEngine.java:163) at org.apache.axis2.transport.http.HTTPTransportUtils.processHTTPPostRequest(HTTPTransportUtils.java:275) at org.apache.axis2.transport.http.AxisServlet.doPost(AxisServlet.java:133) at javax.servlet.http.HttpServlet.service(HttpServlet.java:760) at javax.servlet.http.HttpServlet.service(HttpServlet.java:853) at weblogic.servlet.internal.ServletStubImpl$ServletInvocationAction.run(ServletStubImpl.java:1006) at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:419) at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:315) at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:6718) at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321) at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:121) at weblogic.servlet.internal.WebAppServletContext.invokeServlet(WebAppServletContext.java:3764) at weblogic.servlet.internal.ServletRequestImpl.execute(ServletRequestImpl.java:2644) at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:219) at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:178) -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.