Return-Path: Delivered-To: apmail-karaf-issues-archive@minotaur.apache.org Received: (qmail 12521 invoked from network); 29 Jun 2010 10:18:46 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 29 Jun 2010 10:18:46 -0000 Received: (qmail 85281 invoked by uid 500); 29 Jun 2010 10:18:46 -0000 Delivered-To: apmail-karaf-issues-archive@karaf.apache.org Received: (qmail 85256 invoked by uid 500); 29 Jun 2010 10:18:46 -0000 Mailing-List: contact issues-help@karaf.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: issues@karaf.apache.org Delivered-To: mailing list issues@karaf.apache.org Received: (qmail 84913 invoked by uid 99); 29 Jun 2010 10:18:45 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 29 Jun 2010 10:18:45 +0000 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.22] (HELO thor.apache.org) (140.211.11.22) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 29 Jun 2010 10:18:43 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o5TAAqTK029694 for ; Tue, 29 Jun 2010 10:10:52 GMT Message-ID: <26919819.112481277806252032.JavaMail.jira@thor> Date: Tue, 29 Jun 2010 06:10:52 -0400 (EDT) From: "Guillaume Nodet (JIRA)" To: issues@karaf.apache.org Subject: [jira] Moved: (KARAF-83) UnsupportedOperationException while installing features 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/KARAF-83?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Guillaume Nodet moved FELIX-2419 to KARAF-83: --------------------------------------------- Project: Karaf (was: Felix) Key: KARAF-83 (was: FELIX-2419) Affects Version/s: (was: karaf-1.6.2) Component/s: (was: Karaf) Fix Version/s: 1.6.2 (was: karaf-1.6.2) > UnsupportedOperationException while installing features > ------------------------------------------------------- > > Key: KARAF-83 > URL: https://issues.apache.org/jira/browse/KARAF-83 > Project: Karaf > Issue Type: Bug > Reporter: Gert Vanthienen > Assignee: Guillaume Nodet > Fix For: 1.6.2 > > Attachments: FELIX-2419.diff > > > I was trying to install a few features on the Karaf 1.6.2 release candidate build and encountered UnsupportedOperationException > Here are the commands I used > {noformat} > features:addUrl mvn:org.apache.camel.karaf/apache-camel/2.2.0/xml/features > features:install camel-scala > features:install camel > {noformat} > This is the resulting exception's stack trace > {noformat} > 10:46:07,342 | INFO | l Console Thread | Console | araf.shell.console.jline.Console 198 | Exception caught while executing command > java.lang.UnsupportedOperationException > at java.util.AbstractList.remove(AbstractList.java:144)[:1.6.0_20] > at java.util.AbstractList$Itr.remove(AbstractList.java:360)[:1.6.0_20] > at org.apache.felix.karaf.features.internal.FeaturesServiceImpl.findBundlesWithOptionalPackagesToRefresh(FeaturesServiceImpl.java:445)[20:org.apache.felix.karaf.features.core:1.6.2] > at org.apache.felix.karaf.features.internal.FeaturesServiceImpl.findBundlesToRefresh(FeaturesServiceImpl.java:389)[20:org.apache.felix.karaf.features.core:1.6.2] > at org.apache.felix.karaf.features.internal.FeaturesServiceImpl.installFeatures(FeaturesServiceImpl.java:252)[20:org.apache.felix.karaf.features.core:1.6.2] > at org.apache.felix.karaf.features.internal.FeaturesServiceImpl.installFeature(FeaturesServiceImpl.java:222)[20:org.apache.felix.karaf.features.core:1.6.2] > at org.apache.felix.karaf.features.internal.FeaturesServiceImpl.installFeature(FeaturesServiceImpl.java:218)[20:org.apache.felix.karaf.features.core:1.6.2] > at org.apache.felix.karaf.features.command.InstallFeatureCommand.doExecute(InstallFeatureCommand.java:51)[27:org.apache.felix.karaf.features.command:1.6.2] > at org.apache.felix.karaf.features.command.FeaturesCommandSupport.doExecute(FeaturesCommandSupport.java:39)[27:org.apache.felix.karaf.features.command:1.6.2] > at org.apache.felix.karaf.shell.console.OsgiCommandSupport.execute(OsgiCommandSupport.java:41)[22:org.apache.felix.karaf.shell.console:1.6.2] > at org.apache.felix.gogo.commands.basic.AbstractCommand.execute(AbstractCommand.java:35)[22:org.apache.felix.karaf.shell.console:1.6.2] > at org.apache.felix.gogo.runtime.shell.CommandProxy.execute(CommandProxy.java:50)[17:org.apache.felix.gogo.runtime:0.4.0] > at org.apache.felix.gogo.runtime.shell.Closure.execute(Closure.java:229)[17:org.apache.felix.gogo.runtime:0.4.0] > at org.apache.felix.gogo.runtime.shell.Closure.executeStatement(Closure.java:162)[17:org.apache.felix.gogo.runtime:0.4.0] > at org.apache.felix.gogo.runtime.shell.Pipe.run(Pipe.java:101)[17:org.apache.felix.gogo.runtime:0.4.0] > at org.apache.felix.gogo.runtime.shell.Closure.execute(Closure.java:79)[17:org.apache.felix.gogo.runtime:0.4.0] > at org.apache.felix.gogo.runtime.shell.CommandSessionImpl.execute(CommandSessionImpl.java:71)[17:org.apache.felix.gogo.runtime:0.4.0] > at org.apache.felix.karaf.shell.console.jline.Console.run(Console.java:180)[22:org.apache.felix.karaf.shell.console:1.6.2] > at java.lang.Thread.run(Thread.java:637)[:1.6.0_20] > {noformat} -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.