PQ92892: SAXParseException when '<' is chosen for command prefix for JMS. | |||||||||||||||||||||||||||||||||||||||||||
![]() |
|||||||||||||||||||||||||||||||||||||||||||
![]() APAR status Closed as program error. Error description The customer wanted to use the valid '<' as the command prefix for JMS Provider. However, the '<' character is not handled right in the server.xml file. The following error shows up when JMS is started: . org.xml.sax.SAXParseException: The value of attribute "value" must not contain the '<' character. org.apache.xerces.parsers.AbstractSAXParser.parse(AbstractSAXPar ser.javaLocal fix As a workaround, you can manually edit server.xml and substitute "<" with "<" So if your entry looks like this: <properties xmi:id="Property_20" name="was.cmdPrefix" value="<" description="zOS Command Prefix for QM" required="false"/> . You should change it to: <properties xmi:id="Property_20" name="was.cmdPrefix" value="<" description="zOS Command Prefix for QM" required="false"/> . After the changes have been made, then restart the server.Problem summary **************************************************************** * USERS AFFECTED: All users of WebSphere Application Server * * V5.0 for z/OS * **************************************************************** * PROBLEM DESCRIPTION: SAXParseException when '<' is chosen * * as the command prefix for JMS. * **************************************************************** * RECOMMENDATION: * **************************************************************** The customer wanted to use the valid '<' as the command prefix for JMS Provider. However, the '<' character is not handled correctly in the server.xml file. The following error occurs when trying to start JMS: org.xml.sax.SAXParseException: The value of attribute "value" must not contain the '<' character. org.apache.xerces.parsers.AbstractSAXParser.parse( AbstractSAXParser.java If the '&' is entered instead of the '<', a smiliar error will occur.Problem conclusion To fix these, in the server.xml, the command prefix '<' should be replaced with '<' and '&' should be replaced with '&'. The dialog will be updated such that the command prefix '<' in the server.xml will be replaced with the string '<' and '&' will be replaced with '&'. APAR PQ92892 is associated with SERVICE LEVEL W502016 of WebSphere Application Server V5.0 for z/OS.Temporary fix Comments
APAR is sysrouted FROM one or more of the following: APAR is sysrouted TO one or more of the following: PQ92897 Modules/Macros
Publications Referenced
|
Document Information |
Current web document: swg1PQ92892.html
Product categories: Software > Application Servers >
Distributed Application & Web Servers > WebSphere Application
Server for z/OS
Operating system(s):
Software version: 500
Software edition:
Reference #: PQ92892
IBM Group: Software Group
Modified date: Feb 28, 2006
(C) Copyright IBM Corporation 2000, 2009. All Rights Reserved.