Can't save project. Please try again later
Created by: recrack
This is my env.
[Mac@~/gitlab] sudo -u gitlab -H bundle exec rake gitlab:env:info
RAILS_ENV=production
System information
System: Mac OS X 10.8.3
Current User: gitlab
Using RVM: no
Ruby Version: 1.9.3p385
Gem Version: 2.0.3
Bundler Version:1.3.5
Rake Version: 10.0.4
GitLab information
Version: 5.1.0
Revision: 74ef297
Directory: /home/gitlab/gitlab
DB Adapter: mysql2
URL: http://localhost
HTTP Clone URL: http://localhost/some-project.git
SSH Clone URL: git@localhost:some-project.git
Using LDAP: no
Using Omniauth: no
GitLab Shell
Version: 1.3.0
Repositories: /home/git/repositories/
Hooks: /home/git/gitlab-shell/hooks/
Git: /usr/bin/git
Logs
Started GET "/assets/application-7d93083de17aed493e725681ac46eb51.js" for xxx.xxx.xxx.xxx at 2013-04-26 09:52:46
+0900
Served asset /application-7d93083de17aed493e725681ac46eb51.js - 304 Not Modified (0ms)
Started GET "/assets/application-d9ac723bf072b20e076d846b34435cfa.css" for xxx.xxx.xxx.xxx at 2013-04-26 09:52:46
+0900
Served asset /application-d9ac723bf072b20e076d846b34435cfa.css - 304 Not Modified (0ms)
Started GET "/?limit=20&offset=0&_=1366937567151" for xxx.xxx.xxx.xxx at 2013-04-26 09:52:46 +0900
Processing by DashboardController#show as JS
Parameters: {"limit"=>"20", "offset"=>"0", "_"=>"1366937567151"}
Rendered collection (0.0ms)
Rendered dashboard/show.js.haml (3.0ms)
Completed 200 OK in 27ms (Views: 2.8ms | ActiveRecord: 10.2ms)
Started GET "/assets/logo-black.png" for xxx.xxx.xxx.xxx at 2013-04-26 09:52:46 +0900
Served asset /logo-black.png - 304 Not Modified (0ms)
Started GET "/assets/icon-search.png" for xxx.xxx.xxx.xxx at 2013-04-26 09:52:46 +0900
Served asset /icon-search.png - 304 Not Modified (0ms)
Started GET "/projects/new" for xxx.xxx.xxx.xxx at 2013-04-26 09:52:50 +0900
Processing by ProjectsController#new as HTML
Rendered projects/_new_form.html.haml (10.4ms)
Rendered projects/new.html.haml within layouts/application (11.0ms)
Rendered layouts/_head.html.haml (1.5ms)
Rendered layouts/_search.html.haml (17.5ms)
Rendered layouts/_init_auto_complete.html.haml (10.0ms)
Rendered layouts/_head_panel.html.haml (32.5ms)
Rendered layouts/_flash.html.haml (0.2ms)
Rendered layouts/nav/_dashboard.html.haml (6.1ms)
Completed 200 OK in 56ms (Views: 46.2ms | ActiveRecord: 7.4ms)
Started GET "/assets/application-d9ac723bf072b20e076d846b34435cfa.css" for xxx.xxx.xxx.xxx at 2013-04-26 09:52:50
+0900
Served asset /application-d9ac723bf072b20e076d846b34435cfa.css - 304 Not Modified (0ms)
Started GET "/assets/application-7d93083de17aed493e725681ac46eb51.js" for xxx.xxx.xxx.xxx at 2013-04-26 09:52:50
+0900
Served asset /application-7d93083de17aed493e725681ac46eb51.js - 304 Not Modified (0ms)
Started GET "/assets/logo-black.png" for xxx.xxx.xxx.xxx at 2013-04-26 09:52:51 +0900
Served asset /logo-black.png - 304 Not Modified (0ms)
Started GET "/assets/icon-search.png" for xxx.xxx.xxx.xxx at 2013-04-26 09:52:51 +0900
Served asset /icon-search.png - 304 Not Modified (0ms)
Started POST "/projects" for xxx.xxx.xxx.xxx at 2013-04-26 09:52:56 +0900
Processing by ProjectsController#create as JS
Parameters: {"utf8"=>"~S", "authenticity_token"=>"JCYEmitqkm4u2QS11UeNR5OWZ3NH/OgovUN+svRLzGI=", "project"=>>
{"name"=>"AzurePort", "namespace_id"=>"1", "import_url"=>""}, "commit"=>"Create project"}
Rendered projects/_new_form.html.haml (11.1ms)
Rendered projects/create.js.haml (12.2ms)
Completed 200 OK in 34ms (Views: 10.9ms | ActiveRecord: 7.6ms)
Connecting to database specified by database.yml
Creating scope :opened. Overwriting existing method Issue.opened.
Creating scope :closed. Overwriting existing method MergeRequest.closed.