I have found some interesting redis errors in "/opt/gitlab-7.4.0-0/apps/gitlabci/htdocs/log/production.log":
Started GET "/gitlabci/projects/1/web_hooks/5/test" for 76.104.242.176 at 2014-10-26 17:36:57 +0000 Processing by WebHooksController#test as HTML Parameters: {"project_id"=>"1", "id"=>"5"} Completed 500 Internal Server Error in 21ms Redis::CannotConnectError (Error connecting to Redis on localhost:6379 (ECONNREFUSED)): app/services/web_hook_service.rb:13:in `async_execute_hook' app/services/web_hook_service.rb:8:in `block in execute_hooks' app/services/web_hook_service.rb:7:in `execute_hooks' app/services/web_hook_service.rb:3:in `build_end' app/services/test_hook_service.rb:3:in `execute' app/controllers/web_hooks_controller.rb:26:in `test' Started GET "/gitlabci/projects/1/web_hooks/5/test" for 76.104.242.176 at 2014-10-26 17:36:58 +0000 Processing by WebHooksController#test as HTML Parameters: {"project_id"=>"1", "id"=>"5"} Completed 500 Internal Server Error in 131ms Redis::CannotConnectError (Error connecting to Redis on localhost:6379 (ECONNREFUSED)): app/services/web_hook_service.rb:13:in `async_execute_hook' app/services/web_hook_service.rb:8:in `block in execute_hooks' app/services/web_hook_service.rb:7:in `execute_hooks' app/services/web_hook_service.rb:3:in `build_end' app/services/test_hook_service.rb:3:in `execute' app/controllers/web_hooks_controller.rb:26:in `test' I have ran a ctlscript status and verified that redis is indeed configured and running, however isn't responding on localhost with the TCP port, since I believe it is setup to respond to sock and not TCP port. Is this maybe an issue with the default configuration? On Sunday, October 26, 2014 11:16:36 AM UTC-7, Gary Wright wrote: > output from "/opt/gitlab-7.4.0-0/apps/gitlab/htdocs/log/production.log": > > Completed 200 OK in 21ms (Views: 15.6ms | ActiveRecord: 0.0ms) > Started GET "/" for 65.55.244.47 at 2014-10-25 20:07:42 +0000 > Processing by DashboardController#show as */* > Completed 401 Unauthorized in 1ms > Started GET "/users/sign_in" for 65.55.244.47 at 2014-10-25 20:07:42 +0000 > Processing by SessionsController#new as */* > Completed 200 OK in 17ms (Views: 7.5ms | ActiveRecord: 0.0ms) > Started GET "/" for 157.55.14.43 at 2014-10-25 20:08:23 +0000 > Processing by DashboardController#show as */* > Completed 401 Unauthorized in 1ms > Started GET "/users/sign_in" for 157.55.14.43 at 2014-10-25 20:08:23 +0000 > Processing by SessionsController#new as */* > Completed 200 OK in 25ms (Views: 17.6ms | ActiveRecord: 0.0ms) > :100000000 > Processing by Projects::HooksController#index as HTML > Parameters: {"project_id"=>"garyw/garyw_test"} > Completed 200 OK in 94ms (Views: 65.6ms | ActiveRecord: 8.2ms) > Started GET "/garyw/garyw_test/hooks/3/test" for 76.104.242.176 at > 2014-10-26 18:09:29 +0000 > Processing by Projects::HooksController#test as HTML > Parameters: {"project_id"=>"garyw/garyw_test", "id"=>"3"} > Completed 500 Internal Server Error in 92ms > EOFError (end of file reached): > app/models/hooks/web_hook.rb:35:in `execute' > app/services/test_hook_service.rb:4:in `execute' > app/controllers/projects/hooks_controller.rb:28:in `test' > > Started GET "/garyw/garyw_test/hooks/3/test" for 76.104.242.176 at > 2014-10-26 18:09:30 +0000 > Processing by Projects::HooksController#test as HTML > Parameters: {"project_id"=>"garyw/garyw_test", "id"=>"3"} > Completed 500 Internal Server Error in 403ms > EOFError (end of file reached): > app/models/hooks/web_hook.rb:35:in `execute' > app/services/test_hook_service.rb:4:in `execute' > app/controllers/projects/hooks_controller.rb:28:in `test' > > -- You received this message because you are subscribed to the Google Groups "GitLab" group. To unsubscribe from this group and stop receiving emails from it, send an email to gitlabhq+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/gitlabhq/c91ad4cd-812a-4620-9b49-3c06aaee4cbd%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.