mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-10-08 14:51:49 +00:00
MNT-17045: CONTENT INTEGRITY ERROR too generic. we would need to ouput the path of the missing file we check
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/BRANCHES/DEV/5.2.N/root@133998 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -227,6 +227,8 @@ public class ConfigurationChecker extends AbstractLifecycleBean
|
||||
{
|
||||
// the property is there, but the content is not
|
||||
versionPropertiesContentAvailable = false;
|
||||
String msg = I18NUtil.getMessage(ERR_MISSING_CONTENT, reader.getContentUrl());
|
||||
logger.error(msg);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -245,12 +247,6 @@ public class ConfigurationChecker extends AbstractLifecycleBean
|
||||
String msgRecover = I18NUtil.getMessage(MSG_HOWTO_INDEX_RECOVER);
|
||||
logger.info(msgRecover);
|
||||
}
|
||||
// check for missing content
|
||||
if (!versionPropertiesContentAvailable)
|
||||
{
|
||||
String msg = I18NUtil.getMessage(ERR_MISSING_CONTENT);
|
||||
logger.error(msg);
|
||||
}
|
||||
// handle either content or indexes missing
|
||||
if (missingStoreIndexes > 0 || !versionPropertiesContentAvailable)
|
||||
{
|
||||
|
Reference in New Issue
Block a user