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

Closed
Open
Created May 14, 2013 by Administrator@rootOwner

Uninitialized constant Gitlab::Git

Created by: joeandaverde

When sidekiq is trying to run the post_receive worker an error is thrown in app/models/repository.rb

https://github.com/gitlabhq/gitlabhq/blob/master/app/models/repository.rb#L5

2013-05-14T23:48:32Z 5890 TID-n7910 WARN: uninitialized constant Gitlab::Git
2013-05-14T23:48:32Z 5890 TID-n7910 WARN: /home/git/gitlab/app/models/repository.rb:6:in `rescue in initialize'
/home/git/gitlab/app/models/repository.rb:5:in `initialize'
/home/git/gitlab/app/models/project.rb:147:in `new'
/home/git/gitlab/app/models/project.rb:147:in `repository'
/home/git/gitlab/app/services/git_push_service.rb:75:in `post_receive_data'
/home/git/gitlab/app/services/git_push_service.rb:20:in `execute'
/home/git/gitlab/app/workers/post_receive.rb:45:in `perform'
/home/git/gitlab/vendor/bundle/ruby/1.9.1/gems/sidekiq-2.9.0/lib/sidekiq/processor.rb:49:in `block (3 levels) in process'

This seems to prevent the web hooks from being invoked.

Assignee
Assign to
Time tracking