Edgewall Software
Modify

Opened 17 years ago

Closed 17 years ago

Last modified 15 years ago

#5676 closed defect (wontfix)

xmlParseFile() failed

Reported by: anonymous Owned by: Christian Boos
Priority: normal Milestone:
Component: version control/log view Version: 0.10.4
Severity: normal Keywords: plugin
Cc: Branch:
Release Notes:
API Changes:
Internal Changes:

Description (last modified by Emmanuel Blot)

I've integrated Trac with Cruisecontrol, it works fine and compiles and shows me whether the build was succesful or not. However when I click on the buildresults file this is what I get:

Traceback (most recent call last):
  File "/usr/lib/python2.4/site-packages/trac/web/main.py", line 406, in dispatch_request
    dispatcher.dispatch(req)
  File "/usr/lib/python2.4/site-packages/trac/web/main.py", line 237, in dispatch
    resp = chosen_handler.process_request(req)
  File "/var/www/trac/play2/plugins/TracCC-0.1.3-py2.4.egg/traccc/traccc.py", line 180, in process_request
  File "/usr/lib/python2.4/site-packages/libxml2.py", line 1280, in parseFile
    if ret is None:raise parserError('xmlParseFile() failed')
parserError: xmlParseFile() failed

This is what my cc section is like:

ccpath = f:\cruisecontrol\logs\PRAT_NT
buildstatusfile = status.txt 
xslfile = f:\cruisecontrol\webapps\cruisecontrol\xsl 

Any help guys? This is a duplicate of ticket#11 but I need to solve this so I can continue doing my work. I'm running Cruisecontrol 2.7 on windows XP.

Attachments (0)

Change History (2)

comment:1 by Emmanuel Blot, 17 years ago

Description: modified (diff)
Keywords: plugin added
Priority: highnormal
Resolution: wontfix
Severity: majornormal
Status: newclosed

This is an issue with the Trac CruiseControl plugin.

Please contact the plugin maintainer.

comment:2 by anonymous, 15 years ago

I had the same problem. Upgrading to the latest development trac cc version fixed it.

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain Christian Boos.
The resolution will be deleted. Next status will be 'reopened'.
to The owner will be changed from Christian Boos to the specified user.

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.