Return-Path: Delivered-To: apmail-axis-java-dev-archive@www.apache.org Received: (qmail 13910 invoked from network); 6 Jan 2011 14:07:07 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 6 Jan 2011 14:07:07 -0000 Received: (qmail 14314 invoked by uid 500); 6 Jan 2011 14:07:07 -0000 Delivered-To: apmail-axis-java-dev-archive@axis.apache.org Received: (qmail 13836 invoked by uid 500); 6 Jan 2011 14:07:06 -0000 Mailing-List: contact java-dev-help@axis.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: java-dev@axis.apache.org Delivered-To: mailing list java-dev@axis.apache.org Received: (qmail 13828 invoked by uid 99); 6 Jan 2011 14:07:06 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 06 Jan 2011 14:07:06 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.22] (HELO thor.apache.org) (140.211.11.22) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 06 Jan 2011 14:07:05 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id p06E6jxL021987 for ; Thu, 6 Jan 2011 14:06:45 GMT Message-ID: <12047827.188551294322805321.JavaMail.jira@thor> Date: Thu, 6 Jan 2011 09:06:45 -0500 (EST) From: "Amila Chinthaka Suriarachchi (JIRA)" To: java-dev@axis.apache.org Subject: [jira] Commented: (AXIS2-4331) Nullpointer while accessing service in weblogic8.1 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/AXIS2-4331?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12978326#action_12978326 ] Amila Chinthaka Suriarachchi commented on AXIS2-4331: ----------------------------------------------------- Please try with a nightly build. It seems in code there is a null pointer check for this. > Nullpointer while accessing service in weblogic8.1 > -------------------------------------------------- > > Key: AXIS2-4331 > URL: https://issues.apache.org/jira/browse/AXIS2-4331 > Project: 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. --------------------------------------------------------------------- To unsubscribe, e-mail: java-dev-unsubscribe@axis.apache.org For additional commands, e-mail: java-dev-help@axis.apache.org