cancel
Showing results for 
Search instead for 
Did you mean: 

Not able to recover Alfresco Installation

jlabuelo
Champ on-the-rise
Champ on-the-rise
Hi all

We have an Amazon EC2 configuration created by an instance and a External Volume. In our configuration, we use the Amazon EC2 instance to have the DB and the Alfresco installation (Commmunity 3.0), however the dir.root (alf_data) and the mysql backups are in an independent  External Volume.

Issue is that our Amazon Instance got corrupted and now we have launched a new one and run the Alfresco Installation. We have added the External Volume to the new instance and mounted this new volume in the instance.

After this step was got, we have modified the dir.root property in the
- "Alfresco/tomcat/webapps/alfresco/WEB-INF/classes/alfresco/repository.properties"
- "Alfresco/tomcat/shared/classes/alfresco/extension/custom-repository.properties"
files, making them to point to the volume alf_data in /mnt/alfresco/alf_data.

After stoping and restarting Alfresco, we got the error message that the dir.root property is not set correctly


16:20:33,426 INFO  [org.alfresco.repo.admin.ConfigurationChecker] The Alfresco root data directory ('dir.root') is: /mnt/alfresco/alf_data
16:20:33,437 ERROR [org.alfresco.repo.admin.ConfigurationChecker] CONTENT INTEGRITY ERROR: System content not found in content store.
16:20:33,437 ERROR [org.alfresco.repo.admin.ConfigurationChecker] Ensure that the 'dir.root' property is pointing to the correct data locati$
16:20:33,439 ERROR [org.springframework.web.context.ContextLoader] Context initialization failed
org.alfresco.error.AlfrescoRuntimeException: Ensure that the 'dir.root' property is pointing to the correct data location.
        at org.alfresco.repo.admin.ConfigurationChecker.check(ConfigurationChecker.java:312)
        at org.alfresco.repo.admin.ConfigurationChecker.access$000(ConfigurationChecker.java:72)
        at org.alfresco.repo.admin.ConfigurationChecker$1.execute(ConfigurationChecker.java:178)
        at org.alfresco.repo.transaction.RetryingTransactionHelper.doInTransaction(RetryingTransactionHelper.java:320)
        at org.alfresco.repo.transaction.RetryingTransactionHelper.doInTransaction(RetryingTransactionHelper.java:246)
        at org.alfresco.repo.admin.ConfigurationChecker.onBootstrap(ConfigurationChecker.java:182)
        at org.alfresco.util.AbstractLifecycleBean.onApplicationEvent(AbstractLifecycleBean.java:62)
        at org.springframework.context.event.SimpleApplicationEventMulticaster$1.run(SimpleApplicationEventMulticaster.java:77)
        at org.springframework.core.task.SyncTaskExecutor.execute(SyncTaskExecutor.java:49)
        at org.springframework.context.event.SimpleApplicationEventMulticaster.multicastEvent(SimpleApplicationEventMulticaster.java:75)
        at org.springframework.context.support.AbstractApplicationContext.publishEvent(AbstractApplicationContext.java:246)
        at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:355)
        at org.springframework.web.context.ContextLoader.createWebApplicationContext(ContextLoader.java:244)
        at org.springframework.web.context.ContextLoader.initWebApplicationContext(ContextLoader.java:187)
        at org.springframework.web.context.ContextLoaderListener.contextInitialized(ContextLoaderListener.java:49)
        at org.apache.catalina.core.StandardContext.listenerStart(StandardContext.java:3843)
        at org.apache.catalina.core.StandardContext.start(StandardContext.java:4342)
        at org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:791)
        at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:771)
        at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:525)
        at org.apache.catalina.startup.HostConfig.deployWAR(HostConfig.java:830)
        at org.apache.catalina.startup.HostConfig.deployWARs(HostConfig.java:719)
        at org.apache.catalina.startup.HostConfig.deployApps(HostConfig.java:490)
        at org.apache.catalina.startup.HostConfig.start(HostConfig.java:1149)
        at org.apache.catalina.startup.HostConfig.lifecycleEvent(HostConfig.java:311)
        at org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleSupport.java:117)
        at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1053)
        at org.apache.catalina.core.StandardHost.start(StandardHost.java:719)
        at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1045)



But it is I think, (in case the files we needed to modify are the ones I previously mentioned).

We have run the Full Index Recovery and it worked fine at 100%% but we keep getting this message. It is not that we are using a backup, we are using the "real data" that was in an external storage volume that now is "plugged" to the new instance. Why are we getting this error? Which procedure must we follow?.

Thanks a lot in advance!!
1 REPLY 1

mrogers
Star Contributor
Star Contributor
Is /mnt/alfresco/alf_data correct? 


And have you don't mention the database above.  Did you restore a backup?