Error logged when repository is shut down
-----------------------------------------

                 Key: JCR-1499
                 URL: https://issues.apache.org/jira/browse/JCR-1499
             Project: Jackrabbit
          Issue Type: Bug
          Components: jackrabbit-core
    Affects Versions: core 1.4.1, 1.4, core 1.4.2
            Reporter: Marcel Reutegger
            Priority: Minor


This only happens with the bundle DerbyPersistenceManager.

In DerbyPersistenceManager.close() the embedded derby database is shut down and 
then super.close() is called. There the ConnectionRecoveryManager is closed, 
which tries to operate on a connection to the already shut down derby database. 
The log contains entries like:

25.03.2008 13:49:29 *ERROR* [Thread-5] ConnectionRecoveryManager: failed to 
close connection, reason: No current connection., state/code: 08003/40000 
(ConnectionRecoveryManager.java, line 453)

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to