Edgewall Software
Modify

Opened 16 years ago

Closed 16 years ago

#296 closed defect (worksforme)

Installation of bitten makes trac unstable at 0.11 version

Reported by: anonymous Owned by: cmlenz
Priority: major Milestone: 0.6
Component: General Version: 0.5.3
Keywords: Cc:
Operating System: Windows

Description (last modified by mgood)

I have 'bitten' installed with a .11 installation of trac. The bitten docs suggest that the installation of the Web Admin? component (even although they acknowledge it is built into .11) is *still* required. They, additionally, suggest that the option in the ini file be set to disabled (stating it is counter intuitive - but 'it works')... Here's the web page: http://bitten.edgewall.org/wiki/Documentation/install.html

Unfortunately I got 32 errors when running the test scripts (after installation of bitten) and when I access the Timeline menu in Trac I get this:

Trac detected an internal error: Assertion Error?: HDF dataset not available. Check your clearsilver installation If you think this should work you can reproduce the problem, you should consider reporting this to the Trac team.

Before you do that, though, please first try searching for similar issues, as it is quite likely that this problem has been reported before. For questions about installation and configuration of Trac, please try the mailing list instead of filing a ticket.

Otherwise, please

How to Reproduce

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

(please provide additional details here)

User Agent was: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)

System Information

Trac 0.11
Python 2.5.2 (r252:60911, Feb 21 2008, 13:11:45) [MSC v.1310 32 bit (Intel)]
setuptools 0.6c8
SQLite 3.3.4
pysqlite 2.3.2
Genshi 0.5
Subversion 1.4.4 (r25188)
jQuery: 1.2.3

Python Traceback

Traceback (most recent call last):
  File "C:\Python25\Lib\site-packages\trac\web\main.py", line 423, in _dispatch_request
    dispatcher.dispatch(req)
  File "C:\Python25\Lib\site-packages\trac\web\main.py", line 206, in dispatch
    req.display(template, content_type or 'text/html')
  File "C:\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 clearsilver installation

a new ticket at the Trac project site, where you can describe the problem and explain how to reproduce it.

System Information: User Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)

Trac: 0.11 Python: 2.5.2 (r252:60911, Feb 21 2008, 13:11:45) [MSC v.1310 32 bit (Intel)] setuptools: 0.6c8 SQLite: 3.3.4 pysqlite: 2.3.2 Genshi: 0.5 Subversion: 1.4.4 (r25188) jQuery: 1.2.3

Attachments (0)

Change History (1)

comment:1 Changed 16 years ago by mgood

  • Description modified (diff)
  • Resolution set to worksforme
  • Status changed from new to closed

As mentioned in the error message you also need Clear Silver? installed for the Bitten templates. There's work in progress to port the templates to Genshi, but I think the plan is to keep the next release backwards compatible with Trac 0.10.

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.