Return-Path: Delivered-To: apmail-geronimo-dev-archive@www.apache.org Received: (qmail 15565 invoked from network); 13 May 2010 13:59:04 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 13 May 2010 13:59:04 -0000 Received: (qmail 46266 invoked by uid 500); 13 May 2010 13:59:03 -0000 Delivered-To: apmail-geronimo-dev-archive@geronimo.apache.org Received: (qmail 46223 invoked by uid 500); 13 May 2010 13:59:03 -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 46216 invoked by uid 99); 13 May 2010 13:59:03 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 13 May 2010 13:59:03 +0000 X-ASF-Spam-Status: No, hits=-1422.1 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; Thu, 13 May 2010 13:59:02 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o4DDwgOL000013 for ; Thu, 13 May 2010 13:58:42 GMT Message-ID: <8481894.18881273759122322.JavaMail.jira@thor> Date: Thu, 13 May 2010 09:58:42 -0400 (EDT) From: "Ben Liang (JIRA)" To: dev@geronimo.apache.org Subject: [jira] Commented: (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:comment-tabpanel&focusedCommentId=12867137#action_12867137 ] Ben Liang commented on GERONIMO-5177: ------------------------------------- Hi Michelle, This problem is caused by recursively deleting files. I add a patch which can resolve this problem. Ben > 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: 5177.patch, 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.