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
  • #679

Closed
Open
Created Apr 14, 2012 by Administrator@rootOwner

Error 500 on root...

Created by: tader

After pulling the most recent commit 86d7b4f1 I get a 500 error on one of my two gitlab installations. I'm fairly new to rails, and I have no clue on how to debug this. Could anybody please help me fix this error? I guess these are the relevant error messages:

Started GET "/" for 127.0.0.1 at 2012-04-14 14:28:47 +0200
Processing by ProjectsController#index as HTML
  Rendered events/_event_issue.html.haml (10.8ms)
  Rendered events/_event_issue.html.haml (2.5ms)
  Rendered events/_event_issue.html.haml (2.6ms)
  Rendered events/_event_issue.html.haml (2.5ms)
  Rendered events/_event_issue.html.haml (3.1ms)
  Rendered events/_commit.html.haml (3.7ms)
  Rendered events/_event_push.html.haml (12.9ms)
  Rendered events/_event.html.haml (37.0ms)
  Rendered projects/index.html.haml within layouts/application (44.5ms)
Completed 500 Internal Server Error in 83ms

ActionView::Template::Error (could not find any magic files!):
    2:   = link_to project_commit_path(project, :id => commit.id) do
    3:     %p
    4:       %code.left= commit.id.to_s[0..10]
    5:       %strong.cgray= commit.author_name
    6:       –
    7:       = image_tag gravatar_icon(commit.author_email), :class => "avatar", :width => 16
    8:       %span.row_title= truncate(commit.safe_message, :length => 50) rescue "--broken encoding"
  lib/gitlabhq/encode.rb:6:in `utf8'
  app/models/commit.rb:106:in `author_name'
  app/views/events/_commit.html.haml:5:in `block in _app_views_events__commit_html_haml___3233509175021644429_54192240'
  app/views/events/_commit.html.haml:2:in `_app_views_events__commit_html_haml___3233509175021644429_54192240'
  app/views/events/_event_push.html.haml:22:in `block in _app_views_events__event_push_html_haml___4457503804596722269_56687740'
  app/views/events/_event_push.html.haml:21:in `each'
  app/views/events/_event_push.html.haml:21:in `_app_views_events__event_push_html_haml___4457503804596722269_56687740'
  app/views/events/_event.html.haml:8:in `_app_views_events__event_html_haml__1822029664429085930_55807940'
  app/views/projects/index.html.haml:13:in `_app_views_projects_index_html_haml___1510014827832877488_57610300'




Started GET "/" for 127.0.0.1 at 2012-04-14 14:28:52 +0200
Processing by ProjectsController#index as HTML
  Rendered events/_event_issue.html.haml (4.5ms)
  Rendered events/_event_issue.html.haml (2.5ms)
  Rendered events/_event_issue.html.haml (2.8ms)
  Rendered events/_event_issue.html.haml (2.5ms)
  Rendered events/_event_issue.html.haml (2.4ms)
  Rendered events/_commit.html.haml (1.5ms)
  Rendered events/_event_push.html.haml (7.7ms)
  Rendered events/_event.html.haml (23.8ms)
  Rendered projects/index.html.haml within layouts/application (27.9ms)
Completed 500 Internal Server Error in 48ms

ActionView::Template::Error (could not find any magic files!):
    2:   = link_to project_commit_path(project, :id => commit.id) do
    3:     %p
    4:       %code.left= commit.id.to_s[0..10]
    5:       %strong.cgray= commit.author_name
    6:       –
    7:       = image_tag gravatar_icon(commit.author_email), :class => "avatar", :width => 16
    8:       %span.row_title= truncate(commit.safe_message, :length => 50) rescue "--broken encoding"
  lib/gitlabhq/encode.rb:6:in `utf8'
  app/models/commit.rb:106:in `author_name'
  app/views/events/_commit.html.haml:5:in `block in _app_views_events__commit_html_haml___3233509175021644429_54192240'
  app/views/events/_commit.html.haml:2:in `_app_views_events__commit_html_haml___3233509175021644429_54192240'
  app/views/events/_event_push.html.haml:22:in `block in _app_views_events__event_push_html_haml___4457503804596722269_56687740'
  app/views/events/_event_push.html.haml:21:in `each'
  app/views/events/_event_push.html.haml:21:in `_app_views_events__event_push_html_haml___4457503804596722269_56687740'
  app/views/events/_event.html.haml:8:in `_app_views_events__event_html_haml__1822029664429085930_55807940'
  app/views/projects/index.html.haml:13:in `_app_views_projects_index_html_haml___1510014827832877488_57610300'
Assignee
Assign to
Time tracking