Return-Path: X-Original-To: apmail-felix-dev-archive@www.apache.org Delivered-To: apmail-felix-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id DA4CB98D1 for ; Thu, 26 Jan 2012 14:05:05 +0000 (UTC) Received: (qmail 86250 invoked by uid 500); 26 Jan 2012 14:05:05 -0000 Delivered-To: apmail-felix-dev-archive@felix.apache.org Received: (qmail 86189 invoked by uid 500); 26 Jan 2012 14:05:04 -0000 Mailing-List: contact dev-help@felix.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@felix.apache.org Delivered-To: mailing list dev@felix.apache.org Received: (qmail 86181 invoked by uid 99); 26 Jan 2012 14:05:04 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 26 Jan 2012 14:05:04 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED,T_RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.116] (HELO hel.zones.apache.org) (140.211.11.116) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 26 Jan 2012 14:05:01 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id BE26A1649EF for ; Thu, 26 Jan 2012 14:04:40 +0000 (UTC) Date: Thu, 26 Jan 2012 14:04:40 +0000 (UTC) From: "Felix Meschberger (Updated) (JIRA)" To: dev@felix.apache.org Message-ID: <1041344925.81279.1327586680780.JavaMail.tomcat@hel.zones.apache.org> In-Reply-To: <156385631.81241.1327586082965.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Updated] (FELIX-3318) NPE in WebConsole when trying to uninstall a bundle MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/FELIX-3318?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Felix Meschberger updated FELIX-3318: ------------------------------------- Component/s: (was: Web Console) Framework Affects Version/s: framework-4.0.2 Reassigning to the framework -- this problem still exists in trunk > NPE in WebConsole when trying to uninstall a bundle > --------------------------------------------------- > > Key: FELIX-3318 > URL: https://issues.apache.org/jira/browse/FELIX-3318 > Project: Felix > Issue Type: Bug > Components: Framework > Affects Versions: framework-4.0.2 > Reporter: Alex Parvulescu > Priority: Minor > Attachments: FELIX-3318.patch > > > Tested against 3.18 and a trunk build (3.1.9.SNAPSHOT) as well. Both fail in the same way (stacktrace comes from trunk): > AJAX Error > The request failed: > HTTP ERROR 500 > Problem accessing /system/console/bundles/20. Reason: > INTERNAL_SERVER_ERROR > Caused by: > java.lang.NullPointerException > at org.apache.felix.framework.PackageAdminImpl.getBundleType(PackageAdminImpl.java:112) > at org.apache.felix.webconsole.internal.core.BundlesServlet.isFragmentBundle(BundlesServlet.java:715) > at org.apache.felix.webconsole.internal.core.BundlesServlet.doPost(BundlesServlet.java:358) > at javax.servlet.http.HttpServlet.service(HttpServlet.java:727) > at javax.servlet.http.HttpServlet.service(HttpServlet.java:820) > at org.apache.felix.webconsole.internal.servlet.OsgiManager.service(OsgiManager.java:473) > at org.apache.felix.webconsole.internal.servlet.OsgiManager.service(OsgiManager.java:418) > at org.apache.felix.http.base.internal.handler.ServletHandler.doHandle(ServletHandler.java:96) > at org.apache.felix.http.base.internal.handler.ServletHandler.handle(ServletHandler.java:79) > at org.apache.felix.http.base.internal.dispatch.ServletPipeline.handle(ServletPipeline.java:42) > at org.apache.felix.http.base.internal.dispatch.InvocationFilterChain.doFilter(InvocationFilterChain.java:49) > at org.apache.felix.http.base.internal.dispatch.HttpFilterChain.doFilter(HttpFilterChain.java:33) > at org.apache.felix.http.base.internal.dispatch.FilterPipeline.dispatch(FilterPipeline.java:48) > at org.apache.felix.http.base.internal.dispatch.Dispatcher.dispatch(Dispatcher.java:39) > at org.apache.felix.http.base.internal.DispatcherServlet.service(DispatcherServlet.java:67) > at javax.servlet.http.HttpServlet.service(HttpServlet.java:820) > at org.mortbay.jetty.servlet.ServletHolder.handle(ServletHolder.java:511) > at org.mortbay.jetty.servlet.ServletHandler.handle(ServletHandler.java:390) > at org.mortbay.jetty.servlet.SessionHandler.handle(SessionHandler.java:182) > at org.mortbay.jetty.handler.ContextHandler.handle(ContextHandler.java:765) > at org.mortbay.jetty.handler.HandlerWrapper.handle(HandlerWrapper.java:152) > at org.mortbay.jetty.Server.handle(Server.java:326) > at org.mortbay.jetty.HttpConnection.handleRequest(HttpConnection.java:542) > at org.mortbay.jetty.HttpConnection$RequestHandler.content(HttpConnection.java:943) > at org.mortbay.jetty.HttpParser.parseNext(HttpParser.java:756) > at org.mortbay.jetty.HttpParser.parseAvailable(HttpParser.java:218) > at org.mortbay.jetty.HttpConnection.handle(HttpConnection.java:404) > at org.mortbay.io.nio.SelectChannelEndPoint.run(SelectChannelEndPoint.java:410) > at org.mortbay.thread.QueuedThreadPool$PoolThread.run(QueuedThreadPool.java:582) > -------- > I'm testing against a barebone felix install: > g! lb > START LEVEL 1 > ID|State |Level|Name > 0|Active | 0|System Bundle (4.0.1) > 1|Active | 1|Apache Felix Bundle Repository (1.6.6) > 2|Active | 1|Apache Felix Gogo Command (0.12.0) > 3|Active | 1|Apache Felix Gogo Runtime (0.10.0) > 4|Active | 1|Apache Felix Gogo Shell (0.10.0) > 5|Active | 1|Apache Felix Log Service (1.0.1) > 6|Active | 1|Apache Felix Http Bundle (2.2.0) > 7|Active | 1|Apache Felix Http Jetty (2.2.0) > 8|Active | 1|Apache Felix Configuration Admin Service (1.2.8) > 9|Active | 1|Apache Felix Metatype Service (1.0.4) > 15|Active | 1|Apache Commons IO Bundle (1.4.0) > 16|Active | 1|Apache Commons FileUpload Bundle (1.2.1) > 17|Active | 1|Apache Geronimo Bundles: json-20090211 (20090211.0.0.1) > 23|Active | 1|Apache Felix Web Management Console (3.1.9.SNAPSHOT) > I can install any bundle and then delete it and consistently see this error. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira