wmatrix importer is failing |
||
Issue description
ERROR:root:ts_mon monitoring is disabled because the endpoint provided is invalid or not supported:
ERROR:root:ts_mon monitoring is disabled because the endpoint provided is invalid or not supported:
Traceback (most recent call last):
File "/whining/src/backend/update_wmdb.py", line 37, in <module>
init_days=options.init_days)
File "/whining/src/backend/update_lib.py", line 123, in wrapped_query
settings.settings.suite_scheduler_ini)
File "/whining/src/backend/get_schedule.py", line 53, in get_schedule
with open(sched_ini) as f:
IOError: [Errno 2] No such file or directory: '/usr/local/autotest/suite_scheduler.ini'
,
Jun 1 2018
Is this different from http://crbug.com/848596 The stack traces are different, but could be related issues. Where is this log from? /var/log/whining/update.log.old ?
,
Jun 1 2018
Yes that is where the log is from. I believe they are related, I think if the importer has never run you get that other exception. https://cs.corp.google.com/chromeos_public/src/third_party/whining/src/backend/update_lib.py?rcl=c325abd3eff318af433a1a5667f5d2745f893945&l=121 Need to remove this code and see if it still works. |
||
►
Sign in to add a comment |
||
Comment 1 by haddowk@chromium.org
, Jun 1 2018