Skip to main content

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

Looks like this one's my bad. I recently created a Google Analytics
tracker script to collect download stats, so we're now using this:

mirrorsURL="http://www.eclipse.org/modeling/download.php?file=/modeling/emf/updates/interim/site.xml&format=xml";

It appears that while a browser can resolve the redirection, SAX
cannot. I guess I'll either need to revert to using
/downloads/download.php, or change the page so it rewrites &format=xml
as &format=xml.

Apologies,

Nick

On Tue, Sep 16, 2008 at 11:29 PM, David M Williams
<david_williams@xxxxxxxxxx> wrote:
>
> 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 '&amp; 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.
> _______________________________________________
> cross-project-issues-dev mailing list
> cross-project-issues-dev@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/cross-project-issues-dev
>
>


Back to the top