Hi Matt, I know that in previous versions of Karaf, there was an issue installing features whose dependencies were declared using version ranges, e.g. spring [3.0.0, 4.0.0). Not sure if you're hitting the same issue here.
Can you send the output of the "features:listurl" command? Thanks, * * * * *Raúl Kripalani* Principal Consultant | FuseSource Corp. [email protected] | skype: raul.fuse fusesource.com <http://www.fusesource.com/> | twitter: @fusenews<http://twitter.com/fusenews> "The experts in open source integration and messaging." On 27 October 2011 23:32, Matt Madhavan <[email protected]> wrote: > Hello, > I added few URL's to Karaf. > > Any feature I try to install I'm getting the following error: > > karaf@root> features:install camel > Error executing command: Unknown operator: > > /The exception Trace is:/ > 17:28:18,593 | INFO | l Console Thread | Console > | > araf.shell.console.jline.Console 198 | 9 - org.apache.karaf.shell.console > - > 2.0.0 | Exception caught while executing command > org.osgi.framework.InvalidSyntaxException: Unknown operator: > at > > org.apache.felix.framework.FilterImpl.<init>(FilterImpl.java:48)[org.apache.felix.framework-3.0.1.jar:] > at > > org.osgi.framework.FrameworkUtil.createFilter(FrameworkUtil.java:76)[org.apache.felix.framework-3.0.1.jar:] > at > > org.apache.karaf.features.internal.FeaturesServiceImpl.resolve(FeaturesServiceImpl.java:416)[29:org.apache.karaf.features.core:2.0.0] > at > > org.apache.karaf.features.internal.FeaturesServiceImpl.doInstallFeature(FeaturesServiceImpl.java:400)[29:org.apache.karaf.features.core:2.0.0] > at > > org.apache.karaf.features.internal.FeaturesServiceImpl.doInstallFeature(FeaturesServiceImpl.java:383)[29:org.apache.karaf.features.core:2.0.0] > at > > org.apache.karaf.features.internal.FeaturesServiceImpl.doInstallFeature(FeaturesServiceImpl.java:383)[29:org.apache.karaf.features.core:2.0.0] > at > > org.apache.karaf.features.internal.FeaturesServiceImpl.installFeatures(FeaturesServiceImpl.java:246)[29:org.apache.karaf.features.core:2.0.0] > at > > org.apache.karaf.features.internal.FeaturesServiceImpl.installFeature(FeaturesServiceImpl.java:235)[29:org.apache.karaf.features.core:2.0.0] > at > > org.apache.karaf.features.internal.FeaturesServiceImpl.installFeature(FeaturesServiceImpl.java:231)[29:org.apache.karaf.features.core:2.0.0] > at > > org.apache.karaf.features.command.InstallFeatureCommand.doExecute(InstallFeatureCommand.java:51)[30:org.apache.karaf.features.command:2.0.0] > at > > org.apache.karaf.features.command.FeaturesCommandSupport.doExecute(FeaturesCommandSupport.java:39)[30:org.apache.karaf.features.command:2.0.0] > at > > org.apache.karaf.shell.console.OsgiCommandSupport.execute(OsgiCommandSupport.java:41)[9:org.apache.karaf.shell.console:2.0.0] > at > > org.apache.felix.gogo.commands.basic.AbstractCommand.execute(AbstractCommand.java:35)[9:org.apache.karaf.shell.console:2.0.0] > at > > org.apache.felix.gogo.runtime.shell.CommandProxy.execute(CommandProxy.java:50)[15:org.apache.felix.gogo.runtime:0.4.0] > at > > org.apache.felix.gogo.runtime.shell.Closure.execute(Closure.java:229)[15:org.apache.felix.gogo.runtime:0.4.0] > at > > org.apache.felix.gogo.runtime.shell.Closure.executeStatement(Closure.java:162)[15:org.apache.felix.gogo.runtime:0.4.0] > at > > org.apache.felix.gogo.runtime.shell.Pipe.run(Pipe.java:101)[15:org.apache.felix.gogo.runtime:0.4.0] > at > > org.apache.felix.gogo.runtime.shell.Closure.execute(Closure.java:79)[15:org.apache.felix.gogo.runtime:0.4.0] > at > > org.apache.felix.gogo.runtime.shell.CommandSessionImpl.execute(CommandSessionImpl.java:71)[15:org.apache.felix.gogo.runtime:0.4.0] > at > > org.apache.karaf.shell.console.jline.Console.run(Console.java:180)[9:org.apache.karaf.shell.console:2.0.0] > at java.lang.Thread.run(Thread.java:662)[:1.6.0_23] > > > Any ideas please? > > I'm really stuck now! Any help will be appreciated! > > Thanks > Matt > > > > -- > View this message in context: > http://karaf.922171.n3.nabble.com/URGENT-Karaf-2-0-features-install-problem-cannot-install-ANY-feature-tp3459384p3459384.html > Sent from the Karaf - User mailing list archive at Nabble.com. >
