5 Replies Latest reply on Sep 20, 2011 3:07 AM by beve

    Installation AS7.0.1

    melam

      Hi, I am new to Jboss, need to install jboss esb. So tried to install the Jboss AS 7.0.1 final version.I added java home aof 1.6 version. When i called standalone.bat from command prompt, i got following message """Calling E:\software\JBOSS\jboss-as-7.0.1.Final\bin\standalone.conf.bat""" after that again control come to bin folder. can anyone suggest me how to complete the process

        • 1. Re: Installation AS7.0.1
          jaikiran

          Post the output of

           

          echo %JAVA_HOME%

           

          I am guessing that the JAVA_HOME isn't set correctly.

          • 2. Re: Installation AS7.0.1
            melam

            That was set properly, output for the command echo%JAVA_HOME% i got C:\Program Files\Java\jdk1.6.0_24\bin

            • 3. Re: Installation AS7.0.1
              jaikiran

              melam bala wrote:

               

              That was set properly, output for the command echo%JAVA_HOME% i got C:\Program Files\Java\jdk1.6.0_24\bin

              That's actually incorrect. JAVA_HOME should point to the root of Java installation. Not to the bin folder.

               

              Change it to point to C:\Program Files\Java\jdk1.6.0_24

              • 4. Re: Installation AS7.0.1
                melam

                Even with out bin folder option, its not working. (standalone.bat)

                Note : When i removed /bin in JAVA home env variable and tried javac command (compilation) for simple program, its not working.

                • 5. Re: Installation AS7.0.1
                  beve

                  Hi,

                   

                  just for your information, JBossESB is not currently supported on AS7 and will not work at this time. I'm not aware of any plans of creating an AS7 extension for JBossESB but this question has been asked in the ESB forum which you might want to follow.

                   

                  The latest version of JBossAS that JBossESB 4.10 has been tested with is JBossAS 6.0.0.Final. There has been some work in testing ESB on AS 6.1.0.Final.

                   

                  Regards,

                   

                  /Daniel