Code review comment for lp:~nchohan/appscale/SSLCassyMysql

Revision history for this message
Chris Bunch (cgb-cs) wrote :

All databases other than MySQL appear to work fine (haven't tried apps other than guestbook yet). MySQL has failed twice. Sample output from one run:

Traceback (most recent call last):
  File "/root/appscale/AppDB/mysql/prime_mysql.py", line 64, in <module>
    drop_database()
  File "/root/appscale/AppDB/mysql/prime_mysql.py", line 32, in drop_database
    cursor.execute("DROP DATABASE IF EXISTS appscale;")
  File "/var/lib/python-support/python2.6/MySQLdb/cursors.py", line 166, in execute
    self.errorhandler(self, exc, value)
  File "/var/lib/python-support/python2.6/MySQLdb/connections.py", line 35, in defaulterrorhandler
    raise errorclass, errorvalue
_mysql_exceptions.OperationalError: (1051, "Unknown table 'xUSERS__'")

...

gzip: stdin: unexpected end of file
tar: Child returned status 1
tar: Error exit delayed from previous errors
[Tue Jun 29 17:39:47 +0000 2010] saw a cron request with args [128.111.55.237][][guestbook]
cron: lang was neither python nor java but was []
cron: lang was neither python nor java but was []
/root/appscale/AppDB/mysql/prime_mysql.py:55: Warning: Table 'xAPPS__' already exists

Will try running MySQL again.

« Back to merge proposal