#4463 closed defect (invalid)
AssertionError: HDF dataset not available. Check your clearsilver installation
Reported by: | anonymous | Owned by: | Jonas Borgström |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | general | Version: | devel |
Severity: | normal | Keywords: | needinfo |
Cc: | Branch: | ||
Release Notes: | |||
API Changes: | |||
Internal Changes: |
Description
How to Reproduce
While doing a GET operation on /admin
, Trac issued an internal error.
System Information
Trac | 0.11dev
|
Python | 2.4.3 (#1, Jul 26 2006, 20:13:39) [GCC 3.4.6] |
SQLite | 3.3.8
|
pysqlite | 2.3.2
|
Genshi | 0.3.6
|
Pygments | 0.6
|
Python Traceback
Traceback (most recent call last): File "/usr/lib/python2.4/site-packages/trac/web/main.py", line 395, in dispatch_request dispatcher.dispatch(req) File "/usr/lib/python2.4/site-packages/trac/web/main.py", line 222, in dispatch req.display(template, content_type or 'text/html') File "/usr/lib/python2.4/site-packages/trac/web/api.py", line 290, 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 (6)
follow-up: 2 comment:1 by , 18 years ago
Keywords: | needinfo added |
---|
comment:2 by , 18 years ago
Replying to thatch:
Should this be closed as invalid and another one opened for "eliminate clearsilver requirements on 0.11-dev"?
0.11 only depends on Clearsilver if you're using plugins that require it. I believe this error is a sign that the old WebAdmin plugin is installed. This has been integrated into Trac 0.11, so the plugin should be removed.
comment:4 by , 17 years ago
Resolution: | invalid |
---|---|
Status: | closed → reopened |
Error: When i access bitten web-ui, error occured: Trac detected an internal error: AssertionError: HDF dataset not available. Check your clearsilver installation
Env: Trac: 0.11dev-r6165 Python: 2.5.1 (r251:54863, Apr 18 2007, 08:51:08) [MSC v.1310 32 bit (Intel)] setuptools: 0.6c7 SQLite: 3.3.4 pysqlite: 2.3.2 Genshi: 0.4.4 Subversion: 1.4.4 (r25188) jQuery: 1.1.3.1
other: webadmin: default code in dev0.11 bitten: 0.6dev-r517
comment:5 by , 17 years ago
Resolution: | → invalid |
---|---|
Status: | reopened → closed |
Thank you for the clarification. That means this is a Bitten issue, so please open a ticket in that system. http://bitten.edgewall.org
comment:6 by , 15 years ago
I got this error when connecting from eclipse Mylyn plugin to the wrong Trac URL.
Did you check your clearsilver installation? See also #4219
Should this be closed as invalid and another one opened for "eliminate clearsilver requirements on 0.11-dev"?