redmine - stability issues
Added by Adrian P almost 14 years ago
Hi,
i have some stability issues after the last upgrade.
I am using cPanel to run redmine. Everything went great for years, until i recently updated. I run all the migrations tasks, scripts,etc.
In "production" mode, adding a new project fails with
Parameters: {"action"=>"new", "controller"=>"projects"}
ArgumentError (wrong number of arguments (3 for 2)):
app/controllers/application_controller.rb:170:in `authorize'
app/controllers/application_controller.rb:170:in `authorize_global'
In development mode, adding a project works fine!, however it crashes quite often with the cryptic error:
- Writing PID file to log/mongrel.pid
[FATAL] failed to allocate memory
There is no restrictions to mongrel. Debugging this hasn't brought any results. I don't think it has anything to do with Mongrel. It worked fine until the last version 1.0.x. I was running 0.9.x trunk before.
I am running rails 2.3.5 with ruby 1.8.7
Any suggestions? I am ruby coder, i would love to help solving this but my main problem is that currently, the problem spectrum is too broad.
Replies (1)
RE: redmine - stability issues - Added by Felix Schäfer almost 14 years ago
Regarding the ArgumentError: make sure everything has been updated correctly and that you don't have older or not updated files lying around.
Regarding the mongrel error: I use passenger, so I can't say for sure, but some 1.0 features do take a little more memory than 0.9. Are you maybe on a VPS with limited memory?