Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[cross-project-issues-dev] The reason for recent ganymatic build failures


I'm not sure who's files are to blame, but since we are getting more and more of these errors (instead of seeing them fixed) thought I'd better say something.

The errors look like the one below, and _I think_ the cause is that an '&' must be coded as '& in a URL (or else sax tries to interpret it as the start of a character entity).
And form the looks of it, this URL is the "mirror" URL in site XML files.

If you've changed anything in the past days, please check your site.xml files (since the failures started on 9/16

Sep 17, 2008 02:56:35 GMT Fail
Sep 16, 2008 21:36:46 GMT Fail
Sep 16, 2008 17:01:54 GMT Fail


[java] [Fatal Error] site.xml&format=xml&countryCode=us&timeZone=0&responseType=xml:2:115: The reference to entity "format" must end with the ';' delimiter.
[java] ERROR: Error processing update site mirror. [The reference to entity "format" must end with the ';' delimiter.]
[java] org.xml.sax.SAXParseException: The reference to entity "format" must end with the ';' delimiter.

Back to the top