|
From: Fernanda C. <fer...@fa...> - 2005-08-23 18:31:26
|
Hi... =20 I'm using the wrapper to set up four different services on win NT. All of them execute the same java class, with different startup parameters. Three of them have its status correctly displayed under windows services screen: once the service is started it reports the "started" status. The fourth service initially reports the "started" status, but after a little while it reports "stopped", like if the service crashed - what doesn't happen, the four java process are still alive and the associated logs are continuously updated.=20 =20 Looking at the task manager I noticed that the three first java processes (the ones associated with the services that are correctly displaying the "stated" status) are running using the SYSTEM user, and the java process associated with the wrong status service is running using the user that is logged in. =20 Any help is extremely welcome. Thanks in advance, Fernanda |