3 Replies Latest reply on May 14, 2004 10:34 AM by darranl

    It doesn't start .. Help

    hzfalcon

      I have normally downloaded , normallly installed , normally runed the run.bat under winxp pro and i've got normally feedback from system
      like ..

      17:02:50,671 INFO [Server] JBoss (MX MicroKernel) [3.2.3 (build: CVSTag=JBoss_3
      _2_3 date=200311301445)] Started in 11s:828ms

      But when i entered "http://127.0.0.1:8080/jmx-console/index.jsp"
      i just got error messages ..


      HTTP Status 500 -

      --------------------------------------------------------------------------------

      type Exception report

      message

      description The server encountered an internal error () that prevented it from fulfilling this request.

      exception

      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

      at org.apache.jasper.compiler.DefaultErrorHandler.javacError(DefaultErrorHandler.java:130)
      at org.apache.jasper.compiler.ErrorDispatcher.javacError(ErrorDispatcher.java:293)
      at org.apache.jasper.compiler.Compiler.generateClass(Compiler.java:353)

      ......


      ============
      Some one knows what should i do for that ?
      I didn't see any instructions for Configurations ..

      Thanks

        • 1. Re: It doesn't start .. Help
          darranl

           

          I didn't see any instructions for Configurations ..


          Look for the getting started guide, it explains how to install it.

          An error occurred at line: -1 in the jsp file: null


          You probably haven't set the JAVA_HOME environment variable (See the getting started guide)

          • 2. Re: It doesn't start .. Help
            hzfalcon

             

            "darranl" wrote:
            I didn't see any instructions for Configurations ..


            Look for the getting started guide, it explains how to install it.

            An error occurred at line: -1 in the jsp file: null


            You probably haven't set the JAVA_HOME environment variable (See the getting started guide)



            yes u r right , i fotgot it .. thx .
            now it is all ok , but should i also set CLASSPATH ?

            • 3. Re: It doesn't start .. Help
              darranl

              No you do not need CLASSPATH for JBoss, the run script sorts all that out.