While commiting a text file after edit operation "500 We're sorry, but something went wrong" error message occurs.
Created by: varianone
Tried to edit a text file from the following screen: http:///testproj/tree/master/rm.txt/edit After editing, entered message and pressed commit. instead of commit got the subject error.
Using stable GITLAB version 3.1. Installed on Ubuntu Server 12.04.1 LTS according to WIKI install guide.
Log:
Processing by TreeController#update as HTML
Parameters: {"utf8"=>"â", "authenticity_token"=>"sVhJsmyt7vCxTJxzWhsRyWks2Ezvrbx1JupoCiDs9RU=", "commit_message"=>"update 3", "last_commit"=>"7abf8125fa437a54a4d470b29b15d472ea7d2e2c", "content"=>"qqqq\r\nzzzz", "project_id"=>"testproj", "id"=>"master/rm.txt"}
Completed 500 Internal Server Error in 16ms
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/edit_file_action.rb:22:in`commit!'
app/controllers/tree_controller.rb:30:in `update'
Is this a known issue?