Opened 16 years ago
Closed 16 years ago
#4219 closed defect (invalid)
internal error after clicking on "Estimate" tab
Reported by: | Owned by: | Russ Tyndall | |
---|---|---|---|
Priority: | normal | Component: | EstimatorPlugin |
Severity: | normal | Keywords: | |
Cc: | Trac Release: | 0.11 |
Description
This is what I got after clicking on Estimate menu.
Oops… Trac detected an internal error:
AssertionError: HDF dataset not available. Check your clearsilver installation
Python Traceback Most recent call last:
File "C:\Program Files\python24\Lib\site-packages\trac\web\main.py", line 432, in _dispatch_request
dispatcher.dispatch(req)
File "C:\Program Files\python24\Lib\site-packages\trac\web\main.py", line 213, in dispatch
req.display(template, content_type or 'text/html')
File "C:\Program Files\python24\Lib\site-packages\trac\web\api.py", line 325, in display
assert self.hdf, 'HDF dataset not available. Check your clearsilver installation'
System Information:
User Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.4) Gecko/2008102920 Firefox/3.0.4 Trac: 0.11.2.1 Python: 2.4.3 (#69, Mar 29 2006, 17:35:34) [MSC v.1310 32 bit (Intel)] setuptools: 0.6c9 SQLite: 3.5.2 pysqlite: 2.4.0 Genshi: 0.5 jQuery: 1.2.6
Attachments (0)
Change History (3)
comment:1 Changed 16 years ago by
Trac Release: | 0.10 → 0.11 |
---|
comment:2 Changed 16 years ago by
comment:3 Changed 16 years ago by
Resolution: | → invalid |
---|---|
Status: | new → closed |
Please reopen if you have more info or are experiencing this problem still.
This error message doesnt seem to be coming from this plugin (based on the stack trace above). However, I could see this happening if you installed the 0.10 version of the plugin in trac 11.
Hope this helps, if you can attach a larger log file snippet (TracLogging) that might help deduce your problems.
Russ