3 Replies Latest reply on Jan 25, 2011 3:54 AM by ffang

    Not able to install the features in karaf

    praga

      Hi ,

       

      Iam trying to install some features in my karaf prompt. But getting the below error.

      What could b e possible solution for the same.

       

      karaf@root> features:install activemq

      Error executing command: URL mvn:org.apache.servicemix.bundles/org.apache.servicemix.bundles.howl/1.0.1-1_2 could not be resolved.

       

       

      karaf@root> features:install camel-activemq

      Error executing command: URL mvn:org.apache.servicemix.bundles/org.apache.servicemix.bundles.howl/1.0.1-1_2 could not be resolved.

        • 1. Re: Not able to install the features in karaf
          davsclaus

          What version of SMX / Fuse ESB are you using?

           

          And does your computer have access to the internet?

          • 2. Re: Not able to install the features in karaf
            praga

            Hi,

             

            ESB version is apache-servicemix-4.3.0-fuse-03-00

             

            no i have no access to the internet.. but think have the needed jars in my local repository. Will that help? With the ppl who hve access to internet i download the needed jars and place it in my local repo.....

            • 3. Re: Not able to install the features in karaf
              ffang

              Hi,

              Please check mvn default local repo folder, ensure you have

              org/apache/servicemix/bundles/org.apache.servicemix.bundles.howl/1.0.1-1_2/*

              there.

               

              If somehow your mvn local repo isn't in the default folder("user.home"/.m2/repository on *nix platform), you can edit org.ops4j.pax.url.mvn.localRepository

              in $FUSE_ESB/etc/org.ops4j.pax.url.mvn.cfg to specify it.

               

               

              Freeman