1 Reply Latest reply on Apr 4, 2004 3:15 AM by juha

    Unable to see the Jboss web console after installation. Inco

    nigam11

      Hello,
      I just installed Jboss 3.2.3 and Java JDK 1.4.2_04. I set the JAVA_HOME to the Java directory as well. The environment settings are:

      JBOSS_HOME: C:\Program Files\jboss-3.2.3\bin\..
      JAVA: C:\Program Files\Java\bin\java
      JAVA_OPTS: -Dprogram.name=run.bat
      CLASSPATH: ;C:\Program Files\Java\lib\tools.jar;C:\Program Files\jboss-3.2.3\bin\run.jar

      When I execute the run.bat file, the server starts up without any errors, but when I try to go to the web console URL: http://localhost:8080/jmx-console , I get the error below. I think this might be because of the incorrect javac version or due to the extra / character that seems to be present before the index_jsp.java file.

      Please let me know if I need to do anything differently.

      --------------------------------------------------------------------------------
      2004-04-01 19:28:53,681 INFO [org.jboss.web.localhost.Engine] Error compiling file: C:\Program Files\jboss-3.2.3\server\default\work\MainEngine\localhost\jmx-console\/index_jsp.java [javac] Compiling 1 source file
      [javac] javac: invalid flag: C:\Program
      [javac] Usage: javac <source files>
      [javac] where possible options include:
      [javac] -g Generate all debugging info
      [javac] -g:none Generate no debugging info
      [javac] -g:{lines,vars,source} Generate only some debugging info
      [javac] -nowarn Generate no warnings
      [javac] -verbose Output messages about what the compiler is doing
      [javac] -deprecation Output source locations where deprecated APIs are used
      [javac] -classpath Specify where to find user class files
      [javac] -sourcepath Specify where to find input source files
      [javac] -bootclasspath Override location of bootstrap class files
      [javac] -extdirs Override location of installed extensions
      [javac] -d Specify where to place generated class files
      [javac] -encoding Specify character encoding used by source files
      [javac] -source Provide source compatibility with specified release
      [javac] -target Generate class files for specific VM version
      [javac] -help Print a synopsis of standard options



      2004-04-01 19:28:53,681 INFO [org.jboss.web.localhost.Engine] Info: Compile: javaFileName=C:\Program Files\jboss-3.2.3\server\default\work\MainEngine\localhost\jmx-console\/index_jsp.java