You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Copyright (c) 2010, 2020 IBM Corporation and others.
2
+
# Copyright (c) 2010, 2025 IBM Corporation and others.
3
3
# All rights reserved. This program and the accompanying materials
4
4
# are made available under the terms of the Eclipse Public License 2.0
5
5
# which accompanies this distribution, and is available at
@@ -498,5 +498,9 @@ error.config.root.deleted=CWWKG0110E: A configuration update was detected, but t
498
498
error.config.root.deleted.explanation=The server.xml file was deleted. To cause no disruptions to running apps, no configuration changes are made.
499
499
error.config.root.deleted.useraction=Add the server.xml file back to the server.
500
500
501
+
error.potential.malformed.element=CWWKG0111E: Potential malformed XML element detected in configuration: [{0}] at line {1} in {2}. This text appears to be an XML element but is missing the opening angle bracket (<). Verify that the syntax is correct.
502
+
error.potential.malformed.element.explanation=The configuration parser detected text that might be a malformed XML element. This error typically occurs when an element is missing its opening angle bracket (<).
503
+
error.potential.malformed.element.useraction=Check the configuration file at the specified line and ensure that all XML elements start with an opening angle bracket (<).
504
+
501
505
# Non-TR message
502
506
error.invalidOCDRef=ERROR: Metatype PID [{0}] specifies non-existent object class definition ID [{1}]
0 commit comments