Comment 0 for bug 416629

Revision history for this message
Thomas Herve (therve) wrote :

Got the following traceback a couple of times while testing on EC2:

  File "/usr/lib/python2.5/site-packages/landscape/plugin.py", line 82, in dispatch_message
    return handler(message)
  File "/usr/lib/python2.5/site-packages/landscape/manager/packagemanager.py", line 39, in _enqueue_message_as_changer_task
    self._package_store.add_task("changer", message)
  File "/usr/lib/python2.5/site-packages/landscape/package/store.py", line 34, in inner
    result = method(self, cursor, *args, **kwargs)
  File "/usr/lib/python2.5/site-packages/landscape/package/store.py", line 280, in add_task
    "VALUES (?,?,?)", (queue, time.time(), buffer(data)))
OperationalError: no such table: task

It only happens when scheduling a package activity shortly after startup.