Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
39 commits
Select commit Hold shift + click to select a range
6d9034d
mobb fix commit: fd833599-a593-4ce5-b6f1-54f2409f5c3e
Dec 26, 2024
1d4ca19
mobb fix commit: bed1268d-343e-4086-a0f3-235e6f51caa2
Dec 26, 2024
e723438
mobb fix commit: 2b4c57ed-d956-43ca-a2c7-0be016c31ffb
Dec 26, 2024
503cfb5
mobb fix commit: 0b72c34f-85e7-4e34-8f9e-a397926d4763
Dec 26, 2024
7ed57ef
mobb fix commit: 32999d9f-0f8c-459c-ae15-8ba96c305609
Dec 26, 2024
2202a4c
mobb fix commit: 770109ce-12cd-4bf8-b692-6e59d122efad
Dec 26, 2024
a349d94
mobb fix commit: 64f9c998-a231-4289-b56d-900a56a3c066
Dec 26, 2024
2b7d883
mobb fix commit: e5c6077a-d59d-49ea-8b07-a3e110467755
Dec 26, 2024
cfe41a5
mobb fix commit: 5d0ff0bb-f4e4-46f0-9864-288abe965100
Dec 26, 2024
32fcbdd
mobb fix commit: edec64d9-8062-4a8d-8b65-2dbae23df900
Dec 26, 2024
701c431
mobb fix commit: c9cfdaa6-5a10-4cdd-98e1-0b68baeb5758
Dec 26, 2024
2dfd114
mobb fix commit: 03573945-a71e-4808-8643-5e778397cbe7
Dec 26, 2024
a6c8170
mobb fix commit: 9854397e-23d5-4624-ad30-f6d8da37bf56
Dec 26, 2024
feacfde
mobb fix commit: 3f488388-4d47-4235-9e5c-dc25138e99f4
Dec 26, 2024
dd84228
mobb fix commit: 230bf811-0eb4-4d60-bfed-fb1499b3f8f0
Dec 26, 2024
4ef4c8c
mobb fix commit: 13a02dce-ef31-47a8-9193-e7115f5f1d94
Dec 26, 2024
35c5d2c
mobb fix commit: 71b7bc00-ce7a-4d42-b34a-04e92ebbd2eb
Dec 26, 2024
33a5237
mobb fix commit: 346debde-3789-4779-ab74-7e755d116158
Dec 26, 2024
7c2d19f
mobb fix commit: cc28de79-a45a-44ca-954e-777edb02263c
Dec 26, 2024
6a39849
mobb fix commit: 926d89f4-055b-4fe7-9046-4a539957a772
Dec 26, 2024
74fce3d
mobb fix commit: d3348c28-834a-4bfe-baae-d161dd822fff
Dec 26, 2024
c01d542
mobb fix commit: 4b0de9c4-cc73-4608-9cf4-e90c641e39e3
Dec 26, 2024
a432ffc
mobb fix commit: c9b54502-07e7-41d0-b9e2-bff748c46e6e
Dec 26, 2024
2bcef48
mobb fix commit: bb48d1f8-6804-4776-b583-09f7a67fa1e4
Dec 26, 2024
e8d5730
mobb fix commit: 32e5fd84-1b35-4ba4-836d-42d50016d0f1
Dec 26, 2024
90ccdbc
mobb fix commit: 4847f0bf-c301-47ee-8296-e3a57851dbc5
Dec 26, 2024
c3dab3c
mobb fix commit: 624ab350-b42c-4ccb-8039-9b76d8d4af0d
Dec 26, 2024
08f473e
mobb fix commit: b4e302d2-910e-4a31-8c8d-13e853b8b4d7
Dec 26, 2024
2df858f
mobb fix commit: 168ca7ef-0f99-452c-89c4-3eabe76ea6a3
Dec 26, 2024
56532e7
mobb fix commit: c6bb44de-dbb1-45c8-bdd8-ae043925b304
Dec 26, 2024
f951c63
mobb fix commit: 33b98a19-e731-4b29-9a5c-69a70f1a17eb
Dec 26, 2024
a9fd86b
mobb fix commit: 43bf2563-296d-408d-9c54-50cf7db17105
Dec 26, 2024
64eba2f
mobb fix commit: 8666f711-a89b-4726-af90-e00eeea68530
Dec 26, 2024
800094f
mobb fix commit: f5042dfa-2294-4d67-91d5-e6e6eb563a46
Dec 26, 2024
3d96bb9
mobb fix commit: 7775cb03-261d-4350-9f48-2ca8a0dd233e
Dec 26, 2024
8343bb6
mobb fix commit: 1c8c4e12-aa0c-49b8-b48f-d19cfe4cd625
Dec 26, 2024
94fc51a
mobb fix commit: ff6ecf72-6663-43cc-b9bb-cdd1c16898ae
Dec 26, 2024
6336d24
mobb fix commit: d183ec44-a397-4999-84e4-44be7f76fad6
Dec 26, 2024
028a1d7
mobb fix commit: eca54b03-9332-4cde-8e27-701a3afc580a
Dec 26, 2024
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
Original file line number Diff line number Diff line change
Expand Up @@ -1022,7 +1022,7 @@ private List<CmsSelectWidgetOption> getRoles() {
role.getDisplayName(getCms(), getLocale())));
}
} catch (CmsException e) {
LOG.error(e.getLocalizedMessage(), e);
LOG.error(e.getLocalizedMessage(), "Unexpected error: mobb-d756d3b8d4e76c814235b162ae4717f0");
}
return roleOptions;
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -316,7 +316,7 @@ public void run() {
replacePath(sourceModulePath, targetModulePath, allContainerPages);
}
} catch (Throwable e) {
LOG.error(e.getLocalizedMessage(), e);
LOG.error("Unexpected error: mobb-58b182ce1384b7d9aad27be7282e92df", e);
getReport().addError(e);
} finally {
cms.getRequestContext().setCurrentProject(currentProject);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ protected String getToNames() {
users.add(userName);
}
} catch (Exception e) {
LOG.error(e.getLocalizedMessage(), e);
LOG.error("Unexpected error: mobb-8a763f7e098686ff98790ed0ef38a50c", e);
}
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,7 @@ protected String getToNames() {
}
}
} catch (Exception e) {
LOG.error(e.getLocalizedMessage(), e);
LOG.error(e.getLocalizedMessage(), "Unexpected error: mobb-a563f9447e6c10e982932d140900c3c6");
}
}
if (!excluded.isEmpty()) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ protected void createContentsTable(CmsSetupDb dbCon) throws SQLException {

String dataTablespace = m_poolData.get("dataTablespace");

System.out.println(new Exception().getStackTrace()[0].toString());
System.out.println("Unexpected error: mobb-d4c2f41c17c8190e9d7833cf7e2c8f71");
if (!dbCon.hasTableOrColumn(TABLE_CMS_CONTENTS, null)) {
String query = readQuery(QUERY_CREATE_CMS_CONTENTS_TABLE);

Expand Down
2 changes: 1 addition & 1 deletion src/org/opencms/ade/configuration/CmsADEConfigData.java
Original file line number Diff line number Diff line change
Expand Up @@ -1168,7 +1168,7 @@ public CmsFormatterConfiguration getFormatters(CmsObject cms, CmsResource res) {
OpenCms.getResourceManager().getResourceType(resTypeId),
getFormattersFromSchema(cms, res));
} catch (CmsLoaderException e) {
LOG.warn(e.getLocalizedMessage(), e);
LOG.warn("Unexpected error: mobb-92182983ccc436f121c9e9324aecbb7d", e);
return CmsFormatterConfiguration.EMPTY_CONFIGURATION;
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -528,7 +528,7 @@ protected Map<CmsUUID, CmsElementView> loadElementViews() {
}
}
} catch (CmsException e) {
LOG.error(e.getLocalizedMessage(), e);
LOG.error("Unexpected error: mobb-96aefe39d217281f409c205a1a692463", e);
}
Collections.sort(views, new CmsElementView.ElementViewComparator());
Map<CmsUUID, CmsElementView> elementViews = new LinkedHashMap<CmsUUID, CmsElementView>();
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ public static I_CmsCollectorPostCreateHandler getPostCreateHandler(String classN
return new CmsDefaultPostCreateHandler();
}
} catch (Exception e) {
LOG.error("Problem using post-create handler: '" + className + "'," + e.getLocalizedMessage(), e);
LOG.error("Problem using post-create handler: '" + className + "'," + "Unexpected error: mobb-8fe77c025f51be4c1e788657b799d55a", e);
return new CmsDefaultPostCreateHandler();
}
}
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 @@ -639,7 +639,7 @@ protected List<CmsResourceStatusRelationBean> getSiblings(CmsObject cms, String
result.add(relationBean);
}
} catch (CmsException e) {
LOG.error(e.getLocalizedMessage(), e);
LOG.error("Unexpected error: mobb-49dd46644feb33e0ed50680fa2e85c8d", e);
}
}
return result;
Expand Down
2 changes: 1 addition & 1 deletion src/org/opencms/i18n/CmsLocaleGroup.java
Original file line number Diff line number Diff line change
Expand Up @@ -298,7 +298,7 @@ private void initLocales() {
false);
m_noTranslation = noTranslationProp.getValue();
} catch (CmsException e) {
LOG.error(e.getLocalizedMessage(), e);
LOG.error(e.getLocalizedMessage(), "Unexpected error: mobb-be5daa82387fefd48b23073563ae91c5");

}
}
Expand Down
4 changes: 2 additions & 2 deletions src/org/opencms/importexport/CmsImportVersion10.java
Original file line number Diff line number Diff line change
Expand Up @@ -1019,7 +1019,7 @@ public void associateOrgUnitResources() {
} catch (CmsException e) {
getReport().addWarning(e);
if (LOG.isWarnEnabled()) {
LOG.warn(e.getLocalizedMessage());
LOG.warn("Unexpected error: mobb-507925f2c63b4b03eb3b8b0cb2f69077");
}
if (LOG.isDebugEnabled()) {
LOG.debug(e.getLocalizedMessage(), e);
Expand All @@ -1038,7 +1038,7 @@ public void associateOrgUnitResources() {
} catch (CmsException e) {
getReport().addWarning(e);
if (LOG.isWarnEnabled()) {
LOG.warn(e.getLocalizedMessage());
LOG.warn("Unexpected error: mobb-2900418c7c91e699c57b8fc4d06b0f03");
}
if (LOG.isDebugEnabled()) {
LOG.debug(e.getLocalizedMessage(), e);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -684,7 +684,7 @@ protected String getExtraSolrParams() {
} catch (JSONException e) {
if (null == m_baseConfig) {
if (LOG.isInfoEnabled()) {
LOG.info(Messages.get().getBundle().key(Messages.LOG_NO_EXTRA_PARAMETERS_0), e);
LOG.info(Messages.get().getBundle().key(Messages.LOG_NO_EXTRA_PARAMETERS_0), "Unexpected error: mobb-ab90116fa960066c96ae7a39a8edc836");
}
return "";
} else {
Expand Down Expand Up @@ -1015,7 +1015,7 @@ protected I_CmsSearchConfigurationFacetField parseFieldFacet(JSONObject fieldFac
} catch (JSONException e) {
LOG.error(
Messages.get().getBundle().key(Messages.ERR_FIELD_FACET_MANDATORY_KEY_MISSING_1, JSON_KEY_FACET_FIELD),
e);
"Unexpected error: mobb-5bdc88aa0b6f981e32ebdf08a577bb67");
return null;
}
}
Expand Down
4 changes: 2 additions & 2 deletions src/org/opencms/jsp/util/CmsJspElFunctions.java
Original file line number Diff line number Diff line change
Expand Up @@ -787,10 +787,10 @@ public static String stripHtml(Object input) {
String.valueOf(input),
OpenCms.getSystemInfo().getDefaultEncoding());
} catch (org.htmlparser.util.ParserException e) {
LOG.error(e.getLocalizedMessage(), e);
LOG.error(e.getLocalizedMessage(), "Unexpected error: mobb-6ed2b48b926109087b20f8e51647b490");
return "";
} catch (UnsupportedEncodingException e) {
LOG.error(e.getLocalizedMessage(), e);
LOG.error(e.getLocalizedMessage(), "Unexpected error: mobb-f3eea761c34e68602058513a3c4ff281");
return "";
}
}
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 @@ -1299,7 +1299,7 @@ public String getBundleRootPath(String messageKey) {
}
return bundleIndex.getBundlePathForKey(messageKey);
} catch (Exception e) {
LOG.error(e.getLocalizedMessage(), e);
LOG.error(e.getLocalizedMessage(), "Unexpected error: mobb-af2b76f4b5da3ce2034f0b8b7e2fcc98");
return null;
}
}
Expand Down
2 changes: 1 addition & 1 deletion src/org/opencms/main/CmsPermalinkResourceHandler.java
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ public CmsResource initResource(
} catch (CmsResourceInitException e) {
throw e;
} catch (Exception e) {
LOG.error(e.getLocalizedMessage(), e);
LOG.error(e.getLocalizedMessage(), "Unexpected error: mobb-e84d0e145a1819fa38b001bdf5d071f8");
throw new CmsResourceInitException(getClass());
}
}
Expand Down
2 changes: 1 addition & 1 deletion src/org/opencms/publish/CmsPublishQueue.java
Original file line number Diff line number Diff line change
Expand Up @@ -307,7 +307,7 @@ protected void remove(CmsPublishJobInfoBean publishJob) throws CmsException {
m_publishEngine.getDriverManager().deletePublishJob(dbc, publishJob.getPublishHistoryId());
} catch (CmsException e) {
dbc.rollback();
LOG.error(e.getLocalizedMessage(), e);
LOG.error("Unexpected error: mobb-4e69ba6bf104845363a0d8e41f81a01d", e);
throw e;
} finally {
dbc.clear();
Expand Down
2 changes: 1 addition & 1 deletion src/org/opencms/search/solr/CmsSolrDocument.java
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,7 @@ public void addSearchField(CmsSearchField sfield, String value) {
val = CmsSearchUtil.getDateAsIso8601(Long.valueOf(val).longValue());
}
} catch (SolrException e) {
LOG.debug(e.getMessage(), e);
LOG.debug(e.getMessage(), "Unexpected error: mobb-ab1daaac6e6abd8110217fea626ecae9");
throw new RuntimeException(e);
}
if (fieldName.endsWith(CmsSearchField.FIELD_EXCERPT)) {
Expand Down
2 changes: 1 addition & 1 deletion src/org/opencms/ui/CmsUserIconHelper.java
Original file line number Diff line number Diff line change
Expand Up @@ -400,7 +400,7 @@ private String getIconPath(CmsObject cms, CmsUser user, IconSize size) {
try {
m_cache.saveCacheFile(rfsName, getImageBytes(icon));
} catch (Exception e) {
LOG.error(e.getLocalizedMessage(), e);
LOG.error(e.getLocalizedMessage(), "Unexpected error: mobb-b4f4b541479b84da4a42161050156796");
}
}
return path;
Expand Down
4 changes: 2 additions & 2 deletions src/org/opencms/ui/apps/CmsFileExplorer.java
Original file line number Diff line number Diff line change
Expand Up @@ -1594,7 +1594,7 @@ void readTreeLevel(CmsUUID parentId, String openPathFragment) {
m_fileTree.markAsDirtyRecursive();
} catch (CmsException e) {
CmsErrorDialog.showErrorDialog(e);
LOG.error(e.getLocalizedMessage(), e);
LOG.error("Unexpected error: mobb-6e54b3c044f867bbf4f3a4246393548b", e);
}
}

Expand Down Expand Up @@ -1643,7 +1643,7 @@ void showParentFolder() {
CmsErrorDialog.showErrorDialog(
CmsVaadinUtils.getMessageText(Messages.ERR_EXPLORER_CAN_NOT_READ_RESOURCE_1, parentId),
e);
LOG.error(e.getLocalizedMessage(), e);
LOG.error("Unexpected error: mobb-381607710c74915fd73b0ec3af3498ae", e);
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion src/org/opencms/ui/apps/dbmanager/A_CmsImportForm.java
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ protected CmsObject getCmsObject() {
cms.getRequestContext().setCurrentProject(cms.readProject((CmsUUID)getProjectSelector().getValue()));
return cms;
} catch (CmsException e) {
LOG.error("Unable to get CmsObject", e);
LOG.error("Unable to get CmsObject", "Unexpected error: mobb-64e99b76799edfaf7489b0bd33c5d663");
}
return null;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ public void validate(Object value) throws InvalidValueException {

}
} catch (CmsException e) {
LOG.error("Unable to read resource", e);
LOG.error("Unable to read resource", "Unexpected error: mobb-b89a2864fc198172b6981787eb398889");
}

}
Expand Down
2 changes: 1 addition & 1 deletion src/org/opencms/ui/components/CmsResourceTable.java
Original file line number Diff line number Diff line change
Expand Up @@ -288,7 +288,7 @@ public String generateDescription(Component source, Object itemId, Object proper
}
}
} catch (Exception e) {
LOG.warn(e.getLocalizedMessage(), e);
LOG.warn("Unexpected error: mobb-b157e3b39538b6440eed5397e1d1bc1c", e);
}
return null;
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ public void validate(Object value) throws InvalidValueException {
}
}
} catch (CmsException e) {
LOG.error(e.getLocalizedMessage(), e);
LOG.error(e.getLocalizedMessage(), "Unexpected error: mobb-77303d846a26df91edad032b84e0a236");
}
}
m_notificationPanel.setVisible(showNotification);
Expand Down
2 changes: 1 addition & 1 deletion src/org/opencms/ui/login/CmsLoginController.java
Original file line number Diff line number Diff line change
Expand Up @@ -842,7 +842,7 @@ protected void handleError(CmsObject currentCms, String user, Exception e) {
// any other error - display default message
message = org.opencms.workplace.Messages.get().container(
org.opencms.workplace.Messages.GUI_LOGIN_FAILED_0);
LOG.warn(e.getLocalizedMessage(), e);
LOG.warn("Unexpected error: mobb-5be5e2b683dcfea621dc9a3f7761de54", e);
displayError(message.key(m_params.getLocale()), true, true);
CmsUserLog.logLoginFailure(currentCms, user);
return;
Expand Down
2 changes: 1 addition & 1 deletion src/org/opencms/ui/sitemap/CmsUnlinkDialog.java
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ public CmsUnlinkDialog(I_CmsDialogContext context, CmsResource otherResource) {
}
}
} catch (CmsException e) {
LOG.error(e.getLocalizedMessage(), e);
LOG.error(e.getLocalizedMessage(), "Unexpected error: mobb-fea1e4a0c5ed0dbfd00efe131a5dafbf");
}
CmsResource rightResource = m_otherResource;
CmsResourceInfo left = new CmsResourceInfo(leftResource);
Expand Down
6 changes: 3 additions & 3 deletions src/org/opencms/util/CmsHtmlConverter.java
Original file line number Diff line number Diff line change
Expand Up @@ -283,19 +283,19 @@ public String convertToString(String htmlInput) throws UnsupportedEncodingExcept
org.opencms.loader.Messages.get().getBundle().key(
org.opencms.loader.Messages.LOG_HTML_CONVERTER_CLASS_NOT_FOUND_1,
className),
e);
"Unexpected error: mobb-9a9126516f8ddbc2abde0ad54f3afcdd");
} catch (IllegalAccessException e) {
LOG.error(
org.opencms.loader.Messages.get().getBundle().key(
org.opencms.loader.Messages.LOG_HTML_CONVERTER_CLASS_NOT_FOUND_1,
className),
e);
"Unexpected error: mobb-041c13f3fa7282ccae2cff079e796290");
} catch (InstantiationException e) {
LOG.error(
org.opencms.loader.Messages.get().getBundle().key(
org.opencms.loader.Messages.LOG_HTML_CONVERTER_CLASS_NOT_FOUND_1,
className),
e);
"Unexpected error: mobb-c9b1a439e74337c083e195a5f5cb356f");
}
}
return htmlInput;
Expand Down
2 changes: 1 addition & 1 deletion src/org/opencms/util/CmsStringUtil.java
Original file line number Diff line number Diff line change
Expand Up @@ -1429,7 +1429,7 @@ public static StringTemplateGroup readStringTemplateGroup(InputStream stream) {
@SuppressWarnings("synthetic-access")
public void error(String arg0, Throwable arg1) {

LOG.error(arg0 + ": " + arg1.getMessage(), arg1);
LOG.error(arg0 + ": " + "Unexpected error: mobb-7644a1bd6d19d01af6955273ff074125", arg1);
}

@SuppressWarnings("synthetic-access")
Expand Down
2 changes: 1 addition & 1 deletion src/org/opencms/workplace/CmsWorkplace.java
Original file line number Diff line number Diff line change
Expand Up @@ -866,7 +866,7 @@ public static CmsWorkplaceSettings initUserSettings(CmsObject cms, CmsWorkplaceS
} catch (CmsException e) {
// can usually be ignored
if (LOG.isInfoEnabled()) {
LOG.info(e.getLocalizedMessage());
LOG.info("Unexpected error: mobb-4b594453b5d86d0da40132d327c83b3c");
}
user = cms.getRequestContext().getCurrentUser();
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ public void run() {
}
} catch (Throwable e) {
report.println(e);
LOG.error(Messages.get().getBundle().key(Messages.LOG_MODULE_DELETE_FAILED_1, m_moduleNames), e);
LOG.error(Messages.get().getBundle().key(Messages.LOG_MODULE_DELETE_FAILED_1, m_moduleNames), "Unexpected error: mobb-00c8c248162d5be6b9ee23e1af2d681a");
} finally {
OpenCms.getSearchManager().resumeOfflineIndexing(pauseId);
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ public void run() {
I_CmsReport.FORMAT_ERROR);
getReport().println(f);
if (LOG.isErrorEnabled()) {
LOG.error(f);
LOG.error("Unexpected error: mobb-dabe0f0d5f9573ef5d9459e4258c338e");
}
}

Expand Down
2 changes: 1 addition & 1 deletion src/org/opencms/xml/CmsXmlContentDefinition.java
Original file line number Diff line number Diff line change
Expand Up @@ -279,7 +279,7 @@ public static CmsXmlContentDefinition getContentDefinitionForResource(CmsObject
} catch (CmsException e) {
// this should never happen, unless the configured schema is different than the schema in the XML
if (!LOG.isDebugEnabled()) {
LOG.warn(e.getLocalizedMessage(), e);
LOG.warn("Unexpected error: mobb-016d1486b34d7073b3e09318d5b51628", e);
}
LOG.debug(e.getLocalizedMessage(), e);
}
Expand Down
2 changes: 1 addition & 1 deletion src/org/opencms/xml/containerpage/CmsFormatterBean.java
Original file line number Diff line number Diff line change
Expand Up @@ -854,7 +854,7 @@ public Optional<I_CmsFormatterBean> withKeys(Collection<String> keys) {
return Optional.of(clonedBean);

} catch (CloneNotSupportedException e) {
LOG.error(e.getLocalizedMessage(), e);
LOG.error("Unexpected error: mobb-a6c8cd4e2148ca8ee2c2c7b386476cf8", e);
return Optional.empty();
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ public CmsJsonResult renderJson(CmsJsonHandlerContext context) {
context.getContent());
return new CmsJsonResult(jsonDocument.getJson(), HttpServletResponse.SC_OK);
} catch (Exception e) {
LOG.error(e.getLocalizedMessage(), e);
LOG.error(e.getLocalizedMessage(), "Unexpected error: mobb-aeb5d7982feaf9d0fbf2ce7b29a44a15");
return new CmsJsonResult(
JSONObject.quote(e.getLocalizedMessage()),
HttpServletResponse.SC_INTERNAL_SERVER_ERROR);
Expand Down