Project

General

Profile

All of a sudden redmine stopped working...

Added by Daniel Lee almost 8 years ago

My apache log is saying this.

[Wed May 11 10:28:04 2016] [error] [client 172.26.131.131] Premature end of script headers: redmine
*** Exception ActionController::UnknownHttpMethod in PhusionPassenger::Rack::ApplicationSpawner (, accepted HTTP methods are OPTIONS, GET, HEAD, POST, PUT, DELETE, TRACE, CONNECT, PROPFIND, PROPPATCH, MKCOL, COPY, MOVE, LOCK, UNLOCK, VERSION-CONTROL, REPORT, CHECKOUT, CHECKIN, UNCHECKOUT, MKWORKSPACE, UPDATE, LABEL, MERGE, BASELINE-CONTROL, MKACTIVITY, ORDERPATCH, ACL, SEARCH, and PATCH) (process 33205):
        from /home/redmine/redmine/vendor/bundle/ruby/1.8/gems/actionpack-3.2.5/lib/action_dispatch/http/request.rb:275:in `check_method'
        from /home/redmine/redmine/vendor/bundle/ruby/1.8/gems/actionpack-3.2.5/lib/action_dispatch/http/request.rb:68:in `request_method'
        from /home/redmine/redmine/vendor/bundle/ruby/1.8/gems/railties-3.2.5/lib/rails/rack/logger.rb:25:in `call_app'
        from /home/redmine/redmine/vendor/bundle/ruby/1.8/gems/railties-3.2.5/lib/rails/rack/logger.rb:16:in `call'
        from /home/redmine/redmine/vendor/bundle/ruby/1.8/gems/actionpack-3.2.5/lib/action_dispatch/middleware/request_id.rb:22:in `call'
        from /home/redmine/redmine/vendor/bundle/ruby/1.8/gems/rack-1.4.1/lib/rack/methodoverride.rb:21:in `call'
        from /home/redmine/redmine/vendor/bundle/ruby/1.8/gems/rack-1.4.1/lib/rack/runtime.rb:17:in `call'
        from /home/redmine/redmine/vendor/bundle/ruby/1.8/gems/activesupport-3.2.5/lib/active_support/cache/strategy/local_cache.rb:72:in `call'
        from /home/redmine/redmine/vendor/bundle/ruby/1.8/gems/rack-1.4.1/lib/rack/lock.rb:15:in `call'
        from /home/redmine/redmine/vendor/bundle/ruby/1.8/gems/actionpack-3.2.5/lib/action_dispatch/middleware/static.rb:62:in `call'
        from /home/redmine/redmine/vendor/bundle/ruby/1.8/gems/rack-cache-1.2/lib/rack/cache/context.rb:136:in `forward'
        from /home/redmine/redmine/vendor/bundle/ruby/1.8/gems/rack-cache-1.2/lib/rack/cache/context.rb:143:in `pass'
        from /home/redmine/redmine/vendor/bundle/ruby/1.8/gems/rack-cache-1.2/lib/rack/cache/context.rb:155:in `invalidate'
        from /home/redmine/redmine/vendor/bundle/ruby/1.8/gems/rack-cache-1.2/lib/rack/cache/context.rb:71:in `call!'
        from /home/redmine/redmine/vendor/bundle/ruby/1.8/gems/rack-cache-1.2/lib/rack/cache/context.rb:51:in `call'
        from /home/redmine/redmine/vendor/bundle/ruby/1.8/gems/railties-3.2.5/lib/rails/engine.rb:479:in `call'
        from /home/redmine/redmine/vendor/bundle/ruby/1.8/gems/railties-3.2.5/lib/rails/application.rb:220:in `call'
        from /home/redmine/redmine/vendor/bundle/ruby/1.8/gems/railties-3.2.5/lib/rails/railtie/configurable.rb:30:in `send'
        from /home/redmine/redmine/vendor/bundle/ruby/1.8/gems/railties-3.2.5/lib/rails/railtie/configurable.rb:30:in `method_missing'
        from /usr/lib/ruby/1.8/phusion_passenger/rack/request_handler.rb:92:in `process_request'
        from /usr/lib/ruby/1.8/phusion_passenger/abstract_request_handler.rb:207:in `main_loop'
        from /usr/lib/ruby/1.8/phusion_passenger/rack/application_spawner.rb:118:in `run'
        from /usr/lib/ruby/1.8/phusion_passenger/rack/application_spawner.rb:65:in `spawn_application'
        from /usr/lib/ruby/1.8/phusion_passenger/utils.rb:184:in `safe_fork'
        from /usr/lib/ruby/1.8/phusion_passenger/rack/application_spawner.rb:58:in `spawn_application'
        from /usr/lib/ruby/1.8/phusion_passenger/rack/application_spawner.rb:41:in `spawn_application'
        from /usr/lib/ruby/1.8/phusion_passenger/spawn_manager.rb:159:in `spawn_application'
        from /usr/lib/ruby/1.8/phusion_passenger/spawn_manager.rb:287:in `handle_spawn_application'
        from /usr/lib/ruby/1.8/phusion_passenger/abstract_server.rb:352:in `__send__'
        from /usr/lib/ruby/1.8/phusion_passenger/abstract_server.rb:352:in `main_loop'
        from /usr/lib/ruby/1.8/phusion_passenger/abstract_server.rb:196:in `start_synchronously'
        from /usr/lib/phusion_passenger/passenger-spawn-server:61
[ pid=33201 file=ext/apache2/Hooks.cpp:684 time=2016-05-11 10:28:04.485 ]:
  The backend application (process 33205) did not send a valid HTTP response; instead, it sent nothing at all. It is possible that it has crashed; please check whether there are crashing bugs in this application.

And my redmine log is saying this... when I try to connect to the login page.

Connecting to database specified by database.yml
OpenIdAuthentication.store is nil. Using in-memory store.
Creating scope :open. Overwriting existing method Version.open.
Creating scope :active. Overwriting existing method User.active.
DEPRECATION WARNING: The InstanceMethods module inside ActiveSupport::Concern will be no longer included automatically. Please define instance methods directly in CollectiveIdea::Acts::NestedSet::Model instead. (called from include at /home/redmine/redmine/lib/plugins/awesome_nested_set/lib/awesome_nested_set/awesome_nested_set.rb:58)
DEPRECATION WARNING: The InstanceMethods module inside ActiveSupport::Concern will be no longer included automatically. Please define instance methods directly in CollectiveIdea::Acts::NestedSet::Model instead. (called from include at /home/redmine/redmine/lib/plugins/awesome_nested_set/lib/awesome_nested_set/awesome_nested_set.rb:58)
Creating scope :open. Overwriting existing method Issue.open.

Any ideas where I could start looking?


Replies (1)

    (1-1/1)