Ticket #6764 (closed defect: wontfix)
AssertionError: HDF dataset not available. Check your clearsilver installation
| Reported by: | jack | Owned by: | jonas |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | general | Version: | 0.11b1 |
| Severity: | normal | Keywords: | plugin |
| Cc: |
Description
How to Reproduce
While doing a GET operation on /build, Trac issued an internal error.
(please provide additional details here)
System Information
| Trac | 0.11b1 |
| Python | 2.4.3 (#1, Dec 11 2006, 11:38:52) [GCC 4.1.1 20061130 (Red Hat 4.1.1-43)] |
| setuptools | 0.6c7 |
| SQLite | 3.3.6 |
| pysqlite | 1.1.7 |
| Genshi | 0.5dev-r789 |
| Pygments | 0.9 |
| Subversion | 1.4.2 (r22196) |
Python Traceback
Traceback (most recent call last):
File "/usr/lib/python2.4/site-packages/Trac-0.11b1-py2.4.egg/trac/web/main.py", line 398, in _dispatch_request
dispatcher.dispatch(req)
File "/usr/lib/python2.4/site-packages/Trac-0.11b1-py2.4.egg/trac/web/main.py", line 204, in dispatch
req.display(template, content_type or 'text/html')
File "/usr/lib/python2.4/site-packages/Trac-0.11b1-py2.4.egg/trac/web/api.py", line 297, in display
assert self.hdf, 'HDF dataset not available. Check your clearsilver installation'
AssertionError: HDF dataset not available. Check your clearsilver installation
Attachments
Change History
Note: See
TracTickets for help on using
tickets.


