502 Bad Gateway, but things internally seem fine
Created by: krainboltgreene
Here's the log of me turning on sidekiq and using sudo service gitlab start
:
==> log/production.log <==
Connecting to database specified by database.yml
Creating scope :public. Overwriting existing method Project.public.
==> log/sidekiq.log <==
2013-03-09T01:21:51Z 20150 TID-18wf0y INFO: Booting Sidekiq 2.6.4 with Redis at redis://localhost:6379/0
2013-03-09T01:21:51Z 20150 TID-18wf0y INFO: Running in ruby 1.9.3p327 (2012-11-10 revision 37606) [i686-linux]
2013-03-09T01:21:51Z 20150 TID-18wf0y INFO: See LICENSE and the LGPL-3.0 for licensing details.
2013-03-09T01:21:51Z 20150 TID-18wf0y INFO: Starting processing, hit Ctrl-C to stop
==> log/unicorn.stderr.log <==
I, [2013-03-08T20:23:35.565871 #20220] INFO -- : Refreshing Gem list
==> log/production.log <==
Connecting to database specified by database.yml
Creating scope :public. Overwriting existing method Project.public.
==> log/unicorn.stderr.log <==
I, [2013-03-08T20:24:14.539675 #20220] INFO -- : unlinking existing socket=/home/gitlab/gitlab//tmp/sockets/gitlab.socket
I, [2013-03-08T20:24:14.540022 #20220] INFO -- : listening on addr=/home/gitlab/gitlab//tmp/sockets/gitlab.socket fd=11
I, [2013-03-08T20:24:14.613311 #20283] INFO -- : worker=0 ready
I, [2013-03-08T20:24:14.625715 #20220] INFO -- : master process ready
I, [2013-03-08T20:24:14.658845 #20286] INFO -- : worker=1 ready
==> log/production.log <==
Connecting to database specified by database.yml
Creating scope :public. Overwriting existing method Project.public.
==> log/sidekiq.log <==
2013-03-09T01:24:30Z 20256 TID-1a8006 INFO: Booting Sidekiq 2.6.4 with Redis at redis://localhost:6379/0
2013-03-09T01:24:30Z 20256 TID-1a8006 INFO: Running in ruby 1.9.3p327 (2012-11-10 revision 37606) [i686-linux]
2013-03-09T01:24:30Z 20256 TID-1a8006 INFO: See LICENSE and the LGPL-3.0 for licensing details.
2013-03-09T01:24:30Z 20256 TID-1a8006 INFO: Starting processing, hit Ctrl-C to stop
==> log/production.log <==
Started GET "/users/sign_in" for 127.0.0.1 at 2013-03-08 20:25:14 -0500
Processing by Devise::SessionsController#new as HTML
Rendered devise/sessions/new.html.haml within layouts/devise (31.1ms)
==> log/unicorn.stderr.log <==
E, [2013-03-08T20:25:45.720856 #20220] ERROR -- : worker=0 PID:20283 timeout (31s > 30s), killing
E, [2013-03-08T20:25:45.750131 #20220] ERROR -- : reaped #<Process::Status: pid 20283 SIGKILL (signal 9)> worker=0
I, [2013-03-08T20:25:45.820301 #20382] INFO -- : worker=0 ready
If there is more information I can gather, let me know.