11-10-2010 10:29 AM
16:36:54,771 INFO [repo.admin.ConfigurationChecker] The Alfresco root data directory ('dir.root') is: /var/alfresco32/alf_data
16:36:54,894 ERROR [web.context.ContextLoader] Context initialization failed
org.alfresco.error.AlfrescoRuntimeException: 07270000 The store 'avm://sitestore' has a duplicate root node entry.
at org.alfresco.repo.admin.ConfigurationChecker.check(ConfigurationChecker.java:294)
Looking though the forums it seems that this problem is usually solved by setting dir.root to a concrete path – not a relative one. But mine wasn't a relative path.if (!avmSnapShotTriggeredIndexingMethodInterceptor.hasIndexBeenCreated(store))
{
avmSnapShotTriggeredIndexingMethodInterceptor.createIndex(store);
}
final int latest = avmService.getLatestSnapshotID(store);
if (latest <= 0)
{
return;
}
to final int latest = avmService.getLatestSnapshotID(store);
if (latest <= 0)
{
if (!avmSnapShotTriggeredIndexingMethodInterceptor.hasIndexBeenCreated(store))
{
avmSnapShotTriggeredIndexingMethodInterceptor.createIndex(store);
}
return;
}
11-16-2010 05:21 AM
15:51:52,048 WARN [repo.dictionary.DictionaryDAO] Type not found: {http://www.alfresco.org/model/user/1.0}authorityContainer
15:52:00,292 ERROR [index.AbstractReindexComponent.threads] Reindexer 2 failed with error: 10150007 Failed to prepare: requires rollback.
15:52:00,302 ERROR [index.AbstractReindexComponent.threads] Reindexer 3 failed with error: 10150006 Failed to prepare: requires rollback.
15:52:00,330 ERROR [index.AbstractReindexComponent.threads] Reindexer 4 failed with error: 10150001 Failed to prepare: requires rollback.
15:52:00,339 ERROR [index.AbstractReindexComponent.threads] Reindexer 5 failed with error: 10150005 Failed to prepare: requires rollback.
11-16-2010 06:33 AM
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.