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

Closed
Open
Created Jul 22, 2013 by Administrator@rootOwner

Error 500 on project page gitlab version 5.4

Created by: leroy0211

I have an error 500 on the project page since a few days. I haven't changed anything, I only restarted the server once.

The first problem was that sidekiq didn't worked anymore, (no css and js files). Today it suddenly started working again, a few minutes later the same problem.

Now all the complete project pages are giving me error 500. Everything looks allright when running the gitlab:check

The error in production.log I get when visiting a random project page is:

Started GET "/l.baeyens/lalala" for 82.176.110.251 at 2013-07-22 12:51:33 +0200
Processing by ProjectsController#show as HTML
  Parameters: {"id"=>"l.baeyens/lalala"}
  Rendered shared/_clone_panel.html.haml (1.2ms)
  Rendered projects/_clone_panel.html.haml (4.1ms)
  Rendered projects/empty.html.haml within layouts/project_resource (10.1ms)
  Rendered layouts/_head.html.haml (2.4ms)
  Rendered layouts/_search.html.haml (29.7ms)
  Rendered layouts/_head_panel.html.haml (36.6ms)
  Rendered layouts/_init_auto_complete.html.haml (28.6ms)
Completed 500 Internal Server Error in 127ms

ActionView::Template::Error (emoji isn't precompiled):
    1: :javascript
    2:   $(function() {
    3:     GitLab.GfmAutoComplete.dataSource = "#{autocomplete_sources_project_path(@project)}"
    4:     GitLab.GfmAutoComplete.Emoji.assetBase = '#{image_path("emoji")}'
    5:     GitLab.GfmAutoComplete.setup();
    6:   });
  app/views/layouts/_init_auto_complete.html.haml:4:in `_app_views_layouts__init_auto_complete_html_haml___734097655741694265_69899628456180'
  app/views/layouts/project_resource.html.haml:6:in `_app_views_layouts_project_resource_html_haml__909688140281821538_69899632287880'
  app/controllers/projects_controller.rb:62:in `block (2 levels) in show'
  app/controllers/projects_controller.rb:59:in `show'

The result of the gitlab:env:info if you need it:

System information
System:         Ubuntu 12.10
Current User:   git
Using RVM:      no
Ruby Version:   2.0.0p247
Gem Version:    2.0.3
Bundler Version:1.3.5
Rake Version:   10.0.4

GitLab information
Version:        5.4.0.rc1
Revision:       f1fc1ae
Directory:      /home/git/gitlab
DB Adapter:     mysql2
URL:            http://git.test.visitpoint.nl
HTTP Clone URL: http://git.test.visitpoint.nl/some-project.git
SSH Clone URL:  [email protected]:some-project.git
Using LDAP:     no
Using Omniauth: no

GitLab Shell
Version:        1.4.0
Repositories:   /home/git/repositories/
Hooks:          /home/git/gitlab-shell/hooks/
Git:            /usr/bin/git

I don't know what is wrong anymore, I tried to reinstall the charlock_holmes gem but didn't worked. (reverted to a previous created snapshot after the reinstall)

update Mysql is running on a different host

Assignee
Assign to
Time tracking