Windows Service Startup Issue
Situation:
I’ve completed all the patches in the recommended order but have been unable to restart the server in our staging environment since updating it yesterday.
I’ve tried it with the 32-bit 1.6 JRE that was used previously, the 64-bit 1.6 JRE, and the 64-bit 1.7 JRE.
In each case I used the appropriate version jsl (32-bit jsl for the 32-bit JRE, 64-bit jsl for the 64-bit jre) and updated the jsl-Kernel.ini and jsl-WebRunner.ini
files to point to the correct location of the appropriate jre.
I’m not sure what to try next.
-
I added the following lines to the jsl-*.ini files.
stdout=c:\stdout.log
stdoutappend=no
stderrappend=no
stderr=c:\stderr.logsystemout=c:\systemout.log
systemerr=c:\systemerr.logWhen I started the service the stdout.log and stderr.log files were created, but nothing was ever written to them. The systemout.log / systemerr.log files were
never created, which makes me think the it’s never loading up the java server environment correctly.After some more trial and error I added this line to the jsl-*.ini files and was able to get the services running.
jvmtype=server0
Please sign in to leave a comment.
Comments
1 comment