Skip to content

Instantly share code, notes, and snippets.

@elskwid
Created November 19, 2010 23:30
Show Gist options
  • Save elskwid/707409 to your computer and use it in GitHub Desktop.
Save elskwid/707409 to your computer and use it in GitHub Desktop.
Nov 19, 2010 3:15:11 PM org.apache.catalina.core.ApplicationContext log
INFO:
Processing HomeController#index (for 0:0:0:0:0:0:0:1%0 at 2010-11-19 15:15:09) [GET]
Rendering template within layouts/application
Rendering home/index
ActionView::TemplateError (stat.st_gid unsupported on this platform) on line #27 of app/views/home/index.html.haml:
24: .footer -
25: %p
26: ==There are currently #{link_to("#{Document.combined.active.count} total active documents", "/documents/active")}.
27: ==Of those, #{link_to("#{DigitalDocument.cached_unsigned_count} need an author signature", "/documents/not_signed")}
28: ==and #{link_to("#{DigitalDocument.cached_unwitnessed_count} are awaiting witnessing", "/documents/not_witnessed")}.
29:
30: %li.right
gems/gems/activesupport-2.3.5/lib/active_support/core_ext/file/atomic.rb:40:in `atomic_write'
gems/gems/activesupport-2.3.5/lib/active_support/cache/file_store.rb:19:in `write'
gems/gems/activesupport-2.3.5/lib/active_support/cache.rb:165:in `fetch'
app/models/document.rb:206:in `cached_unsigned_count'
app/views/home/index.html.haml:27:in `_run_haml_app47views47home47index46html46haml'
gems/gems/actionpack-2.3.5/lib/action_view/renderable.rb:34:in `render'
gems/gems/actionpack-2.3.5/lib/action_view/base.rb:306:in `with_template'
gems/gems/actionpack-2.3.5/lib/action_view/renderable.rb:30:in `render'
gems/gems/actionpack-2.3.5/lib/action_view/template.rb:205:in `render_template'
gems/gems/actionpack-2.3.5/lib/action_view/base.rb:265:in `render'
gems/gems/haml-2.2.24/lib/haml/helpers/action_view_mods.rb:13:in `render_with_haml'
gems/gems/actionpack-2.3.5/lib/action_view/base.rb:348:in `_render_with_layout'
gems/gems/actionpack-2.3.5/lib/action_view/base.rb:262:in `render'
gems/gems/haml-2.2.24/lib/haml/helpers/action_view_mods.rb:13:in `render_with_haml'
gems/gems/actionpack-2.3.5/lib/action_controller/base.rb:1250:in `render_for_file'
gems/gems/actionpack-2.3.5/lib/action_controller/base.rb:945:in `render'
gems/gems/actionpack-2.3.5/lib/action_controller/benchmarking.rb:51:in `render_with_benchmark'
gems/gems/actionpack-2.3.5/lib/action_controller/benchmarking.rb:51:in `render_with_benchmark'
gems/gems/actionpack-2.3.5/lib/action_controller/base.rb:1326:in `default_render'
gems/gems/actionpack-2.3.5/lib/action_controller/base.rb:1332:in `perform_action'
gems/gems/actionpack-2.3.5/lib/action_controller/filters.rb:617:in `call_filters'
gems/gems/actionpack-2.3.5/lib/action_controller/filters.rb:638:in `run_before_filters'
gems/gems/actionpack-2.3.5/lib/action_controller/caching/actions.rb:90:in `call'
gems/gems/actionpack-2.3.5/lib/action_controller/caching/actions.rb:90:in `filter'
gems/gems/actionpack-2.3.5/lib/action_controller/caching/actions.rb:65:in `caches_action'
gems/gems/activesupport-2.3.5/lib/active_support/callbacks.rb:182:in `call'
gems/gems/activesupport-2.3.5/lib/active_support/callbacks.rb:182:in `evaluate_method'
gems/gems/actionpack-2.3.5/lib/action_controller/filters.rb:184:in `call'
gems/gems/actionpack-2.3.5/lib/action_controller/filters.rb:635:in `run_before_filters'
gems/gems/actionpack-2.3.5/lib/action_controller/filters.rb:615:in `call_filters'
gems/gems/actionpack-2.3.5/lib/action_controller/filters.rb:610:in `perform_action_with_filters'
gems/gems/actionpack-2.3.5/lib/action_controller/benchmarking.rb:68:in `perform_action_with_benchmark'
gems/gems/actionpack-2.3.5/lib/action_controller/benchmarking.rb:68:in `perform_action_with_benchmark'
gems/gems/actionpack-2.3.5/lib/action_controller/rescue.rb:160:in `perform_action_with_rescue'
gems/gems/actionpack-2.3.5/lib/action_controller/flash.rb:146:in `perform_action_with_flash'
gems/gems/actionpack-2.3.5/lib/action_controller/base.rb:532:in `process'
gems/gems/actionpack-2.3.5/lib/action_controller/filters.rb:606:in `process_with_filters'
gems/gems/haml-2.2.24/lib/sass/plugin/rails.rb:20:in `process'
gems/gems/actionpack-2.3.5/lib/action_controller/base.rb:391:in `process'
gems/gems/actionpack-2.3.5/lib/action_controller/base.rb:386:in `call'
gems/gems/actionpack-2.3.5/lib/action_controller/routing/route_set.rb:437:in `call'
gems/gems/actionpack-2.3.5/lib/action_controller/dispatcher.rb:87:in `dispatch'
gems/gems/actionpack-2.3.5/lib/action_controller/dispatcher.rb:121:in `_call'
gems/gems/actionpack-2.3.5/lib/action_controller/dispatcher.rb:130:in `build_middleware_stack'
gems/gems/activerecord-2.3.5/lib/active_record/query_cache.rb:29:in `call'
gems/gems/activerecord-2.3.5/lib/active_record/query_cache.rb:29:in `call'
gems/gems/activerecord-2.3.5/lib/active_record/connection_adapters/abstract/query_cache.rb:34:in `cache'
gems/gems/activerecord-2.3.5/lib/active_record/query_cache.rb:9:in `cache'
gems/gems/activerecord-2.3.5/lib/active_record/query_cache.rb:28:in `call'
gems/gems/activerecord-2.3.5/lib/active_record/connection_adapters/abstract/connection_pool.rb:361:in `call'
gems/gems/actionpack-2.3.5/lib/action_controller/string_coercion.rb:25:in `call'
gems/gems/actionpack-2.3.5/lib/action_controller/params_parser.rb:15:in `call'
gems/gems/actionpack-2.3.5/lib/action_controller/session/cookie_store.rb:93:in `call'
gems/gems/actionpack-2.3.5/lib/action_controller/failsafe.rb:26:in `call'
gems/gems/actionpack-2.3.5/lib/action_controller/dispatcher.rb:106:in `call'
file:lib/jruby-rack-1.0.3.jar!/rack/adapter/rails.rb:36:in `serve_rails'
file:lib/jruby-rack-1.0.3.jar!/rack/adapter/rails.rb:41:in `call'
file:lib/jruby-rack-1.0.3.jar!/jruby/rack/rails.rb:180:in `call'
file:lib/jruby-rack-1.0.3.jar!/rack/handler/servlet.rb:19:in `call'
:1
Rendering /Users/donm/projects/console-staging/console-server/webapps/ROOT/500.html (500 Internal Server Error)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment