Sidekiq doesn't start
Created by: ahti
When i run service gitlab start
(as root), gitlab starts as expected, when querying the status with service gitlab status
however, i get the following output:
cat: /home/gitlab/gitlab/tmp/pids/sidekiq.pid: No such file or directory
Gitlab service / Unicorn with PID 6096 is running.
Gitlab service / Sidekiq with PID is running.
GitLab itself is running, but very unstable. I can access the webinterface, but i very often get a 502 error, especially often when trying to view admin/users and admin/groups.
Trying to run bundle exec rake sidekiq:start RAILS_ENV=production
in ~gitlab/gitlab as user gitlab (via su) fails with the following error:
rake aborted!
Don't know how to build task 'sidekiq:start'
(See full trace by running task with --trace)
appending --trace:
rake aborted!
Don't know how to build task 'sidekiq:start'
/home/gitlab/gitlab/vendor/bundle/ruby/1.9.1/gems/rake-10.0.3/lib/rake/task_manager.rb:49:in `[]'
/home/gitlab/gitlab/vendor/bundle/ruby/1.9.1/gems/rake-10.0.3/lib/rake/application.rb:142:in `invoke_task'
/home/gitlab/gitlab/vendor/bundle/ruby/1.9.1/gems/rake-10.0.3/lib/rake/application.rb:101:in `block (2 levels) in top_level'
/home/gitlab/gitlab/vendor/bundle/ruby/1.9.1/gems/rake-10.0.3/lib/rake/application.rb:101:in `each'
/home/gitlab/gitlab/vendor/bundle/ruby/1.9.1/gems/rake-10.0.3/lib/rake/application.rb:101:in `block in top_level'
/home/gitlab/gitlab/vendor/bundle/ruby/1.9.1/gems/rake-10.0.3/lib/rake/application.rb:110:in `run_with_threads'
/home/gitlab/gitlab/vendor/bundle/ruby/1.9.1/gems/rake-10.0.3/lib/rake/application.rb:95:in `top_level'
/home/gitlab/gitlab/vendor/bundle/ruby/1.9.1/gems/rake-10.0.3/lib/rake/application.rb:73:in `block in run'
/home/gitlab/gitlab/vendor/bundle/ruby/1.9.1/gems/rake-10.0.3/lib/rake/application.rb:160:in `standard_exception_handling'
/home/gitlab/gitlab/vendor/bundle/ruby/1.9.1/gems/rake-10.0.3/lib/rake/application.rb:70:in `run'
/home/gitlab/gitlab/vendor/bundle/ruby/1.9.1/gems/rake-10.0.3/bin/rake:33:in `<top (required)>'
/home/gitlab/gitlab/vendor/bundle/ruby/1.9.1/bin/rake:23:in `load'
/home/gitlab/gitlab/vendor/bundle/ruby/1.9.1/bin/rake:23:in `<main>'
I just did a fresh install of 4-0-stable following the guide as closely as possible.