Return-Path: Delivered-To: apmail-geronimo-dev-archive@www.apache.org Received: (qmail 16939 invoked from network); 5 May 2010 05:16:27 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 5 May 2010 05:16:27 -0000 Received: (qmail 41040 invoked by uid 500); 5 May 2010 05:16:26 -0000 Delivered-To: apmail-geronimo-dev-archive@geronimo.apache.org Received: (qmail 40916 invoked by uid 500); 5 May 2010 05:16:26 -0000 Mailing-List: contact dev-help@geronimo.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: dev@geronimo.apache.org List-Id: Delivered-To: mailing list dev@geronimo.apache.org Received: (qmail 40857 invoked by uid 99); 5 May 2010 05:16:26 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 05 May 2010 05:16:26 +0000 X-ASF-Spam-Status: No, hits=-1389.4 required=10.0 tests=ALL_TRUSTED,AWL 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; Wed, 05 May 2010 05:16:25 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o455G5Ww021516 for ; Wed, 5 May 2010 05:16:05 GMT Message-ID: <13836847.12191273036565275.JavaMail.jira@thor> Date: Wed, 5 May 2010 01:16:05 -0400 (EDT) From: "Shawn Jiang (JIRA)" To: dev@geronimo.apache.org Subject: [jira] Updated: (GERONIMO-5177) Removing an entry from the Repository results in NullPointerException In-Reply-To: <1681357765.169501268193387131.JavaMail.jira@brutus.apache.org> 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/GERONIMO-5177?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shawn Jiang updated GERONIMO-5177: ---------------------------------- Fix Version/s: 2.2.1 > Removing an entry from the Repository results in NullPointerException > --------------------------------------------------------------------- > > Key: GERONIMO-5177 > URL: https://issues.apache.org/jira/browse/GERONIMO-5177 > Project: Geronimo > Issue Type: Bug > Security Level: public(Regular issues) > Affects Versions: 2.2 > Environment: Windows XP 32 bit SP3, Java 1.6.0u18, Jetty version of Geronimo > Reporter: Michelle Bhaal > Fix For: 2.2.1 > > Attachments: geronimo.crash > > > Removing an entry from the Repository results in a NullPointerException. This is similar to GERONIMO-4157 but invoked differently. > HTTP ERROR 500 > Problem accessing /console/portal/Services/Repository/__ac0x3console-base0x2RepositoryViewer!604305819%7C0/__pm0x3console-base0x2RepositoryViewer!604305819%7C0_view. Reason: > Server Error > Caused by: > java.lang.NullPointerException > at org.apache.geronimo.console.repository.RepositoryViewPortlet.processAction(RepositoryViewPortlet.java:116) > at org.apache.pluto.core.PortletServlet.dispatch(PortletServlet.java:218) > at org.apache.pluto.core.PortletServlet.doGet(PortletServlet.java:139) > at javax.servlet.http.HttpServlet.service(HttpServlet.java:693) > at javax.servlet.http.HttpServlet.service(HttpServlet.java:806) -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.