1 Reply Latest reply on Jun 17, 2009 6:11 AM by joe.luo

    fuse esb 4.1.0.0  run with error

    adminpear

      ALL:

      help me!

      Thanks a lot.

      error information as following:

      error:Error starting file:/C:/progress/fuse-esb-4.1.0.0/data/generated-bundles/activemq-broker.xml.jar<org.osgi.framework.BundleException:Unresolved constraint in bundle 43:package;<package=org.apache.activemq>>

      org.osgi.framework.BundleException:Unresolved constraint in bundle 43:package;

      <package=org.apache.activemq>

        at org.apache.felix.framework.Felix.resolveBundle<Felix.java:3059>

        at org.apache.felix.framework.Felix.startBundle<Felix.java:1439>

        at org.apache.felix.framework.Felix.setActiveStartLevel<Felix.java:984>

       

      at org.apache.felix.framework.StartLevelImpl.run<StartLeveImpl.java:263>

      at java.lang.Thread.run<Thread.java:619>

        • 1. Re: fuse esb 4.1.0.0  run with error
          joe.luo

          Can you do "osgi > list" to see if you have activemq bundles installed?

           

          smx@jluo:osgi> list |grep activemq

          activemq-broker.xml (0.0.0)

          activemq-core (5.3.0.fuse)

          activemq-ra (5.3.0.fuse)

          activemq-console (5.3.0.fuse)

          activemq-pool (5.3.0.fuse)

           

          By default, the container will pull out all necessary activemq bundles and install them when you start it the first time. Obviously, the error showed that you do not have some of activemq bundles dependencies missing.