Return-Path: X-Original-To: apmail-karaf-issues-archive@minotaur.apache.org Delivered-To: apmail-karaf-issues-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id BBA40C944 for ; Wed, 21 Jan 2015 16:57:35 +0000 (UTC) Received: (qmail 91867 invoked by uid 500); 21 Jan 2015 16:57:35 -0000 Delivered-To: apmail-karaf-issues-archive@karaf.apache.org Received: (qmail 91839 invoked by uid 500); 21 Jan 2015 16:57:35 -0000 Mailing-List: contact issues-help@karaf.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@karaf.apache.org Delivered-To: mailing list issues@karaf.apache.org Received: (qmail 91827 invoked by uid 99); 21 Jan 2015 16:57:35 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 21 Jan 2015 16:57:35 +0000 Date: Wed, 21 Jan 2015 16:57:35 +0000 (UTC) From: =?utf-8?Q?Jean-Baptiste_Onofr=C3=A9_=28JIRA=29?= To: issues@karaf.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (KARAF-1729) Cannot uninstall bundle, bundle xx is invalid MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/KARAF-1729?page=3Dcom.atlassian= .jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=3D1428= 5876#comment-14285876 ]=20 Jean-Baptiste Onofr=C3=A9 commented on KARAF-1729: --------------------------------------------- Thanks for the update, but Karaf doesn't deal with System.exit() itself: it= does a stop on bundle 0 (the framework). Moreover, I guess that you mean "bundles are in 'STARTING' state". The good point is that I can create a test case. Let me do that. > Cannot uninstall bundle, bundle xx is invalid > --------------------------------------------- > > Key: KARAF-1729 > URL: https://issues.apache.org/jira/browse/KARAF-1729 > Project: Karaf > Issue Type: Bug > Components: karaf-osgi > Affects Versions: 3.0.0 > Reporter: Hendy Irawan > Assignee: Jean-Baptiste Onofr=C3=A9 > Fix For: 4.0.0, 3.0.3 > > Attachments: karaf-invalid-bundle.tgz > > > Karaf marks a bundle as installed and active, but I can't uninstall it, s= top it. > {code} > karaf@root()> list -t 0 -s | grep pool > [1295] [ Active] [ 50] org.apache.commons.pool (1.6.0) > karaf@root()> uninstall 1295 > Bundle 1295 is invalid > No bundles specified. > karaf@root()> uninstall 1295 > Bundle 1295 is invalid > No bundles specified. > karaf@root()> list -t 0 -s | grep pool > [1295] [ Active] [ 50] org.apache.commons.pool (1.6.0) > karaf@root()> uninstall org.apache.commons.pool > No bundles specified. > karaf@root()> list -t 0 -s | grep pool > [1295] [ Active] [ 50] org.apache.commons.pool (1.6.0) > karaf@root()> stop 1295 > Bundle 1295 is invalid > No bundles specified. > {code} > Workaround: Delete folder karaf/data/cache/bundle1295 -- This message was sent by Atlassian JIRA (v6.3.4#6332)