Sidekiq not starting
Created by: adril
System information
System: Debian 6.0.6 Current User: gitlab Using RVM: no Ruby Version: 1.9.3p327 Gem Version: 1.8.23 Bundler Version:1.2.4 Rake Version: 10.0.3
GitLab information
Version: 4.1.0 Revision: db958e59 Directory: /home/gitlab/gitlab DB Adapter: mysql2 URL: http://locatemystickers.com HTTP Clone URL: http://locatemystickers.com/some-project.git SSH Clone URL: git@localhost:some-project.git Using LDAP: no Using Omniauth: no
Error Log
When executing the command: sudo -u gitlab -H bundle exec rake gitlab:check RAILS_ENV=production
Checking Sidekiq ...
Running? ... no Try fixing it: sudo -u gitlab -H bundle exec rake sidekiq:start For more information see: doc/install/installation.md in section "Install Init Script" see log/sidekiq.log for possible errors Please fix the error above and rerun the checks.
When executing the command: cat log/sidekiq.log | grep error
cat log/sidekiq.log | grep ERROR 2013-02-18T18:06:14Z 10727 TID-sk8ok ERROR: Error fetching message: Error connecting to Redis on localhost:6379 (ECONNREFUSED) 2013-02-18T18:06:14Z 10727 TID-sk8ok ERROR: /home/gitlab/gitlab/vendor/bundle/ruby/1.9.1/gems/redis-3.0.2/lib/redis/client.rb:268:in
rescue in establish_connection' 2013-02-18T18:06:14Z 10727 TID-sk8ok ERROR: Error fetching message: Error connecting to Redis on localhost:6379 (ECONNREFUSED) 2013-02-18T18:06:14Z 10727 TID-sk8ok ERROR: /home/gitlab/gitlab/vendor/bundle/ruby/1.9.1/gems/redis-3.0.2/lib/redis/client.rb:268:in
rescue in establish_connection' 2013-02-18T18:06:14Z 10727 TID-sk8ok ERROR: Error fetching message: Error connecting to Redis on localhost:6379 (ECONNREFUSED) ...
Link
I followed these link without success:
- https://github.com/gitlabhq/gitlabhq/blob/4-1-stable/doc/install/installation.md
- https://github.com/gitlabhq/gitlabhq/issues/2995
- https://github.com/gitlabhq/gitlab-public-wiki/wiki/Trouble-Shooting-Guide
Thanks for helping me :)