Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
1.0.10
-
None
-
None
-
Ubuntu 10.04.4 LTS
java version "1.7.0_04"
Java(TM) SE Runtime Environment (build 1.7.0_04-b20)
Java HotSpot(TM) Client VM (build 23.0-b21, mixed mode)
Description
When specifying a pidfile which resides in its own pidfile directory (e.g. /var/run/pidfile_dir/pidfile.pid) together with the -user option the pidfile directory will not be created thus an error is thrown because the pidfile cannot be written.
Leaving the -user option and running jsvc as root works.