Urgent: RTC Build Server Fails with Exception: "Content is not allowed in prolog."
Arun Pradhan (1●2●2)
| asked Jul 19 '12, 12:00 p.m.
edited Mar 19 '13, 1:23 p.m. by Ralph Schoon (63.5k●3●36●46) Hi All, I have configured RTC build engine to trigger one ant script for all my tasks. When triggered the ANT runs perfectly fine. When I am using Build Engine and using the RTC build "Request Build", after the ANT execution completes the build fails with ERROR. When I checked the log found the following:
BUILD SUCCESSFUL
I need urgent help in this. The observation is the ant has no issues and in log also I see that until end the ant completed. Only during post build delivery something goes wrong. |
One answer
Ralph Schoon (63.5k●3●36●46)
| answered Mar 19 '13, 12:46 p.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER edited Mar 19 '13, 12:46 p.m.
Hi, since the log shows the XERCES XML parser, my best guess is, that you managed to install Xerces somewhere and got it into the build path. There were several issues with XERCES interfering or being incompatible with Eclipse in General and Jazz as a side effect in the past. Try to find out why XERCES is in your library path and replace it with a current version or eliminate it altogether if possible.
Comments I did not realize it was that old and came up by retagging...... @rschoon, I've got someone getting a similar error in the ccm log when they start the server. Is it possible their server path is misconfigured? (Note: server seems to work ok, but they're concerned about the error) :
------
2016-01-17 15:28:24,429 [ WebContainer : 2] ERROR y.service.internal.setup.SetupConfigurationService - Error occured adding pending information
com.hp.hpl.jena.shared.JenaException: org.xml.sax.SAXParseException: Content is not allowed in prolog.
at com.hp.hpl.jena.rdf.model.impl.RDFDefaultErrorHandler.fatalError(RDFDefaultErrorHandler.java:60)
... {some lines omitted}
at org.apache.xerces.util.ErrorHandlerWrapper.fatalError(Unknown Source)
...
------
Ralph Schoon
commented Jan 19 '16, 11:21 a.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER
I'd consider to involve support. They are likely the best place to solve this. There seems to be something in the XML somewhere that is not expected to be there.
|
Your answer
Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.