This repository was archived by the owner on Dec 26, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
This repository was archived by the owner on Dec 26, 2019. It is now read-only.
A ActionView::MissingTemplate occurred in index#index #2
Copy link
Copy link
Open
Labels
Description
A ActionView::MissingTemplate occurred in index#index:
Missing template index/index with {:handlers=>[:erb, :rjs, :builder, :rhtml, :rxml], :formats=>[:text], :locale=>[:en, :en]} in view paths "/var/www/gin/app/views", "/var/www/gin/vendor/plugins/rails_upgrade/app/views", "/var/www/gin/vendor/plugins/pacecar/app/views", "/var/www/gin/vendor/plugins/exception_notification/app/views"
vendor/bundle/ruby/1.9.1/gems/actionpack-3.0.0/lib/action_view/paths.rb:15:in `find'
-------------------------------
Request:
-------------------------------
* URL : http://www.snstheatre.org/
* IP address: 18.150.2.60
* Parameters: {"controller"=>"index", "action"=>"index"}
* Rails root: /var/www/gin
-------------------------------
Session:
-------------------------------
* session id: nil
* data: {}
-------------------------------
Environment:
-------------------------------
* DOCUMENT_ROOT : /var/www/gin/public
* HTTP_ACCEPT : text/plain
* HTTP_ACCEPT_ENCODING : gzip,deflate
* HTTP_CONNECTION : Keep-Alive
* HTTP_HOST : www.snstheatre.org
* PASSENGER_CONNECT_PASSWORD : [FILTERED]
* PATH_INFO : /
* QUERY_STRING :
* REMOTE_ADDR : 18.150.2.60
* REMOTE_PORT : 41704
* REQUEST_METHOD : GET
* REQUEST_URI : /
* SCRIPT_NAME :
* SERVER_ADDR : 67.23.30.80
* SERVER_ADMIN : webmaster@snstheatre.org
* SERVER_NAME : www.snstheatre.org
* SERVER_PORT : 80
* SERVER_PROTOCOL : HTTP/1.1
* SERVER_SOFTWARE : Apache/2.2.16 (Debian)
* _ : _
* action_controller.instance : index#index
* action_dispatch.cookies : {}
* action_dispatch.parameter_filter : [:password, :password_confirmation, :retype, /RAW_POST_DATA/]
* action_dispatch.remote_ip : 18.150.2.60
* action_dispatch.request.accepts : [text/plain]
* action_dispatch.request.content_type :
* action_dispatch.request.formats : [text/plain]
* action_dispatch.request.parameters : {"controller"=>"index", "action"=>"index"}
* action_dispatch.request.path_parameters : {:controller=>"index", :action=>"index"}
* action_dispatch.request.query_parameters : {}
* action_dispatch.request.request_parameters : {}
* action_dispatch.request.unsigned_session_cookie: {}
* action_dispatch.secret_token : a574464b1f74792d62b84a6fdf16e931314bba71e6f94e07d503724298938a2f8f79dde1c8f14b648f32ccb609aa92e2ed2db05f64a6c1182973d5441a9b8aee
* exception_notifier.options : {:email_prefix=>"[Gin] ", :sender_address=>"\"Exception Notifier\" <webmaster@snstheatre.org>", :exception_recipients=>["web@snstheatre.org"], :ignore_exceptions=>[ActiveRecord::RecordNotFound, AbstractController::ActionNotFound, ActionController::RoutingError]}
* rack.errors : #<IO:0x000000010b93d8>
* rack.input : #<PhusionPassenger::Utils::RewindableInput:0x00000003bb7558>
* rack.multiprocess : true
* rack.multithread : false
* rack.request.query_hash : {}
* rack.request.query_string :
* rack.run_once : false
* rack.session : {}
* rack.session.options : {:path=>"/", :domain=>nil, :expire_after=>nil, :secure=>false, :httponly=>true, :id=>nil}
* rack.url_scheme : http
* rack.version : [1, 0]
* Process: 3501
* Server : slice
-------------------------------
Backtrace:
-------------------------------
vendor/bundle/ruby/1.9.1/gems/actionpack-3.0.0/lib/action_view/paths.rb:15:in `find'
vendor/bundle/ruby/1.9.1/gems/actionpack-3.0.0/lib/action_view/lookup_context.rb:81:in `find'
vendor/bundle/ruby/1.9.1/gems/actionpack-3.0.0/lib/action_view/base.rb:186:in `find_template'
vendor/bundle/ruby/1.9.1/gems/actionpack-3.0.0/lib/action_view/render/rendering.rb:46:in `_determine_template'
vendor/bundle/ruby/1.9.1/gems/actionpack-3.0.0/lib/action_view/render/rendering.rb:24:in `render'
vendor/bundle/ruby/1.9.1/gems/actionpack-3.0.0/lib/abstract_controller/rendering.rb:114:in `_render_template'
vendor/bundle/ruby/1.9.1/gems/actionpack-3.0.0/lib/abstract_controller/rendering.rb:108:in `render_to_body'
vendor/bundle/ruby/1.9.1/gems/actionpack-3.0.0/lib/action_controller/metal/renderers.rb:47:in `render_to_body'
vendor/bundle/ruby/1.9.1/gems/actionpack-3.0.0/lib/action_controller/metal/compatibility.rb:55:in `render_to_body'
vendor/bundle/ruby/1.9.1/gems/actionpack-3.0.0/lib/abstract_controller/rendering.rb:101:in `render_to_string'
vendor/bundle/ruby/1.9.1/gems/actionpack-3.0.0/lib/abstract_controller/rendering.rb:92:in `render'
vendor/bundle/ruby/1.9.1/gems/actionpack-3.0.0/lib/action_controller/metal/rendering.rb:17:in `render'
vendor/bundle/ruby/1.9.1/gems/actionpack-3.0.0/lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render'
vendor/bundle/ruby/1.9.1/gems/activesupport-3.0.0/lib/active_support/core_ext/benchmark.rb:5:in `block in ms'
/usr/lib/ruby/1.9.1/benchmark.rb:295:in `realtime'
vendor/bundle/ruby/1.9.1/gems/activesupport-3.0.0/lib/active_support/core_ext/benchmark.rb:5:in `ms'
vendor/bundle/ruby/1.9.1/gems/actionpack-3.0.0/lib/action_controller/metal/instrumentation.rb:40:in `block in render'
vendor/bundle/ruby/1.9.1/gems/actionpack-3.0.0/lib/action_controller/metal/instrumentation.rb:78:in `cleanup_view_runtime'
vendor/bundle/ruby/1.9.1/gems/activerecord-3.0.0/lib/active_record/railties/controller_runtime.rb:15:in `cleanup_view_runtime'
vendor/bundle/ruby/1.9.1/gems/actionpack-3.0.0/lib/action_controller/metal/instrumentation.rb:39:in `render'
vendor/bundle/ruby/1.9.1/gems/actionpack-3.0.0/lib/action_controller/metal/implicit_render.rb:10:in `default_render'
vendor/bundle/ruby/1.9.1/gems/actionpack-3.0.0/lib/action_controller/metal/implicit_render.rb:5:in `send_action'
vendor/bundle/ruby/1.9.1/gems/actionpack-3.0.0/lib/abstract_controller/base.rb:150:in `process_action'
vendor/bundle/ruby/1.9.1/gems/actionpack-3.0.0/lib/action_controller/metal/rendering.rb:11:in `process_action'
vendor/bundle/ruby/1.9.1/gems/actionpack-3.0.0/lib/abstract_controller/callbacks.rb:18:in `block in process_action'
vendor/bundle/ruby/1.9.1/gems/activesupport-3.0.0/lib/active_support/callbacks.rb:435:in `_run__4439649719959567707__process_action__3280941839995207915__callbacks'
vendor/bundle/ruby/1.9.1/gems/activesupport-3.0.0/lib/active_support/callbacks.rb:409:in `_run_process_action_callbacks'
vendor/bundle/ruby/1.9.1/gems/activesupport-3.0.0/lib/active_support/callbacks.rb:93:in `run_callbacks'
vendor/bundle/ruby/1.9.1/gems/actionpack-3.0.0/lib/abstract_controller/callbacks.rb:17:in `process_action'
vendor/bundle/ruby/1.9.1/gems/actionpack-3.0.0/lib/action_controller/metal/instrumentation.rb:30:in `block in process_action'
vendor/bundle/ruby/1.9.1/gems/activesupport-3.0.0/lib/active_support/notifications.rb:52:in `block in instrument'
vendor/bundle/ruby/1.9.1/gems/activesupport-3.0.0/lib/active_support/notifications/instrumenter.rb:21:in `instrument'
vendor/bundle/ruby/1.9.1/gems/activesupport-3.0.0/lib/active_support/notifications.rb:52:in `instrument'
vendor/bundle/ruby/1.9.1/gems/actionpack-3.0.0/lib/action_controller/metal/instrumentation.rb:29:in `process_action'
vendor/bundle/ruby/1.9.1/gems/actionpack-3.0.0/lib/action_controller/metal/rescue.rb:17:in `process_action'
vendor/bundle/ruby/1.9.1/gems/actionpack-3.0.0/lib/abstract_controller/base.rb:119:in `process'
vendor/bundle/ruby/1.9.1/gems/actionpack-3.0.0/lib/abstract_controller/rendering.rb:40:in `process'
vendor/bundle/ruby/1.9.1/gems/actionpack-3.0.0/lib/action_controller/metal.rb:133:in `dispatch'
vendor/bundle/ruby/1.9.1/gems/actionpack-3.0.0/lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
vendor/bundle/ruby/1.9.1/gems/actionpack-3.0.0/lib/action_controller/metal.rb:173:in `block in action'
vendor/bundle/ruby/1.9.1/gems/actionpack-3.0.0/lib/action_dispatch/routing/route_set.rb:62:in `call'
vendor/bundle/ruby/1.9.1/gems/actionpack-3.0.0/lib/action_dispatch/routing/route_set.rb:62:in `dispatch'
vendor/bundle/ruby/1.9.1/gems/actionpack-3.0.0/lib/action_dispatch/routing/route_set.rb:27:in `call'
vendor/bundle/ruby/1.9.1/gems/rack-mount-0.6.14/lib/rack/mount/route_set.rb:148:in `block in call'
vendor/bundle/ruby/1.9.1/gems/rack-mount-0.6.14/lib/rack/mount/code_generation.rb:93:in `block in recognize'
vendor/bundle/ruby/1.9.1/gems/rack-mount-0.6.14/lib/rack/mount/code_generation.rb:68:in `optimized_each'
vendor/bundle/ruby/1.9.1/gems/rack-mount-0.6.14/lib/rack/mount/code_generation.rb:92:in `recognize'
vendor/bundle/ruby/1.9.1/gems/rack-mount-0.6.14/lib/rack/mount/route_set.rb:139:in `call'
vendor/bundle/ruby/1.9.1/gems/actionpack-3.0.0/lib/action_dispatch/routing/route_set.rb:492:in `call'
vendor/plugins/exception_notification/lib/exception_notifier.rb:19:in `call'
vendor/bundle/ruby/1.9.1/gems/actionpack-3.0.0/lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
vendor/bundle/ruby/1.9.1/gems/actionpack-3.0.0/lib/action_dispatch/middleware/head.rb:14:in `call'
vendor/bundle/ruby/1.9.1/gems/rack-1.2.3/lib/rack/methodoverride.rb:24:in `call'
vendor/bundle/ruby/1.9.1/gems/actionpack-3.0.0/lib/action_dispatch/middleware/params_parser.rb:21:in `call'
vendor/bundle/ruby/1.9.1/gems/actionpack-3.0.0/lib/action_dispatch/middleware/flash.rb:182:in `call'
vendor/bundle/ruby/1.9.1/gems/actionpack-3.0.0/lib/action_dispatch/middleware/session/abstract_store.rb:149:in `call'
vendor/bundle/ruby/1.9.1/gems/actionpack-3.0.0/lib/action_dispatch/middleware/cookies.rb:287:in `call'
vendor/bundle/ruby/1.9.1/gems/activerecord-3.0.0/lib/active_record/query_cache.rb:32:in `block in call'
vendor/bundle/ruby/1.9.1/gems/activerecord-3.0.0/lib/active_record/connection_adapters/abstract/query_cache.rb:28:in `cache'
vendor/bundle/ruby/1.9.1/gems/activerecord-3.0.0/lib/active_record/query_cache.rb:12:in `cache'
vendor/bundle/ruby/1.9.1/gems/activerecord-3.0.0/lib/active_record/query_cache.rb:31:in `call'
vendor/bundle/ruby/1.9.1/gems/activerecord-3.0.0/lib/active_record/connection_adapters/abstract/connection_pool.rb:355:in `call'
vendor/bundle/ruby/1.9.1/gems/actionpack-3.0.0/lib/action_dispatch/middleware/callbacks.rb:46:in `block in call'
vendor/bundle/ruby/1.9.1/gems/activesupport-3.0.0/lib/active_support/callbacks.rb:415:in `_run_call_callbacks'
vendor/bundle/ruby/1.9.1/gems/actionpack-3.0.0/lib/action_dispatch/middleware/callbacks.rb:44:in `call'
vendor/bundle/ruby/1.9.1/gems/rack-1.2.3/lib/rack/sendfile.rb:107:in `call'
vendor/bundle/ruby/1.9.1/gems/actionpack-3.0.0/lib/action_dispatch/middleware/remote_ip.rb:48:in `call'
vendor/bundle/ruby/1.9.1/gems/actionpack-3.0.0/lib/action_dispatch/middleware/show_exceptions.rb:46:in `call'
vendor/bundle/ruby/1.9.1/gems/railties-3.0.0/lib/rails/rack/logger.rb:13:in `call'
vendor/bundle/ruby/1.9.1/gems/rack-1.2.3/lib/rack/runtime.rb:17:in `call'
vendor/bundle/ruby/1.9.1/gems/activesupport-3.0.0/lib/active_support/cache/strategy/local_cache.rb:72:in `call'
vendor/bundle/ruby/1.9.1/gems/rack-1.2.3/lib/rack/lock.rb:11:in `block in call'
<internal:prelude>:10:in `synchronize'
vendor/bundle/ruby/1.9.1/gems/rack-1.2.3/lib/rack/lock.rb:11:in `call'
vendor/bundle/ruby/1.9.1/gems/actionpack-3.0.0/lib/action_dispatch/middleware/static.rb:30:in `call'
vendor/bundle/ruby/1.9.1/gems/railties-3.0.0/lib/rails/application.rb:168:in `call'
vendor/bundle/ruby/1.9.1/gems/railties-3.0.0/lib/rails/application.rb:77:in `method_missing'
passenger (3.0.11) lib/phusion_passenger/rack/request_handler.rb:96:in `process_request'
passenger (3.0.11) lib/phusion_passenger/abstract_request_handler.rb:513:in `accept_and_process_next_request'
passenger (3.0.11) lib/phusion_passenger/abstract_request_handler.rb:274:in `main_loop'
passenger (3.0.11) lib/phusion_passenger/rack/application_spawner.rb:206:in `start_request_handler'
passenger (3.0.11) lib/phusion_passenger/rack/application_spawner.rb:171:in `block in handle_spawn_application'
passenger (3.0.11) lib/phusion_passenger/utils.rb:479:in `safe_fork'
passenger (3.0.11) lib/phusion_passenger/rack/application_spawner.rb:166:in `handle_spawn_application'
passenger (3.0.11) lib/phusion_passenger/abstract_server.rb:357:in `server_main_loop'
passenger (3.0.11) lib/phusion_passenger/abstract_server.rb:206:in `start_synchronously'
passenger (3.0.11) lib/phusion_passenger/abstract_server.rb:180:in `start'
passenger (3.0.11) lib/phusion_passenger/rack/application_spawner.rb:129:in `start'
passenger (3.0.11) lib/phusion_passenger/spawn_manager.rb:253:in `block (2 levels) in spawn_rack_application'
passenger (3.0.11) lib/phusion_passenger/abstract_server_collection.rb:132:in `lookup_or_add'
passenger (3.0.11) lib/phusion_passenger/spawn_manager.rb:246:in `block in spawn_rack_application'
passenger (3.0.11) lib/phusion_passenger/abstract_server_collection.rb:82:in `block in synchronize'
<internal:prelude>:10:in `synchronize'
passenger (3.0.11) lib/phusion_passenger/abstract_server_collection.rb:79:in `synchronize'
passenger (3.0.11) lib/phusion_passenger/spawn_manager.rb:244:in `spawn_rack_application'
passenger (3.0.11) lib/phusion_passenger/spawn_manager.rb:137:in `spawn_application'
passenger (3.0.11) lib/phusion_passenger/spawn_manager.rb:275:in `handle_spawn_application'
passenger (3.0.11) lib/phusion_passenger/abstract_server.rb:357:in `server_main_loop'
passenger (3.0.11) lib/phusion_passenger/abstract_server.rb:206:in `start_synchronously'
passenger (3.0.11) helper-scripts/passenger-spawn-server:99:in `<main>'