[
https://issues.apache.org/jira/browse/DERBY-2068?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Knut Anders Hatlen updated DERBY-2068:
--------------------------------------
Issue & fix info: [Newcomer]
Urgency: Normal
Triaged for 10.5.2.
> Misleading XJ004 exception when shutting down a database that is already
> shutdown.
> ----------------------------------------------------------------------------------
>
> Key: DERBY-2068
> URL: https://issues.apache.org/jira/browse/DERBY-2068
> Project: Derby
> Issue Type: Bug
> Components: JDBC
> Affects Versions: 10.3.1.4
> 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.
-
You can reply to this email to add a comment to the issue online.