You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@activemq.apache.org by "Matt Sicker (JIRA)" <ji...@apache.org> on 2016/03/30 22:50:25 UTC

[jira] [Created] (AMQ-6227) Cannot install activemq-camel in Karaf 3.x

Matt Sicker created AMQ-6227:
--------------------------------

             Summary: Cannot install activemq-camel in Karaf 3.x
                 Key: AMQ-6227
                 URL: https://issues.apache.org/jira/browse/AMQ-6227
             Project: ActiveMQ
          Issue Type: Bug
          Components: activemq-camel
    Affects Versions: 5.13.2
         Environment: Karaf 3.0.6, Java 1.8.0_66, Mac OS X 10.11.3
            Reporter: Matt Sicker


Using a fresh install of Karaf 3.0.6, I executed the following commands:

{code}
feature:repo-add mvn:org.apache.activemq/activemq-karaf/5.13.2/xml/features
feature:install activemq-camel
{code}

This exits with an error message:

{code}
Error executing command: Can't install feature activemq-camel/0.0.0:
No feature named 'aries-blueprint' with version '0.0.0' available
{code}

And in case it's relevant (it certainly doesn't look too helpful), here's the stack trace from the logs:

{code}
java.lang.IllegalStateException: Can't install feature activemq-camel/0.0.0:
No feature named 'aries-blueprint' with version '0.0.0' available
	at org.apache.karaf.features.internal.FeaturesServiceImpl.installFeature(FeaturesServiceImpl.java:393)
	at Proxy40b297a4_bee2_4205_a5cf_e9ad778f5a4c.installFeature(Unknown Source)
	at org.apache.karaf.features.command.InstallFeatureCommand.doExecute(InstallFeatureCommand.java:72)
	at org.apache.karaf.features.command.FeaturesCommandSupport.doExecute(FeaturesCommandSupport.java:38)
	at org.apache.karaf.shell.console.AbstractAction.execute(AbstractAction.java:33)[27:org.apache.karaf.shell.console:3.0.6]
	at org.apache.karaf.shell.console.OsgiCommandSupport.execute(OsgiCommandSupport.java:39)[27:org.apache.karaf.shell.console:3.0.6]
	at org.apache.karaf.shell.commands.basic.AbstractCommand.execute(AbstractCommand.java:33)[27:org.apache.karaf.shell.console:3.0.6]
	at Proxy8567097e_b23c_4923_8fe4_f1ff64ddf37e.execute(Unknown Source)[:]
	at Proxy8567097e_b23c_4923_8fe4_f1ff64ddf37e.execute(Unknown Source)[:]
	at org.apache.felix.gogo.runtime.CommandProxy.execute(CommandProxy.java:78)[27:org.apache.karaf.shell.console:3.0.6]
	at org.apache.felix.gogo.runtime.Closure.executeCmd(Closure.java:480)[27:org.apache.karaf.shell.console:3.0.6]
	at org.apache.felix.gogo.runtime.Closure.executeStatement(Closure.java:406)[27:org.apache.karaf.shell.console:3.0.6]
	at org.apache.felix.gogo.runtime.Pipe.run(Pipe.java:108)[27:org.apache.karaf.shell.console:3.0.6]
	at org.apache.felix.gogo.runtime.Closure.execute(Closure.java:182)[27:org.apache.karaf.shell.console:3.0.6]
	at org.apache.felix.gogo.runtime.Closure.execute(Closure.java:119)[27:org.apache.karaf.shell.console:3.0.6]
	at org.apache.felix.gogo.runtime.CommandSessionImpl.execute(CommandSessionImpl.java:94)
	at org.apache.karaf.shell.console.impl.jline.ConsoleImpl.run(ConsoleImpl.java:210)
	at org.apache.karaf.shell.console.impl.jline.LocalConsoleManager$2$1$1.run(LocalConsoleManager.java:109)
	at java.security.AccessController.doPrivileged(Native Method)[:1.8.0_66]
	at org.apache.karaf.jaas.modules.JaasHelper.doAs(JaasHelper.java:57)[28:org.apache.karaf.jaas.modules:3.0.6]
	at org.apache.karaf.shell.console.impl.jline.LocalConsoleManager$2$1.run(LocalConsoleManager.java:102)[27:org.apache.karaf.shell.console:3.0.6]
{code}

The latest version of ActiveMQ Camel that I've been able to install successfully into Karaf was 5.12.1.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)