Unable to Start Derby Database

Hi,

I am unable to start Derby database under Sun App Server 8.2. The App Server is running fine and I looked into the port 1527 and it says listening when I run the netstat command.

When I start the database, I get the 'CLI137 Command start-database failed' error

Please help!

[304 byte] By [Neo_Dev] at [2007-11-26 11:59:20]
# 1
You can search for "derby.log" to see exceptions raised by derby.You can also look for exceptions in server.log Thanks,-Jagadish
JagadishPrasath at 2007-7-7 12:21:08 > top of Java-index,Application & Integration Servers,Application Servers...
# 2

It was a bit unclear from your post, so can you make sure something is not already using port 1527 before you try to start the database?

If something is already using the port, you should see this error message:

Could not listen on port 1527 on host localhost.

If I remember correctly, the log is redirected to <j2ee.home>/derby/db.log

kristwaa at 2007-7-7 12:21:08 > top of Java-index,Application & Integration Servers,Application Servers...