Details
-
New Feature
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
core 1.4.9, 1.5.3
-
None
Description
Sometimes the "checkSchema" methods in the various components (DB filesystem, DB persistence manager, DB journal) fail to detect that the required tables already exist with as result that the startup fails. (See the mail thread on the dev list: http://jackrabbit.markmail.org/message/jtq2sqis2aceh7ro).
An option to just skip the checkSchema methods on startup would solve this issue.
Attachments
Attachments
Issue Links
- relates to
-
JCR-2403 insufficient privileges
- Closed
Here's a possible solution that disables the schema checks if you specify the java option org.apache.jackrabbit.core.util.db.schemacheck with value false. By default the schema check is enabled.