Skip to content
GitLab
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Earth Sciences
autosubmit
Wiki
Possible Operational Problems and Solutions
"modules/Visualization/git@earth.bsc.es:es/sunset.git" did not exist on "dc7fbc50c174475abaa6482d771d30e1ea752539"
Possible Operational Problems and Solutions
· Changes
Page history
Create Possible Operational Problems and Solutions
authored
May 19, 2021
by
wuruchi
Hide whitespace changes
Inline
Side-by-side
Possible-Operational-Problems-and-Solutions.md
0 → 100644
View page @
0ff46527
# Possible problems
## Error `database is locked`
If the error appears when creating a new experiment, then the culprit is
`/esarchive/autosubmit/ecearth.db`
.
To fix it, follow these instructions:
`cd /esarchive/autosubmit/`
`sqlite3 ecearth.db .dump > ecearth.db.dump`
`mv ecearth.db ecearth.db~`
`cat ecearth.dump | sqlite3 ecearth.db`
`chmod 777 ecearth.db`
Finally, you can delete the old database
`ecearth.db~`
.
\ No newline at end of file