Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Common Exceptions and their Resolution

...

AspireException

java.lang.Exception

Memory Errors

Parsing Errors

  • org.xml.sax.SAXParseException: Content is not allowed in prolog.
    • This error is caused by the presence of a byte-order mark (BOM) at the start of your XML file. You can see the BOM using "od -c <filename>". You can remove the BOM simply by copying and pasting the entire file contents to a new file in a text editor since the BOM does not get copied to the clipboard.