Modify ↓
#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 )
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 , 17 years ago
Description: | modified (diff) |
---|---|
Keywords: | plugin added |
Priority: | high → normal |
Resolution: | → wontfix |
Severity: | major → normal |
Status: | new → closed |
comment:2 by , 15 years ago
I had the same problem. Upgrading to the latest development trac cc version fixed it.
Note:
See TracTickets
for help on using tickets.
This is an issue with the Trac CruiseControl plugin.
Please contact the plugin maintainer.