Modify ↓
Opened 14 years ago
Closed 14 years ago
#9878 closed defect (cantfix)
A runtime error
Reported by: | anonymous | Owned by: | |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | general | Version: | 0.12.1 |
Severity: | normal | Keywords: | |
Cc: | Branch: | ||
Release Notes: | |||
API Changes: | |||
Internal Changes: |
Description
I am trying to install on RHLE 4 using: python 2.6.5 pysqlite 2.5.6 sqlite3 3.3.13 Trac 0.12.1
I created a project,when I use browser to access the project,it displayd:
Traceback (most recent call last): File "build/bdist.linux-i686/egg/trac/web/api.py", line 436, in send_error data, 'text/html') File "build/bdist.linux-i686/egg/trac/web/chrome.py", line 827, in render_template message = req.session.pop('chrome.%s.%d' % (type_, i)) File "build/bdist.linux-i686/egg/trac/web/api.py", line 212, in __getattr__ value = self.callbacks[name](self) File "build/bdist.linux-i686/egg/trac/web/main.py", line 300, in _get_session return Session(self.env, req) File "build/bdist.linux-i686/egg/trac/web/session.py", line 162, in __init__ self.get_session(sid) File "build/bdist.linux-i686/egg/trac/web/session.py", line 183, in get_session super(Session, self).get_session(sid, authenticated) File "build/bdist.linux-i686/egg/trac/web/session.py", line 56, in get_session db = self.env.get_db_cnx() File "build/bdist.linux-i686/egg/trac/env.py", line 328, in get_db_cnx return get_read_db(self) File "build/bdist.linux-i686/egg/trac/db/api.py", line 90, in get_read_db return _transaction_local.db or DatabaseManager(env).get_connection() File "build/bdist.linux-i686/egg/trac/db/api.py", line 152, in get_connection return self._cnx_pool.get_cnx(self.timeout or None) File "build/bdist.linux-i686/egg/trac/db/pool.py", line 226, in get_cnx return _backend.get_cnx(self._connector, self._kwargs, timeout) File "build/bdist.linux-i686/egg/trac/db/pool.py", line 146, in get_cnx raise TimeoutError(errmsg) TimeoutError: Unable to get database connection within 0 seconds. TracError(u'The user daemon requires read _and_ write permissions to the database file /var/www/trac/test/db/trac.db and the directory it is located in.',)
How can I to deal it?
Attachments (0)
Note:
See TracTickets
for help on using tickets.
This is an InstallationIssue. I would start by following the advice on the last line (although I'm not sure what the "user daemon" is, there's no such thing in Trac core).