![]() |
![]() |
BEA WebLogic Enterprise 4.2 Developer Center |
![]() HOME | SITE MAP | SEARCH | CONTACT | GLOSSARY | PDF FILES | WHAT'S NEW |
||
![]() OTHER REFERENCE | TABLE OF CONTENTS | PREVIOUS TOPIC | NEXT TOPIC |
Note:
When Java XML parser messages are listed in the user log (ULOG), the messages have the prefix IJXML_CAT. For example, message 1 is listed as IJXML_CAT:1.
Java XML Parser Messages 1-81
1
|
"INFO: 1 warning"
| |
|
Description |
There was one warning during the execution of |
|
Action |
None. |
12
|
"ERROR: Cannot open {0}"
| |
|
Description |
The XML input file {0} could not be opened for reading. No output file will be generated. |
|
Action |
Make sure the input file {0} exists and is readable. |
13
|
"ERROR: Unexpected EOF"
| |
|
Description |
The XML parser reached the end of file unexpectedly. No output file will be generated. |
|
Action |
Fix the XML syntax of the input file. |
17
|
"ERROR: End of file in comment"
| |
|
Description |
The end of file was reached in a comment. |
|
Action |
Look for any nonterminated comments in the input file. |
22
|
"ERROR: Unexpected {0} after </"
| |
|
Description |
An invalid character (such as a white-space character) follows |
|
Action |
Fix the XML syntax of the input file. |
24
|
"ERROR: Unexpected </{0}> closing tag"
| |
|
Description |
The {0} value is an unknown element tag. |
|
Action |
Fix the XML syntax of the input file. |
26
|
"ERROR: Unexpected <{0}> element"
| |
|
Description |
The {0} value is an unknown element tag. |
|
Action |
Fix the XML syntax of the input file. |
27
|
"ERROR: Unexpected {0} after ?"
| |
|
Description |
The {0} value is an invalid character after the question mark character ( |
|
Action |
Fix the XML syntax of the input file. |
28
|
"ERROR: Unexpected {0} after /"
| |
|
Description |
The {0} value is an invalid character after |
|
Action |
Fix the XML syntax of the input file. |
29
|
"ERROR: Missing XML declaration"
| |
|
Description |
Every XML document must begin with an XML declaration |
|
Action |
Fix the XML syntax of the input file. |
31
|
"ERROR: Missing = after version in XML declaration"
| |
|
Description |
The version declaration must be followed by the = sign in the XML declaration. |
|
Action |
Fix the XML syntax of the input file. |
32
|
"ERROR: Only supported version of XML is 1.0"
| |
|
Description |
The only version recognized by the XML parser is 1.0. |
|
Action |
Fix the XML syntax of the input file. |
33
|
"ERROR: Missing end of XML declaration"
| |
|
Description |
The |
|
Action |
Fix the XML syntax of the input file. |
34
|
"ERROR: Invalid value {0} for {1}"
| |
|
Description |
Value {0} is invalid for attribute or entity {1}. |
|
Action |
Fix the XML syntax of the input file. |
38
|
"WARNING: Missing DOCTYPE. Assuming M3-SERVER"
| |
|
Description |
No |
|
Action |
None. |
40
|
"ERROR: Expected SYSTEM after M3-SERVER"
| |
|
Description |
The M3-SERVER DTD has no URL. The |
|
Action |
Fix the XML syntax of the input file. |
41
|
"ERROR: Expected "m3.dtd" after SYSTEM"
| |
|
Description |
The string after SYSTEM in the |
|
Action |
Fix the XML syntax of the input file. |
42
|
"ERROR: Unexpected {0} at end of DOCTYPE"
| |
|
Description |
The |
|
Action |
Fix the XML syntax of the input file. |
45
|
"ERROR: Invalid attribute {0} in <{1}>"
| |
|
Description |
The attribute name {0} is invalid for element {1}. |
|
Action |
Fix the XML syntax of the input file. |
46
|
"ERROR: Unexpected {0} in <{1}>"
| |
|
Description |
The token {0} is unexpected in element {1}. |
|
Action |
Fix the XML syntax of the input file. |
48
|
"ERROR: Only one <ARCHIVE> tag allowed in <M3-SERVER>"
| |
|
Description |
Only one archive element is allowed inside an |
|
Action |
Remove the duplicate archive element. |
49
|
"ERROR: Unexpected {0} in <M3-SERVER>"
| |
|
Description |
The element {0} is invalid in an |
|
Action |
Fix the XML syntax of the input file. |
53
|
"ERROR: Multiple occurrences of {0} in <{1}>"
| |
|
Description |
There is more than one occurrence of attribute {0} in element {1}. |
|
Action |
Remove extra occurrence(s). |
55
|
"ERROR: Missing attribute {0} in <{1}>"
| |
|
Description |
There is no occurrence of the required attribute {0} in element {1}. |
|
Action |
Add the missing attribute. |
57
|
"WARNING: <MODULE> {0} is empty"
| |
|
Description |
Module {0} does not contain any implementations and could be removed from the XML file. |
|
Action |
None. |
74
|
"WARNING: Cannot remove {0}"
| |
|
Description |
The temporary file {0} cannot be removed. |
|
Action |
Remove the leftover files after the |
75
|
"ERROR: Cannot write {0}"
| |
|
Description |
There is an I/O error when the system attempts to write to temporary file {0}. |
|
Action |
Check that there are sufficient resources in the file system. |
76
|
"ERROR: Cannot open {0}"
| |
|
Description |
The file {0} cannot be opened for reading. |
|
Action |
Make sure the current user has read permission on the file. |
77
|
"ERROR: Empty value for attribute {0}"
| |
|
Description |
The value for attribute {0} is an empty string. |
|
Action |
Add a valid value for the attribute. |