I had the brilliant idea of sending the previous email out on a Friday afternoon/evening. I'm just following up with this thread. Best regards, Bruno ---------- Bruno Grande, B.Sc. (Hons) M.Sc. Candidate Dr. Ryan Morin's Laboratory Molecular Biology and Biochemistry, Simon Fraser University SSB7133, 8888 University Drive, Burnaby, BC, Canada, V5A 1S6 On Fri, Nov 7, 2014 at 2:17 PM, Bruno Grande <bgrande@sfu.ca> wrote:
I'm setting up a local development Tool Shed according to Greg Von Kuster's blog post <http://gregvonkuster.org/galaxy-tool-shed-june-2-2014-release/>. During the bootstrapping process, it seems that the creation of the admin user based on the information in user_info.xml fails because of a SQLAlchemy error (see attached stdout.txt). As a result, I believe the API calls for creating categories and users also fail, because they depend on the existence of admin user.
This error seems to be due to a missing repository table in the database. I ran the SQL query against the Tool Shed database within PostgreSQL after the failed bootstrapping command and it returned no error, because the repository table actually exists.
So, I don't know whether the SQL query is being run against the wrong database (*e.g.* the Galaxy database) or if the database schema isn't properly set up by the time SQLAlchemy attempts the query.
I'm using the latest version of Galaxy (revision 83f821c5ecc1).
Best regards, Bruno