Application Server won't start

In trying to resolve my other issues I closed down the application server but now cannot get it to restart on the Server Machine.

When I try and start it through Windows Services I get the message
“Error 1067”.

The Developer Server still runs fine but as soon as I close this down I cannot get access to the application server through localhost:8080/server-admin

What I had hoped would have taken 2 hours is turning into 2 days and I’m still no closer to getting Servoy up and running succesfully.

The last few lines of the service log is below but means nothing to me. Can anybody shed any light on any of this.

INFO | jvm 5 | 2005/12/13 12:29:25 | at com.sybase.jdbc2.jdbc.SybDriver.connect(SybDriver.java:179)
INFO | jvm 5 | 2005/12/13 12:29:25 | at org.apache.commons.dbcp.DriverConnectionFactory.createConnection(DriverConnectionFactory.java:83)
INFO | jvm 5 | 2005/12/13 12:29:25 | … 18 more
STATUS | wrapper | 2005/12/13 12:29:26 | on_exit trigger matched. Restarting the JVM. (Exit code: 1)
FATAL | wrapper | 2005/12/13 12:29:27 | There were 5 failed launches in a row, each lasting less than 300 seconds. Giving up.
FATAL | wrapper | 2005/12/13 12:29:27 | There may be a configuration problem: please check the logs.
STATUS | wrapper | 2005/12/13 12:29:27 | ← Wrapper Stopped

MerMer

Is your db server up?

Starting the application server doesn’t start up the db server automatically…

Marcel,

Many thanks - that did the trick! The DB process was not running.

MerMer