5 Replies Latest reply on Feb 27, 2015 10:03 AM by abhishekkoneru6790

    Fuse 6.1 installation issue

    stoyan

      Hi guys,

       

      I am new to Fuse and wanted to get familiar and run the example application. I have downloaded the zip file jboss-fuse-full-6.1.0.redhat-379.zip. After unpacking in a directory I run the command: bin\fuse.bat. I have installed the application in Windows 7 and have Java 7. The error I am getting is:

       

      JBossFuse:karaf@root> ERROR: Bundle io.fabric8.fabric-zookeeper [53] Error starting mvn:io.fabric8/fabric-zookeeper/1.0.0.redhat-379 (org.osgi.framework.BundleException: Unresolved constraint in bundle io.fabric8.fabric-zookeeper [53]: Unable to resolve 53.0: missing requirement [53.0] osgi.wiring.package; (&(osgi.wiring.package=com.google.common.base)(version>=15.0.0)(!(version>=16.0.0))))

      org.osgi.framework.BundleException: Unresolved constraint in bundle io.fabric8.fabric-zookeeper [53]: Unable to resolve 53.0: missing requirement [53.0] osgi.wiring.package; (&(osgi.wiring.package=com.google.common.base)(version>=15.0.0)(!(version>=16.0.0)))

              at org.apache.felix.framework.Felix.resolveBundleRevision(Felix.java:4225)

              at org.apache.felix.framework.Felix.startBundle(Felix.java:2063)

              at org.apache.felix.framework.Felix.setActiveStartLevel(Felix.java:1317)

              at org.apache.felix.framework.FrameworkStartLevelImpl.run(FrameworkStartLevelImpl.java:304)

              at java.lang.Thread.run(Thread.java:736)

       

      ERROR: Bundle io.fabric8.fabric-boot-commands [63] Error starting mvn:io.fabric8

      /fabric-boot-commands/1.0.0.redhat-379 (org.osgi.framework.BundleException: Unre

      solved constraint in bundle io.fabric8.fabric-boot-commands [63]: Unable to reso

      lve 63.0: missing requirement [63.0] osgi.wiring.package; (&(osgi.wiring.package

      =com.google.common.base)(version>=15.0.0)(!(version>=16.0.0))))

      org.osgi.framework.BundleException: Unresolved constraint in bundle io.fabric8.f

      abric-boot-commands [63]: Unable to resolve 63.0: missing requirement [63.0] osg

      i.wiring.package; (&(osgi.wiring.package=com.google.common.base)(version>=15.0.0

      )(!(version>=16.0.0)))

              at org.apache.felix.framework.Felix.resolveBundleRevision(Felix.java:422

      5)

              at org.apache.felix.framework.Felix.startBundle(Felix.java:2063)

              at org.apache.felix.framework.Felix.setActiveStartLevel(Felix.java:1317)

       

       

              at org.apache.felix.framework.FrameworkStartLevelImpl.run(FrameworkStart

      LevelImpl.java:304)

              at java.lang.Thread.run(Thread.java:736)

      ERROR: Bundle io.fabric8.fabric-core [65] Error starting mvn:io.fabric8/fabric-c

      ore/1.0.0.redhat-379 (org.osgi.framework.BundleException: Unresolved constraint

      in bundle io.fabric8.fabric-core [65]: Unable to resolve 65.0: missing requireme

      nt [65.0] osgi.wiring.package; (&(osgi.wiring.package=com.google.common.base)(ve

      rsion>=15.0.0)(!(version>=16.0.0))))

      org.osgi.framework.BundleException: Unresolved constraint in bundle io.fabric8.f

      abric-core [65]: Unable to resolve 65.0: missing requirement [65.0] osgi.wiring.

      package; (&(osgi.wiring.package=com.google.common.base)(version>=15.0.0)(!(versi

      on>=16.0.0)))

              at org.apache.felix.framework.Felix.resolveBundleRevision(Felix.java:422

      5)

              at org.apache.felix.framework.Felix.startBundle(Felix.java:2063)

              at org.apache.felix.framework.Felix.setActiveStartLevel(Felix.java:1317)

       

       

              at org.apache.felix.framework.FrameworkStartLevelImpl.run(FrameworkStart

      LevelImpl.java:304)

              at java.lang.Thread.run(Thread.java:736)

      ERROR: Bundle io.fabric8.fabric-commands [66] Error starting mvn:io.fabric8/fabr

      ic-commands/1.0.0.redhat-379 (org.osgi.framework.BundleException: Unresolved con

      straint in bundle io.fabric8.fabric-commands [66]: Unable to resolve 66.0: missi

      ng requirement [66.0] osgi.wiring.package; (&(osgi.wiring.package=com.google.com

      mon.base)(version>=15.0.0)(!(version>=16.0.0))))

      org.osgi.framework.BundleException: Unresolved constraint in bundle io.fabric8.f

      abric-commands [66]: Unable to resolve 66.0: missing requirement [66.0] osgi.wir

      ing.package; (&(osgi.wiring.package=com.google.common.base)(version>=15.0.0)(!(v

      ersion>=16.0.0)))

              at org.apache.felix.framework.Felix.resolveBundleRevision(Felix.java:422

      5)

              at org.apache.felix.framework.Felix.startBundle(Felix.java:2063)

              at org.apache.felix.framework.Felix.setActiveStartLevel(Felix.java:1317)

       

       

              at org.apache.felix.framework.FrameworkStartLevelImpl.run(FrameworkStart

      LevelImpl.java:304)

              at java.lang.Thread.run(Thread.java:736)

       

      I will appreciate any help in order to be able to run the software. Thanks in advance