Uploaded image for project: 'Derby'
  1. Derby
  2. DERBY-2068

Misleading XJ004 exception when shutting down a database that is already shutdown.

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Open
    • Trivial
    • Resolution: Unresolved
    • 10.3.1.4
    • None
    • JDBC
    • Normal
    • Newcomer, Repro attached

    Description

      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.

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              djd Daniel John Debrunner
              Votes:
              0 Vote for this issue
              Watchers:
              0 Start watching this issue

              Dates

                Created:
                Updated: