07-26-2019 03:58 AM
Hi Everyone,
Can't we use the existing same schema/username/password for the different alfresco server?
If we are using the same details getting below error. Please help.
Jul 25, 2019 5:55:16 AM org.apache.catalina.core.StandardContext listenerStart
SEVERE: Exception sending context initialized event to listener instance of class [org.alfresco.repo.webdav.WebDAVSessionListener]
org.alfresco.error.AlfrescoRuntimeException: 06250020 Ensure that the 'dir.root' property '/opt/acs/alf_data' is pointing to the correct data location.
at org.alfresco.repo.admin.ConfigurationChecker.check(ConfigurationChecker.java:212)
at org.alfresco.repo.admin.ConfigurationChecker.access$0(ConfigurationChecker.java:167)
at org.alfresco.repo.admin.ConfigurationChecker$1$1.doWork(ConfigurationChecker.java:155)
at org.alfresco.repo.security.authentication.AuthenticationUtil.runAs(AuthenticationUtil.java:602)
at org.alfresco.repo.admin.ConfigurationChecker$1.execute(ConfigurationChecker.java:151)
07-26-2019 04:50 AM
There are 2 places where alfresco is storing data.
First : Inside database ,in database all the values of the properties are getting stored and other information as well.
Second: dir.root location, which is generally alf_data.In this places actuall content are stored.
If you are planning to swtich the alfresco instance, you need to update both of above this(relate properties).Mismatch alf_data folder and database will cause this issue.
07-26-2019 08:54 AM
Thank you Krutik.
Explore our Alfresco products with the links below. Use labels to filter content by product module.