Login | Register For Free | Help
Search for: (Advanced)

Mailing List Archive: Trac: Tickets
[The Trac Project] #2969: SQLite library routine called out of sequence, with mod_python, apache, trac, and sqlite all installed by darwinports
 

Index | Next | Previous | View Flat


noreply at edgewall

Apr 1, 2006, 6:54 PM


Views: 6244
Permalink
[The Trac Project] #2969: SQLite library routine called out of sequence, with mod_python, apache, trac, and sqlite all installed by darwinports

#2969: SQLite library routine called out of sequence, with mod_python, apache,
trac, and sqlite all installed by darwinports
---------------------------------+------------------------------------------
Reporter: careo [at] fastmail | Owner: cmlenz
Type: defect | Status: new
Priority: normal | Milestone:
Component: mod_python frontend | Version: 0.9.4
Severity: normal | Keywords:
---------------------------------+------------------------------------------
With apache2 2.2.0, pysqlite 2.0.7, python 2.4.2, sqlite3 3.3.4, and
trac 0.9.4 (all installed through Darwinports) on OS X 10.4.5, I'm getting
the following error (I've stripped out the date, ip and "{{{PythonHandler
trac.web.modpython_frontend}}}" from the beginning of each line for
readability):

{{{
Traceback (most recent call last):
File "/opt/local/lib/python2.4/site-packages/mod_python/apache.py", line
299, inHandlerDispatch\n result = object(req)
File "/opt/local/lib/python2.4/site-
packages/trac/web/modpython_frontend.py", line 199, in handler\n env =
get_environment(mpr, project_opts)
File "/opt/local/lib/python2.4/site-packages/trac/web/main.py", line
335, in get_environment\n return _open_environment(env_path, threaded)
File "/opt/local/lib/python2.4/site-packages/trac/web/main.py", line 51,
in _open_environment\n env_cache[env_path] = open_environment(env_path)
File "/opt/local/lib/python2.4/site-packages/trac/env.py", line 375, in
open_environment\n if env.needs_upgrade():
File "/opt/local/lib/python2.4/site-packages/trac/env.py", line 279, in
needs_upgrade\n db = self.get_db_cnx()
File "/opt/local/lib/python2.4/site-packages/trac/env.py", line 137, in
get_db_cnx\n return self.__cnx_pool.get_cnx()
File "/opt/local/lib/python2.4/site-packages/trac/db.py", line 157, in
get_cnx\n cnx = self._cnx_class(**self._args)
File "/opt/local/lib/python2.4/site-packages/trac/db.py", line 280, in
__init__\n timeout=timeout)
ProgrammingError: library routine called out of sequence
}}}

--
Ticket URL: <http://projects.edgewall.com/trac/ticket/2969>
The Trac Project <http://trac.edgewall.com/>

Subject User Time
[The Trac Project] #2969: SQLite library routine called out of sequence, with mod_python, apache, trac, and sqlite all installed by darwinports noreply at edgewall Apr 1, 2006, 6:54 PM
    Re: [The Trac Project] #2969: SQLite library routine called out of sequence, with mod_python, apache, trac, and sqlite all installed by darwinports noreply at edgewall Apr 1, 2006, 7:01 PM
    Re: [The Trac Project] #2969: SQLite library routine called out of sequence, with mod_python, apache, trac, and sqlite all installed by darwinports noreply at edgewall Apr 1, 2006, 8:31 PM
    Re: [The Trac Project] #2969: SQLite library routine called out of sequence, with mod_python, apache, trac, and sqlite all installed by darwinports noreply at edgewall Apr 26, 2006, 1:49 PM
    Re: [The Trac Project] #2969: SQLite library routine called out of sequence, with mod_python, apache, trac, and sqlite all installed by darwinports noreply at edgewall May 10, 2006, 10:03 AM
    Re: [The Trac Project] #2969: SQLite library routine called out of sequence, with mod_python, apache, trac, and sqlite all installed by darwinports noreply at edgewall May 10, 2006, 4:08 PM
    Re: [The Trac Project] #2969: SQLite library routine called out of sequence, with mod_python, apache, trac, and sqlite all installed by darwinports noreply at edgewall May 14, 2006, 1:23 AM
    Re: [The Trac Project] #2969: SQLite library routine called out of sequence, with mod_python, apache, trac, and sqlite all installed by darwinports noreply at edgewall May 23, 2006, 11:01 PM
    Re: [The Trac Project] #2969: SQLite library routine called out of sequence, with mod_python, apache, trac, and sqlite all installed by darwinports noreply at edgewall May 24, 2006, 12:56 AM
    Re: [The Trac Project] #2969: SQLite library routine called out of sequence, with mod_python, apache, trac, and sqlite all installed by darwinports noreply at edgewall Jun 13, 2006, 9:25 AM
    Re: [The Trac Project] #2969: SQLite library routine called out of sequence, with mod_python, apache, trac, and sqlite all installed by darwinports noreply at edgewall Jun 24, 2006, 5:39 AM
    Re: [The Trac Project] #2969: SQLite library routine called out of sequence, with mod_python, apache, trac, and sqlite all installed by darwinports noreply at edgewall Jun 26, 2006, 8:45 AM
    Re: [The Trac Project] #2969: SQLite library routine called out of sequence, with mod_python, apache, trac, and sqlite all installed by darwinports noreply at edgewall Jun 27, 2006, 7:45 AM
    Re: [The Trac Project] #2969: SQLite library routine called out of sequence, with mod_python, apache, trac, and sqlite all installed by darwinports noreply at edgewall Jun 27, 2006, 7:09 PM
    Re: [The Trac Project] #2969: SQLite library routine called out of sequence, with mod_python, apache, trac, and sqlite all installed by darwinports noreply at edgewall Jun 27, 2006, 9:39 PM
    Re: [The Trac Project] #2969: SQLite library routine called out of sequence, with mod_python, apache, trac, and sqlite all installed by darwinports noreply at edgewall Jun 28, 2006, 10:03 AM
    Re: [The Trac Project] #2969: SQLite library routine called out of sequence, with mod_python, apache, trac, and sqlite all installed by darwinports noreply at edgewall Jun 28, 2006, 12:44 PM
    Re: [The Trac Project] #2969: SQLite library routine called out of sequence, with mod_python, apache, trac, and sqlite all installed by darwinports noreply at edgewall Jul 30, 2006, 4:20 AM
    Re: [The Trac Project] #2969: SQLite library routine called out of sequence, with mod_python, apache, trac, and sqlite all installed by darwinports noreply at edgewall Aug 10, 2006, 4:23 PM
    Re: [The Trac Project] #2969: SQLite library routine called out of sequence, with mod_python, apache, trac, and sqlite all installed by darwinports noreply at edgewall Sep 8, 2006, 11:57 PM
    Re: [The Trac Project] #2969: SQLite library routine called out of sequence, with mod_python, apache, trac, and sqlite all installed by darwinports noreply at edgewall Oct 1, 2006, 1:43 PM
    Re: [The Trac Project] #2969: SQLite library routine called out of sequence, with mod_python, apache, trac, and sqlite all installed by darwinports noreply at edgewall Oct 3, 2006, 11:01 AM

  Index | Next | Previous | View Flat
 
 


Interested in having your list archived? Contact Gossamer Threads
 
  Web Applications & Managed Hosting Powered by Gossamer Threads Inc.