Hi Peter,
Galaxy starts, but any operation that involves changes in the database seems to fail.
One “solution” I found was to move to the default branch (hg update default) instead of the “stable” one...there the problem seems to be fixed somehow.
However, then I get another error when trying to create a new history because the attribute “genome_build” in the payload is “null” and, according to the error,
it should be a string. Details:
source |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
xhr |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
options |
|
Disabling this specific validation in /home/lukas007/galaxy-dist/lib/galaxy/webapps/galaxy/api/histories.py (by disabling I mean just putting a dummy string
value in “genome_build”) will restore the “normal” Galaxy functionality and all seems to be working fine now...until I hit something that depends on this “genome_build” parameter of course... Is this a known issue? If not, hereby ;)
Regards,
Pieter.
-----Original Message-----
From: Peter Cock [mailto:p.j.a.cock@googlemail.com]
Sent: woensdag 18 december 2013 17:36
To: Lukasse, Pieter
Cc: Galaxy Dev
Subject: Re: New Galaxy won't start, SQLite (OperationalError) database is locked
On Wed, Dec 18, 2013 at 12:51 PM, Lukasse, Pieter <pieter.lukasse@wur.nl> wrote:
> Hi Peter,
>
> I know that ;) Still I am curious about the possible solution. Any ideas?
>
> Regards,
>
> Pieter.
Could you clarify the nature of the problem - is it failing to even start as in the situation I reported at the start of this thread, or an intermittent problem?
Note that while generally stable I have had problems with my development machine with heavy SQLite DB access, e.g. a large multi-part job being split creating many child jobs in quick succession.
Peter