[Archivesspace_Users_Group] 500 error when trying to view locations in 1.4.0

Wing Leung leungwin at hawaii.edu
Sat Oct 10 03:49:27 EDT 2015


I recently upgraded from v1.1.2 to v1.4.0 and noticed a 500 error when 
trying to view locations although I can edit without error.  I created a 
fresh instance of the site from the 1.4.0 release zip plus a fresh mysql 
db to rule out our data as a source of error.

The error seems so basic I'm not sure if I've lost my mind and made a 
careless mistake somewhere.  Is anyone able to reproduce my results?

Steps to reproduce.
1. create new instance of AS following instructions from 
https://github.com/archivesspace/archivesspace/blob/master/README.md
2. create new repository and location.
3. click on view for the just created location
4. arrive at error in screenshot

I included the browser window as a screenshot and the log starting from 
around the point of the error for reference.

Server information:
centos 6
Linux archivesspacetest.ham.manoa.hawaii.edu 2.6.32-573.3.1.el6.x86_64 
#1 SMP Thu Aug 13 22:55:16 UTC 2015 x86_64 x86_64 x86_64 GNU/Linux

centos mysql 5.1 via yum

mysql-connector-java-5.1.24.jar

centos openjdk 1.7 via yum

Thanks
Wing Leung

IT Specialist
Desktop Network Services
Hamilton Library
University of Hawaii at Manoa
Phone: 808-956-2905
Fax: 808-956-5968
-------------- next part --------------
A non-text attachment was scrubbed...
Name: aslocationviewerror.png
Type: image/png
Size: 52824 bytes
Desc: not available
URL: <http://lyralists.lyrasis.org/pipermail/archivesspace_users_group/attachments/20151009/ebd56e7c/attachment.png>
-------------- next part --------------
Started GET "/resolve/readonly?uri=%2Flocations%2F1" for 127.0.0.1 at 2015-09-30 20:24:56 -1000
Processing by ResolverController#resolve_readonly as HTML
  Parameters: {"uri"=>"/locations/1"}
Redirected to http://staffarchivesspacetest.ham.manoa.hawaii.edu/locations/1
Completed 302 Found in 25.0ms
Started GET "/locations/1" for 127.0.0.1 at 2015-09-30 20:24:56 -1000
Processing by LocationsController#show as HTML
  Parameters: {"id"=>"1"}
D, [2015-09-30T20:24:56.441000 #26758] DEBUG -- : Thread-12506: GET /locations/1?repo_id=2 [session: #<Session:0x1bf90f75 @store={:user=>"admin", :login_time=>2015-09-30 20:23:22 -1000, :expirable=>true}, @id="8e062b61380475dac6f112eb2f634bfb661d2e294778a02b6d4577e37e5523e0">]
D, [2015-09-30T20:24:56.466000 #26758] DEBUG -- : Thread-12506: Post-processed params: {:id=>1}
D, [2015-09-30T20:24:56.466000 #26758] DEBUG -- : Thread-4940: POST /update_monitor [session: #<Session:0x1f963a26 @store={:user=>"staff_system", :login_time=>2015-09-30 20:17:06 -1000, :expirable=>false}, @id="89779ac44f08a7df4c679d3de2a83b1a89a10f4741bc821b457a7626e91a3187">]
D, [2015-09-30T20:24:56.502000 #26758] DEBUG -- : Thread-12506: Responded with [200, {"Content-Type"=>"application/json", "Cache-Control"=>"private, must-revalidate, max-age=0", "Content-Length"=>"356"}, ["{\"lock_version\":0,\"building\":\"hl\",\"title\":\"hl, 1, 1, area [place]\",\"floor\":\"1\",\"room\":\"1\",\"area\":\"area\",\"classification\":\"place\",\"created_by\":\"admin\",\"last_modified_by\":\"admin\",\"create_time\":\"2015-10-01T06:24:47Z\",\"system_mtime\":\"2015-10-01T06:24:47Z\",\"user_mtime\":\"2015-10-01T06:24:47Z\",\"jsonmodel_type\":\"location\",\"external_ids\":[],... in 103.0ms
D, [2015-09-30T20:24:56.520000 #26758] DEBUG -- : Thread-4940: Post-processed params: {:active_edits=>#<JSONModel(:active_edits) {"jsonmodel_type"=>"active_edits", "active_edits"=>[{"uri"=>"/locations/1", "user"=>"admin", "time"=>"2015-09-30T20:24:48-10:00"}]}>}
ERROR: compiling _app_views_locations_show_html_erb__1934030116_24020 RAISED /archivesspace/data/tmp/jetty-0.0.0.0-8080-frontend.war-_-any-/webapp/WEB-INF/app/views/locations/show.html.erb:28: syntax error, unexpected kENSURE
          ensure
               ^
Function body:           def _app_views_locations_show_html_erb__1934030116_24020(local_assigns, output_buffer)
            _old_virtual_path, @virtual_path = @virtual_path, "locations/show";_old_output_buffer = @output_buffer;;@output_buffer = output_buffer || ActionView::OutputBuffer.new;@output_buffer.append= ( setup_context :object => @location, :title => @location.title );@output_buffer.safe_concat('
');@output_buffer.safe_concat('
<div class="row">
   <div class="col-md-3">
     ');@output_buffer.append= ( render_aspace_partial :partial => "locations/sidebar" );@output_buffer.safe_concat('
');@output_buffer.safe_concat('   </div>
  <div class="col-md-9">
    ');@output_buffer.append= ( render_aspace_partial :partial => "toolbar" );@output_buffer.safe_concat('
');@output_buffer.safe_concat('    <div class="record-pane">
      <h2>');@output_buffer.append= ( @location.title );@output_buffer.safe_concat('  <span class="label label-info">');@output_buffer.append= ( I18n.t("location._singular") );@output_buffer.safe_concat('</span></h2>

      ');@output_buffer.append= ( render_aspace_partial :partial => "shared/flash_messages" );@output_buffer.safe_concat('
');@output_buffer.safe_concat('
      ');@output_buffer.append= ( read_only_view(@location.to_hash) );@output_buffer.safe_concat('
');@output_buffer.safe_concat('
      ');@output_buffer.append= ( render_aspace_partial :partial => "search/embedded", :locals => {:record => @location, :filter_term => {"location_uris" => @location.uri}.to_json, :heading_text => I18n.t("location._frontend.section.search_embedded")} );@output_buffer.safe_concat('
');@output_buffer.safe_concat('
');       if @location.external_ids.length > 0 && show_external_ids? 
@output_buffer.safe_concat('        ');@output_buffer.append= ( render_aspace_partial :partial => "external_ids/show", :locals => { :external_ids => @location.external_ids, :section_id => "location_external_ids_" } );@output_buffer.safe_concat('
');@output_buffer.safe_concat('
      ');@output_buffer.append=  readonly_context :location, @location do |readonly| @output_buffer.safe_concat('
');@output_buffer.safe_concat('        ');@output_buffer.append= ( show_plugins_for(@location, readonly) );@output_buffer.safe_concat('
');       end 
@output_buffer.safe_concat('    </div>
  </div>
</div>
');@output_buffer.to_s
          ensure
            @virtual_path, @output_buffer = _old_virtual_path, _old_output_buffer
          end

Backtrace: org/jruby/RubyModule.java:2359:in `module_eval'
/archivesspace/gems/gems/actionpack-3.2.22/lib/action_view/template.rb:297:in `compile'
/archivesspace/gems/gems/actionpack-3.2.22/lib/action_view/template.rb:244:in `compile!'
org/jruby/ext/thread/Mutex.java:149:in `synchronize'
/archivesspace/gems/gems/actionpack-3.2.22/lib/action_view/template.rb:232:in `compile!'
/archivesspace/gems/gems/actionpack-3.2.22/lib/action_view/template.rb:144:in `render'
/archivesspace/gems/gems/activesupport-3.2.22/lib/active_support/notifications.rb:125:in `instrument'
/archivesspace/gems/gems/actionpack-3.2.22/lib/action_view/template.rb:143:in `render'
/archivesspace/gems/gems/actionpack-3.2.22/lib/action_view/renderer/template_renderer.rb:47:in `render_template'
/archivesspace/gems/gems/actionpack-3.2.22/lib/action_view/renderer/abstract_renderer.rb:38:in `instrument'
/archivesspace/gems/gems/activesupport-3.2.22/lib/active_support/notifications.rb:123:in `instrument'
/archivesspace/gems/gems/activesupport-3.2.22/lib/active_support/notifications/instrumenter.rb:20:in `instrument'
/archivesspace/gems/gems/activesupport-3.2.22/lib/active_support/notifications/instrumenter.rb:19:in `instrument'
/archivesspace/gems/gems/activesupport-3.2.22/lib/active_support/notifications.rb:123:in `instrument'
/archivesspace/gems/gems/actionpack-3.2.22/lib/action_view/renderer/abstract_renderer.rb:38:in `instrument'
/archivesspace/gems/gems/actionpack-3.2.22/lib/action_view/renderer/template_renderer.rb:46:in `render_template'
/archivesspace/gems/gems/actionpack-3.2.22/lib/action_view/renderer/template_renderer.rb:54:in `render_with_layout'
/archivesspace/gems/gems/actionpack-3.2.22/lib/action_view/renderer/template_renderer.rb:45:in `render_template'
/archivesspace/gems/gems/actionpack-3.2.22/lib/action_view/renderer/template_renderer.rb:18:in `render'
/archivesspace/gems/gems/actionpack-3.2.22/lib/action_view/renderer/renderer.rb:36:in `render_template'
/archivesspace/gems/gems/actionpack-3.2.22/lib/action_view/renderer/renderer.rb:17:in `render'
/archivesspace/gems/gems/actionpack-3.2.22/lib/abstract_controller/rendering.rb:110:in `_render_template'
/archivesspace/gems/gems/actionpack-3.2.22/lib/action_controller/metal/streaming.rb:225:in `_render_template'
/archivesspace/gems/gems/actionpack-3.2.22/lib/abstract_controller/rendering.rb:103:in `render_to_body'
/archivesspace/gems/gems/actionpack-3.2.22/lib/action_controller/metal/renderers.rb:28:in `render_to_body'
/archivesspace/gems/gems/actionpack-3.2.22/lib/action_controller/metal/compatibility.rb:50:in `render_to_body'
/archivesspace/gems/gems/actionpack-3.2.22/lib/abstract_controller/rendering.rb:88:in `render'
/archivesspace/gems/gems/actionpack-3.2.22/lib/action_controller/metal/rendering.rb:16:in `render'
/archivesspace/gems/gems/actionpack-3.2.22/lib/action_controller/metal/instrumentation.rb:40:in `render'
/archivesspace/gems/gems/activesupport-3.2.22/lib/active_support/core_ext/benchmark.rb:5:in `ms'
/archivesspace/gems/gems/jruby-jars-1.7.21/lib/jruby-stdlib-1.7.21.jar!/META-INF/jruby.home/lib/ruby/1.9/benchmark.rb:295:in `realtime'
/archivesspace/gems/gems/activesupport-3.2.22/lib/active_support/core_ext/benchmark.rb:5:in `ms'
/archivesspace/gems/gems/actionpack-3.2.22/lib/action_controller/metal/instrumentation.rb:40:in `render'
/archivesspace/gems/gems/actionpack-3.2.22/lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime'
/archivesspace/gems/gems/actionpack-3.2.22/lib/action_controller/metal/instrumentation.rb:39:in `render'
/archivesspace/gems/gems/actionpack-3.2.22/lib/action_controller/metal/implicit_render.rb:10:in `default_render'
/archivesspace/gems/gems/actionpack-3.2.22/lib/action_controller/metal/implicit_render.rb:5:in `send_action'
/archivesspace/gems/gems/actionpack-3.2.22/lib/abstract_controller/base.rb:167:in `process_action'
/archivesspace/gems/gems/actionpack-3.2.22/lib/action_controller/metal/rendering.rb:10:in `process_action'
/archivesspace/gems/gems/actionpack-3.2.22/lib/abstract_controller/callbacks.rb:18:in `process_action'
/archivesspace/gems/gems/activesupport-3.2.22/lib/active_support/callbacks.rb:483:in `_run__487740714__process_action__1833002777__callbacks'
/archivesspace/gems/gems/activesupport-3.2.22/lib/active_support/callbacks.rb:405:in `__run_callback'
/archivesspace/gems/gems/activesupport-3.2.22/lib/active_support/callbacks.rb:390:in `_run_process_action_callbacks'
/archivesspace/gems/gems/activesupport-3.2.22/lib/active_support/callbacks.rb:81:in `run_callbacks'
/archivesspace/gems/gems/actionpack-3.2.22/lib/abstract_controller/callbacks.rb:17:in `process_action'
/archivesspace/gems/gems/actionpack-3.2.22/lib/action_controller/metal/rescue.rb:29:in `process_action'
/archivesspace/gems/gems/actionpack-3.2.22/lib/action_controller/metal/instrumentation.rb:30:in `process_action'
/archivesspace/gems/gems/activesupport-3.2.22/lib/active_support/notifications.rb:123:in `instrument'
/archivesspace/gems/gems/activesupport-3.2.22/lib/active_support/notifications/instrumenter.rb:20:in `instrument'
/archivesspace/gems/gems/activesupport-3.2.22/lib/active_support/notifications/instrumenter.rb:19:in `instrument'
/archivesspace/gems/gems/activesupport-3.2.22/lib/active_support/notifications.rb:123:in `instrument'
/archivesspace/gems/gems/actionpack-3.2.22/lib/action_controller/metal/instrumentation.rb:29:in `process_action'
/archivesspace/gems/gems/actionpack-3.2.22/lib/action_controller/metal/params_wrapper.rb:207:in `process_action'
/archivesspace/gems/gems/actionpack-3.2.22/lib/abstract_controller/base.rb:121:in `process'
/archivesspace/gems/gems/actionpack-3.2.22/lib/abstract_controller/rendering.rb:45:in `process'
/archivesspace/gems/gems/actionpack-3.2.22/lib/action_controller/metal.rb:203:in `dispatch'
/archivesspace/gems/gems/actionpack-3.2.22/lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
/archivesspace/gems/gems/actionpack-3.2.22/lib/action_controller/metal.rb:246:in `action'
org/jruby/RubyProc.java:271:in `call'
/archivesspace/gems/gems/actionpack-3.2.22/lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
/archivesspace/gems/gems/actionpack-3.2.22/lib/action_dispatch/routing/route_set.rb:36:in `call'
/archivesspace/gems/gems/journey-1.0.4/lib/journey/router.rb:68:in `call'
org/jruby/RubyArray.java:1613:in `each'
/archivesspace/gems/gems/journey-1.0.4/lib/journey/router.rb:56:in `call'
/archivesspace/gems/gems/actionpack-3.2.22/lib/action_dispatch/routing/route_set.rb:608:in `call'
/archivesspace/gems/gems/actionpack-3.2.22/lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
/archivesspace/gems/gems/rack-1.4.7/lib/rack/etag.rb:23:in `call'
/archivesspace/gems/gems/rack-1.4.7/lib/rack/conditionalget.rb:25:in `call'
/archivesspace/gems/gems/actionpack-3.2.22/lib/action_dispatch/middleware/head.rb:14:in `call'
/archivesspace/gems/gems/actionpack-3.2.22/lib/action_dispatch/middleware/params_parser.rb:21:in `call'
/archivesspace/gems/gems/actionpack-3.2.22/lib/action_dispatch/middleware/flash.rb:242:in `call'
/archivesspace/gems/gems/rack-1.4.7/lib/rack/session/abstract/id.rb:210:in `context'
/archivesspace/gems/gems/rack-1.4.7/lib/rack/session/abstract/id.rb:205:in `call'
/archivesspace/gems/gems/actionpack-3.2.22/lib/action_dispatch/middleware/cookies.rb:341:in `call'
/archivesspace/gems/gems/actionpack-3.2.22/lib/action_dispatch/middleware/callbacks.rb:28:in `call'
/archivesspace/gems/gems/activesupport-3.2.22/lib/active_support/callbacks.rb:408:in `_run__1016577795__call__1698271961__callbacks'
/archivesspace/gems/gems/activesupport-3.2.22/lib/active_support/callbacks.rb:405:in `__run_callback'
/archivesspace/gems/gems/activesupport-3.2.22/lib/active_support/callbacks.rb:390:in `_run_call_callbacks'
/archivesspace/gems/gems/activesupport-3.2.22/lib/active_support/callbacks.rb:81:in `run_callbacks'
/archivesspace/gems/gems/actionpack-3.2.22/lib/action_dispatch/middleware/callbacks.rb:27:in `call'
/archivesspace/gems/gems/actionpack-3.2.22/lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
/archivesspace/gems/gems/actionpack-3.2.22/lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
/archivesspace/gems/gems/actionpack-3.2.22/lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
/archivesspace/gems/gems/railties-3.2.22/lib/rails/rack/logger.rb:32:in `call_app'
/archivesspace/gems/gems/railties-3.2.22/lib/rails/rack/logger.rb:16:in `call'
/archivesspace/gems/gems/activesupport-3.2.22/lib/active_support/tagged_logging.rb:22:in `tagged'
/archivesspace/gems/gems/railties-3.2.22/lib/rails/rack/logger.rb:16:in `call'
/archivesspace/gems/gems/actionpack-3.2.22/lib/action_dispatch/middleware/request_id.rb:22:in `call'
/archivesspace/gems/gems/rack-1.4.7/lib/rack/methodoverride.rb:21:in `call'
/archivesspace/gems/gems/rack-1.4.7/lib/rack/runtime.rb:17:in `call'
/archivesspace/gems/gems/activesupport-3.2.22/lib/active_support/cache/strategy/local_cache.rb:72:in `call'
/archivesspace/gems/gems/actionpack-3.2.22/lib/action_dispatch/middleware/static.rb:83:in `call'
/archivesspace/gems/gems/rack-cache-1.2/lib/rack/cache/context.rb:136:in `forward'
/archivesspace/gems/gems/rack-cache-1.2/lib/rack/cache/context.rb:245:in `fetch'
/archivesspace/gems/gems/rack-cache-1.2/lib/rack/cache/context.rb:185:in `lookup'
/archivesspace/gems/gems/rack-cache-1.2/lib/rack/cache/context.rb:66:in `call!'
/archivesspace/gems/gems/rack-cache-1.2/lib/rack/cache/context.rb:51:in `call'
/archivesspace/gems/gems/railties-3.2.22/lib/rails/engine.rb:484:in `call'
/archivesspace/gems/gems/railties-3.2.22/lib/rails/application.rb:231:in `call'
file:/archivesspace/gems/gems/jruby-rack-1.1.19/lib/jruby-rack-1.1.19.jar!/rack/handler/servlet.rb:22:in `call'
  Rendered locations/show.html.erb within layouts/application (40.0ms)
D, [2015-09-30T20:24:56.589000 #26758] DEBUG -- : Thread-4940: Responded with [200, {"Content-Type"=>"application/json", "Cache-Control"=>"private, must-revalidate, max-age=0", "Content-Length"=>"84"}, ["{\"/locations/1\":{\"edited_by\":{\"admin\":\"2015-10-01 06:24:48 UTC\"},\"lock_version\":0}}\n"]]... in 156.0ms
Completed 500 Internal Server Error in 226.0ms

ActionView::Template::Error (/archivesspace/data/tmp/jetty-0.0.0.0-8080-frontend.war-_-any-/webapp/WEB-INF/app/views/locations/show.html.erb:28: syntax error, unexpected kENSURE
          ensure
               ^):
    25:   </div>
    26: </div>
  org/jruby/RubyModule.java:2359:in `module_eval'
  actionpack (3.2.22) lib/action_view/template.rb:297:in `compile'
  actionpack (3.2.22) lib/action_view/template.rb:244:in `compile!'
  org/jruby/ext/thread/Mutex.java:149:in `synchronize'
  actionpack (3.2.22) lib/action_view/template.rb:232:in `compile!'
  actionpack (3.2.22) lib/action_view/template.rb:144:in `render'
  activesupport (3.2.22) lib/active_support/notifications.rb:125:in `instrument'
  actionpack (3.2.22) lib/action_view/template.rb:143:in `render'
  actionpack (3.2.22) lib/action_view/renderer/template_renderer.rb:47:in `render_template'
  actionpack (3.2.22) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument'
  activesupport (3.2.22) lib/active_support/notifications.rb:123:in `instrument'
  activesupport (3.2.22) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (3.2.22) lib/active_support/notifications/instrumenter.rb:19:in `instrument'
  activesupport (3.2.22) lib/active_support/notifications.rb:123:in `instrument'
  actionpack (3.2.22) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument'
  actionpack (3.2.22) lib/action_view/renderer/template_renderer.rb:46:in `render_template'
  actionpack (3.2.22) lib/action_view/renderer/template_renderer.rb:54:in `render_with_layout'
  actionpack (3.2.22) lib/action_view/renderer/template_renderer.rb:45:in `render_template'
  actionpack (3.2.22) lib/action_view/renderer/template_renderer.rb:18:in `render'
  actionpack (3.2.22) lib/action_view/renderer/renderer.rb:36:in `render_template'
  actionpack (3.2.22) lib/action_view/renderer/renderer.rb:17:in `render'
  actionpack (3.2.22) lib/abstract_controller/rendering.rb:110:in `_render_template'
  actionpack (3.2.22) lib/action_controller/metal/streaming.rb:225:in `_render_template'
  actionpack (3.2.22) lib/abstract_controller/rendering.rb:103:in `render_to_body'
  actionpack (3.2.22) lib/action_controller/metal/renderers.rb:28:in `render_to_body'
  actionpack (3.2.22) lib/action_controller/metal/compatibility.rb:50:in `render_to_body'
  actionpack (3.2.22) lib/abstract_controller/rendering.rb:88:in `render'
  actionpack (3.2.22) lib/action_controller/metal/rendering.rb:16:in `render'
  actionpack (3.2.22) lib/action_controller/metal/instrumentation.rb:40:in `render'
  activesupport (3.2.22) lib/active_support/core_ext/benchmark.rb:5:in `ms'
  jruby-jars (1.7.21) lib/jruby-stdlib-1.7.21.jar!/META-INF/jruby.home/lib/ruby/1.9/benchmark.rb:295:in `realtime'
  activesupport (3.2.22) lib/active_support/core_ext/benchmark.rb:5:in `ms'
  actionpack (3.2.22) lib/action_controller/metal/instrumentation.rb:40:in `render'
  actionpack (3.2.22) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime'
  actionpack (3.2.22) lib/action_controller/metal/instrumentation.rb:39:in `render'
  actionpack (3.2.22) lib/action_controller/metal/implicit_render.rb:10:in `default_render'
  actionpack (3.2.22) lib/action_controller/metal/implicit_render.rb:5:in `send_action'
  actionpack (3.2.22) lib/abstract_controller/base.rb:167:in `process_action'
  actionpack (3.2.22) lib/action_controller/metal/rendering.rb:10:in `process_action'
  actionpack (3.2.22) lib/abstract_controller/callbacks.rb:18:in `process_action'
  activesupport (3.2.22) lib/active_support/callbacks.rb:483:in `_run__487740714__process_action__1833002777__callbacks'
  activesupport (3.2.22) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.22) lib/active_support/callbacks.rb:390:in `_run_process_action_callbacks'
  activesupport (3.2.22) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.22) lib/abstract_controller/callbacks.rb:17:in `process_action'
  actionpack (3.2.22) lib/action_controller/metal/rescue.rb:29:in `process_action'
  actionpack (3.2.22) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
  activesupport (3.2.22) lib/active_support/notifications.rb:123:in `instrument'
  activesupport (3.2.22) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (3.2.22) lib/active_support/notifications/instrumenter.rb:19:in `instrument'
  activesupport (3.2.22) lib/active_support/notifications.rb:123:in `instrument'
  actionpack (3.2.22) lib/action_controller/metal/instrumentation.rb:29:in `process_action'
  actionpack (3.2.22) lib/action_controller/metal/params_wrapper.rb:207:in `process_action'
  actionpack (3.2.22) lib/abstract_controller/base.rb:121:in `process'
  actionpack (3.2.22) lib/abstract_controller/rendering.rb:45:in `process'
  actionpack (3.2.22) lib/action_controller/metal.rb:203:in `dispatch'
  actionpack (3.2.22) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
  actionpack (3.2.22) lib/action_controller/metal.rb:246:in `action'
  org/jruby/RubyProc.java:271:in `call'
  actionpack (3.2.22) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
  actionpack (3.2.22) lib/action_dispatch/routing/route_set.rb:36:in `call'
  journey (1.0.4) lib/journey/router.rb:68:in `call'
  org/jruby/RubyArray.java:1613:in `each'
  journey (1.0.4) lib/journey/router.rb:56:in `call'
  actionpack (3.2.22) lib/action_dispatch/routing/route_set.rb:608:in `call'
  actionpack (3.2.22) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
  rack (1.4.7) lib/rack/etag.rb:23:in `call'
  rack (1.4.7) lib/rack/conditionalget.rb:25:in `call'
  actionpack (3.2.22) lib/action_dispatch/middleware/head.rb:14:in `call'
  actionpack (3.2.22) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
  actionpack (3.2.22) lib/action_dispatch/middleware/flash.rb:242:in `call'
  rack (1.4.7) lib/rack/session/abstract/id.rb:210:in `context'
  rack (1.4.7) lib/rack/session/abstract/id.rb:205:in `call'
  actionpack (3.2.22) lib/action_dispatch/middleware/cookies.rb:341:in `call'
  actionpack (3.2.22) lib/action_dispatch/middleware/callbacks.rb:28:in `call'
  activesupport (3.2.22) lib/active_support/callbacks.rb:408:in `_run__1016577795__call__1698271961__callbacks'
  activesupport (3.2.22) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.22) lib/active_support/callbacks.rb:390:in `_run_call_callbacks'
  activesupport (3.2.22) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.22) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
  actionpack (3.2.22) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
  actionpack (3.2.22) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
  actionpack (3.2.22) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
  railties (3.2.22) lib/rails/rack/logger.rb:32:in `call_app'
  railties (3.2.22) lib/rails/rack/logger.rb:16:in `call'
  activesupport (3.2.22) lib/active_support/tagged_logging.rb:22:in `tagged'
  railties (3.2.22) lib/rails/rack/logger.rb:16:in `call'
  actionpack (3.2.22) lib/action_dispatch/middleware/request_id.rb:22:in `call'
  rack (1.4.7) lib/rack/methodoverride.rb:21:in `call'
  rack (1.4.7) lib/rack/runtime.rb:17:in `call'
  activesupport (3.2.22) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
  actionpack (3.2.22) lib/action_dispatch/middleware/static.rb:83:in `call'
  rack-cache (1.2) lib/rack/cache/context.rb:136:in `forward'
  rack-cache (1.2) lib/rack/cache/context.rb:245:in `fetch'
  rack-cache (1.2) lib/rack/cache/context.rb:185:in `lookup'
  rack-cache (1.2) lib/rack/cache/context.rb:66:in `call!'
  rack-cache (1.2) lib/rack/cache/context.rb:51:in `call'
  railties (3.2.22) lib/rails/engine.rb:484:in `call'
  railties (3.2.22) lib/rails/application.rb:231:in `call'
  file:jruby-rack (1.1.19) lib/jruby-rack-1.1.19.jar!/rack/handler/servlet.rb:22:in `call'


  Rendered /archivesspace/gems/gems/actionpack-3.2.22/lib/action_dispatch/middleware/templates/rescues/_trace.erb (5.0ms)
  Rendered /archivesspace/gems/gems/actionpack-3.2.22/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (14.0ms)
  Rendered /archivesspace/gems/gems/actionpack-3.2.22/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (30.0ms)


More information about the Archivesspace_Users_Group mailing list