Modify ↓
Opened 17 years ago
Closed 17 years ago
#8106 closed defect (invalid)
AssertionError: HDF dataset not available. Check your clearsilver installation
| Reported by: | admin | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | general | Version: | 0.11 |
| Severity: | normal | Keywords: | |
| Cc: | Branch: | ||
| Release Notes: | |||
| API Changes: | |||
| Internal Changes: | |||
Description
How to Reproduce
While doing a GET operation on /ticketstats, Trac issued an internal error.
(please provide additional details here)
User Agent was: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.2; .NET CLR 1.1.4322; .NET CLR 2.0.50727; InfoPath.2; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)
System Information
| Trac | 0.11
|
| Python | 2.5 (r25:51908, Sep 19 2006, 09:52:17) [MSC v.1310 32 bit (Intel)]
|
| setuptools | 0.6c7
|
| SQLite | 3.3.4
|
| pysqlite | 2.3.2
|
| Genshi | 0.5
|
| mod_python | 3.3.1
|
| Subversion | 1.5.2 (r32768)
|
| jQuery: | 1.2.3
|
Python Traceback
Traceback (most recent call last):
File "E:\Program Files\Python25\Lib\site-packages\trac\web\main.py", line 423, in _dispatch_request
dispatcher.dispatch(req)
File "E:\Program Files\Python25\Lib\site-packages\trac\web\main.py", line 206, in dispatch
req.display(template, content_type or 'text/html')
File "E:\Program Files\Python25\Lib\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 clearsil
Attachments (0)
Note:
See TracTickets
for help on using tickets.



/ticketstatsis not part of Trac core: it comes from a plugin. Please report this issue to the plugin maintainer. (and/or double-check the plugin may be used w/ Trac 0.11)