1 Reply Latest reply on Mar 31, 2011 8:10 PM by ffang

    error installing my feature

    e0richt

      Hi,

       

      I created a feature.xml file that is used to install a bundle name fdps and it worked under 4.3.1-fuse-00-00.

       

      now I have tried to migrate to 4.3.1-fuse-01-09 and I get the following error:

      " No feature named cxf with version 2.3.2-fuse-00-00 available "

       

      how do I fix it...?

       

      Thx!

       

      log follows:

       

       

      15:22:55,960 | INFO  | l Console Thread | Console                          | 9 - org.apache.karaf.shell.console - 2.1.4.fuse-00-09 | Exception caught while executing command

      java.lang.Exception: No feature named 'cxf' with version '2.3.2-fuse-00-00' available

              at org.apache.karaf.features.internal.FeaturesServiceImpl.doInstallFeature(FeaturesServiceImpl.java:394)[13:org.apache.karaf.features.core:2.1.4.fuse-00-09]

              at org.apache.karaf.features.internal.FeaturesServiceImpl.installFeatures(FeaturesServiceImpl.java:265)[13:org.apache.karaf.features.core:2.1.4.fuse-00-09]

              at org.apache.karaf.features.internal.FeaturesServiceImpl.installFeature(FeaturesServiceImpl.java:254)[13:org.apache.karaf.features.core:2.1.4.fuse-00-09]

              at org.apache.karaf.features.internal.FeaturesServiceImpl.installFeature(FeaturesServiceImpl.java:250)[13:org.apache.karaf.features.core:2.1.4.fuse-00-09]

              at org.apache.karaf.features.command.InstallFeatureCommand.doExecute(InstallFeatureCommand.java:51)[27:org.apache.karaf.features.command:2.1.4.fuse-00-09]

              at org.apache.karaf.features.command.FeaturesCommandSupport.doExecute(FeaturesCommandSupport.java:39)[27:org.apache.karaf.features.command:2.1.4.fuse-00-09]

              at org.apache.karaf.shell.console.OsgiCommandSupport.execute(OsgiCommandSupport.java:38)[9:org.apache.karaf.shell.console:2.1.4.fuse-00-09]

              at org.apache.felix.gogo.commands.basic.AbstractCommand.execute(AbstractCommand.java:35)[9:org.apache.karaf.shell.console:2.1.4.fuse-00-09]

              at org.apache.felix.gogo.runtime.shell.CommandProxy.execute(CommandProxy.java:50)[9:org.apache.karaf.shell.console:2.1.4.fuse-00-09]

              at org.apache.felix.gogo.runtime.shell.Closure.execute(Closure.java:229)[9:org.apache.karaf.shell.console:2.1.4.fuse-00-09]

              at org.apache.felix.gogo.runtime.shell.Closure.executeStatement(Closure.java:162)[9:org.apache.karaf.shell.console:2.1.4.fuse-00-09]

              at org.apache.felix.gogo.runtime.shell.Pipe.run(Pipe.java:101)[9:org.apache.karaf.shell.console:2.1.4.fuse-00-09]

              at org.apache.felix.gogo.runtime.shell.Closure.execute(Closure.java:79)[9:org.apache.karaf.shell.console:2.1.4.fuse-00-09]

              at org.apache.felix.gogo.runtime.shell.CommandSessionImpl.execute(CommandSessionImpl.java:71)[9:org.apache.karaf.shell.console:2.1.4.fuse-00-09]

              at org.apache.karaf.shell.console.jline.Console.run(Console.java:170)[9:org.apache.karaf.shell.console:2.1.4.fuse-00-09]

              at java.lang.Thread.run(Thread.java:662)[:1.6.0_22]

      Typ