Modify ↓
Opened 16 years ago
Closed 16 years ago
#8198 closed defect (invalid)
AssertionError: HDF dataset not available. Check your clearsilver installation
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | general | Version: | |
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; rv:1.9.0.8) Gecko/20080528 Epiphany/2.22 Firefox/3.0
System Information
Trac | 0.11
|
Python | 2.5.2 (r252:60911, Oct 5 2008, 19:24:49) [GCC 4.3.2]
|
setuptools | 0.6c9
|
SQLite | 3.5.9
|
pysqlite | 2.4.1
|
Genshi | 0.5
|
Pygments | 0.10
|
Subversion | 1.5.1 (r32289)
|
jQuery: | 1.2.3
|
Python Traceback
Traceback (most recent call last): File "/usr/lib/python2.5/site-packages/trac/web/main.py", line 423, in _dispatch_request dispatcher.dispatch(req) File "/usr/lib/python2.5/site-packages/trac/web/main.py", line 206, in dispatch req.display(template, content_type or 'text/html') File "/usr/lib/python2.5/site-packages/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 (0)
Change History (1)
comment:1 by , 16 years ago
Resolution: | → invalid |
---|---|
Status: | new → closed |
Version: | 0.11 |
- Not a bug in Trac, it's an installation issue.
- Do what the message says, and check your Clearsilver installation.
- Same as http://trac-hacks.org/ticket/3474
Note:
See TracTickets
for help on using tickets.