metomi / rose

:rose: Rose is a toolkit for writing, editing and running application configurations.
https://metomi.github.io/rose/
GNU General Public License v3.0
56 stars 53 forks source link

rose.config_processors.file: dep-names: problem in config_parsers? #1224

Closed arjclark closed 10 years ago

arjclark commented 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

I've asked for users to re-run their tasks with -v -v --debug in hopes of getting some traceback we can work from.

matthewrmshin commented 10 years ago

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.