-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Describe the bug
Traceback (most recent call last):
File "/casa/host/install/python/brainvisa/processes.py", line 3412, in _processExecution
result = process.execution(self)
File "/casa/host/install/brainvisa/toolboxes/morphologist/processes/segmentationpipeline/components/GreyWhiteMesh.py", line 74, in execution
tm.copyReferential(self.hemi_cortex, self.white_mesh)
File "/casa/host/install/python/brainvisa/registration.py", line 308, in copyReferential
refId = self.referential(sourceDiskItem)
File "/casa/host/install/python/brainvisa/registration.py", line 72, in referential
return neuroHierarchy.databases.getDiskItemFromUuid(uuid, None)
File "/casa/host/install/python/brainvisa/data/sqlFSODatabase.py", line 2259, in getDiskItemFromUuid
item = database.getDiskItemFromUuid(uuid, None)
File "/casa/host/install/python/brainvisa/data/sqlFSODatabase.py", line 1455, in getDiskItemFromUuid
cursor = self._getDatabaseCursor()
File "/casa/host/install/python/brainvisa/data/sqlFSODatabase.py", line 1071, in _getDatabaseCursor
cursor.execute('PRAGMA synchronous = 0')
sqlite3.OperationalError: database is locked
To Reproduce
Steps to reproduce the behavior:
- Go to 'Morphologist 2021'
- Select T1 image
- Unselect all before Hemispere Process + Grey White Classification +Grey White Topology (I need to reproduce only step for create white and hemi meshes)
- Unselect all after Cortical Folds
- Launch Process
- See error on the database
Expected behavior
The Morphologist 2021 process crashes with the error message: "database has been locked". Afterthat I can go to Preference -> Database->Edit and I select or unselect activate history in expert setting, click OK and the process works.
Environment:
- Engine: Singularity
- Version of BrainVISA [5.1.1]
Additional context
Only one database is problematic, I try to delete sqlite files and uptade database and problem persist. I have to do my process one by one, because i need to go in database preference for each subject to run the subject.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working



