2 Replies Latest reply on Jun 17, 2006 6:22 AM by vickyk

    JBossTS Standalone

    vu

      Hello,

      I'm trying to run the JBossTS standalone in Windows by calling the script JBOSSTS_HOME\bin\start-transaction-service.bat:

      set JAVA_HOME=C:\Program Files\Java\jdk1.5.0_06
      set JBOSSTS_HOME=C:\jbts-4.2
      call ".\start-transaction-service.bat"


      but it raises exception:

      [main] FATAL com.arjuna.orbportability.logging.loggerI18
      N - [com.arjuna.orbportability.orb.core.ORB.unsupportedorb] ORB specific class creation failed - unable to find supported ORB
      Exception in thread "main" java.lang.ExceptionInInitializerError: [com.arjuna.orbportability.orb.core.ORB.unsupportedorb] ORB specific class creation failed - unable to find supported ORB
      at com.arjuna.orbportability.orb.core.ORB.initialise(ORB.java:164)
      at com.arjuna.orbportability.orb.core.ORB.(ORB.java:62)
      at com.arjuna.orbportability.ORB.(ORB.java:471)
      at com.arjuna.orbportability.ORB.getInstance(ORB.java:458)
      at com.arjuna.ats.jts.TransactionServer.main(TransactionServer.java:104)


      Could you explain the specific steps to run the JBossTS standalone? Thanks!

        • 1. Re: JBossTS Standalone
          kconner

          These steps are described in the release notes which can be separately downloaded from our download page.

          Kev

          • 2. Re: JBossTS Standalone
            vickyk

            Can you do the settings in the setup-env.bat present in the JBOSSTS_HOME/bin . It will have an entry as
            set JACORB_HOME=PUT_JACORB_HOME_HERE
            So replace this with the appropriate JACORB_HOME .

            Regards
            Vicky