Closed arjclark closed 10 years ago
Over the past week a couple of users have reported tasks failing with:
[FAIL] no such table: dep_names
This table is referenced in: lib/python/rose/config_processors/file.py
lib/python/rose/config_processors/file.py
I've asked for users to re-run their tasks with -v -v --debug in hopes of getting some traceback we can work from.
-v -v --debug
Look for .rose-config_processors-file.db file in the application/task work directory. The file is an SQLite database. Is the file corrupted? The quickest work around is to run the task/app in --new mode.
.rose-config_processors-file.db
--new
Over the past week a couple of users have reported tasks failing with:
This table is referenced in:
lib/python/rose/config_processors/file.py
I've asked for users to re-run their tasks with
-v -v --debug
in hopes of getting some traceback we can work from.