jperelli / Redmine-Periodic-Task

A redmine plugin that lets you schedule an issue to fire every x days/weeks/months
MIT License
72 stars 50 forks source link

SystemStackError: stack level too deep #42

Open fastmex opened 8 years ago

fastmex commented 8 years ago

Hi! My redmine 3.2.0 stable, and so: root@redmine:/usr/share/redmine/plugins/periodictask# rake redmine:plugins:migrate NAME=periodictask RAILS_ENV=production (in /usr/share/redmine) rake aborted! SystemStackError: stack level too deep /var/lib/gems/1.9.1/gems/activesupport-4.2.5/lib/active_support/dependencies.rb:244 (See full trace by running task with --trace)

Whats wrong?

jperelli commented 8 years ago

Can you please give more information adding --trace like this

rake redmine:plugins:migrate --trace NAME=periodictask RAILS_ENV=production

and then paste the full traceback here

fastmex commented 8 years ago

root@redmine:/usr/share/redmine# rake redmine:plugins:migrate --trace NAME=periodictask RAILS_ENV=production rake aborted! SystemStackError: stack level too deep /var/lib/gems/1.9.1/gems/activesupport-4.2.5/lib/active_support/dependencies.rb:244 root@redmine:/usr/share/redmine#

fastmex commented 8 years ago

Environment: Redmine version 3.2.0.stable Ruby version 1.9.3-p484 (2013-11-22) [x86_64-linux] Rails version 4.2.5 Environment production Database adapter Mysql2 SCM: Subversion 1.8.8 Git 1.9.1 Filesystem
Redmine plugins: redmine_close_button 0.0.8 redmine_emojibutton 0.4.1 redmine_issue_open_date 0.0.3 redmine_lightbox2 0.2.4

fastmex commented 8 years ago

I tried to use a ruby-2.0.0, but the result is the same. In the logs there is no trace.

jperelli commented 8 years ago

I'm a little lost... Can you try downgrading rails to 4.2.4 or 4.2.3 or 4.2.2 or 4.2.1?

fastmex commented 8 years ago

I tried version 4.2.4 and 4.2.3, nothing helps. Environment: Redmine version 3.2.0.stable Ruby version 1.9.3-p484 (2013-11-22) [x86_64-linux] Rails version 4.2.3 Environment production Database adapter Mysql2 SCM: Subversion 1.8.8 Git 1.9.1 Filesystem

mtolava commented 7 years ago

Hi what is your mysql version?