Bug #719
cannot start transaction within a transaction
| Status : | New | Start : | ||
| Priority : | Normal | Due date : | ||
| Assigned to : | tobi - | % Done : | 0% |
|
| Category : | admin | |||
| Target version : | - | |||
| Resolution : |
Description
When running in development mode (script/server or script/server webrick), sqlite3 dedicated development db, rails 1.1, I frequently get an error in the admin tool like the attached backtrace. Once this happens I cannot get any response other than this error from any page, until I restart the server.
History
04/05/2006 03:34 PM - Redmine Admin
On further investigation with a pristine svn tree and database, it seems to happen and not happen as follows:
if I create a new database, go to the admin page, do the migration (nice), then start using the admin tool, I get the error soon.
If I do the same steps but after doing migration go to settings and save settings, then I don't get the error at all, it seems.
So it seems like a migration problem.