1 Reply Latest reply on Feb 4, 2007 11:15 AM by kurtstam

    Running ESB stand-alone

    jbuckle

      Extreme newbie, please accept my apologies in advance :-)

      Trying to setup and run ESB 4.0 GA in stand-alone mode. Followed all instructions in the Getting Started Guide with no problems. Get the following exception when I try to launch from run.sh

      java.lang.ClassNotFoundException: org.jboss.soa.esb.listeners.StandAloneBootStrapper not found in ...

      What should my classpath contain to run the ESB?

      Thanks in advance.

        • 1. Re: Running ESB stand-alone
          kurtstam

          From what download are you trying this? If you are using the src distribution you will need to:


          # rename the product/install/deployment.properties-example to deployment.properties
          # change to org.jboss.esb.dist.lib=../build/jbossesb/lib
          # run 'ant dist' from the product directory to build jbossesb to build the product


          before you can run the 'ant launcher'.

          It should create the /jbossesb-4.0.GA/lib with in the lib directory the following jars:

          jbossesb-config-model-1.0.jar
          jbossesb-listeners.jar
          jbossesb-rosetta.jar
          jbossesb-rules.jar
          jbossesb-services.jar

          Starting from run.bat/run.sh takes care of setting your classpath.

          Good luck!

          --Kurt