Hi Antonio, On Wednesday 23 June 2010, Antonio David wrote: > Hi everybody, > > we are using Agilo 1.3.0.1-PRO (without pro version), and when > certain users enter a sprint backlog, it appears a red div, with the > text "Server sent back unparseable data". ... > File "/usr/local/lib/python2.5/site-packages/Trac-0.11.6-py2.5.egg/ > trac/db/sqlite_backend.py", line 51, in _rollback_on_error > return function(self, *args, **kwargs) > OperationalError: database is locked
SQLite does not scale well with parallel access, as it locks the whole database on write (as you see in the error message). For production use, I would recommend using Postgresql. There is no real workaround here. Regards, Robert -- Follow Agilo on Twitter: http://twitter.com/agiloforscrum Please support us by reviewing and voting on: http://userstories.com/products/8-agilo-for-scrum http://ohloh.net/p/agilo-scrum http://freshmeat.net/projects/agiloforscrum You have received this message because you are subscribed to the "Agilo for Scrum" Google Group. This group is focused on supporting Agilo for Scrum users and is moderated by agile42 GmbH <http://www.agile42.com>. To post to this group, send email to [email protected] To unsubscribe from this group, send an email to [email protected] For more options, visit this group at http://groups.google.com/group/agilo

