|
From: Jim B. <jbu...@ya...> - 2006-09-01 00:42:04
|
Hello, I am deploying a java application on OS X and am using the servcie wrapper to start, stop, and restart the application as a StartupItem. I am able to use "/sbin/SystemStarter start|stop" with no issues. I also see that the wrapper and the application are started properly when the machine boots up. However, when I login to the system, I now see the java executable on the user dock and when I logout, the system attempts to stop the java executable and times out. The wrapper does not seem to be receiving any signals, the OS complains about not being able to stop by java application using the class path "com....". I tried using "RUN_AS_USER=root", but that did not help. I do not know what else to try - any help would be really appreciated! Thanks, Jim |