Hello! After upgrading to Trac 1.0 (from 0.12) I got one annoying problem... After an timeout in access to my trac website (I got this every morning because nobody uses my trac in the night) I got this exception:
Traceback (most recent call last): File "build/bdist.linux-x86_64/egg/trac/web/api.py", line 502, in send_error File "build/bdist.linux-x86_64/egg/trac/web/chrome.py", line 955, in render_template File "build/bdist.linux-x86_64/egg/trac/web/api.py", line 304, in __getattr__ File "build/bdist.linux-x86_64/egg/trac/web/main.py", line 268, in _get_session File "build/bdist.linux-x86_64/egg/trac/web/session.py", line 200, in __init__ File "build/bdist.linux-x86_64/egg/trac/web/api.py", line 304, in __getattr__ File "build/bdist.linux-x86_64/egg/trac/web/main.py", line 135, in authenticate File "build/bdist.linux-x86_64/egg/acct_mgr/web_ui.py", line 489, in wrap File "build/bdist.linux-x86_64/egg/acct_mgr/web_ui.py", line 544, in authenticate File "build/bdist.linux-x86_64/egg/trac/web/auth.py", line 91, in authenticate File "build/bdist.linux-x86_64/egg/acct_mgr/web_ui.py", line 618, in _get_name_for_cookie File "build/bdist.linux-x86_64/egg/trac/web/auth.py", line 238, in _get_name_for_cookie File "build/bdist.linux-x86_64/egg/trac/web/auth.py", line 234, in _cookie_to_name File "build/bdist.linux-x86_64/egg/trac/db/api.py", line 115, in execute File "build/bdist.linux-x86_64/egg/trac/db/api.py", line 165, in __enter__ File "build/bdist.linux-x86_64/egg/trac/db/api.py", line 250, in get_connection File "build/bdist.linux-x86_64/egg/trac/db/pool.py", line 213, in get_cnx File "build/bdist.linux-x86_64/egg/trac/db/pool.py", line 134, in get_cnx TimeoutError: Unable to get database connection within 0 seconds. (OperationalError: unable to open database file) My server is running on Debian linux on Intel x64 and using sqlite database backend... Any help is welcome))) Unfortunately I don't have enough time right now to fix it myself(( -- You received this message because you are subscribed to the Google Groups "Trac Users" group. To view this discussion on the web visit https://groups.google.com/d/msg/trac-users/-/RpcIyhVo2IoJ. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/trac-users?hl=en.
