As I am newbie to gitlab, I executed the shell script ./gitlabini.sh. On execution, it gave me error which is mentioned below.
Since, I executed it not as git user or root user, the mysql stopped working. I am not getting any clue. Please help on it immediately
ERROR:
Rails Error: Unable to access log file. Please ensure that /opt/gitlab-7.9.3-0/apps/gitlab/htdocs/log/production.log exists and is chmod 0666. The log level has been raised to WARN and the output directed to STDERR until the problem is fixed.
Warning
You are running as user deploymgr, we hope you know what you are doing.
Things may work/fail for the wrong reasons.
For correct results you should run this as user git.
This will create the necessary database tables and seed the database.
You will lose any previous data stored in the database.
Do you want to continue (yes/no)?
Mysql2::Error: Can’t create database ‘bitnami_gitlab’; database exists: CREATE DATABASE bitnami_gitlab
DEFAULT CHARACTER SET utf8
COLLATE utf8_general_ci
bitnami_gitlab already exists
– enable_extension(“plpgsql”)
-> 0.0046s
– create_table(“application_settings”, {:force=>true})
-> 0.3280s
– create_table(“broadcast_messages”, {:force=>true})
-> 0.0908s
– create_table(“deploy_keys_projects”, {:force=>true})
-> 0.0937s
– add_index(“deploy_keys_projects”, [“project_id”], {:name=>“index_deploy_keys_projects_on_project_id”, :using=>:btree})
-> 0.4878s
– create_table(“emails”, {:force=>true})
-> 0.0920s
– add_index(“emails”, [“email”], {:name=>“index_emails_on_email”, :unique=>true, :using=>:btree})
-> 0.1076s
– add_index(“emails”, [“user_id”], {:name=>“index_emails_on_user_id”, :using=>:btree})
-> 0.1128s
– create_table(“events”, {:force=>true})
-> 0.1077s
– add_index(“events”, [“action”], {:name=>“index_events_on_action”, :using=>:btree})
-> 0.1240s
– add_index(“events”, [“author_id”], {:name=>“index_events_on_author_id”, :using=>:btree})
-> 0.1750s
– add_index(“events”, [“created_at”], {:name=>“index_events_on_created_at”, :using=>:btree})
-> 0.1221s
– add_index(“events”, [“project_id”], {:name=>“index_events_on_project_id”, :using=>:btree})
-> 0.1258s
– add_index(“events”, [“target_id”], {:name=>“index_events_on_target_id”, :using=>:btree})
-> 0.1083s
– add_index(“events”, [“target_type”], {:name=>“index_events_on_target_type”, :using=>:btree})
-> 0.1276s
– create_table(“forked_project_links”, {:force=>true})
-> 0.0928s
– add_index(“forked_project_links”, [“forked_to_project_id”], {:name=>“index_forked_project_links_on_forked_to_project_id”, :unique=>true, :using=>:btree})
-> 0.1092s
– create_table(“identities”, {:force=>true})
-> 0.1273s
– add_index(“identities”, [“created_at”, “id”], {:name=>“index_identities_on_created_at_and_id”, :using=>:btree})
-> 0.1064s
– add_index(“identities”, [“user_id”], {:name=>“index_identities_on_user_id”, :using=>:btree})
-> 0.1250s
– create_table(“issues”, {:force=>true})
-> 0.0945s
– add_index(“issues”, [“assignee_id”], {:name=>“index_issues_on_assignee_id”, :using=>:btree})
-> 0.1270s
– add_index(“issues”, [“author_id”], {:name=>“index_issues_on_author_id”, :using=>:btree})
-> 0.1209s
– add_index(“issues”, [“created_at”, “id”], {:name=>“index_issues_on_created_at_and_id”, :using=>:btree})
-> 0.1278s
– add_index(“issues”, [“created_at”], {:name=>“index_issues_on_created_at”, :using=>:btree})
-> 0.1543s
– add_index(“issues”, [“milestone_id”], {:name=>“index_issues_on_milestone_id”, :using=>:btree})
-> 0.1252s
– add_index(“issues”, [“project_id”, “iid”], {:name=>“index_issues_on_project_id_and_iid”, :unique=>true, :using=>:btree})
-> 0.1403s
– add_index(“issues”, [“project_id”], {:name=>“index_issues_on_project_id”, :using=>:btree})
-> 0.1248s
– add_index(“issues”, [“title”], {:name=>“index_issues_on_title”, :using=>:btree})
-> 0.1081s
– create_table(“keys”, {:force=>true})
-> 0.0948s
– add_index(“keys”, [“created_at”, “id”], {:name=>“index_keys_on_created_at_and_id”, :using=>:btree})
-> 0.1573s
– add_index(“keys”, [“user_id”], {:name=>“index_keys_on_user_id”, :using=>:btree})
-> 0.2014s
– create_table(“label_links”, {:force=>true})
-> 0.1575s
– add_index(“label_links”, [“label_id”], {:name=>“index_label_links_on_label_id”, :using=>:btree})
-> 0.1581s
– add_index(“label_links”, [“target_id”, “target_type”], {:name=>“index_label_links_on_target_id_and_target_type”, :using=>:btree})
-> 0.1850s
– create_table(“labels”, {:force=>true})
-> 0.0940s
– add_index(“labels”, [“project_id”], {:name=>“index_labels_on_project_id”, :using=>:btree})
-> 0.1228s
– create_table(“members”, {:force=>true})
-> 0.0935s
– add_index(“members”, [“access_level”], {:name=>“index_members_on_access_level”, :using=>:btree})
-> 0.1087s
– add_index(“members”, [“created_at”, “id”], {:name=>“index_members_on_created_at_and_id”, :using=>:btree})
-> 0.1267s
– add_index(“members”, [“source_id”, “source_type”], {:name=>“index_members_on_source_id_and_source_type”, :using=>:btree})
-> 0.1235s
– add_index(“members”, [“type”], {:name=>“index_members_on_type”, :using=>:btree})
-> 0.1257s
– add_index(“members”, [“user_id”], {:name=>“index_members_on_user_id”, :using=>:btree})
-> 0.1256s
– create_table(“merge_request_diffs”, {:force=>true})
-> 0.0919s
– add_index(“merge_request_diffs”, [“merge_request_id”], {:name=>“index_merge_request_diffs_on_merge_request_id”, :unique=>true, :using=>:btree})
-> 0.1574s
– create_table(“merge_requests”, {:force=>true})
-> 0.0926s
– add_index(“merge_requests”, [“assignee_id”], {:name=>“index_merge_requests_on_assignee_id”, :using=>:btree})
-> 0.1429s
– add_index(“merge_requests”, [“author_id”], {:name=>“index_merge_requests_on_author_id”, :using=>:btree})
-> 0.1244s
– add_index(“merge_requests”, [“created_at”, “id”], {:name=>“index_merge_requests_on_created_at_and_id”, :using=>:btree})
-> 0.1072s
– add_index(“merge_requests”, [“created_at”], {:name=>“index_merge_requests_on_created_at”, :using=>:btree})
-> 0.1251s
– add_index(“merge_requests”, [“milestone_id”], {:name=>“index_merge_requests_on_milestone_id”, :using=>:btree})
-> 0.1075s
– add_index(“merge_requests”, [“source_branch”], {:name=>“index_merge_requests_on_source_branch”, :using=>:btree})
-> 0.1267s
– add_index(“merge_requests”, [“source_project_id”], {:name=>“index_merge_requests_on_source_project_id”, :using=>:btree})
-> 0.1241s
– add_index(“merge_requests”, [“target_branch”], {:name=>“index_merge_requests_on_target_branch”, :using=>:btree})
-> 0.1106s
– add_index(“merge_requests”, [“target_project_id”, “iid”], {:name=>“index_merge_requests_on_target_project_id_and_iid”, :unique=>true, :using=>:btree})
-> 0.1111s
– add_index(“merge_requests”, [“title”], {:name=>“index_merge_requests_on_title”, :using=>:btree})
-> 0.1242s
– create_table(“milestones”, {:force=>true})
-> 0.0927s
– add_index(“milestones”, [“created_at”, “id”], {:name=>“index_milestones_on_created_at_and_id”, :using=>:btree})
-> 0.0931s
– add_index(“milestones”, [“due_date”], {:name=>“index_milestones_on_due_date”, :using=>:btree})
-> 0.1105s
– add_index(“milestones”, [“project_id”, “iid”], {:name=>“index_milestones_on_project_id_and_iid”, :unique=>true, :using=>:btree})
-> 0.1402s
– add_index(“milestones”, [“project_id”], {:name=>“index_milestones_on_project_id”, :using=>:btree})
-> 0.1083s
– create_table(“namespaces”, {:force=>true})
-> 0.0950s
– add_index(“namespaces”, [“created_at”, “id”], {:name=>“index_namespaces_on_created_at_and_id”, :using=>:btree})
-> 0.1253s
– add_index(“namespaces”, [“name”], {:name=>“index_namespaces_on_name”, :unique=>true, :using=>:btree})
-> 0.1236s
– add_index(“namespaces”, [“owner_id”], {:name=>“index_namespaces_on_owner_id”, :using=>:btree})
-> 0.1100s
– add_index(“namespaces”, [“path”], {:name=>“index_namespaces_on_path”, :unique=>true, :using=>:btree})
-> 0.1078s
– add_index(“namespaces”, [“type”], {:name=>“index_namespaces_on_type”, :using=>:btree})
-> 0.1283s
– create_table(“notes”, {:force=>true})
-> 0.0915s
– add_index(“notes”, [“author_id”], {:name=>“index_notes_on_author_id”, :using=>:btree})
-> 0.1278s
– add_index(“notes”, [“commit_id”], {:name=>“index_notes_on_commit_id”, :using=>:btree})
-> 0.1207s
– add_index(“notes”, [“created_at”, “id”], {:name=>“index_notes_on_created_at_and_id”, :using=>:btree})
-> 0.1752s
– add_index(“notes”, [“created_at”], {:name=>“index_notes_on_created_at”, :using=>:btree})
-> 0.1057s
– add_index(“notes”, [“noteable_id”, “noteable_type”], {:name=>“index_notes_on_noteable_id_and_noteable_type”, :using=>:btree})
-> 0.1112s
– add_index(“notes”, [“noteable_type”], {:name=>“index_notes_on_noteable_type”, :using=>:btree})
-> 0.1244s
– add_index(“notes”, [“project_id”, “noteable_type”], {:name=>“index_notes_on_project_id_and_noteable_type”, :using=>:btree})
-> 0.1253s
– add_index(“notes”, [“project_id”], {:name=>“index_notes_on_project_id”, :using=>:btree})
-> 0.1404s
– add_index(“notes”, [“updated_at”], {:name=>“index_notes_on_updated_at”, :using=>:btree})
-> 0.1550s
– create_table(“oauth_access_grants”, {:force=>true})
-> 0.0929s
– add_index(“oauth_access_grants”, [“token”], {:name=>“index_oauth_access_grants_on_token”, :unique=>true, :using=>:btree})
-> 0.1276s
– create_table(“oauth_access_tokens”, {:force=>true})
-> 0.1105s
– add_index(“oauth_access_tokens”, [“refresh_token”], {:name=>“index_oauth_access_tokens_on_refresh_token”, :unique=>true, :using=>:btree})
-> 0.1229s
– add_index(“oauth_access_tokens”, [“resource_owner_id”], {:name=>“index_oauth_access_tokens_on_resource_owner_id”, :using=>:btree})
-> 0.1482s
– add_index(“oauth_access_tokens”, [“token”], {:name=>“index_oauth_access_tokens_on_token”, :unique=>true, :using=>:btree})
-> 0.1328s
– create_table(“oauth_applications”, {:force=>true})
-> 0.0931s
– add_index(“oauth_applications”, [“owner_id”, “owner_type”], {:name=>“index_oauth_applications_on_owner_id_and_owner_type”, :using=>:btree})
-> 0.1567s
– add_index(“oauth_applications”, [“uid”], {:name=>“index_oauth_applications_on_uid”, :unique=>true, :using=>:btree})
-> 0.1240s
– create_table(“projects”, {:force=>true})
-> 0.1258s
– add_index(“projects”, [“created_at”, “id”], {:name=>“index_projects_on_created_at_and_id”, :using=>:btree})
-> 0.1395s
– add_index(“projects”, [“creator_id”], {:name=>“index_projects_on_creator_id”, :using=>:btree})
-> 0.1091s
– add_index(“projects”, [“last_activity_at”], {:name=>“index_projects_on_last_activity_at”, :using=>:btree})
-> 0.1422s
– add_index(“projects”, [“namespace_id”], {:name=>“index_projects_on_namespace_id”, :using=>:btree})
-> 0.1225s
– add_index(“projects”, [“star_count”], {:name=>“index_projects_on_star_count”, :using=>:btree})
-> 0.1273s
– create_table(“protected_branches”, {:force=>true})
-> 0.0913s
– add_index(“protected_branches”, [“project_id”], {:name=>“index_protected_branches_on_project_id”, :using=>:btree})
-> 0.1121s
– create_table(“services”, {:force=>true})
-> 0.0938s
– add_index(“services”, [“created_at”, “id”], {:name=>“index_services_on_created_at_and_id”, :using=>:btree})
-> 0.1095s
– add_index(“services”, [“project_id”], {:name=>“index_services_on_project_id”, :using=>:btree})
-> 0.2958s
– create_table(“snippets”, {:force=>true})
-> 0.1233s
– add_index(“snippets”, [“author_id”], {:name=>“index_snippets_on_author_id”, :using=>:btree})
-> 0.1263s
– add_index(“snippets”, [“created_at”, “id”], {:name=>“index_snippets_on_created_at_and_id”, :using=>:btree})
-> 0.1706s
– add_index(“snippets”, [“created_at”], {:name=>“index_snippets_on_created_at”, :using=>:btree})
-> 0.1097s
– add_index(“snippets”, [“expires_at”], {:name=>“index_snippets_on_expires_at”, :using=>:btree})
-> 0.1252s
– add_index(“snippets”, [“project_id”], {:name=>“index_snippets_on_project_id”, :using=>:btree})
-> 0.1101s
– add_index(“snippets”, [“visibility_level”], {:name=>“index_snippets_on_visibility_level”, :using=>:btree})
-> 0.1236s
– create_table(“subscriptions”, {:force=>true})
-> 0.1066s
– add_index(“subscriptions”, [“subscribable_id”, “subscribable_type”, “user_id”], {:name=>“subscriptions_user_id_and_ref_fields”, :unique=>true, :using=>:btree})
-> 0.1092s
– create_table(“taggings”, {:force=>true})
-> 0.0985s
– add_index(“taggings”, [“tag_id”], {:name=>“index_taggings_on_tag_id”, :using=>:btree})
-> 0.1207s
– add_index(“taggings”, [“taggable_id”, “taggable_type”, “context”], {:name=>“index_taggings_on_taggable_id_and_taggable_type_and_context”, :using=>:btree})
-> 0.1423s
– create_table(“tags”, {:force=>true})
-> 0.1550s
– create_table(“users”, {:force=>true})
-> 0.1101s
– add_index(“users”, [“admin”], {:name=>“index_users_on_admin”, :using=>:btree})
-> 0.1246s
– add_index(“users”, [“authentication_token”], {:name=>“index_users_on_authentication_token”, :unique=>true, :using=>:btree})
-> 0.1406s
– add_index(“users”, [“confirmation_token”], {:name=>“index_users_on_confirmation_token”, :unique=>true, :using=>:btree})
-> 0.1267s
– add_index(“users”, [“created_at”, “id”], {:name=>“index_users_on_created_at_and_id”, :using=>:btree})
-> 0.1231s
– add_index(“users”, [“current_sign_in_at”], {:name=>“index_users_on_current_sign_in_at”, :using=>:btree})
-> 0.1610s
– add_index(“users”, [“email”], {:name=>“index_users_on_email”, :unique=>true, :using=>:btree})
-> 0.1225s
– add_index(“users”, [“name”], {:name=>“index_users_on_name”, :using=>:btree})
-> 0.2938s
– add_index(“users”, [“reset_password_token”], {:name=>“index_users_on_reset_password_token”, :unique=>true, :using=>:btree})
-> 0.2037s
– add_index(“users”, [“username”], {:name=>“index_users_on_username”, :using=>:btree})
-> 0.1268s
– create_table(“users_star_projects”, {:force=>true})
-> 0.1067s
– add_index(“users_star_projects”, [“project_id”], {:name=>“index_users_star_projects_on_project_id”, :using=>:btree})
-> 0.1385s
– add_index(“users_star_projects”, [“user_id”, “project_id”], {:name=>“index_users_star_projects_on_user_id_and_project_id”, :unique=>true, :using=>:btree})
-> 0.1212s
– add_index(“users_star_projects”, [“user_id”], {:name=>“index_users_star_projects_on_user_id”, :using=>:btree})
-> 0.1158s
– create_table(“web_hooks”, {:force=>true})
-> 0.1667s
– add_index(“web_hooks”, [“created_at”, “id”], {:name=>“index_web_hooks_on_created_at_and_id”, :using=>:btree})
-> 0.1330s
– add_index(“web_hooks”, [“project_id”], {:name=>“index_web_hooks_on_project_id”, :using=>:btree})
-> 0.1216s
– initialize_schema_migrations_table()
-> 0.0038s
Adding limits to schema.rb for mysql
– change_column(:merge_request_diffs, :st_commits, :text, {:limit=>2147483647})
-> 0.1592s
– change_column(:merge_request_diffs, :st_diffs, :text, {:limit=>2147483647})
-> 0.1556s
– change_column(:snippets, :content, :text, {:limit=>2147483647})
-> 0.1566s
– change_column(:notes, :st_diff, :text, {:limit=>2147483647})
-> 0.1705s
== Seed from /opt/gitlab-7.9.3-0/apps/gitlab/htdocs/db/fixtures/production/001_admin.rb
rake aborted!
Errno::EACCES: Permission denied - /opt/gitlab-7.9.3-0/apps/gitlab/htdocs/log/application.log
/opt/gitlab-7.9.3-0/apps/gitlab/htdocs/vendor/bundle/ruby/2.0.0/gems/seed-fu-2.3.1/lib/seed-fu/runner.rb:46:in eval' /opt/gitlab-7.9.3-0/apps/gitlab/htdocs/lib/gitlab/logger.rb:29:in
new’
/opt/gitlab-7.9.3-0/apps/gitlab/htdocs/lib/gitlab/logger.rb:29:in build' /opt/gitlab-7.9.3-0/apps/gitlab/htdocs/lib/gitlab/logger.rb:12:in
info’
/opt/gitlab-7.9.3-0/apps/gitlab/htdocs/app/models/user.rb:570:in log_info' /opt/gitlab-7.9.3-0/apps/gitlab/htdocs/app/models/user.rb:555:in
post_create_hook’
/opt/gitlab-7.9.3-0/apps/gitlab/htdocs/vendor/bundle/ruby/2.0.0/gems/activesupport-4.1.9/lib/active_support/callbacks.rb:424:in block in make_lambda' /opt/gitlab-7.9.3-0/apps/gitlab/htdocs/vendor/bundle/ruby/2.0.0/gems/activesupport-4.1.9/lib/active_support/callbacks.rb:221:in
call’
/opt/gitlab-7.9.3-0/apps/gitlab/htdocs/vendor/bundle/ruby/2.0.0/gems/activesupport-4.1.9/lib/active_support/callbacks.rb:221:in block in halting_and_conditional' /opt/gitlab-7.9.3-0/apps/gitlab/htdocs/vendor/bundle/ruby/2.0.0/gems/activesupport-4.1.9/lib/active_support/callbacks.rb:86:in
call’
/opt/gitlab-7.9.3-0/apps/gitlab/htdocs/vendor/bundle/ruby/2.0.0/gems/activesupport-4.1.9/lib/active_support/callbacks.rb:86:in run_callbacks' /opt/gitlab-7.9.3-0/apps/gitlab/htdocs/vendor/bundle/ruby/2.0.0/gems/activerecord-4.1.9/lib/active_record/callbacks.rb:306:in
_create_record’
/opt/gitlab-7.9.3-0/apps/gitlab/htdocs/vendor/bundle/ruby/2.0.0/gems/activerecord-4.1.9/lib/active_record/timestamp.rb:57:in _create_record' /opt/gitlab-7.9.3-0/apps/gitlab/htdocs/vendor/bundle/ruby/2.0.0/gems/activerecord-4.1.9/lib/active_record/persistence.rb:483:in
create_or_update’
/opt/gitlab-7.9.3-0/apps/gitlab/htdocs/vendor/bundle/ruby/2.0.0/gems/activerecord-4.1.9/lib/active_record/callbacks.rb:302:in block in create_or_update' /opt/gitlab-7.9.3-0/apps/gitlab/htdocs/vendor/bundle/ruby/2.0.0/gems/activesupport-4.1.9/lib/active_support/callbacks.rb:113:in
call’
/opt/gitlab-7.9.3-0/apps/gitlab/htdocs/vendor/bundle/ruby/2.0.0/gems/activesupport-4.1.9/lib/active_support/callbacks.rb:113:in call' /opt/gitlab-7.9.3-0/apps/gitlab/htdocs/vendor/bundle/ruby/2.0.0/gems/activesupport-4.1.9/lib/active_support/callbacks.rb:166:in
block in halting’
/opt/gitlab-7.9.3-0/apps/gitlab/htdocs/vendor/bundle/ruby/2.0.0/gems/activesupport-4.1.9/lib/active_support/callbacks.rb:166:in call' /opt/gitlab-7.9.3-0/apps/gitlab/htdocs/vendor/bundle/ruby/2.0.0/gems/activesupport-4.1.9/lib/active_support/callbacks.rb:166:in
block in halting’
/opt/gitlab-7.9.3-0/apps/gitlab/htdocs/vendor/bundle/ruby/2.0.0/gems/activesupport-4.1.9/lib/active_support/callbacks.rb:166:in call' /opt/gitlab-7.9.3-0/apps/gitlab/htdocs/vendor/bundle/ruby/2.0.0/gems/activesupport-4.1.9/lib/active_support/callbacks.rb:166:in
block in halting’
/opt/gitlab-7.9.3-0/apps/gitlab/htdocs/vendor/bundle/ruby/2.0.0/gems/activesupport-4.1.9/lib/active_support/callbacks.rb:215:in call' /opt/gitlab-7.9.3-0/apps/gitlab/htdocs/vendor/bundle/ruby/2.0.0/gems/activesupport-4.1.9/lib/active_support/callbacks.rb:215:in
block in halting_and_conditional’
/opt/gitlab-7.9.3-0/apps/gitlab/htdocs/vendor/bundle/ruby/2.0.0/gems/activesupport-4.1.9/lib/active_support/callbacks.rb:215:in call' /opt/gitlab-7.9.3-0/apps/gitlab/htdocs/vendor/bundle/ruby/2.0.0/gems/activesupport-4.1.9/lib/active_support/callbacks.rb:215:in
block in halting_and_conditional’
/opt/gitlab-7.9.3-0/apps/gitlab/htdocs/vendor/bundle/ruby/2.0.0/gems/activesupport-4.1.9/lib/active_support/callbacks.rb:215:in call' /opt/gitlab-7.9.3-0/apps/gitlab/htdocs/vendor/bundle/ruby/2.0.0/gems/activesupport-4.1.9/lib/active_support/callbacks.rb:215:in
block in halting_and_conditional’
/opt/gitlab-7.9.3-0/apps/gitlab/htdocs/vendor/bundle/ruby/2.0.0/gems/activesupport-4.1.9/lib/active_support/callbacks.rb:86:in call' /opt/gitlab-7.9.3-0/apps/gitlab/htdocs/vendor/bundle/ruby/2.0.0/gems/activesupport-4.1.9/lib/active_support/callbacks.rb:86:in
run_callbacks’
/opt/gitlab-7.9.3-0/apps/gitlab/htdocs/vendor/bundle/ruby/2.0.0/gems/activerecord-4.1.9/lib/active_record/callbacks.rb:302:in create_or_update' /opt/gitlab-7.9.3-0/apps/gitlab/htdocs/vendor/bundle/ruby/2.0.0/gems/activerecord-4.1.9/lib/active_record/persistence.rb:103:in
save’
/opt/gitlab-7.9.3-0/apps/gitlab/htdocs/vendor/bundle/ruby/2.0.0/gems/activerecord-4.1.9/lib/active_record/validations.rb:51:in save' /opt/gitlab-7.9.3-0/apps/gitlab/htdocs/vendor/bundle/ruby/2.0.0/gems/activerecord-4.1.9/lib/active_record/attribute_methods/dirty.rb:21:in
save’
/opt/gitlab-7.9.3-0/apps/gitlab/htdocs/vendor/bundle/ruby/2.0.0/gems/activerecord-4.1.9/lib/active_record/transactions.rb:268:in block (2 levels) in save' /opt/gitlab-7.9.3-0/apps/gitlab/htdocs/vendor/bundle/ruby/2.0.0/gems/activerecord-4.1.9/lib/active_record/transactions.rb:329:in
block in with_transaction_returning_status’
/opt/gitlab-7.9.3-0/apps/gitlab/htdocs/vendor/bundle/ruby/2.0.0/gems/activerecord-4.1.9/lib/active_record/connection_adapters/abstract/database_statements.rb:199:in transaction' /opt/gitlab-7.9.3-0/apps/gitlab/htdocs/vendor/bundle/ruby/2.0.0/gems/activerecord-4.1.9/lib/active_record/transactions.rb:208:in
transaction’
/opt/gitlab-7.9.3-0/apps/gitlab/htdocs/vendor/bundle/ruby/2.0.0/gems/activerecord-4.1.9/lib/active_record/transactions.rb:326:in with_transaction_returning_status' /opt/gitlab-7.9.3-0/apps/gitlab/htdocs/vendor/bundle/ruby/2.0.0/gems/activerecord-4.1.9/lib/active_record/transactions.rb:268:in
block in save’
/opt/gitlab-7.9.3-0/apps/gitlab/htdocs/vendor/bundle/ruby/2.0.0/gems/activerecord-4.1.9/lib/active_record/transactions.rb:283:in rollback_active_record_state!' /opt/gitlab-7.9.3-0/apps/gitlab/htdocs/vendor/bundle/ruby/2.0.0/gems/activerecord-4.1.9/lib/active_record/transactions.rb:267:in
save’
/opt/gitlab-7.9.3-0/apps/gitlab/htdocs/vendor/bundle/ruby/2.0.0/gems/state_machine-1.2.0/lib/state_machine/integrations/active_record.rb:483:in block in save' /opt/gitlab-7.9.3-0/apps/gitlab/htdocs/vendor/bundle/ruby/2.0.0/gems/state_machine-1.2.0/lib/state_machine/integrations/active_record.rb:502:in
block (2 levels) in around_save’
/opt/gitlab-7.9.3-0/apps/gitlab/htdocs/vendor/bundle/ruby/2.0.0/gems/state_machine-1.2.0/lib/state_machine/transition_collection.rb:150:in block in run_actions' /opt/gitlab-7.9.3-0/apps/gitlab/htdocs/vendor/bundle/ruby/2.0.0/gems/state_machine-1.2.0/lib/state_machine/transition_collection.rb:170:in
catch_exceptions’
/opt/gitlab-7.9.3-0/apps/gitlab/htdocs/vendor/bundle/ruby/2.0.0/gems/state_machine-1.2.0/lib/state_machine/transition_collection.rb:148:in run_actions' /opt/gitlab-7.9.3-0/apps/gitlab/htdocs/vendor/bundle/ruby/2.0.0/gems/state_machine-1.2.0/lib/state_machine/transition_collection.rb:133:in
run_callbacks’
/opt/gitlab-7.9.3-0/apps/gitlab/htdocs/vendor/bundle/ruby/2.0.0/gems/state_machine-1.2.0/lib/state_machine/transition_collection.rb:212:in run_callbacks' /opt/gitlab-7.9.3-0/apps/gitlab/htdocs/vendor/bundle/ruby/2.0.0/gems/state_machine-1.2.0/lib/state_machine/transition_collection.rb:63:in
block (2 levels) in perform’
/opt/gitlab-7.9.3-0/apps/gitlab/htdocs/vendor/bundle/ruby/2.0.0/gems/state_machine-1.2.0/lib/state_machine/transition_collection.rb:63:in catch' /opt/gitlab-7.9.3-0/apps/gitlab/htdocs/vendor/bundle/ruby/2.0.0/gems/state_machine-1.2.0/lib/state_machine/transition_collection.rb:63:in
block in perform’
/opt/gitlab-7.9.3-0/apps/gitlab/htdocs/vendor/bundle/ruby/2.0.0/gems/state_machine-1.2.0/lib/state_machine/transition_collection.rb:186:in within_transaction' /opt/gitlab-7.9.3-0/apps/gitlab/htdocs/vendor/bundle/ruby/2.0.0/gems/state_machine-1.2.0/lib/state_machine/transition_collection.rb:62:in
perform’
/opt/gitlab-7.9.3-0/apps/gitlab/htdocs/vendor/bundle/ruby/2.0.0/gems/state_machine-1.2.0/lib/state_machine/integrations/active_record.rb:502:in block in around_save' /opt/gitlab-7.9.3-0/apps/gitlab/htdocs/vendor/bundle/ruby/2.0.0/gems/state_machine-1.2.0/lib/state_machine/integrations/active_record.rb:530:in
block in transaction’
/opt/gitlab-7.9.3-0/apps/gitlab/htdocs/vendor/bundle/ruby/2.0.0/gems/activerecord-4.1.9/lib/active_record/connection_adapters/abstract/database_statements.rb:199:in transaction' /opt/gitlab-7.9.3-0/apps/gitlab/htdocs/vendor/bundle/ruby/2.0.0/gems/activerecord-4.1.9/lib/active_record/transactions.rb:208:in
transaction’
/opt/gitlab-7.9.3-0/apps/gitlab/htdocs/vendor/bundle/ruby/2.0.0/gems/state_machine-1.2.0/lib/state_machine/integrations/active_record.rb:529:in transaction' /opt/gitlab-7.9.3-0/apps/gitlab/htdocs/vendor/bundle/ruby/2.0.0/gems/state_machine-1.2.0/lib/state_machine/integrations/active_record.rb:501:in
around_save’
/opt/gitlab-7.9.3-0/apps/gitlab/htdocs/vendor/bundle/ruby/2.0.0/gems/state_machine-1.2.0/lib/state_machine/integrations/active_record.rb:483:in save' /opt/gitlab-7.9.3-0/apps/gitlab/htdocs/vendor/bundle/ruby/2.0.0/gems/activerecord-4.1.9/lib/active_record/persistence.rb:34:in
create’
(eval):9:in block (2 levels) in run_file' /opt/gitlab-7.9.3-0/apps/gitlab/htdocs/vendor/bundle/ruby/2.0.0/gems/seed-fu-2.3.1/lib/seed-fu/runner.rb:46:in
eval’
/opt/gitlab-7.9.3-0/apps/gitlab/htdocs/vendor/bundle/ruby/2.0.0/gems/seed-fu-2.3.1/lib/seed-fu/runner.rb:46:in block (2 levels) in run_file' /opt/gitlab-7.9.3-0/apps/gitlab/htdocs/vendor/bundle/ruby/2.0.0/gems/seed-fu-2.3.1/lib/seed-fu/runner.rb:58:in
block in open’
/opt/gitlab-7.9.3-0/apps/gitlab/htdocs/vendor/bundle/ruby/2.0.0/gems/seed-fu-2.3.1/lib/seed-fu/runner.rb:57:in open' /opt/gitlab-7.9.3-0/apps/gitlab/htdocs/vendor/bundle/ruby/2.0.0/gems/seed-fu-2.3.1/lib/seed-fu/runner.rb:57:in
open’
/opt/gitlab-7.9.3-0/apps/gitlab/htdocs/vendor/bundle/ruby/2.0.0/gems/seed-fu-2.3.1/lib/seed-fu/runner.rb:36:in block in run_file' /opt/gitlab-7.9.3-0/apps/gitlab/htdocs/vendor/bundle/ruby/2.0.0/gems/activerecord-4.1.9/lib/active_record/connection_adapters/abstract/database_statements.rb:201:in
block in transaction’
/opt/gitlab-7.9.3-0/apps/gitlab/htdocs/vendor/bundle/ruby/2.0.0/gems/activerecord-4.1.9/lib/active_record/connection_adapters/abstract/database_statements.rb:209:in within_new_transaction' /opt/gitlab-7.9.3-0/apps/gitlab/htdocs/vendor/bundle/ruby/2.0.0/gems/activerecord-4.1.9/lib/active_record/connection_adapters/abstract/database_statements.rb:201:in
transaction’
/opt/gitlab-7.9.3-0/apps/gitlab/htdocs/vendor/bundle/ruby/2.0.0/gems/activerecord-4.1.9/lib/active_record/transactions.rb:208:in transaction' /opt/gitlab-7.9.3-0/apps/gitlab/htdocs/vendor/bundle/ruby/2.0.0/gems/seed-fu-2.3.1/lib/seed-fu/runner.rb:35:in
run_file’
/opt/gitlab-7.9.3-0/apps/gitlab/htdocs/vendor/bundle/ruby/2.0.0/gems/seed-fu-2.3.1/lib/seed-fu/runner.rb:26:in block in run' /opt/gitlab-7.9.3-0/apps/gitlab/htdocs/vendor/bundle/ruby/2.0.0/gems/seed-fu-2.3.1/lib/seed-fu/runner.rb:25:in
each’
/opt/gitlab-7.9.3-0/apps/gitlab/htdocs/vendor/bundle/ruby/2.0.0/gems/seed-fu-2.3.1/lib/seed-fu/runner.rb:25:in run' /opt/gitlab-7.9.3-0/apps/gitlab/htdocs/vendor/bundle/ruby/2.0.0/gems/seed-fu-2.3.1/lib/seed-fu.rb:29:in
seed’
/opt/gitlab-7.9.3-0/apps/gitlab/htdocs/vendor/bundle/ruby/2.0.0/gems/seed-fu-2.3.1/lib/tasks/seed_fu.rake:36:in block (2 levels) in <top (required)>' /opt/gitlab-7.9.3-0/apps/gitlab/htdocs/lib/tasks/gitlab/setup.rake:19:in
setup_db’
/opt/gitlab-7.9.3-0/apps/gitlab/htdocs/lib/tasks/gitlab/setup.rake:4:in `block (2 levels) in <top (required)>’
Tasks: TOP => db:seed_fu
(See full trace by running task with --trace)