1 Reply Latest reply on Sep 8, 2005 9:58 AM by zooxmusic

    JBoss as Service - HSQL Database Manager not working. Works

    zooxmusic

      Hi all,
      If I run JBoss in a command window on a Windows XP machine I can get the HSQL Database Manager to work through invoking the MBean method. If I install JBoss as a Windows Service using JavaService the HSQL Database Manager never starts.

      My service command to install jboss is as follows

      JavaService.exe -install JBoss4 %1\jre\bin\%3\jvm.dll -Djava.class.path=%1\lib\tools.jar;%2\bin\run.jar -start org.jboss.Main -params "-c default" -stop org.jboss.Main -method systemExit -out %2\bin\stdout.log -err %2\bin\stderr.log -current %2\bin


      where the first param is my jdk_home and the second is my jboss_home

      if i check the stdout.log I see everything starts so I am very confused. It didn't and I realized there were different permissions between the service and my account (Which is another thing I dont' understand because I thought that [User Account] should be the user I am currently logged in as but that doesn't ever seem to work for me, I know this is a windows q]

      Brian