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

Closed
Open
Created Nov 29, 2012 by Administrator@rootOwner

500 error when checking if can automatically merge

Created by: m4tthumphrey

The Ajax request for automerge_check is returning a 500 error. The log is showing:

Started GET "/magento/merge_requests/1/automerge_check" for 127.0.0.1 at 2012-11-29 16:43:51 +0000
Processing by MergeRequestsController#automerge_check as JSON
Parameters: {"project_id"=>"magento", "id"=>"1"}
Completed 500 Internal Server Error in 19ms

RuntimeError (Satellite doesn't exist):
lib/gitlab/satellite/satellite.rb:32:in `lock'
lib/gitlab/satellite/action.rb:21:in `block in in_locked_and_timed_satellite'
lib/gitlab/satellite/action.rb:20:in `in_locked_and_timed_satellite'
lib/gitlab/satellite/merge_action.rb:14:in `can_be_merged?'
app/models/merge_request.rb:89:in `check_if_can_be_merged'
app/controllers/merge_requests_controller.rb:74:in `automerge_check'
Assignee
Assign to
Time tracking