Return-Path: Delivered-To: apmail-ws-axis-dev-archive@www.apache.org Received: (qmail 45315 invoked from network); 26 Feb 2008 21:43:52 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 26 Feb 2008 21:43:52 -0000 Received: (qmail 41498 invoked by uid 500); 26 Feb 2008 21:43:41 -0000 Delivered-To: apmail-ws-axis-dev-archive@ws.apache.org Received: (qmail 41293 invoked by uid 500); 26 Feb 2008 21:43:40 -0000 Mailing-List: contact axis-dev-help@ws.apache.org; run by ezmlm Precedence: bulk Reply-To: axis-dev@ws.apache.org list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list axis-dev@ws.apache.org Received: (qmail 41271 invoked by uid 99); 26 Feb 2008 21:43:40 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 26 Feb 2008 13:43:40 -0800 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.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 26 Feb 2008 21:43:01 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 5F41329A0023 for ; Tue, 26 Feb 2008 13:42:51 -0800 (PST) Message-ID: <1627055038.1204062171389.JavaMail.jira@brutus> Date: Tue, 26 Feb 2008 13:42:51 -0800 (PST) From: "Davanum Srinivas (JIRA)" To: axis-dev@ws.apache.org Subject: [jira] Updated: (AXIS2-3497) NPE Accesing Service During Bringup In-Reply-To: <5146356.1202473088131.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/AXIS2-3497?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Davanum Srinivas updated AXIS2-3497: ------------------------------------ Priority: Critical (was: Blocker) > NPE Accesing Service During Bringup > ----------------------------------- > > Key: AXIS2-3497 > URL: https://issues.apache.org/jira/browse/AXIS2-3497 > Project: Axis 2.0 (Axis2) > Issue Type: Bug > Components: deployment, transports > Affects Versions: 1.3 > Environment: Linux Fedora Core 4, Geronimo 1.0, JRE 1.5.0_12 > Reporter: Al Ski > Assignee: Deepal Jayasinghe > Priority: Critical > > We have a web service that is brought up in a Geronimo / Jetty container. If there is a client trying to access the service endpoint as the service is being brought up, we see: > Feb 7 21:26:45 localhost.localdomain org.mortbay.jetty.context./rmf: WARN /rmf/services/RevaManagementService: > Feb 7 21:26:45 localhost.localdomain java.lang.NullPointerException > Feb 7 21:26:45 localhost.localdomain at org.apache.axis2.transport.http.AxisServlet.createMessageContext(AxisServlet.java:602) > Feb 7 21:26:45 localhost.localdomain at org.apache.axis2.transport.http.AxisServlet.createMessageContext(AxisServlet.java:664) > Feb 7 21:26:45 localhost.localdomain at org.apache.axis2.transport.http.AxisServlet.doPost(AxisServlet.java:116) > Feb 7 21:26:45 localhost.localdomain at javax.servlet.http.HttpServlet.service(HttpServlet.java:615) > Feb 7 21:26:45 localhost.localdomain at javax.servlet.http.HttpServlet.service(HttpServlet.java:688) > Feb 7 21:26:45 localhost.localdomain at org.mortbay.jetty.servlet.ServletHolder.handle(ServletHolder.java:428) > Feb 7 21:26:45 localhost.localdomain at org.apache.geronimo.jetty.JettyServletHolder.handle(JettyServletHolder.java:99) > Feb 7 21:26:45 localhost.localdomain at org.mortbay.jetty.servlet.WebApplicationHandler$CachedChain.doFilter(WebApplicationHandler.java:830) > Feb 7 21:26:45 localhost.localdomain at org.mortbay.jetty.servlet.JSR154Filter.doFilter(JSR154Filter.java:170) > Feb 7 21:26:45 localhost.localdomain at org.mortbay.jetty.servlet.WebApplicationHandler$CachedChain.doFilter(WebApplicationHandler.java:821) > Feb 7 21:26:45 localhost.localdomain at org.mortbay.jetty.servlet.WebApplicationHandler.dispatch(WebApplicationHandler.java:471) > Feb 7 21:26:45 localhost.localdomain at org.mortbay.jetty.servlet.ServletHandler.handle(ServletHandler.java:568) > Feb 7 21:26:45 localhost.localdomain at org.mortbay.http.HttpContext.handle(HttpContext.java:1530) > Feb 7 21:26:45 localhost.localdomain at org.mortbay.jetty.servlet.WebApplicationContext.handle(WebApplicationContext.java:633) > Feb 7 21:26:45 localhost.localdomain at org.mortbay.http.HttpContext.handle(HttpContext.java:1482) > Feb 7 21:26:45 localhost.localdomain at org.mortbay.http.HttpServer.service(HttpServer.java:909) > Feb 7 21:26:45 localhost.localdomain at org.mortbay.http.HttpConnection.service(HttpConnection.java:816) > Feb 7 21:26:45 localhost.localdomain at org.mortbay.http.HttpConnection.handleNext(HttpConnection.java:982) > Feb 7 21:26:45 localhost.localdomain at org.mortbay.http.HttpConnection.handle(HttpConnection.java:833) > Feb 7 21:26:45 localhost.localdomain at org.mortbay.http.SocketListener.handleConnection(SocketListener.java:244) > Feb 7 21:26:45 localhost.localdomain at org.mortbay.util.ThreadedServer.handle(ThreadedServer.java:357) > Feb 7 21:26:45 localhost.localdomain at org.mortbay.util.ThreadPool$PoolThread.run(ThreadPool.java:534) > The service endpoint then fails to come online even though the admin application shows it as active. Deactivating and reactivating the service doesn't bring the service up either. If you access the service endpoint you get: > > The service cannot be found for the endpoint reference (EPR) /rmf/services/RevaManagementService > > The client is a single threaded client making a "ping" type request looking for the service which never comes online. -- 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: axis-dev-unsubscribe@ws.apache.org For additional commands, e-mail: axis-dev-help@ws.apache.org