10-14-2008 11:11 PM
11:04:43,482 User:System INFO [repo.admin.ConfigurationChecker] The Alfresco root data directory ('dir.root') is: /var/lib/alfresco/alf_data
11:04:43,488 User:System ERROR [repo.admin.ConfigurationChecker] CONTENT INTEGRITY ERROR: System content not found in content store.
11:04:43,488 User:System ERROR [repo.admin.ConfigurationChecker] Ensure that the 'dir.root' property is pointing to the correct data location.
11:04:43,490 User:System ERROR [web.context.ContextLoader] Context initialization failed
org.alfresco.error.AlfrescoRuntimeException: Ensure that the 'dir.root' property is pointing to the correct data location.
Oct 15, 2008 11:04:43 AM org.apache.catalina.core.StandardContext start
SEVERE: Error listenerStart
Oct 15, 2008 11:04:43 AM org.apache.catalina.core.StandardContext start
SEVERE: Context [/alfresco] startup failed due to previous errors
10-14-2008 11:36 PM
10-15-2008 04:48 AM
ls -lh /var/lib/alfresco/alf_data/
total 0
drwxr-xr-x 2 tomcat tomcat 48 Oct 15 15:46 audit.contentstore
drwxr-xr-x 2 tomcat tomcat 48 Oct 15 15:46 contentstore
drwxr-xr-x 2 tomcat tomcat 48 Oct 15 15:46 contentstore.deleted
drwxr-xr-x 7 tomcat tomcat 176 Oct 15 15:47 lucene-indexes
# Directory configuration
dir.root=/var/lib/alfresco/alf_data
dir.contentstore=${dir.root}/contentstore
dir.contentstore.deleted=${dir.root}/contentstore.deleted
dir.auditcontentstore=${dir.root}/audit.contentstore
# The location for lucene index files
dir.indexes=${dir.root}/lucene-indexes
# The location for lucene index locks
dir.indexes.lock=${dir.indexes}/locks
# ######################################### #
# Index Recovery and Tracking Configuration #
# ######################################### #
#
# Recovery types are:
# NONE: Ignore
# VALIDATE: Checks that the first and last transaction for each store is represented in the indexes
# AUTO: Validates and auto-recovers if validation fails
# FULL: Full index rebuild, processing all transactions in order. The server is temporarily suspended.
index.recovery.mode=AUTO
# Force FULL recovery to stop when encountering errors
index.recovery.stopOnError=true
10-24-2008 08:25 PM
Tags
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.