Skip to content

Commit 3303317

Browse files
committed
Server.xml configuration error not detected.
1 parent 5578a8e commit 3303317

File tree

2 files changed

+200
-26
lines changed

2 files changed

+200
-26
lines changed

dev/com.ibm.ws.config/resources/com/ibm/ws/config/internal/resources/ConfigMessages.nlsprops

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
###############################################################################
2-
# Copyright (c) 2010, 2020 IBM Corporation and others.
2+
# Copyright (c) 2010, 2025 IBM Corporation and others.
33
# All rights reserved. This program and the accompanying materials
44
# are made available under the terms of the Eclipse Public License 2.0
55
# which accompanies this distribution, and is available at
@@ -498,5 +498,9 @@ error.config.root.deleted=CWWKG0110E: A configuration update was detected, but t
498498
error.config.root.deleted.explanation=The server.xml file was deleted. To cause no disruptions to running apps, no configuration changes are made.
499499
error.config.root.deleted.useraction=Add the server.xml file back to the server.
500500

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 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 all XML elements start with an opening angle bracket (<).
504+
501505
# Non-TR message
502506
error.invalidOCDRef=ERROR: Metatype PID [{0}] specifies non-existent object class definition ID [{1}]

0 commit comments

Comments
 (0)