The sh script will attempt to
create a pid file in the /var/run.
If the user used to launch the Wrapper does not have permission to
write to this directory then this will result in an error. An
alternative that will work in most cases is to write the pid file
to the same directory where the wrapper executable is located. To
make this change, edit the sh
script and change the following line:
to:
|