3 Replies Latest reply on Jun 4, 2010 4:22 AM by mimas

    FUSE ESB 4.1

    mimas

      Hello all,

       

      I had installed 4.2 on my machine (Solaris) and now I had to change the versio to 4.1.

       

      What I see now is that:

      1) there are no start script under /bin as in vesrion 4.2. How can I start servicemix in background mode (I used to do it in 4.2 using the "start" script.

       

      2) When tryng to install webconsole and I give the following command from smx@root:/> features:install webcosnole I receive the following error:

       

      "ERROR CommandLineExecutionFailed: org.apache.geronimo.gshell.registry.NoSuchCommandException: features:install

      smx@root:/> features/install webconsole"

       

      Why is that?

       

      Thank you in advance

        • 1. Re: FUSE ESB 4.1
          davsclaus

          Why do you need to use version 4.1?

           

          FUSE ESB 4.2 is the first version which we recommend for production usage.

          So going back to 4.1 is not recommended.

          • 2. Re: FUSE ESB 4.1
            mimas

            Thanks for you quick reply.

             

            It was not my decision to go back to 4.1. There is a project I am working on and they asked me to downgrade to 4.1.

            • 3. Re: FUSE ESB 4.1
              mimas

              The background issue I think was fixed by running:

               

              nohup ./servicemix server &

               

              The thing is that when running in background how can I access smx console (smx@root>)

              In 4.2  using

              ssh karaf@localhost -p 8101

              was giving me access to karaf console, any idea how to do that in 4.1?

               

              thanks