You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Current »

Problem: using erdcloader to add a custom script monitor to up.time produces the following java exception:

org.xml.sax.SAXParseException: Content is not allowed in prolog

Root Cause: closer inspection should reveal unknown or unexpected characters in the .xml file.  For example, if you see dashes at the beginning of some lines, the xml content was probably copied from a web browser. 

Resolution: remove the unexpected characters

Note

If dashes are the actual cause, download the .xml file rather than copying the text from a web browser
  • No labels