Dmitri, you seem to ave truncated the root cause. Can you please provide
the entire exception chain?
Dmitri Pissarenko wrote:
Hello!
I'm using Derby database, which is delivered together with Java 1.5/1.6.
One of my applications crashed without closing the connection to Derby
and I get following exception:
[emmajava] java.sql.SQLException: Failed to start database 'xe', see
the next exception for details.
[emmajava] at
org.apache.derby.impl.jdbc.SQLExceptionFactory.getSQLException(Unknown
Source)
[emmajava] at
org.apache.derby.impl.jdbc.Util.newEmbedSQLException(Unknown
Source)
[emmajava] at
org.apache.derby.impl.jdbc.Util.newEmbedSQLException(Unknown
Source)
[emmajava] at
org.apache.derby.impl.jdbc.Util.generateCsSQLException(Unknown
Source)
[emmajava] at
org.apache.derby.impl.jdbc.EmbedConnection.newSQLException(Unknown
Source)
...
How can I close Derby database manually after a crash (except
rebooting the machine) ?
TIA
Dmitri Pissarenko