The 'Nobel-Prize-Winners_-_19-09-05' instance failed to start.

Check the log file at '/usr/local/flamenco/instances/Nobel-Prize-Winners_-_19-09-05/log.txt' for more details. Here are the last few lines:

  File "../../webware/WebKit/Application.py", line 567, in handleGoodURL
    self.respond(transaction)
  File "../../webware/WebKit/Application.py", line 776, in respond
    transaction.respond()
  File "../../webware/WebKit/Transaction.py", line 105, in respond
    self._servlet.respond(self)
  File "../../webware/WebKit/HTTPServlet.py", line 38, in respond
    method(trans)
  File "../../webware/WebKit/Page.py", line 34, in respondToGet
    self._respond(transaction)
  File "../../webware/WebKit/Page.py", line 73, in _respond
    self.writeHTML()
  File "/usr/local/flamenco/python/Page.py", line 109, in writeHTML
    self.prepare()
  File "/usr/local/flamenco/python/InterfaceBase.py", line 183, in prepare
    self.count = db.count(self.query)
  File "/usr/local/flamenco/python/metadb.py", line 201, in count
    result = self.db.select('count(*)', tables or ['items'], conditions)
  File "/usr/local/flamenco/python/metadb.py", line 71, in select
    where + group + having + order + limit)
  File "/usr/local/flamenco/python/metadb.py", line 80, in query
    execute(cursor, sql)
  File "/usr/local/flamenco/python/metadb.py", line 24, in execute
    cursor.execute(sql)
  File "/usr/lib64/python2.7/dist-packages/MySQLdb/cursors.py", line 174, in execute