"Can't save project. Please try again later" Centos 5.10 -- logs included below
Created by: xEtherealx
I get the message "Can't save project. Please try again later" when trying to create a project (as administrator) on Centos 5.10. I know, crusty distro... are there other logs and/or debug steps that I can look into?
Here's my info/log dump:
bundle exec rake gitlab:env:info RAILS_ENV=production
DEPRECATION WARNING: You have Rails 2.3-style plugins in vendor/plugins! Support for these plugins will be removed in Rails 4.0. Move them out and bundle them in your Gemfile, or fold them in to your app as lib/myplugin/* and config/initializers/myplugin.rb. See the release notes for more on this: http://weblog.rubyonrails.org/2012/1/4/rails-3-2-0-rc2-has-been-released. (called from <top (required)> at /opt/gitlab-6.4.0.pre2-0/apps/gitlab/htdocs/Rakefile:7)
System information
System: CentOS 5.10
Current User: git
Using RVM: no
Ruby Version: 1.9.3p484
Gem Version: 1.8.24
Bundler Version:1.3.5
Rake Version: 10.1.0
GitLab information
Version: 6.4.0.pre
Revision: 16916fb
Directory: /opt/gitlab-6.4.0.pre2-0/apps/gitlab/htdocs
DB Adapter: mysql2
URL: http://127.0.0.1
HTTP Clone URL: http://127.0.0.1/some-project.git
SSH Clone URL: [email protected]:some-project.git
Using LDAP: no
Using Omniauth: no
GitLab Shell
Version: 1.8.0
Repositories: /opt/gitlab-6.4.0.pre2-0/apps/gitlab/repositories/
Hooks: /opt/gitlab-6.4.0.pre2-0/apps/gitlab/gitlab-shell/hooks/
Git: /opt/gitlab-6.4.0.pre2-0/git/bin/git
application.log:
December 16, 2013 16:11: Administrator created a new project "Administrator / dsfsadf"
production.log:
Started POST "/projects" for xxxx at 2013-12-16 16:11:12 -0500
Processing by ProjectsController#create as JS
Parameters: {"utf8"=>"\u2713", "authenticity_token"=>"xxxxx", "project"=>{"name"=>"dsfsadf", "path"=>"", "namespace_id"=>"1", "import_url"=>"", "description"=>"asdfsadf", "visibility_level"=>"0"}, "commit"=>"Create project"}
Rendered projects/_errors.html.haml (2.1ms)
Rendered projects/create.js.haml (12.1ms)
Completed 200 OK in 675.9ms (Views: 33.9ms | ActiveRecord: 16.2ms)
sidekiq,log:
Reinitialized existing Git repository in /home/git/repositories/rbrennan/dsfsadf.git/
2013-12-16T21:11:13Z 1641 TID-4huoms GitlabShellWorker JID-09d59b40ff3b0d64e0994412 INFO: done: 0.119 sec
mysql.log:
2 Query INSERT INTO `projects` (`created_at`, `creator_id`, `description`, `import_url`, `imported`, `issues_enabled`, `issues_tracker`, `issues_tracker_id`, `last_activity_at`, `merge_requests_enabled`, `name`, `namespace_id`, `path`, `snippets_enabled`, `updated_at`, `visibility_level`, `wall_enabled`, `wiki_enabled`) VALUES ('2013-12-16 21:15:49', 1, 'asdfsadf', '', 0, 1, 'gitlab', NULL, NULL, 1, 'dsfsadf', 1, 'dsfsadf', 0, '2013-12-16 21:15:49', 0, 0, 1)
2 Query UPDATE `projects` SET `last_activity_at` = '2013-12-16 21:15:49' WHERE `projects`.`id` = 1
2 Query SELECT `forked_project_links`.* FROM `forked_project_links` WHERE `forked_project_links`.`forked_to_project_id` = 1 LIMIT 1
2 Query SELECT `namespaces`.* FROM `namespaces` WHERE `namespaces`.`type` IN ('Group') AND `namespaces`.`id` = 1 AND (type = 'Group') LIMIT 1
2 Query SELECT `users`.* FROM `users` WHERE `users`.`id` = 1 LIMIT 1
131216 16:15:50 2 Query ROLLBACK
131216 16:15:51 1 Query SELECT `runners`.* FROM `runners` WHERE `runners`.`token` = 'bfc1b6eb5a41ee62e534d0b20d9def' LIMIT 1
1 Query BEGIN
1 Query SELECT `runner_projects`.* FROM `runner_projects` WHERE `runner_projects`.`runner_id` = 1
1 Query SELECT `builds`.* FROM `builds` WHERE `builds`.`status` = 'pending' AND `builds`.`runner_id` IS NULL ORDER BY created_at ASC LIMIT 1
1 Query COMMIT
131216 16:15:56 1 Query SELECT `runners`.* FROM `runners` WHERE `runners`.`token` = 'bfc1b6eb5a41ee62e534d0b20d9def' LIMIT 1
1 Query BEGIN
1 Query SELECT `runner_projects`.* FROM `runner_projects` WHERE `runner_projects`.`runner_id` = 1
1 Query SELECT `builds`.* FROM `builds` WHERE `builds`.`status` = 'pending' AND `builds`.`runner_id` IS NULL ORDER BY created_at ASC LIMIT 1
1 Query COMMIT