Edgewall Software
Modify

Opened 17 years ago

Closed 17 years ago

#228 closed defect (worksforme)

Error access bitten web-ui

Reported by: baikonur@… Owned by: cmlenz
Priority: major Milestone: 0.6
Component: General Version: 0.5.3
Keywords: Cc:
Operating System: Linux

Description

When i access bitten web-ui, error occured: Trac detected an internal error: Assertion Error?: HDF dataset not available. Check your clearsilver installation

How to Reproduce

While doing a GET operation on /build, Trac issued an internal error.

(please provide additional details here)

System Information

Trac 0.11dev-r6294
Python 2.5 (r25:51908, Nov 6 2007, 16:54:01)
[GCC 4.1.2 20070925 (Red Hat 4.1.2-27)]
setuptools 0.6c7
SQLite 3.4.2
pysqlite 2.3.2
Genshi 0.4.4
Pygments 0.9
Subversion 1.4.4 (r25188)

Python Traceback

Traceback (most recent call last):
  File "/usr/lib/python2.5/site-packages/Trac-0.11dev_r6294-py2.5.egg/trac/web/main.py", line 398, in _dispatch_request
    dispatcher.dispatch(req)
  File "/usr/lib/python2.5/site-packages/Trac-0.11dev_r6294-py2.5.egg/trac/web/main.py", line 204, in dispatch
    req.display(template, content_type or 'text/html')
  File "/usr/lib/python2.5/site-packages/Trac-0.11dev_r6294-py2.5.egg/trac/web/api.py", line 299, 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 (4)

comment:1 Changed 17 years ago by anonymous

Additional information: python ./setup.py test failed ............... Doctest: bitten.util.xmlio.Element ... ok Doctest: bitten.util.xmlio.Parsed Element? ... ok

====================================================================== ERROR: test_overview (bitten.tests.web_ui.Build Config Controller Test Case?)


Traceback (most recent call last):

File "/home/dev/tmp/bitten/bitten/tests/web_ui.py", line 67, in test_overview

self.assertEqual('overview', req.hdfpage.mode?)

File "/usr/lib/python2.5/site-packages/Trac-0.11dev_r6363-py2.5.egg/trac/web/clearsilver.py", line 167, in getitem

value = self.get(name, None)

File "/usr/lib/python2.5/site-packages/Trac-0.11dev_r6363-py2.5.egg/trac/web/clearsilver.py", line 161, in get

value = self.hdf.getValue(str(name), '<<NONE>>')

Attribute Error?: 'None Type?' object has no attribute 'getValue' ...................

Clearsilver installed: # yum install python-clearsilver Loading "priorities" plugin 0 packages excluded due to repository priority protections Setting up Install Process Parsing package install arguments Resolving Dependencies --> Running transaction check ---> Package python-clearsilver.i386 0:0.10.4-5.fc7 set to be updated --> Finished Dependency Resolution

Dependencies Resolved

=============================================================================

Package Arch Version Repository Size

============================================================================= Installing:

python-clearsilver i386 0.10.4-5.fc7 updates 132 k

Transaction Summary ============================================================================= Install 1 Package(s) Update 0 Package(s) Remove 0 Package(s)

Total download size: 132 k Is this ok [y/N]: y Downloading Packages: (1/1): python-clearsilver 100% |=========================| 132 kB 00:02 Running rpm_check_debug Running Transaction Test Finished Transaction Test Transaction Test Succeeded Running Transaction

Installing: python-clearsilver ######################### [1/1]

Installed: python-clearsilver.i386 0:0.10.4-5.fc7 Complete!

comment:2 Changed 17 years ago by anonymous

I think this has less to do with Bitten, and more to do with getting clearsilver working with your Trac 0.11 installation. AFAIK, Trac 0.11 support for Bitten isn't all there yet. I know I've gotten it working, but I think it required a bit of tweaking. I don't recall. Regardless, this is an installation issue, and should be asked about on the Mailing List.

comment:3 Changed 17 years ago by thomas_mueller_ffb

duplicate of #248

comment:4 Changed 17 years ago by wbell

  • Resolution set to worksforme
  • Status changed from new to closed

Note that all the tests currently run with trac 0.11 [6000]. Newer versions seem to have some permissioning issues. If you have further issues, feel free to post to the mailing list and we'll try and help.

Add Comment

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain cmlenz.
The resolution will be deleted. Next status will be 'reopened'.
Author


E-mail address and user name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.