Great product. Ease-of-use was the decision maker for us.
However, we are encountering an issue with our Windows service in that every time the user logs off, the windows service unexpectedly terminates. Under what cirumstances would this occur and how can we prevent this??? HELP!
The service is configured to automatically start, and upon failure should recover. It is also configured to work under the local system account and DOESN'T interact with the desktop.
This Java app does create RMI REGISTRY on port 1199. Would this be an issue?
This is what I see in the EVENT VIEWER upon logoff:
Code: Select all
Event Type: Error
Event Source: Service Control Manager
Event Category: None
Event ID: 7031
Date: 8/1/2005
Time: 11:33:14 PM
User: N/A
Computer: POP
Description:
The ACME service terminated unexpectedly. It has done this 1 time(s). The following corrective action will be taken in 60000 milliseconds: Restart the service.
Roll