ActionController::RoutingError (No route matches [GET] "/"):
Added by rock hopper about 11 years ago
Hi
could someone assist please with my Redmine 2.4 install.
considering i'm receiving a log output, i'll assume all the runtime dependencies are in place.
problem being, i'm stuck on where to go next after receiving the following.
ActionController::RoutingError (No route matches [GET] "/"):
/usr/lib/ruby/vendor_ruby/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
/usr/lib/ruby/vendor_ruby/action_dispatch/middleware/show_exceptions.rb:56:in `call'
/usr/lib/ruby/vendor_ruby/rails/rack/logger.rb:32:in `call_app'
/usr/lib/ruby/vendor_ruby/rails/rack/logger.rb:16:in `block in call'
/usr/lib/ruby/vendor_ruby/active_support/tagged_logging.rb:22:in `tagged'
/usr/lib/ruby/vendor_ruby/rails/rack/logger.rb:16:in `call'
/usr/lib/ruby/vendor_ruby/action_dispatch/middleware/request_id.rb:22:in `call'
/usr/lib/ruby/vendor_ruby/rack/methodoverride.rb:21:in `call'
/usr/lib/ruby/vendor_ruby/rack/runtime.rb:17:in `call'
/usr/lib/ruby/vendor_ruby/active_support/cache/strategy/local_cache.rb:72:in `call'
/usr/lib/ruby/vendor_ruby/rack/lock.rb:15:in `call'
/usr/lib/ruby/vendor_ruby/action_dispatch/middleware/static.rb:63:in `call'
/usr/lib/ruby/vendor_ruby/rails/engine.rb:484:in `call'
/usr/lib/ruby/vendor_ruby/rails/application.rb:231:in `call'
/usr/lib/ruby/vendor_ruby/rails/railtie/configurable.rb:30:in `method_missing'
dispatch.fcgi:16:in `call'
/usr/lib/ruby/vendor_ruby/rack/handler/fastcgi.rb:66:in `serve'
/usr/lib/ruby/vendor_ruby/rack/handler/fastcgi.rb:28:in `block in run'
/usr/lib/ruby/vendor_ruby/rack/handler/fastcgi.rb:27:in `each'
/usr/lib/ruby/vendor_ruby/rack/handler/fastcgi.rb:27:in `run'
dispatch.fcgi:20:in `<main>'
Gemfile.local
gem "rack", "1.4.5"
gem "mysql2"
gem "fcgi"
gem "rake", "10.0.4"
gem "activerecord", "3.2.16"
gem "rails", "3.2.16"
#gem "acts-as-taggable-on"
Versions:
ruby 1.9.3p194 (2012-04-20 revision 35410) [i686-linux]
Rails 3.2.16
mysql Ver 14.14 Distrib 5.5.35, for debian-linux-gnu (i686) using readline 6.2
/usr/share/redmine$ bundle list
Gems included by the bundle:
* actionmailer (3.2.16)
* actionpack (3.2.16)
* activemodel (3.2.16)
* activerecord (3.2.16)
* activeresource (3.2.16)
* activesupport (3.2.16)
* arel (3.0.3)
* builder (3.0.4)
* bundler (1.5.3)
* erubis (2.7.0)
* fcgi (0.9.2.1)
* hike (1.2.3)
* i18n (0.6.9)
* journey (1.0.4)
* json (1.8.1)
* mail (2.5.4)
* mime-types (1.25.1)
* multi_json (1.8.4)
* mysql2 (0.3.15)
* polyglot (0.3.3)
* rack (1.4.5)
* rack-cache (1.2)
* rack-ssl (1.3.3)
* rack-test (0.6.2)
* rails (3.2.16)
* railties (3.2.16)
* rake (10.0.4)
* rdoc (3.12.2)
* sprockets (2.2.2)
* thor (0.18.1)
* tilt (1.4.1)
* treetop (1.4.15)
* tzinfo (0.3.38)
$ gem list
- LOCAL GEMS ***
actionmailer (3.2.16)
actionpack (3.2.16)
activemodel (3.2.16)
activerecord (3.2.16)
activeresource (3.2.16)
activesupport (3.2.16)
acts-as-taggable-on (2.3.3)
arel (3.0.3)
builder (3.0.4)
bundler (1.5.3)
erubis (2.7.0)
faraday (0.9.0)
fcgi (0.9.2.1)
gems (0.8.3)
hike (1.2.3)
i18n (0.6.9)
journey (1.0.4)
json (1.8.1)
jwt (0.1.11)
mail (2.5.4)
mime-types (1.25.1)
minitest (4.7.5)
monetize (0.1.4)
money (5.0.0)
multi_json (1.8.4)
multi_xml (0.5.5)
multipart-post (2.0.0)
mysql2 (0.3.15)
oauth2 (0.9.3)
polyglot (0.3.3)
rack (1.4.5)
rack-cache (1.2)
rack-ssl (1.3.3)
rack-test (0.6.2)
rails (3.2.16)
railties (3.2.16)
rake (10.0.4)
rdoc (3.12.2)
ruby-ole (1.2.11.7)
spreadsheet (0.6.9)
sprockets (2.2.2)
thor (0.18.1)
tilt (1.4.1)
treetop (1.4.15)
tzinfo (0.3.38)
vcard (0.2.12)
cheers rh
Gemfile.local (144 Bytes) Gemfile.local |
Replies (1)
RE: ActionController::RoutingError (No route matches [GET] "/"):
-
Added by rock hopper about 11 years ago
UPDATE
as far as I can tell so far this is not a dependency issue, but a problem with RM2.4 + lighttpd + fastcgi
where to next i wonder?