Document Solution when Autosubmit Fails to write the pkl and db files
Hello @dbeltran, @bdepaula, @isimomun, and @ltenorio
Autosubmit Version
Autosubmit 3.X.X (maybe 4.x.x?)
Expid affected
a82[bcdef]
Summary
I opened this issue to document the solution to document the solution to the issue when the pkl and the db files are malformed due to system instabilities. This happended to Jeronimo Escribano.
A recovery process was underway as esarchive ran into disk quota issues. This problaly cause the failure of the tasks and the proper writing of the pkl and db files.
Without these two files, the recovery
and create commands would not work, throwing the following errors:
[ERROR] Trace:
[CRITICAL] Couldn't restore the job_list or packages, check if the filesystem is having issues [eCode=7040]
Creating jobs...
Loading JobList
Loading backup JobList
[CRITICAL] [eCode=7000]
He managed to solve this by deleting job_packages_EXPID.db
and then running a create command.
()