Thanks, Knut, for finding that log.

This is VERY strange. The error is not in the file I changed but in a topic in the Brazilian Portugese version of the reference manual that has not changed in several years. Going down to the debug target gives the file name:

     [echo] debug
 [pipeline] Debug and filtering.
 [pipeline] [Fatal Error] rrefjta18596.dita:1:1: Content is not allowed in 
prolog.
 [pipeline] org.xml.sax.SAXParseException: Content is not allowed in prolog.
 [pipeline]     at org.apache.xerces.parsers.AbstractSAXParser.parse(Unknown 
Source)

A later error says "premature end of file." But the content actually looks fine. If there's an error, why doesn't it occur every time?

If Hudson replaces the workspace before trying another build, that could be a good thing.

Kim


On 1/19/2011 6:24 PM, Knut Anders Hatlen wrote:
Kim Haase<[email protected]>  writes:

Can anyone advise me on this? I would be surprised if this doc change
broke the docs build. The antoutput.log.gz file unzips to an Error 404
HTML page -- something wasn't found.
Hi Kim,

You can find the full workspace, including antoutput.log, at this
location: https://hudson.apache.org/hudson/job/Derby-docs/ws/

Unlike the the archived artifacts, the workspace will be replaced the
next time the job is started, so you'd better be quick...

The first error I found in the log was this:

gen-list:
  [pipeline] Generate list.
  [pipeline] [Fatal Error] :1:1: Content is not allowed in prolog.
  [pipeline] org.xml.sax.SAXParseException: Content is not allowed in prolog.
  [pipeline]    at org.apache.xerces.parsers.AbstractSAXParser.parse(Unknown 
Source)
  [pipeline]    at 
org.dita.dost.reader.GenListModuleReader.parse(GenListModuleReader.java:140)
  [pipeline]    at 
org.dita.dost.module.GenMapAndTopicListModule.processWaitList(GenMapAndTopicListModule.java:158)
  [pipeline]    at 
org.dita.dost.module.GenMapAndTopicListModule.execute(GenMapAndTopicListModule.java:125)
...


Reply via email to