I installed the Gitorious stack and I can signup & upload the ssh keys without a problem, but the moment I try to create a project, I get a 500 Internal Server error & upon investigating the logs showed:
ActiveRecord::StatementInvalid (Mysql::Error: Lock wait timeout exceeded; try restarting transaction: INSERT INTO projects
(merge_request_custom_states
, bugtracker_url
, wiki_enabled
, merge_requests_need_signoff
, updated_at
, oauth_signoff_key
, oauth_signoff_site
, oauth_path_prefix
, suspended_at
, created_at
, oauth_signoff_secret
, description
, owner_id
, site_id
, mailinglist_url
, owner_type
, user_id
, license
, title
, slug
, home_url
) VALUES(NULL, NULL, 1, 0, '2012-11-19 05:15:17', NULL, NULL, NULL, NULL, '2012-11-19 05:15:17', NULL, 'Test Web project', 2, NULL, NULL, 'User', 2, 'Academic Free License v3.0', 'Test Project', 'test-project', NULL)):
Any help resolving this is appreciated.