Skip to content

GitLab

  • Menu
Projects Groups Snippets
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • G gitlabhq1
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 21
    • Issues 21
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 12
    • Merge requests 12
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Packages & Registries
    • Packages & Registries
    • Package Registry
    • Infrastructure Registry
  • Analytics
    • Analytics
    • CI/CD
    • Repository
    • Value stream
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • gpt
  • large_projects
  • gitlabhq1
  • Issues
  • #3345

Closed
Open
Created Mar 24, 2013 by Administrator@rootOwner

error 500 on 5.0 project's show - sidekiq

Created by: brodock

Hi,

I run all the check scripts and everything seems fine, but when I try to open a project's page i get a 500 error.

Looking at the logs, i have this:

ActionView::Template::Error (Error connecting to Redis on 127.0.0.1:6379 (ECONNREFUSED)):
    3:     %span.cgray.pull-right
    4:       #{time_ago_in_words(event.created_at)} ago.
    5:
    6:     = cache event do
    7:       = image_tag gravatar_icon(event.author_email), class: "avatar s24"
    8:
    9:       - if event.push?
  app/views/events/_event.html.haml:6:in `_app_views_events__event_html_haml___1064360536_85484780'
  app/views/projects/show.html.haml:6:in `_app_views_projects_show_html_haml__230065663_85122240'
  app/controllers/projects_controller.rb:62:in `block (2 levels) in show'
  app/controllers/projects_controller.rb:58:in `show'

It may look like my redis server is offline, in fact it's on another machine. I've already updated the configuration on resque.yml to:

production: redis://myserver...:6379
Assignee
Assign to
Time tracking