Errors and Solutions¶
Setup stage¶
Failed to load environment template %s using ConfigParser
Check the input
env.ini
template for potential mistakes or typos.SQL engine XXX is not implemented
Currently only
sqlite
is supported.Cant' find XXX file for resource XXX
The resource file is not found for Auptimizer
Error while finding module specification for XXX
XXX can be either
aup.init
oraup.setup
. Double check whether you put the aup.py file for remote execution in your PYTHONPATH instead of the aup package.
Run Experiment¶
Sometimes, when Auptimizer accidentally exits, the resources are not marked as free in the database and will prevent you from using them within Auptimizer. In such scenarios, you might want to reset the status of resources by:
python -m aup.setupdb.reset env.ini