Hello, I have almost everyday, when trying to open folders or documents (with Nuxeo 5.1.6), the following exception:
ERROR [org.apache.jackrabbit.core.persistence.bundle.BundleDbPersistenceManager] failed to read bundle: 09c7649f-02c4-4329-9d82-0da078efb1ac: com.ibm.db2.jcc.b.SqlException: Invalid operation: statement closed ERROR [org.apache.jackrabbit.core.persistence.bundle.BundleDbPersistenceManager] Failed resetting PreparedStatement 2009-06-02 09:58:57,657 ERROR [org.apache.jackrabbit.core.persistence.bundle.BundleDbPersistenceManager] Reason: Invalid operation: statement closed ERROR [org.apache.jackrabbit.core.persistence.bundle.BundleDbPersistenceManager] State/Code: null/-99999 The only way I found to correct the problem is to restart the Nuxeo server. But this "solution" is not possible in production environnement. So I looked into adding a "check-valid-connection-sql" option in the datasources as follows: <check-valid-connection-sql>SELECT COUNT(*) FROM SYSIBM.SYSTABLES</check-valid-connection-sql> But it doesn't make any difference. Does anybody already got this problem and found a solution? Thanks in advance, Céline -- Posted by "celine" at Nuxeo Discussions <http://nuxeo.org/discussions> View the complete thread: <http://www.nuxeo.org/discussions/thread.jspa?threadID=2514#6898> _______________________________________________ ECM mailing list [email protected] http://lists.nuxeo.com/mailman/listinfo/ecm To unsubscribe, go to http://lists.nuxeo.com/mailman/options/ecm
