Project

General

Profile

upgraded to 3.2 (from 2.3) and can't view projects/issues get SystemStackError

Added by Gary Pinkham about 8 years ago

it occurs when I try to view a project or a project's issues. both times fails in the #rolled_up_trackers method in the project model. I can't figure out how to get any additional info from it since the "stack is too deep".. guess I never had this error in any other rails project I've dealt with.. at any rate.. I was running ruby 2.0 so I upgraded to ruby 2.2 but the error persisted.. any suggestions would be greatly appreciated.. I left the plugins that existed in my previous Redmine 2.3.. I guess I can start removing them if folks think it's a plugin causing this..

here's the current "stack trace"
SystemStackError (stack level too deep):
app/models/project.rb:428:in `rolled_up_trackers'
app/controllers/projects_controller.rb:140:in `show'
lib/redmine/sudo_mode.rb:63:in `sudo_mode'

Environment is Ubuntu 12. RVM with Ruby 2.2..
Environment:
Redmine version 3.2.0.stable
Ruby version 2.2.1-p85 (2015-02-26) [x86_64-linux]
Rails version 4.2.5
Environment production
Database adapter Mysql2
SCM:
Git 1.7.9.5
Filesystem
Redmine plugins:
clipboard_image_paste 1.10
csv_import_issues 0.0.2
event_notifications 3.2.0
once_assigned_ever_watcher 0.1.0
redmine_changeauthor 1.0.1
redmine_cors 0.0.1
redmine_dashboard 2.2.2
redmine_evm 0.9.1
redmine_impasse 1.3.0
redmine_issue_checklist 2.0.5
redmine_issue_templates 0.0.8
redmine_planning 0.7.5.1
redmine_reminder 0.1.1
redmine_stealth 0.6.0
sidebar_hide 0.0.7


Replies (2)

RE: upgraded to 3.2 (from 2.3) and can't view projects/issues get SystemStackError - Added by Gary Pinkham about 8 years ago

ok.. so it is definitely a plugin.. I deleted them all and the project and issues load fine.. not time to figure them out one by one..

    (1-2/2)