Internal errors but no log...
Added by Henjo Hoeksma almost 14 years ago
Hi list,
I keep getting internal errors in a redmine install.. It started trying to archive a project, but now users can't even log in anymore. Only the first admin user can login.
My production log tells me no errors:
bash-3.2$ tail apps/redmine/log/production.log lockfile (1.4.3) lib/lockfile.rb:559:in `new' lockfile (1.4.3) lib/lockfile.rb:559:in `Lockfile' vendor/plugins/redmine-gitosis/app/models/gitosis_observer.rb:22:in `update_repositories' vendor/plugins/redmine-gitosis/app/models/gitosis_observer.rb:13:in `after_save' /opt/redmine/ruby/lib/ruby/1.8/observer.rb:185:in `notify_observers' /opt/redmine/ruby/lib/ruby/1.8/observer.rb:184:in `each' /opt/redmine/ruby/lib/ruby/1.8/observer.rb:184:in `notify_observers' app/controllers/users_controller.rb:105:in `edit' Rendering /opt/redmine/apps/redmine/public/500.html (500 Internal Server Error)
Any tips on how to proceed?
Thanks in advance!
Replies (2)
RE: Internal errors but no log... - Added by Felix Schäfer almost 14 years ago
The log is the end of an error trace, invoke tail -n 50
and post the whole trace here.
RE: Internal errors but no log... - Added by Henjo Hoeksma almost 14 years ago
Hi Felix,
thanks for your response. I just kickstarted a whole new installation. I was just testing out anyways, figured it wasn't worth the time. Good tip though, I will keep that in mind. I knew it were only the last ten lines, but figured the error would be at the end... ;-)
Thanks again though!
Henjo