Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations MintJulep on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

xml.parsers.expat.ExpatError

Status
Not open for further replies.

kribri

Materials
Joined
Feb 17, 2009
Messages
20
Location
NO
Hi,
What does this error message mean?

Traceback (most recent call last):
File "Python/monitorMechanism.py", line 437, in __processCB
xml.parsers.expat.ExpatError: xml declaration not at start of external entity: line 2, column 0
Traceback (most recent call last):
File "Python/monitorMechanism.py", line 327, in read
ExpatError: xml declaration not at start of external entity: line 2, column 0
Error in job safedor_rev1: XML parsing failure for job safedor_rev1. Shutting down socket and terminating all further messages. Please check the .log, .dat, .sta, or .msg files for information about the status of the job.
Job safedor_rev1 aborted due to errors.
Traceback (most recent call last):
File "Python/monitorMechanism.py", line 327, in read
File "Python/xmlstream.py", line 365, in _unknown_endtag
File "Python/monitorMechanism.py", line 278, in dispatch
AttributeError: 'NoneType' object has no attribute 'getData'
Error in job safedor_rev1: XML parsing failure for job safedor_rev1. Shutting down socket and terminating all further messages. Please check the .log, .dat, .sta, or .msg files for information about the status of the job.
Job safedor_rev1 aborted due to errors.
Traceback (most recent call last):
File "Python/monitorMechanism.py", line 327, in read
File "Python/xmlstream.py", line 365, in _unknown_endtag
File "Python/monitorMechanism.py", line 278, in dispatch
AttributeError: 'NoneType' object has no attribute 'getData'
Error in job safedor_rev1: XML parsing failure for job safedor_rev1. Shutting down socket and terminating all further messages. Please check the .log, .dat, .sta, or .msg files for information about the status of the job.
Job safedor_rev1 aborted due to errors.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top