11 Replies Latest reply on Oct 11, 2004 1:28 AM by yutaka

    Help starting JBOSS 3.2.3

    cjmcf529

      Ok,

      I reviewed the forums and tried the suggestions there but still no dice. I downloaded the .zip file unzipped it in C: and went to the /bin file to find the startup script. I dbl clicked on run.bat and the script runs and at the end it says that it started in x number of seconds. But further up I am getting all sorts of java.sql errors and when I go to http://localhost:8080 i get an HTTP 500 error from tomcat 4.1.29. I am running windows XP Pro and have J2SDK1.4.2 loaded on my box. The environmental variable for JAVA_HOME is c:/j2sdk1.4.2/. Please, Please help!!

      Thanks

        • 1. Re: Help starting JBOSS 3.2.3
          cjmcf529

          Hi,

          if you get the http 500 error from tomcat and you have jboss started try to use the following context in your URL:
          http://localhost:8080/jmx-console
          if all other requirements are set (jboss_home / java_home) it should run as well.
          If you have connected to database like mysql check all other requirements like recommended connector-jar Files and your db-configuration!

          • 2. Re: Help starting JBOSS 3.2.3
            roshan

            Without disclosing the errors, it is difficult for anyone to help you out here

            Thanks,
            RS

            • 3. Re: Help starting JBOSS 3.2.3
              cjmcf529

              What do you need?? What information would help??

              • 4. Re: Help starting JBOSS 3.2.3
                sethsera

                am also getting the same error can you guys help in guiding us ? thanks

                • 5. Re: Help starting JBOSS 3.2.3
                  sethsera

                  oops sorry found my error :( just started reading the PDF file

                  it says that you'll automatically get a HTTP 500 error since there isn't a default web application being deployed :)

                  • 6. Re: Help starting JBOSS 3.2.3
                    albaproject

                    Hi,

                    if you get the http 500 error from tomcat and you have jboss started try to use the following context in your URL:
                    http://localhost:8080/jmx-console
                    if all other requirements are set (jboss_home / java_home) it should run as well.
                    If you have connected to database like mysql check all other requirements like recommended connector-jar Files and your db-configuration!

                    • 7. Re: Help starting JBOSS 3.2.3
                      karipulkka

                      I have problems getting my web-apps working in JBoss-3.2.3. I have modified the run.bat with the following:
                      set JAVA_HOME=d:/j2sdk1.4.2_04

                      When I run the startup script it shows this:
                      ==========================================================
                      .
                      JBoss Bootstrap Environment
                      .
                      JBOSS_HOME: D:\jboss-3.2.3\bin\\..
                      .
                      JAVA: java
                      .
                      JAVA_OPTS: -Dprogram.name=run.bat
                      .
                      CLASSPATH: ;\lib\tools.jar;D:\jboss-3.2.3\bin\\run.jar
                      .
                      ==========================================================

                      Trying this url http://localhost:8080/jmx-console/index.jsp I get the dreaded 500 error with this:
                      org.apache.jasper.JasperException: Unable to compile class for JSP
                      An error occurred at line: -1 in the jsp file: null
                      Generated servlet error:
                      [javac] Compiling 1 source file

                      Any help much appreciated! TIA,

                      Kari

                      • 8. Re: Help starting JBOSS 3.2.3
                        dmob1

                         

                        "karipulkka" wrote:
                        I have problems getting my web-apps working in JBoss-3.2.3. I have modified the run.bat with the following:
                        set JAVA_HOME=d:/j2sdk1.4.2_04

                        When I run the startup script it shows this:
                        ==========================================================
                        .
                        JBoss Bootstrap Environment
                        .
                        JBOSS_HOME: D:\jboss-3.2.3\bin\\..
                        .
                        JAVA: java
                        .
                        JAVA_OPTS: -Dprogram.name=run.bat
                        .
                        CLASSPATH: ;\lib\tools.jar;D:\jboss-3.2.3\bin\\run.jar
                        .
                        ==========================================================

                        Trying this url http://localhost:8080/jmx-console/index.jsp I get the dreaded 500 error with this:
                        org.apache.jasper.JasperException: Unable to compile class for JSP
                        An error occurred at line: -1 in the jsp file: null
                        Generated servlet error:
                        [javac] Compiling 1 source file
                        Any help much appreciated! TIA,

                        Kari


                        Change back the run.bat your JAVA_HOME is a system ENV variable right click on my computer, select properties/advanced/environment variables and add in java home also make sure your path is correct .

                        • 9. Re: Help starting JBOSS 3.2.3
                          aabramovich

                          Well, I am getting the same error (for exampe from the jmx-console).
                          I have set the JAVA_HOME, CLASSPATH vars in the System and to no avail:

                          JBoss Bootstrap Environment
                          JBOSS_HOME: C:\jboss-3.2.5\bin\\..
                          JAVA: C:\JDKs\j2sdk1.4.2_03\bin\java
                          JAVA_OPTS: -Dprogram.name=run.bat
                          CLASSPATH: C:\JDKs\j2sdk1.4.2_03\lib\tools.jar;C:\jboss-3.2.5\bin\\run.jar

                          No resolution anywhere....

                          Thanks,
                          Azriel

                          • 10. Re: Help starting JBOSS 3.2.3
                            aabramovich

                            Now here's a thing:
                            When I start it from DOS it works! but when I use Jboss-IDE (Eclipse) which I have configured according to the PDFs on Jboss.org it didn't!

                            Adding to the runtime parameters of the server an external folder pointing to %JAVA_HOME%\bin did the trick!

                            So I helped myself... but I hope anyone might find this usefull....

                            A'z

                            • 11. Re: Help starting JBOSS 3.2.3
                              yutaka

                              did you setted you JAVA_HOME?