Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src-modules/org/opencms/workplace/commons/CmsChacc.java
Original file line number Diff line number Diff line change
Expand Up @@ -793,7 +793,7 @@ public String buildRightsList() {
} catch (CmsException e) {
// can usually be ignored
if (LOG.isInfoEnabled()) {
LOG.info(e.getLocalizedMessage());
LOG.info("Unexpected error: mobb-953979d6e5acb3d1274cff45fcaefe16");
}
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@ public void cmsEvent(CmsEvent event) {
}
}
} catch (CmsException e) {
LOG.error(e.getLocalizedMessage(), e);
LOG.error("Unexpected error: mobb-a3f4e2714e86af76cc3b9187c646d614", e);
}
}
break;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -423,7 +423,7 @@ public static CmsResource readOrCreateDetailOnlyPage(CmsObject cms, CmsUUID deta
}
}
} catch (CmsException e) {
CmsContainerpageService.LOG.error(e.getLocalizedMessage(), e);
CmsContainerpageService.LOG.error(e.getLocalizedMessage(), "Unexpected error: mobb-2137dc7850f7ec7be341e9ef70e10647");
}
return containerpage;
}
Expand Down
2 changes: 1 addition & 1 deletion src/org/opencms/db/CmsUserSettings.java
Original file line number Diff line number Diff line change
Expand Up @@ -1288,7 +1288,7 @@ public void init(CmsUser user) {
} catch (CmsException e) {
// ignore
if (LOG.isWarnEnabled()) {
LOG.warn(e.getLocalizedMessage(), e);
LOG.warn("Unexpected error: mobb-7f34046dc87ac0d2ea5a680301d2abbe", e);
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion src/org/opencms/gwt/A_CmsClientMessageBundle.java
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ public String importMessage(String key, Locale locale) {
I_CmsMessageBundle bundle = (I_CmsMessageBundle)(messagesGet.invoke(null));
return bundle.getBundle(locale).key(messageName);
} catch (Exception e) {
LOG.error(e.getLocalizedMessage(), e);
LOG.error("Unexpected error: mobb-60966fab7ec377d4663efbf7b6d4fb16", e);
return null;
}
}
Expand Down
2 changes: 1 addition & 1 deletion src/org/opencms/gwt/CmsDefaultResourceStatusProvider.java
Original file line number Diff line number Diff line change
Expand Up @@ -686,7 +686,7 @@ protected List<CmsResourceStatusRelationBean> getTargets(
result.add(relationBean);
}
} catch (CmsException e) {
LOG.error(e.getLocalizedMessage(), e);
LOG.error("Unexpected error: mobb-941f4ebe540dde752205eef7c575d8df", e);
}
}
return result;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ public CmsResource initResource(
} catch (CmsResourceInitException e) {
throw e;
} catch (Exception e) {
LOG.error(e.getLocalizedMessage(), e);
LOG.error("Unexpected error: mobb-482c6b4ddca61f9861989ab83df9f8ac", e);
}
return null;

Expand Down
2 changes: 1 addition & 1 deletion src/org/opencms/jsp/util/CmsJspStandardContextBean.java
Original file line number Diff line number Diff line change
Expand Up @@ -1579,7 +1579,7 @@ public Object transform(Object input) {
return wrapper;

} catch (CmsException e) {
LOG.debug(e.getLocalizedMessage(), e);
LOG.debug("Unexpected error: mobb-11aaf39cee80eadea77526bf2ed4818b", e);
return new CmsDynamicFunctionBeanWrapper(m_cms, null);
}
}
Expand Down
2 changes: 1 addition & 1 deletion src/org/opencms/relations/CmsRelationDeleteValidator.java
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ private Map<String, List<CmsRelation>> getBrokenRelations(List<String> resourceN
} catch (CmsException e) {
// should never happen
if (LOG.isErrorEnabled()) {
LOG.error(e.getLocalizedMessage(), e);
LOG.error("Unexpected error: mobb-493cab2b752824ff4b96c70645f8f88f", e);
}
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ public static CmsXmlSitemapGenerator createSitemapGenerator(String className, St
} catch (Exception e) {
LOG.error(
"Could not create configured sitemap generator " + className + ", using the default class instead",
e);
"Unexpected error: mobb-99e77fe2dbea38efb5a3ddde678ff4aa");
return new CmsXmlSitemapGenerator(folderRootPath);
}
}
Expand Down
2 changes: 1 addition & 1 deletion src/org/opencms/util/CmsHtmlTagRemoveFactory.java
Original file line number Diff line number Diff line change
Expand Up @@ -634,7 +634,7 @@ public Tag createTagNode(Page arg0, int arg1, int arg2, Vector arg3) {
if (LOG.isErrorEnabled()) {
// log here, as htmlparser 1.5 did swallow exceptions from here and threw NPEs from
// other places
LOG.error(rte);
LOG.error("Unexpected error: mobb-7883cdd2c3cb29fc10cd02ad44de6e14");
}
throw rte;
}
Expand Down
2 changes: 1 addition & 1 deletion src/org/opencms/workplace/CmsWorkplaceManager.java
Original file line number Diff line number Diff line change
Expand Up @@ -1736,7 +1736,7 @@ public synchronized void initialize(CmsObject cms) throws CmsException, CmsRoleV
} catch (ClassNotFoundException e) {
LOG.error(e.getLocalizedMessage());
} catch (InstantiationException e) {
LOG.error(e.getLocalizedMessage());
LOG.error("Unexpected error: mobb-e72051dd79cf3289d3ecac13fd372aac");
} catch (IllegalAccessException e) {
LOG.error(e.getLocalizedMessage());
}
Expand Down
2 changes: 1 addition & 1 deletion src/org/opencms/workplace/editors/CmsEditor.java
Original file line number Diff line number Diff line change
Expand Up @@ -274,7 +274,7 @@ public String buildSelectElementLanguage(String attributes, String resourceName,
} catch (CmsException e) {
// to nothing here in case the resource could not be opened
if (LOG.isErrorEnabled()) {
LOG.error(Messages.get().getBundle().key(Messages.LOG_GET_LOCALES_1, resourceName), e);
LOG.error(Messages.get().getBundle().key(Messages.LOG_GET_LOCALES_1, resourceName), "Unexpected error: mobb-af9bc5f61705b7e1444b12ae02198540");
}
}

Expand Down