2 Replies Latest reply on Oct 27, 2002 2:59 PM by kmatthews812

    Problems with default install of JBoss-3.0.3_Tomcat-4.1.12.z

    kmatthews812

      I just d/ld JBoss-3.0.3_Tomcat-4.1.12.zip today and unpacked it. Then I ran the \bin\run.bat file everything started with no problems.

      However, now, when I got to http://localhost:8080/jmx-console/ I get the following exception:

      org.apache.jasper.JasperException: Unable to compile class for JSP

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


      When I go to server.log file I see this:
      2002-10-26 18:11:08,368 INFO [STDOUT] Modern compiler is not available - using classic compiler
      2002-10-26 18:11:08,398 INFO [STDOUT]
      2002-10-26 18:11:08,398 INFO [STDOUT]
      2002-10-26 18:11:08,398 INFO [STDOUT]
      2002-10-26 18:11:08,398 INFO [STDOUT]
      2002-10-26 18:11:08,398 INFO [STDOUT] [javac]
      2002-10-26 18:11:08,398 INFO [STDOUT] Compiling 1 source file
      2002-10-26 18:11:08,628 INFO [org.jboss.web.localhost.Engine] Error compiling file: C:\Program Files\Jboss\tomcat-4.1.x\work\MainEngine\localhost\jmx-console\/index_jsp.java

      2002-10-26 18:11:08,678 ERROR [org.jboss.web.localhost.Engine] StandardWrapperValve[jsp]: Servlet.service() for servlet jsp threw exception
      org.apache.jasper.JasperException: Unable to compile class for JSP

      An error occurred at line: -1 in the jsp file: null
      2002-10-26 18:11:08,368 INFO [STDOUT] Modern compiler is not available - using classic compiler
      2002-10-26 18:11:08,398 INFO [STDOUT]
      2002-10-26 18:11:08,398 INFO [STDOUT]
      2002-10-26 18:11:08,398 INFO [STDOUT]
      2002-10-26 18:11:08,398 INFO [STDOUT]
      2002-10-26 18:11:08,398 INFO [STDOUT] [javac]
      2002-10-26 18:11:08,398 INFO [STDOUT] Compiling 1 source file
      2002-10-26 18:11:08,628 INFO [org.jboss.web.localhost.Engine] Error compiling file: C:\Program Files\Jboss\tomcat-4.1.x\work\MainEngine\localhost\jmx-console\/index_jsp.java

      2002-10-26 18:11:08,678 ERROR [org.jboss.web.localhost.Engine] StandardWrapperValve[jsp]: Servlet.service() for servlet jsp threw exception
      org.apache.jasper.JasperException: Unable to compile class for JSP

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


      So it seems that an extra / character is being added to the path and is messing things up. Any clue how to fix this?

      I am running windows 2000 and other than unpacking and running the run.bat script, I have not changed anything.

      Thanks,

      kevin