0 Replies Latest reply on Feb 22, 2005 11:49 AM by moudi

    jmx-console and web-console failing

    moudi

      Hi,

      I have an interesting problem here:
      whwen i start jboss from command line in windows(2003): run -c all
      jmx-console and web-console work just fine. But when i start it through java service( i installed a service on windows to run jboss) they both break. with the following error:

      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
      [javac] javac: invalid flag: D:\JBoss\jboss-3.2.2\server\
      [javac] Usage: javac

      i noticed that when starting the server from the javaservice a new folder get created under \server. this folder name is "all" although the "all" folder is already there. I belive that is why the apps break because they are trying to access this folder that has a space before it. i dont know why this folder is beeing created. when i start jboss from command line: run -c all no extra folder("all) is beeing created???!! any ideas why does that happen and how i can correct it. also is there a configuration file on which i can configure jboss to start in "all" configuration by default. i want when i type: run the server start in -c all configuration by default!!

      Many thanks in advance!!