AbstractController::DoubleRenderError in Ctl20Controller#top02

Render and/or redirect were called multiple times in this action. Please note that you may only call render OR redirect, and at most once per action. Also note that neither redirect nor render terminate execution of the action, so if you want to exit an action after redirecting, you need to do something like "redirect_to(...) and return".

Extracted source (around line #139):
137
138
139
140
141
142
          
# end
@h1="エラーが発生いたしました。"
render :template => "err/500", :status => 500, :layout => 'layouterr', :formats=>[:html]
return
end

Rails.root: /home/ec2-user/scl_st/trunk

Application Trace | Framework Trace | Full Trace
app/controllers/application_controller.rb:139:in `error_500'
config/initializers/js88_reencoder.rb:20:in `call'

Request

Parameters:

{"page"=>"7",
 "result_flg"=>"",
 "convention_id"=>"44212",
 "school_type_name"=>"scl_h",
 "scl_id"=>"22006370"}

Response

Headers:

None