Modify ↓
Opened 14 years ago
Closed 14 years ago
#10263 closed defect (cantfix)
AssertionError: HDF dataset not available. Check your clearsilver installation
| Reported by: | username1 | Owned by: | Dirk Stöcker |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | plugin/spamfilter | Version: | 0.11.7 |
| Severity: | normal | Keywords: | |
| Cc: | Branch: | ||
| Release Notes: | |||
| API Changes: | |||
| Internal Changes: | |||
Description
How to Reproduce
While doing a GET operation on /peerReviewMain, Trac issued an internal error.
(please provide additional details here)
User Agent was: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.2.10) Gecko/20100922 Ubuntu/10.10 (maverick) Firefox/3.6.10
System Information
| Trac | 0.11.7
|
| Python | 2.6.6 (r266:84292, Sep 15 2010, 16:02:57) [GCC 4.4.5]
|
| setuptools | 0.6
|
| SQLite | 3.7.2
|
| pysqlite | 2.4.1
|
| Genshi | 0.6
|
| mod_python | 3.3.1
|
| Pygments | 1.3.1
|
| Subversion | 1.6.12 (r955767)
|
| jQuery: | 1.4.2
|
Python Traceback
Traceback (most recent call last):
File "/usr/lib/python2.6/dist-packages/trac/web/main.py", line 450, in _dispatch_request
dispatcher.dispatch(req)
File "/usr/lib/python2.6/dist-packages/trac/web/main.py", line 214, in dispatch
req.display(template, content_type or 'text/html')
File "/usr/lib/python2.6/dist-packages/trac/web/api.py", line 336, in display
assert self.hdf, 'HDF dataset not available. Check your clearsilver installation'
AssertionError: HDF dataset not available. Check your clearsilver installation
Attachments (0)
Note:
See TracTickets
for help on using tickets.



/peerReviewMainis not part of Trac core, so it's a PluginIssue.