Skip to main content

Windows Service Startup Issue

Comments

1 comment

  • David Paras

    I added the following lines to the jsl-*.ini files.

    stdout=c:\stdout.log
    stdoutappend=no
    stderrappend=no
    stderr=c:\stderr.log

    systemout=c:\systemout.log
    systemerr=c:\systemerr.log

    When 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=server

    0

Please sign in to leave a comment.