java - prunsrv.exe Service not starting up -
I am trying to install and start a service with prunsrv.exe for an application. >
I am enabled to install the service properly, but the service does not start and gives me an error
Save using log configuration set Is set to set PR_LOGPATH set = D: \ Program Files \ Java: \ Setup \ Commons_Daemon \ Commons-Daemon-1.0.14-bin-windows \ log set PR_STDOUTPUT = auto set PR_STDERROR = Java installation to auto : Set PR_LOGLEVEL = infoRem paths PR_JVM = c set \ jre1.6.0_04 \ bin \ client \ jvm.dll set PR_CLASSPATH = D: \ setup \ Commons_Daemon \ Commons-daemon-1.0.14-bin-windows \ temp.jar; Rem Startup Configuration Set PR_STARTUP = Auto Set PR_STARTMODE = Java Set PR_STARTCLASS = Trys.AppLauncher Set PR_STARTMETHOD = Start Remote Shutdown Configuration Set PR_STOPMODE = Java Set PR_STOPCLASS = Trys.AppLauncher Set PR_STOPMETHOD = Stop Ram JVM Configuration Set PR_JVMMS = 64 Set PR_JVMMX = 128 Set PR_JVMSS = 4000 RAM installed service prunsrv.exe // IS //% SERVICE_NAME%
The above configuration is packaged for a batch file is implemented to install the service
Also the log files have not been generated That's why I can not even debug Please tell me where I am going The possible problem is using the wrong prunsvr.exe . For 64-bit installed Java, use
/prunsvr.exe commons-deamon-xxx-bin to use
amd64 / prunsvr.exe , for 32-bit installed Java. File used in windows.zip
Comments
Post a Comment