4 Replies Latest reply on Apr 13, 2010 2:00 PM by sheths

    Fuse ESB 4.2 Installation dependencies

    sheths

      I did not find any documentation related to installation of Fuse ESB 4.2.

      I unzipped the downloaded file and ran ServiceMix.bat from the bin directory.

      I have Maven installed on my machine. Do I need to install anything else before starting FUSE ESB 4.2? ServiceMix 3.3 runs on my m/c without any problem.

       

      Here is the error I am getting:

      Could not create framework: java.lang.NoSuchMethodError: org.eclipse.osgi.framework.internal.core.FrameworkProperties.inUse()Z

      java.lang.NoSuchMethodError: org.eclipse.osgi.framework.internal.core.FrameworkProperties.inUse()Z

              at org.eclipse.osgi.launch.Equinox.(Equinox.java:41)

              at org.eclipse.osgi.launch.EquinoxFactory.newFramework(EquinoxFactory.ja

      va:24)

              at org.apache.felix.karaf.main.Main.launch(Main.java:212)

              at org.apache.felix.karaf.main.Main.main(Main.java:325)

        • 1. Re: Fuse ESB 4.2 Installation dependencies
          davsclaus

          Hi

           

          You can find all the FUSE ESB documentation here

          http://fusesource.com/products/enterprise-servicemix4/#documentation

           

          There is a getting started guide which shows how to start and stop.

          • 2. Re: Fuse ESB 4.2 Installation dependencies
            sheths

            I looked at the documentation, I get the exception when I start serviceMix by running serviceMix.bat. I don't see ServiceMix logo and Karaf prompt in my terminal window.

             

            Here is the error once again:

            C:\Program Files\Apache Software Foundation\apache-servicemix-4.2.0-fuse-01-00\bin>servicemix

            Could not create framework: java.lang.NoSuchMethodError: org.eclipse.osgi.framew

            ork.internal.core.FrameworkProperties.inUse()Z

            java.lang.NoSuchMethodError: org.eclipse.osgi.framework.internal.core.FrameworkP

            roperties.inUse()Z

                    at org.eclipse.osgi.launch.Equinox.(Equinox.java:41)

                    at org.eclipse.osgi.launch.EquinoxFactory.newFramework(EquinoxFactory.ja

            va:24)

                    at org.apache.felix.karaf.main.Main.launch(Main.java:212)

                    at org.apache.felix.karaf.main.Main.main(Main.java:325)

                    at org.apache.felix.karaf.main.Bootstrap.main(Bootstrap.java:34)

            • 3. Re: Fuse ESB 4.2 Installation dependencies
              njiang

              What kind of file did you download? zip or tgz ?

              As you are using it in windows box, you need to download the zip one.

              • 4. Re: Fuse ESB 4.2 Installation dependencies
                sheths

                This problem was due to another (older) instance of the class in the classpath. After I removed unwanted entries from classpath I was able to see ServiceMix prompt