Misleading XJ004 exception when shutting down a database that is already
shutdown.
----------------------------------------------------------------------------------
Key: DERBY-2068
URL: http://issues.apache.org/jira/browse/DERBY-2068
Project: Derby
Issue Type: Bug
Components: JDBC
Affects Versions: 10.3.0.0
Reporter: Daniel John Debrunner
Priority: Trivial
ij> connect 'jdbc:derby:cs;create=true';
ij> disconnect;
ij> connect 'jdbc:derby:cs;shutdown=true';
ERROR 08006: Database 'cs' shutdown.
ij> connect 'jdbc:derby:cs;shutdown=true';
ERROR XJ004: Database 'cs' not found.
Second shutdown above implies the database does not exist.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira