Hi Dannon,

Thanks.  I tried to do the hg pull and update and hg tip but I do not see the changes in my working directory.  So I added the one liner eggs.require( "decorator" ) to scripts/manage_db.py.
Ran the sh manage_db.sh upgrade and get this error:

  File "build/bdist.linux-x86_64-ucs4/egg/MySQLdb/cursors.py", line 173, in execute
  File "build/bdist.linux-x86_64-ucs4/egg/MySQLdb/connections.py", line 36, in defaulterrorhandler
sqlalchemy.exc.OperationalError: (OperationalError) (1060, "Duplicate column name 'slug'") '\nALTER TABLE history ADD slug TEXT' ()

So I thought maybe I should remove the column that was added before.

ALTER TABLE history DROP COLUMN slug;

Ran the sh manage_db.sh upgrade again, but now it gives back the original error:

  File "build/bdist.linux-x86_64-ucs4/egg/MySQLdb/connections.py", line 36, in defaulterrorhandler
sqlalchemy.exc.OperationalError: (OperationalError) (1170, "BLOB/TEXT column 'slug' used in key specification without a key length") 'CREATE INDEX ix_history_slug ON history (slug)' ()

Interesting to note that if I ran the sh manage_db.sh again after the CREATE INDEX error above, I get back this error now:
  File "build/bdist.linux-x86_64-ucs4/egg/MySQLdb/connections.py", line 36, in defaulterrorhandler
sqlalchemy.exc.OperationalError: (OperationalError) (1060, "Duplicate column name 'slug'") '\nALTER TABLE history ADD slug TEXT' ()




Inactive hide details for Dannon Baker ---06/05/2013 11:40:32 AM---Hi Linda, The decorator issue should be resolved in galaxy-cDannon Baker ---06/05/2013 11:40:32 AM---Hi Linda, The decorator issue should be resolved in galaxy-central now.  I'm setting

Hi Linda,

The decorator issue should be resolved in galaxy-central now.  I'm setting up a test environment to see if I can reproduce the mysql issue now, and will let you know what I come up with.

Thanks!

-Dannon


On Wed, Jun 5, 2013 at 11:12 AM, Linda Cham <lcham@us.ibm.com> wrote: