Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
-
$ uname -a
Linux ironlight2 2.6.36-gentoo-r5 #1 SMP PREEMPT Sun Dec 19 22:32:37 CET 2010 x86_64 Intel(R) Core(TM) i7 CPU Q 820 @ 1.73GHz GenuineIntel GNU/Linux
$ java -version
java version "1.6.0_22"
Java(TM) SE Runtime Environment (build 1.6.0_22-b04)
Java HotSpot(TM) 64-Bit Server VM (build 17.1-b03, mixed mode)
$ svn info
Path: .
URL: https://svn.apache.org/repos/asf/servicemix/smx4/features/trunk
Repository Root: https://svn.apache.org/repos/asf
Repository UUID: 13f79535-47bb-0310-9956-ffa450edef68
Revision: 1055341
Node Kind: directory
Schedule: normal
Last Changed Author: gertv
Last Changed Rev: 1054946
Last Changed Date: 2011-01-04 10:48:05 +0100 (Tue, 04 Jan 2011)Both smx_components and smx_all are at revision 1055341.
$ uname -a Linux ironlight2 2.6.36-gentoo-r5 #1 SMP PREEMPT Sun Dec 19 22:32:37 CET 2010 x86_64 Intel(R) Core(TM) i7 CPU Q 820 @ 1.73GHz GenuineIntel GNU/Linux $ java -version java version "1.6.0_22" Java(TM) SE Runtime Environment (build 1.6.0_22-b04) Java HotSpot(TM) 64-Bit Server VM (build 17.1-b03, mixed mode) $ svn info Path: . URL: https://svn.apache.org/repos/asf/servicemix/smx4/features/trunk Repository Root: https://svn.apache.org/repos/asf Repository UUID: 13f79535-47bb-0310-9956-ffa450edef68 Revision: 1055341 Node Kind: directory Schedule: normal Last Changed Author: gertv Last Changed Rev: 1054946 Last Changed Date: 2011-01-04 10:48:05 +0100 (Tue, 04 Jan 2011) Both smx_components and smx_all are at revision 1055341.
Description
Error on deploy camel-cxf component:
10:30:55,559 | ERROR | l Console Thread | FeaturesServiceImpl | res.internal.FeaturesServiceImpl 556 | 12 - org.apache.karaf.features.core - 2.1.2 | URL [mvn:org.apache.servicemix.specs/org.apache.servicemix.specs.jsr311-api_1.0/1.6.0] could not be resolved.
10:30:55,589 | INFO | l Console Thread | Console | araf.shell.console.jline.Console 187 | 29 - org.apache.karaf.shell.console - 2.1.2 | Exception caught while executing command
java.lang.RuntimeException: URL [mvn:org.apache.servicemix.specs/org.apache.servicemix.specs.jsr311-api_1.0/1.6.0] could not be resolved.
at org.ops4j.pax.url.mvn.internal.Connection.getInputStream(Connection.java:195)[1:org.ops4j.pax.url.mvn:1.2.1]
at org.ops4j.pax.url.mvn.internal.AetherBridgeConnection.getInputStream(AetherBridgeConnection.java:68)[1:org.ops4j.pax.url.mvn:1.2.1]
at java.net.URL.openStream(URL.java:1010)[:1.6.0_22]
at org.apache.karaf.features.internal.FeaturesServiceImpl.installBundleIfNeeded(FeaturesServiceImpl.java:554)[12:org.apache.karaf.features.core:2.1.2]
at org.apache.karaf.features.internal.FeaturesServiceImpl.doInstallFeature(FeaturesServiceImpl.java:404)[12:org.apache.karaf.features.core:2.1.2]
at org.apache.karaf.features.internal.FeaturesServiceImpl.installFeatures(FeaturesServiceImpl.java:249)[12:org.apache.karaf.features.core:2.1.2]
at org.apache.karaf.features.internal.FeaturesServiceImpl.installFeature(FeaturesServiceImpl.java:238)[12:org.apache.karaf.features.core:2.1.2]
at org.apache.karaf.features.internal.FeaturesServiceImpl.installFeature(FeaturesServiceImpl.java:234)[12:org.apache.karaf.features.core:2.1.2]
at org.apache.karaf.features.command.InstallFeatureCommand.doExecute(InstallFeatureCommand.java:51)[18:org.apache.karaf.features.command:2.1.2]
at org.apache.karaf.features.command.FeaturesCommandSupport.doExecute(FeaturesCommandSupport.java:39)[18:org.apache.karaf.features.command:2.1.2]
at org.apache.karaf.shell.console.OsgiCommandSupport.execute(OsgiCommandSupport.java:38)[29:org.apache.karaf.shell.console:2.1.2]
at org.apache.felix.gogo.commands.basic.AbstractCommand.execute(AbstractCommand.java:35)[29:org.apache.karaf.shell.console:2.1.2]
at org.apache.felix.gogo.runtime.shell.CommandProxy.execute(CommandProxy.java:50)[29:org.apache.karaf.shell.console:2.1.2]
at org.apache.felix.gogo.runtime.shell.Closure.execute(Closure.java:229)[29:org.apache.karaf.shell.console:2.1.2]
at org.apache.felix.gogo.runtime.shell.Closure.executeStatement(Closure.java:162)[29:org.apache.karaf.shell.console:2.1.2]
at org.apache.felix.gogo.runtime.shell.Pipe.run(Pipe.java:101)[29:org.apache.karaf.shell.console:2.1.2]
at org.apache.felix.gogo.runtime.shell.Closure.execute(Closure.java:79)[29:org.apache.karaf.shell.console:2.1.2]
at org.apache.felix.gogo.runtime.shell.CommandSessionImpl.execute(CommandSessionImpl.java:71)[29:org.apache.karaf.shell.console:2.1.2]
at org.apache.karaf.shell.console.jline.Console.run(Console.java:169)[29:org.apache.karaf.shell.console:2.1.2]
at java.lang.Thread.run(Thread.java:662)[:1.6.0_22]