internal error 500
Added by Jacob M over 14 years ago
HI I have the end version of redmine and also I try to upgrade with the seam version
But still I have the error.
If I make a new project ---->fill all the form and make Save I get the Error in http://myredmine_server/projects/new
*Internal error
An error occurred on the page you were trying to access.
If you continue to experience problems please contact your redMine administrator for assistance.
Back*
Replies (3)
RE: internal error 500 - Added by Felix Schäfer over 14 years ago
- Try to explain more clearly what you are trying to do, to be honest I haven't understood half of what you have written.
- See
redmine_dir/logs/production.log
and look for any error trace, we won't be able to tell you much without it.
RE: internal error 500 - Added by Jacob M over 14 years ago
HI I post here the LOG of redmine. I believe is a error with the ssh key
I try to import with:
sudo setfacl -m user:vsftpd:r-x,mask:r-x ~git/.ssh sudo setfacl -m user:vsftpd:r--,mask:r-- ~git/.ssh/id_dsa
But alway I get error also
cetfacl: /opt/gitosis/.ssh/id_dsa: Operation not supported
Processing ProjectsController#add (for 82.29.18.160 at 2010-06-14 19:51:54) [POST] Parameters: {"enabled_modules"=>["issue_tracking", "time_tracking", "news", "documents", "files", "wiki", "repository", "boards"], "commit"=>"Save", "action"=>"add", "authenticity_token"=>"oWyw/+avgraSrwohiqrKA37y/cdxZ72H8hlrXrd7ZcU=", "project"=>{"name"=>"testet", "tracker_ids"=>["1", "2", "3", ""], "homepage"=>"", "parent_id"=>"", "is_public"=>"1", "description"=>"alsdulaeukdfowieur", "identifier"=>"social-voiq"}, "controller"=>"projects"} Errno::ENOENT (No such file or directory - /tmp/redmine-gitosis-1276541514/gitosis/gitosis.conf): inifile (0.3.0) lib/inifile.rb:67:in `initialize' inifile (0.3.0) lib/inifile.rb:67:in `open' inifile (0.3.0) lib/inifile.rb:67:in `write' lockfile (1.4.3) lib/lockfile.rb:284:in `lock' lockfile (1.4.3) lib/lockfile.rb:539:in `attempt' lockfile (1.4.3) lib/lockfile.rb:539:in `catch' lockfile (1.4.3) lib/lockfile.rb:539:in `attempt' lockfile (1.4.3) lib/lockfile.rb:539:in `loop' lockfile (1.4.3) lib/lockfile.rb:539:in `attempt' lockfile (1.4.3) lib/lockfile.rb:210:in `lock' lockfile (1.4.3) lib/lockfile.rb:199:in `initialize' 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:20:in `update_repositories' vendor/plugins/redmine-gitosis/app/models/gitosis_observer.rb:13:in `after_save' /usr/lib/ruby/1.8/observer.rb:185:in `notify_observers' /usr/lib/ruby/1.8/observer.rb:184:in `each' /usr/lib/ruby/1.8/observer.rb:184:in `notify_observers' app/controllers/projects_controller.rb:76:in `add' passenger (2.2.14) lib/phusion_passenger/rack/request_handler.rb:92:in `process_request' passenger (2.2.14) lib/phusion_passenger/abstract_request_handler.rb:207:in `main_loop' passenger (2.2.14) lib/phusion_passenger/railz/application_spawner.rb:441:in `start_request_handler' passenger (2.2.14) lib/phusion_passenger/railz/application_spawner.rb:381:in `handle_spawn_application' passenger (2.2.14) lib/phusion_passenger/utils.rb:252:in `safe_fork' passenger (2.2.14) lib/phusion_passenger/railz/application_spawner.rb:377:in `handle_spawn_application' passenger (2.2.14) lib/phusion_passenger/abstract_server.rb:352:in `__send__' passenger (2.2.14) lib/phusion_passenger/abstract_server.rb:352:in `main_loop' passenger (2.2.14) lib/phusion_passenger/abstract_server.rb:196:in `start_synchronously' passenger (2.2.14) lib/phusion_passenger/abstract_server.rb:163:in `start' passenger (2.2.14) lib/phusion_passenger/railz/application_spawner.rb:222:in `start' passenger (2.2.14) lib/phusion_passenger/spawn_manager.rb:262:in `spawn_rails_application' passenger (2.2.14) lib/phusion_passenger/abstract_server_collection.rb:126:in `lookup_or_add' passenger (2.2.14) lib/phusion_passenger/spawn_manager.rb:256:in `spawn_rails_application' passenger (2.2.14) lib/phusion_passenger/abstract_server_collection.rb:80:in `synchronize' passenger (2.2.14) lib/phusion_passenger/abstract_server_collection.rb:79:in `synchronize' passenger (2.2.14) lib/phusion_passenger/spawn_manager.rb:255:in `spawn_rails_application' passenger (2.2.14) lib/phusion_passenger/spawn_manager.rb:154:in `spawn_application' passenger (2.2.14) lib/phusion_passenger/spawn_manager.rb:287:in `handle_spawn_application' passenger (2.2.14) lib/phusion_passenger/abstract_server.rb:352:in `__send__' passenger (2.2.14) lib/phusion_passenger/abstract_server.rb:352:in `main_loop' passenger (2.2.14) lib/phusion_passenger/abstract_server.rb:196:in `start_synchronously' Rendering /var/www/vhosts/emasterman/elistas.org/httpdocs/public/500.html (500 Internal Server Error)
RE: internal error 500 - Added by Felix Schäfer over 14 years ago
So what you are trying to do is install redmine-gitosis, right? Why not tell so upfront, it makes things much easier.
Please contact the author of the plugin for help, he will be the most qualified to help.