5 Replies Latest reply on Aug 29, 2003 4:41 AM by jonlee

    JavaService don't start anything

    tbaud72

      Hello,

      i want to use javaservice with jboss 3.0.4 anf jetty.
      I use this command in a dos script :

      JavaService.exe -install jboss30 c:\devlpt\jdk1.3.1_07\jre\bin\classic\jvm.dll -Djava.class.path=%JAVA_HOME%\lib\tools.jar;%DIRNAME%run.jar;%JBOSS_HOME%\lib\jboss-boot.jar;%JBOSS_HOME%\lib\jboss-common.jar;%JBOSS_HOME%\lib\jboss-jmx.jar;%JBOSS_HOME%\lib\jboss-system.jar -start org.jboss.Main -stop org.jboss.Main -method systemExit -out c:\devlpt\stdout.txt -err c:\devlpt\stderr.txt -current C:\devlpt\jboss-3.0.4\bin

      (i added jar files in classpath because i foundes error exception classNot Found in stderr.txt.

      I see service jboss in control panel of windows and i can start/stop service with it, but the problem is that
      jboss isn't started, no process is executed for jboss(file server.log doesn't grow).

      If someone has an idea ...

      Pleasure
      Thierry