APAR status |
Closed as returned (APAR cannot be resolved without additional info from IBM or customer.)
| Error description
Document defect for the xml packagage summary. The document
does not indicate that spaces are not allowed in xml argument
tags. The following link is the site for the package summary
doc:
http://www-4.ibm.com/software/webservers/appserv/doc/v35/ae/
apidocs/com/ibm/websphere/xmlconfig/package-summary.html
The spaces cause } to be inserted in the command line arguments
when the xml file is imported. doc:http://www-4.ibm.com/software/webservers/appserv/doc/v35/ae/apidocs/com/ibm/websphere/xmlconfig/package-summary.htmlThe spaces cause } to be inserted in the command line argumentswhen the xml file is imported. Local fix
Make two line arguments. For example the following
argument was converted to a two line argument:
This brace caused the model to fail to start.<arg>-classpath /gladiator/properties</arg>
To correct the problem cust had to modify the arguments
tag by making the above line into two args:argument was converted to a two line argument:This brace caused the model to fail to start.-classpath /gladiator/propertiesTo correct the problem cust had to modify the arguments <arg>-classpath</arg><arg>/gladiator/...</arg> tag by making the above line into two args:-classpath/gladiator/... Problem summaryProblem conclusionTemporary fixComments
returned with info needed. The comments from the defect:
I am not sure what needs to be fixed here?
Command line arguments can have any thing (Not just the
classpath as specified in the defect comments). The spaces in
the command line arguments as such are not allowed, not by
XMLConfig, but by the application server process. This can
not be doc'd in the Java code as there command line argument
of classpath can not be assumed, as one of the arguments. returned with info needed. The comments from the defect:I am not sure what needs to be fixed here?Command line arguments can have any thing (Not just theclasspath as specified in the defect comments). The spaces inthe command line arguments as such are not allowed, not byXMLConfig, but by the application server process. This cannot be doc'd in the Java code as there command line argumentof classpath can not be assumed, as one of the arguments.
APAR information | APAR number | PQ48764 | Reported component name | WAS ADVANCED AI | Reported component ID | 5648C8400 | Reported release | 350 | Status | CLOSED RET | PE | NoPE | HIPER | NoHIPER | Submitted date | 2001-05-15 | Closed date | 2001-06-21 | Last modified date | 2001-06-21 |
APAR is sysrouted FROM one or more of the following:
APAR is sysrouted TO one or more of the following:APAR is sysrouted FROM one or more of the following:
Modules/Macros APAR is sysrouted TO one or more of the following:Modules/Macros
Applicable component levels |
|