#1096: problem with sqlalchemy and Identity
-----------------------+----------------------------------------------------
 Reporter:  jerojasro  |       Owner:  anonymous
     Type:  defect     |      Status:  new      
 Priority:  normal     |   Milestone:           
Component:  Identity   |     Version:  0.9a6    
 Severity:  normal     |    Keywords:           
-----------------------+----------------------------------------------------
 Every once in a while I get this message on the TurboGears console

 Exception in thread VisitManager:
 Traceback (most recent call last):
  File "/usr/lib/python2.4/threading.py", line 442, in __bootstrap
    self.run()
  File
 "/usr/lib/python2.4/site-packages/TurboGears-0.9a9-
 py2.4.egg/turbogears/visit/api.py",
 line 256, in run
    self.update_queued_visits(queue)
  File
 "/usr/lib/python2.4/site-packages/TurboGears-0.9a9-
 py2.4.egg/turbogears/visit/savisit.py",
 line 56, in update_queued_visits
    values={'expiry': expiry}).execute()
  File "/usr/lib/python2.4/site-packages/sqlalchemy/sql.py", line 509,
 in execute
    return self.execute_using(self.engine, *multiparams, **params)
  File "/usr/lib/python2.4/site-packages/sqlalchemy/sql.py", line 463,
 in execute_using
    return self.compile(engine=engine,
 parameters=compile_params).execute(*multiparams, **params)
  File "/usr/lib/python2.4/site-packages/sqlalchemy/sql.py", line 374,
 in execute
    raise exceptions.InvalidRequestError("This Compiled object is not
 bound to any engine.")
 InvalidRequestError: This Compiled object is not bound to any engine.

 It started to appear since I migrated from SQLObject to SQLAlchemy.
 However, is other report that says the same is happening with a
 quickstarted project.

 I haven't seen any particular action or event that triggers this problem.

 I'm using TG 0.9a9, postgres (latest), Linux (SuSE 10)

-- 
Ticket URL: <http://trac.turbogears.org/turbogears/ticket/1096>
TurboGears <http://www.turbogears.org/>
TurboGears front-to-back web development
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"TurboGears Tickets" group.
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/turbogears-tickets
-~----------~----~----~----~------~----~------~--~---

Reply via email to