Service on win2k

I am trying to get Servoy to run as a service on windows 2000.

But get the Error 1067 the proccess terminated unexpectedly.

Looking at the logs shows

INFO | jvm 5 | 2004/11/15 12:50:25 | WrapperSimpleApp: Encountered an error running main: com.servoy.j2db.persistence.RepositoryException: Could not find repository server: ‘repository_server’
INFO | jvm 5 | 2004/11/15 12:50:25 | com.servoy.j2db.persistence.RepositoryException: Could not find repository server: ‘repository_server’

If I launch servoy_server.bat servoy and my applications run correctly

My repository server is mysql

I have tryed on 2 windows 2000 and get the same problem and have uninstalled and reinstalled the service.

Windows XP runs the service fine although to start with it had a firebird db as the repository.

Look here: http://forum.servoy.com/viewtopic.php?t=1800&start=0

Unforcanetly it does not seem to help the repository database is definetly running happily

Fixed it!
You need to right click on the Servoy Application Server service. Select the Log On tab and enter my specific account and not the default Local System account.

Hope this helps someone.