Known issue
Probe not able to parse some long events correctly
The probe may not be able to parse certain long events correctly and so will write an exception to the log file.
The following example illustrates one such exception :
Exception while parsing
: org.xml.sax.SAXParseException: Element type "alu:packagealu" must
be followed by either attribute specifications, ">" or "/>".
In
this case, the space between alu:package
and alu
was
trimmed which caused the exception to occur.