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

Closed
Open
Created 13 years ago by Administrator@rootOwner
  • New issue

  • Report abuse

  • New issue

  • Report abuse

resque worker rake problem

Closed

resque worker rake problem

Created by: halidaltuner

hi guys,

i installed gitlab master revision.

But resque not working.

if running ./resque script but failed this out

root@git:/home/gitlab/gitlab# ./resque.sh
(in /home/gitlab/gitlab)
rake aborted!
uninitialized constant Rake::DSL
/home/gitlab/gitlab/Rakefile:6:in `<top (required)>'
(See full trace by running task with --trace)

lsb_release -a output;

No LSB modules are available.
Distributor ID: Ubuntu
Description:    Ubuntu 11.10
Release:        11.10
Codename:       oneiric

Linked issues
...

    Related merge requests

    • Administrator
      Administrator @root · 13 years ago
      Owner

      Created by: vsizov

      Do you use bundler?

      By Administrator on 2012-05-22T14:39:56 (imported from GitLab project)

    • Administrator
      Administrator @root · 13 years ago
      Owner

      Created by: halidaltuner

      What you mean?

      I using this command in resque.sh; bundle exec rake environment resque:work QUEUE=post_receive RAILS_ENV=production PIDFILE=tmp/pids/resque_worker.pid BACKGROUND=yes

      root@git:/home/gitlab/gitlab# bundle exec rake environment resque:work QUEUE=post_receive RAILS_ENV=production PIDFILE=tmp/pids/resque_worker.pid BACKGROUND=yes --trace
      (in /home/gitlab/gitlab)
      rake aborted!
      uninitialized constant Rake::DSL
      /home/gitlab/gitlab/vendor/bundle/ruby/1.9.1/gems/railties-3.2.3/lib/rails/tasks/documentation.rake:11:in `<class:RDocTaskWithoutDescriptions>'
      /home/gitlab/gitlab/vendor/bundle/ruby/1.9.1/gems/railties-3.2.3/lib/rails/tasks/documentation.rake:10:in `<top (required)>'
      /home/gitlab/gitlab/vendor/bundle/ruby/1.9.1/gems/railties-3.2.3/lib/rails/tasks.rb:15:in `block in <top (required)>'
      /home/gitlab/gitlab/vendor/bundle/ruby/1.9.1/gems/railties-3.2.3/lib/rails/tasks.rb:6:in `each'
      /home/gitlab/gitlab/vendor/bundle/ruby/1.9.1/gems/railties-3.2.3/lib/rails/tasks.rb:6:in `<top (required)>'
      /home/gitlab/gitlab/vendor/bundle/ruby/1.9.1/gems/railties-3.2.3/lib/rails/application.rb:289:in `block in initialize_tasks'
      /home/gitlab/gitlab/vendor/bundle/ruby/1.9.1/gems/railties-3.2.3/lib/rails/railtie.rb:184:in `instance_exec'
      /home/gitlab/gitlab/vendor/bundle/ruby/1.9.1/gems/railties-3.2.3/lib/rails/railtie.rb:184:in `block in load_tasks'
      /home/gitlab/gitlab/vendor/bundle/ruby/1.9.1/gems/railties-3.2.3/lib/rails/railtie.rb:184:in `each'
      /home/gitlab/gitlab/vendor/bundle/ruby/1.9.1/gems/railties-3.2.3/lib/rails/railtie.rb:184:in `load_tasks'
      /home/gitlab/gitlab/vendor/bundle/ruby/1.9.1/gems/railties-3.2.3/lib/rails/engine.rb:424:in `load_tasks'
      /home/gitlab/gitlab/vendor/bundle/ruby/1.9.1/gems/railties-3.2.3/lib/rails/application.rb:145:in `load_tasks'
      /home/gitlab/gitlab/vendor/bundle/ruby/1.9.1/gems/railties-3.2.3/lib/rails/railtie/configurable.rb:30:in `method_missing'
      /home/gitlab/gitlab/Rakefile:6:in `<top (required)>'
      /home/gitlab/gitlab/vendor/bundle/ruby/1.9.1/gems/rake-0.8.7/lib/rake.rb:2383:in `load'
      /home/gitlab/gitlab/vendor/bundle/ruby/1.9.1/gems/rake-0.8.7/lib/rake.rb:2383:in `raw_load_rakefile'
      /home/gitlab/gitlab/vendor/bundle/ruby/1.9.1/gems/rake-0.8.7/lib/rake.rb:2017:in `block in load_rakefile'
      /home/gitlab/gitlab/vendor/bundle/ruby/1.9.1/gems/rake-0.8.7/lib/rake.rb:2068:in `standard_exception_handling'
      /home/gitlab/gitlab/vendor/bundle/ruby/1.9.1/gems/rake-0.8.7/lib/rake.rb:2016:in `load_rakefile'
      /home/gitlab/gitlab/vendor/bundle/ruby/1.9.1/gems/rake-0.8.7/lib/rake.rb:2000:in `block in run'
      /home/gitlab/gitlab/vendor/bundle/ruby/1.9.1/gems/rake-0.8.7/lib/rake.rb:2068:in `standard_exception_handling'
      /home/gitlab/gitlab/vendor/bundle/ruby/1.9.1/gems/rake-0.8.7/lib/rake.rb:1998:in `run'
      /home/gitlab/gitlab/vendor/bundle/ruby/1.9.1/gems/rake-0.8.7/bin/rake:31:in `<top (required)>'
      /home/gitlab/gitlab/vendor/bundle/ruby/1.9.1/bin/rake:19:in `load'
      /home/gitlab/gitlab/vendor/bundle/ruby/1.9.1/bin/rake:19:in `<main>'

      By Administrator on 2012-05-22T15:20:43 (imported from GitLab project)

    • Administrator
      Administrator @root · 13 years ago
      Owner

      Created by: halidaltuner

      Do you hear me anybody?

      By Administrator on 2012-05-23T15:52:22 (imported from GitLab project)

    • Administrator
      Administrator @root · 13 years ago
      Owner

      Created by: vsizov

      I can't reproduce this bug, sorry.

      By Administrator on 2012-05-23T11:41:46 (imported from GitLab project)

    • Administrator
      Administrator @root · 13 years ago
      Owner

      Created by: vsizov

      do you have recent installed gitlabhq or did you update?

      By Administrator on 2012-05-23T11:43:17 (imported from GitLab project)

    • Administrator
      Administrator @root · 13 years ago
      Owner

      Created by: halidaltuner

      thanks guys, i solved.

      By Administrator on 2012-05-23T15:52:09 (imported from GitLab project)

    • Administrator
      Administrator @root · 12 years ago
      Owner

      Created by: Alban42

      i've got the same problem, how did you solved this ?

      By Administrator on 2012-07-16T20:31:38 (imported from GitLab project)

    • Administrator
      Administrator @root · 12 years ago
      Owner

      Created by: icholy

      @halid please describe how you solved this

      By Administrator on 2012-08-17T17:58:37 (imported from GitLab project)

    • Administrator
      Administrator @root · 12 years ago
      Owner

      Created by: riyad

      @halid a quick explanation would be nice ;)

      By Administrator on 2012-08-19T11:53:54 (imported from GitLab project)

    • Administrator
      Administrator @root · 12 years ago
      Owner

      Created by: evensky

      @halid, how was this solved? I am seeing this problem using the current developer-vm test system.

      By Administrator on 2012-09-05T01:29:40 (imported from GitLab project)

    • You're only seeing other activity in the feed. To add a comment, switch to one of the following options.
    Please register or sign in to reply
    0 Assignees
    Assign to
    Milestone
    No milestone
    None
    None
    Time tracking
    Due date
    None
    None
    0
    Labels
    None
    Assign labels
    • No matching results
    • Manage project labels
    Confidentiality
    Not confidential

    You are going to turn on confidentiality. Only team members with at least Reporter access will be able to see and leave comments on the issue.

    Lock issue
    Unlocked
    participants
    Reference: