Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgraded to 9.1.8.0 from 9.0.5.0, now crashing during rake test #4569

Closed
pobocks opened this issue Apr 21, 2017 · 3 comments
Closed

Upgraded to 9.1.8.0 from 9.0.5.0, now crashing during rake test #4569

pobocks opened this issue Apr 21, 2017 · 3 comments

Comments

@pobocks
Copy link

pobocks commented Apr 21, 2017

Environment

  • JRuby version: jruby 9.1.8.0 (2.3.1) 2017-03-06 90fc7ab OpenJDK 64-Bit Server VM 25.121-b13 on 1.8.0_121-8u121-b13-0ubuntu1.16.04.2-b13 +jit [linux-x86_64]

  • OS: Linux 4.8.5-040805-generic #201610280434 SMP x86_64 GNU/Linux

Other relevant info you may wish to add:

  • Gemfile
source 'https://rubygems.org'
# Because RVM can't parse the ruby declaration, the following comment is needed

# Bundle edge Rails instead: gem 'rails', github: 'rails/rails'
gem 'rails', '4.2.5.2'
# Use jdbcpostgresql as the database for Active Record
gem 'activerecord-jdbcpostgresql-adapter'
# Use SCSS for stylesheets
gem 'sass-rails', '~> 5.0'
# Bootstrap
gem 'bootstrap-sass', '~> 3.3.6'
# Use Uglifier as compressor for JavaScript assets
gem 'uglifier', '>= 1.3.0'
# See https://github.com/rails/execjs#readme for more supported runtimes
gem 'therubyrhino'
# Use jquery as the JavaScript library
gem 'jquery-rails'
# Build JSON APIs with ease. Read more: https://github.com/rails/jbuilder
gem 'jbuilder', '~> 2.0'
# jqPlot-Rails - least outdated package
gem 'outfielding-jqplot-rails', '~> 1.0.0'
gem 'dotenv-rails'

group :development do
  gem 'puma' # Because Webrick is terrible
  gem 'capistrano-rails', '~> 1.1'
  gem 'capistrano-rvm'
end

group :doc do
  gem 'yard', '~> 0.8.7'
  gem 'yard-activerecord'
  gem 'kramdown'
end

group :test do
  gem 'capybara'
  gem 'poltergeist'
  gem 'poltergeist-suppressor'
  gem 'minitest-capybara'
  gem 'minitest-spec-rails'
  gem 'minitest-metadata'
  gem 'database_cleaner'
end

# Use ActiveModel has_secure_password
# gem 'bcrypt', '~> 3.1.7'

# Use Capistrano for deployment
# gem 'capistrano-rails', group: :development

gem 'railroady', group: :development

gem 'pry-rails'
gem 'pry-nav'
gem 'pry-remote'
gem 'pry-doc'

# Windows does not include zoneinfo files, so bundle the tzinfo-data gem
gem 'tzinfo-data'

gem 'schematronium'

Stack Trace:

Using Ext extension for JSON.
Exception `LoadError' at org/jruby/RubyKernel.java:961 - no such file to load -- pg_array_parser
Exception `LoadError' at org/jruby/RubyKernel.java:961 - no such file to load -- v8
Exception `LoadError' at org/jruby/RubyKernel.java:961 - no such file to load -- therubyrhino
Exception `LoadError' at org/jruby/RubyKernel.java:961 - no such file to load -- spring/watcher
/home/pobocks/.rvm/gems/jruby-9.1.8.0/gems/activesupport-4.2.5.2/lib/active_support/dependencies.rb:274: warning: loading in progress, circular require considered harmful - /home/pobocks/.rvm/gems/jruby-9.1.8.0/gems/capybara-2.1.0/lib/capybara.rb
                      require at org/jruby/RubyKernel.java:961
             block in require at /home/pobocks/.rvm/gems/jruby-9.1.8.0/gems/activesupport-4.2.5.2/lib/active_support/dependencies.rb:274
              load_dependency at /home/pobocks/.rvm/gems/jruby-9.1.8.0/gems/activesupport-4.2.5.2/lib/active_support/dependencies.rb:240
                      require at /home/pobocks/.rvm/gems/jruby-9.1.8.0/gems/activesupport-4.2.5.2/lib/active_support/dependencies.rb:274
                       <main> at /home/pobocks/.rvm/gems/jruby-9.1.8.0/gems/capybara-2.1.0/lib/capybara/dsl.rb:1
                      require at org/jruby/RubyKernel.java:961
             block in require at /home/pobocks/.rvm/gems/jruby-9.1.8.0/gems/activesupport-4.2.5.2/lib/active_support/dependencies.rb:274
              load_dependency at /home/pobocks/.rvm/gems/jruby-9.1.8.0/gems/activesupport-4.2.5.2/lib/active_support/dependencies.rb:240
                      require at /home/pobocks/.rvm/gems/jruby-9.1.8.0/gems/activesupport-4.2.5.2/lib/active_support/dependencies.rb:274
              <module:(root)> at /home/pobocks/.rvm/gems/jruby-9.1.8.0/gems/capybara-2.1.0/lib/capybara.rb:1
                       <main> at /home/pobocks/.rvm/gems/jruby-9.1.8.0/gems/capybara-2.1.0/lib/capybara.rb:295
                      require at org/jruby/RubyKernel.java:961
              block in (root) at /home/pobocks/.rvm/gems/jruby-9.1.8.0/gems/capybara-2.1.0/lib/capybara.rb:5
                         each at org/jruby/RubyArray.java:1734
              block in (root) at /home/pobocks/.rvm/gems/jruby-9.1.8.0/gems/bundler-1.14.6/lib/bundler/runtime.rb:1
                         each at org/jruby/RubyArray.java:1734
                      require at /home/pobocks/.rvm/gems/jruby-9.1.8.0/gems/bundler-1.14.6/lib/bundler/runtime.rb:91
                      require at /home/pobocks/.rvm/gems/jruby-9.1.8.0/gems/bundler-1.14.6/lib/bundler/runtime.rb:86
                       <main> at /home/pobocks/.rvm/gems/jruby-9.1.8.0/gems/bundler-1.14.6/lib/bundler/runtime.rb:75
                      require at org/jruby/RubyKernel.java:961
                       <main> at /home/pobocks/.rvm/gems/jruby-9.1.8.0/gems/bundler-1.14.6/lib/bundler.rb:107
                         load at org/jruby/RubyKernel.java:979
                       (root) at /home/pobocks/archivesspace-preprocessor/config/application.rb:7
                       (root) at /home/pobocks/archivesspace-preprocessor/Rakefile:1
              block in (root) at /home/pobocks/archivesspace-preprocessor/Rakefile:4
                       (root) at /home/pobocks/.rvm/gems/jruby-9.1.8.0/gems/rake-10.5.0/lib/rake/rake_module.rb:1
                load_rakefile at /home/pobocks/.rvm/gems/jruby-9.1.8.0/gems/rake-10.5.0/lib/rake/rake_module.rb:28
   block in raw_load_rakefile at /home/pobocks/.rvm/gems/jruby-9.1.8.0/gems/rake-10.5.0/lib/rake/application.rb:690
                load_rakefile at /home/pobocks/.rvm/gems/jruby-9.1.8.0/gems/rake-10.5.0/lib/rake/application.rb:94
  standard_exception_handling at /home/pobocks/.rvm/gems/jruby-9.1.8.0/gems/rake-10.5.0/lib/rake/application.rb:176
                       <main> at /home/pobocks/.rvm/gems/jruby-9.1.8.0/gems/rake-10.5.0/lib/rake/application.rb:93
                         load at org/jruby/RubyKernel.java:979
                       <eval> at /home/pobocks/.rvm/gems/jruby-9.1.8.0/gems/rake-10.5.0/lib/rake/application.rb:77
                         eval at org/jruby/RubyKernel.java:1000
                       <main> at /home/pobocks/.rvm/gems/jruby-9.1.8.0/bin/jruby_executable_hooks:15
Exception `LoadError' at org/jruby/RubyKernel.java:961 - no such file to load -- poltergeist
Exception `LoadError' at org/jruby/RubyKernel.java:961 - no such file to load -- poltergeist-suppressor
/home/pobocks/.rvm/gems/jruby-9.1.8.0/gems/activesupport-4.2.5.2/lib/active_support/dependencies.rb:274: warning: loading in progress, circular require considered harmful - /home/pobocks/.rvm/gems/jruby-9.1.8.0/gems/pry-0.10.3-java/lib/pry.rb
           require at org/jruby/RubyKernel.java:961
  block in require at /home/pobocks/.rvm/gems/jruby-9.1.8.0/gems/activesupport-4.2.5.2/lib/active_support/dependencies.rb:274
   load_dependency at /home/pobocks/.rvm/gems/jruby-9.1.8.0/gems/activesupport-4.2.5.2/lib/active_support/dependencies.rb:240
           require at /home/pobocks/.rvm/gems/jruby-9.1.8.0/gems/activesupport-4.2.5.2/lib/active_support/dependencies.rb:274
            <main> at /home/pobocks/.rvm/gems/jruby-9.1.8.0/gems/pry-nav-0.2.4/lib/pry-nav/pry_ext.rb:1
           require at org/jruby/RubyKernel.java:961
  block in require at /home/pobocks/.rvm/gems/jruby-9.1.8.0/gems/activesupport-4.2.5.2/lib/active_support/dependencies.rb:274
   load_dependency at /home/pobocks/.rvm/gems/jruby-9.1.8.0/gems/activesupport-4.2.5.2/lib/active_support/dependencies.rb:240
           require at /home/pobocks/.rvm/gems/jruby-9.1.8.0/gems/activesupport-4.2.5.2/lib/active_support/dependencies.rb:274
            <main> at /home/pobocks/.rvm/gems/jruby-9.1.8.0/gems/pry-nav-0.2.4/lib/pry-nav.rb:1
           require at org/jruby/RubyKernel.java:961
  block in require at /home/pobocks/.rvm/gems/jruby-9.1.8.0/gems/activesupport-4.2.5.2/lib/active_support/dependencies.rb:274
   load_dependency at /home/pobocks/.rvm/gems/jruby-9.1.8.0/gems/activesupport-4.2.5.2/lib/active_support/dependencies.rb:240
           require at /home/pobocks/.rvm/gems/jruby-9.1.8.0/gems/activesupport-4.2.5.2/lib/active_support/dependencies.rb:274
            <main> at /home/pobocks/.rvm/gems/jruby-9.1.8.0/gems/pry-nav-0.2.4/lib/pry-nav.rb:2
           require at org/jruby/RubyKernel.java:961
  block in require at /home/pobocks/.rvm/gems/jruby-9.1.8.0/gems/activesupport-4.2.5.2/lib/active_support/dependencies.rb:274
   load_dependency at /home/pobocks/.rvm/gems/jruby-9.1.8.0/gems/activesupport-4.2.5.2/lib/active_support/dependencies.rb:240
           require at /home/pobocks/.rvm/gems/jruby-9.1.8.0/gems/activesupport-4.2.5.2/lib/active_support/dependencies.rb:274
            (root) at /home/pobocks/.rvm/gems/jruby-9.1.8.0/gems/pry-nav-0.2.4/lib/pry-nav/cli.rb:1
   block in (root) at /home/pobocks/.rvm/gems/jruby-9.1.8.0/gems/pry-nav-0.2.4/lib/pry-nav/cli.rb:1
              each at org/jruby/RubyArray.java:1734
            (root) at /home/pobocks/.rvm/gems/jruby-9.1.8.0/gems/pry-0.10.3-java/lib/pry/plugins.rb:1
            <main> at /home/pobocks/.rvm/gems/jruby-9.1.8.0/gems/pry-0.10.3-java/lib/pry/plugins.rb:38
           require at org/jruby/RubyKernel.java:961
  block in require at /home/pobocks/.rvm/gems/jruby-9.1.8.0/gems/activesupport-4.2.5.2/lib/active_support/dependencies.rb:274
   load_dependency at /home/pobocks/.rvm/gems/jruby-9.1.8.0/gems/activesupport-4.2.5.2/lib/active_support/dependencies.rb:240
           require at /home/pobocks/.rvm/gems/jruby-9.1.8.0/gems/activesupport-4.2.5.2/lib/active_support/dependencies.rb:274
            <main> at /home/pobocks/.rvm/gems/jruby-9.1.8.0/gems/pry-0.10.3-java/lib/pry/cli.rb:40
           require at org/jruby/RubyKernel.java:961
  block in require at /home/pobocks/.rvm/gems/jruby-9.1.8.0/gems/activesupport-4.2.5.2/lib/active_support/dependencies.rb:274
   load_dependency at /home/pobocks/.rvm/gems/jruby-9.1.8.0/gems/activesupport-4.2.5.2/lib/active_support/dependencies.rb:240
           require at /home/pobocks/.rvm/gems/jruby-9.1.8.0/gems/activesupport-4.2.5.2/lib/active_support/dependencies.rb:274
            <main> at /home/pobocks/.rvm/gems/jruby-9.1.8.0/gems/pry-0.10.3-java/lib/pry/cli.rb:39
           require at org/jruby/RubyKernel.java:961
   block in (root) at /home/pobocks/.rvm/gems/jruby-9.1.8.0/gems/pry-0.10.3-java/lib/pry/cli.rb:107
              each at org/jruby/RubyArray.java:1734
   block in (root) at /home/pobocks/.rvm/gems/jruby-9.1.8.0/gems/pry-0.10.3-java/lib/pry.rb:1
              each at org/jruby/RubyArray.java:1734
            (root) at /home/pobocks/.rvm/gems/jruby-9.1.8.0/gems/pry-0.10.3-java/lib/pry.rb:150
            (root) at /home/pobocks/.rvm/gems/jruby-9.1.8.0/gems/pry-rails-0.3.4/lib/pry-rails.rb:1
            <main> at /home/pobocks/.rvm/gems/jruby-9.1.8.0/gems/pry-rails-0.3.4/lib/pry-rails.rb:3
           require at org/jruby/RubyKernel.java:961
            <main> at /home/pobocks/.rvm/gems/jruby-9.1.8.0/gems/bundler-1.14.6/lib/bundler/runtime.rb:1
              load at org/jruby/RubyKernel.java:979
           require at /home/pobocks/.rvm/gems/jruby-9.1.8.0/gems/bundler-1.14.6/lib/bundler/runtime.rb:91
           require at /home/pobocks/.rvm/gems/jruby-9.1.8.0/gems/bundler-1.14.6/lib/bundler/runtime.rb:86
  block in require at /home/pobocks/.rvm/gems/jruby-9.1.8.0/gems/bundler-1.14.6/lib/bundler/runtime.rb:75
           require at /home/pobocks/.rvm/gems/jruby-9.1.8.0/gems/bundler-1.14.6/lib/bundler.rb:107
            (root) at /home/pobocks/archivesspace-preprocessor/config/application.rb:7
   block in (root) at /home/pobocks/archivesspace-preprocessor/Rakefile:1
            (root) at /home/pobocks/archivesspace-preprocessor/Rakefile:4
            (root) at /home/pobocks/.rvm/gems/jruby-9.1.8.0/gems/rake-10.5.0/lib/rake/rake_module.rb:1
            <main> at /home/pobocks/.rvm/gems/jruby-9.1.8.0/gems/rake-10.5.0/lib/rake/rake_module.rb:28
              load at org/jruby/RubyKernel.java:979
            <eval> at /home/pobocks/.rvm/gems/jruby-9.1.8.0/gems/rake-10.5.0/lib/rake/application.rb:690
              eval at org/jruby/RubyKernel.java:1000
            <main> at /home/pobocks/.rvm/gems/jruby-9.1.8.0/bin/jruby_executable_hooks:15
/home/pobocks/.rvm/gems/jruby-9.1.8.0/gems/activesupport-4.2.5.2/lib/active_support/dependencies.rb:274: warning: loading in progress, circular require considered harmful - /home/pobocks/.rvm/gems/jruby-9.1.8.0/gems/pry-0.10.3-java/lib/pry.rb
                      require at org/jruby/RubyKernel.java:961
             block in require at /home/pobocks/.rvm/gems/jruby-9.1.8.0/gems/activesupport-4.2.5.2/lib/active_support/dependencies.rb:274
              load_dependency at /home/pobocks/.rvm/gems/jruby-9.1.8.0/gems/activesupport-4.2.5.2/lib/active_support/dependencies.rb:240
                      require at /home/pobocks/.rvm/gems/jruby-9.1.8.0/gems/activesupport-4.2.5.2/lib/active_support/dependencies.rb:274
                       <main> at /home/pobocks/.rvm/gems/jruby-9.1.8.0/gems/pry-nav-0.2.4/lib/pry-nav/tracer.rb:1
                      require at org/jruby/RubyKernel.java:961
             block in require at /home/pobocks/.rvm/gems/jruby-9.1.8.0/gems/activesupport-4.2.5.2/lib/active_support/dependencies.rb:274
              load_dependency at /home/pobocks/.rvm/gems/jruby-9.1.8.0/gems/activesupport-4.2.5.2/lib/active_support/dependencies.rb:240
                      require at /home/pobocks/.rvm/gems/jruby-9.1.8.0/gems/activesupport-4.2.5.2/lib/active_support/dependencies.rb:274
                       <main> at /home/pobocks/.rvm/gems/jruby-9.1.8.0/gems/pry-nav-0.2.4/lib/pry-nav/pry_ext.rb:1
                      require at org/jruby/RubyKernel.java:961
             block in require at /home/pobocks/.rvm/gems/jruby-9.1.8.0/gems/activesupport-4.2.5.2/lib/active_support/dependencies.rb:274
              load_dependency at /home/pobocks/.rvm/gems/jruby-9.1.8.0/gems/activesupport-4.2.5.2/lib/active_support/dependencies.rb:240
                      require at /home/pobocks/.rvm/gems/jruby-9.1.8.0/gems/activesupport-4.2.5.2/lib/active_support/dependencies.rb:274
                       <main> at /home/pobocks/.rvm/gems/jruby-9.1.8.0/gems/pry-nav-0.2.4/lib/pry-nav/pry_ext.rb:2
                      require at org/jruby/RubyKernel.java:961
             block in require at /home/pobocks/.rvm/gems/jruby-9.1.8.0/gems/activesupport-4.2.5.2/lib/active_support/dependencies.rb:274
              load_dependency at /home/pobocks/.rvm/gems/jruby-9.1.8.0/gems/activesupport-4.2.5.2/lib/active_support/dependencies.rb:240
                      require at /home/pobocks/.rvm/gems/jruby-9.1.8.0/gems/activesupport-4.2.5.2/lib/active_support/dependencies.rb:274
                       <main> at /home/pobocks/.rvm/gems/jruby-9.1.8.0/gems/pry-nav-0.2.4/lib/pry-nav.rb:1
                      require at org/jruby/RubyKernel.java:961
             block in require at /home/pobocks/.rvm/gems/jruby-9.1.8.0/gems/activesupport-4.2.5.2/lib/active_support/dependencies.rb:274
              load_dependency at /home/pobocks/.rvm/gems/jruby-9.1.8.0/gems/activesupport-4.2.5.2/lib/active_support/dependencies.rb:240
                      require at /home/pobocks/.rvm/gems/jruby-9.1.8.0/gems/activesupport-4.2.5.2/lib/active_support/dependencies.rb:274
                       (root) at /home/pobocks/.rvm/gems/jruby-9.1.8.0/gems/pry-nav-0.2.4/lib/pry-nav.rb:2
              block in (root) at /home/pobocks/.rvm/gems/jruby-9.1.8.0/gems/pry-nav-0.2.4/lib/pry-nav/cli.rb:1
                         each at org/jruby/RubyArray.java:1734
                       (root) at /home/pobocks/.rvm/gems/jruby-9.1.8.0/gems/pry-nav-0.2.4/lib/pry-nav/cli.rb:1
                       <main> at /home/pobocks/.rvm/gems/jruby-9.1.8.0/gems/pry-0.10.3-java/lib/pry/plugins.rb:1
                      require at org/jruby/RubyKernel.java:961
             block in require at /home/pobocks/.rvm/gems/jruby-9.1.8.0/gems/activesupport-4.2.5.2/lib/active_support/dependencies.rb:274
              load_dependency at /home/pobocks/.rvm/gems/jruby-9.1.8.0/gems/activesupport-4.2.5.2/lib/active_support/dependencies.rb:240
                      require at /home/pobocks/.rvm/gems/jruby-9.1.8.0/gems/activesupport-4.2.5.2/lib/active_support/dependencies.rb:274
                       <main> at /home/pobocks/.rvm/gems/jruby-9.1.8.0/gems/pry-0.10.3-java/lib/pry/plugins.rb:38
                      require at org/jruby/RubyKernel.java:961
             block in require at /home/pobocks/.rvm/gems/jruby-9.1.8.0/gems/activesupport-4.2.5.2/lib/active_support/dependencies.rb:274
              load_dependency at /home/pobocks/.rvm/gems/jruby-9.1.8.0/gems/activesupport-4.2.5.2/lib/active_support/dependencies.rb:240
                      require at /home/pobocks/.rvm/gems/jruby-9.1.8.0/gems/activesupport-4.2.5.2/lib/active_support/dependencies.rb:274
                       <main> at /home/pobocks/.rvm/gems/jruby-9.1.8.0/gems/pry-0.10.3-java/lib/pry/cli.rb:40
                      require at org/jruby/RubyKernel.java:961
  block in add_plugin_options at /home/pobocks/.rvm/gems/jruby-9.1.8.0/gems/pry-0.10.3-java/lib/pry/cli.rb:39
                         each at org/jruby/RubyArray.java:1734
              block in (root) at /home/pobocks/.rvm/gems/jruby-9.1.8.0/gems/pry-0.10.3-java/lib/pry/cli.rb:107
                         each at org/jruby/RubyArray.java:1734
                       (root) at /home/pobocks/.rvm/gems/jruby-9.1.8.0/gems/pry-0.10.3-java/lib/pry.rb:1
                       (root) at /home/pobocks/.rvm/gems/jruby-9.1.8.0/gems/pry-0.10.3-java/lib/pry.rb:150
                       <main> at /home/pobocks/.rvm/gems/jruby-9.1.8.0/gems/pry-rails-0.3.4/lib/pry-rails.rb:1
                      require at org/jruby/RubyKernel.java:961
                       <main> at /home/pobocks/.rvm/gems/jruby-9.1.8.0/gems/pry-rails-0.3.4/lib/pry-rails.rb:3
                         load at org/jruby/RubyKernel.java:979
                       (root) at /home/pobocks/.rvm/gems/jruby-9.1.8.0/gems/bundler-1.14.6/lib/bundler/runtime.rb:1
                      require at /home/pobocks/.rvm/gems/jruby-9.1.8.0/gems/bundler-1.14.6/lib/bundler/runtime.rb:91
             block in require at /home/pobocks/.rvm/gems/jruby-9.1.8.0/gems/bundler-1.14.6/lib/bundler/runtime.rb:86
                      require at /home/pobocks/.rvm/gems/jruby-9.1.8.0/gems/bundler-1.14.6/lib/bundler/runtime.rb:75
                      require at /home/pobocks/.rvm/gems/jruby-9.1.8.0/gems/bundler-1.14.6/lib/bundler.rb:107
              block in (root) at /home/pobocks/archivesspace-preprocessor/config/application.rb:7
                       (root) at /home/pobocks/archivesspace-preprocessor/Rakefile:1
                       (root) at /home/pobocks/archivesspace-preprocessor/Rakefile:4
                       <main> at /home/pobocks/.rvm/gems/jruby-9.1.8.0/gems/rake-10.5.0/lib/rake/rake_module.rb:1
                         load at org/jruby/RubyKernel.java:979
                       <eval> at /home/pobocks/.rvm/gems/jruby-9.1.8.0/gems/rake-10.5.0/lib/rake/rake_module.rb:28
                         eval at org/jruby/RubyKernel.java:1000
                       <main> at /home/pobocks/.rvm/gems/jruby-9.1.8.0/bin/jruby_executable_hooks:15
/home/pobocks/.rvm/gems/jruby-9.1.8.0/gems/activesupport-4.2.5.2/lib/active_support/dependencies.rb:274: warning: loading in progress, circular require considered harmful - /home/pobocks/.rvm/gems/jruby-9.1.8.0/gems/pry-0.10.3-java/lib/pry.rb
           require at org/jruby/RubyKernel.java:961
  block in require at /home/pobocks/.rvm/gems/jruby-9.1.8.0/gems/activesupport-4.2.5.2/lib/active_support/dependencies.rb:274
   load_dependency at /home/pobocks/.rvm/gems/jruby-9.1.8.0/gems/activesupport-4.2.5.2/lib/active_support/dependencies.rb:240
           require at /home/pobocks/.rvm/gems/jruby-9.1.8.0/gems/activesupport-4.2.5.2/lib/active_support/dependencies.rb:274
            <main> at /home/pobocks/.rvm/gems/jruby-9.1.8.0/gems/pry-nav-0.2.4/lib/pry-nav/commands.rb:1
           require at org/jruby/RubyKernel.java:961
  block in require at /home/pobocks/.rvm/gems/jruby-9.1.8.0/gems/activesupport-4.2.5.2/lib/active_support/dependencies.rb:274
   load_dependency at /home/pobocks/.rvm/gems/jruby-9.1.8.0/gems/activesupport-4.2.5.2/lib/active_support/dependencies.rb:240
           require at /home/pobocks/.rvm/gems/jruby-9.1.8.0/gems/activesupport-4.2.5.2/lib/active_support/dependencies.rb:274
            <main> at /home/pobocks/.rvm/gems/jruby-9.1.8.0/gems/pry-nav-0.2.4/lib/pry-nav.rb:1
           require at org/jruby/RubyKernel.java:961
  block in require at /home/pobocks/.rvm/gems/jruby-9.1.8.0/gems/activesupport-4.2.5.2/lib/active_support/dependencies.rb:274
   load_dependency at /home/pobocks/.rvm/gems/jruby-9.1.8.0/gems/activesupport-4.2.5.2/lib/active_support/dependencies.rb:240
           require at /home/pobocks/.rvm/gems/jruby-9.1.8.0/gems/activesupport-4.2.5.2/lib/active_support/dependencies.rb:274
            <main> at /home/pobocks/.rvm/gems/jruby-9.1.8.0/gems/pry-nav-0.2.4/lib/pry-nav.rb:3
           require at org/jruby/RubyKernel.java:961
  block in require at /home/pobocks/.rvm/gems/jruby-9.1.8.0/gems/activesupport-4.2.5.2/lib/active_support/dependencies.rb:274
   load_dependency at /home/pobocks/.rvm/gems/jruby-9.1.8.0/gems/activesupport-4.2.5.2/lib/active_support/dependencies.rb:240
           require at /home/pobocks/.rvm/gems/jruby-9.1.8.0/gems/activesupport-4.2.5.2/lib/active_support/dependencies.rb:274
            (root) at /home/pobocks/.rvm/gems/jruby-9.1.8.0/gems/pry-nav-0.2.4/lib/pry-nav/cli.rb:1
   block in (root) at /home/pobocks/.rvm/gems/jruby-9.1.8.0/gems/pry-nav-0.2.4/lib/pry-nav/cli.rb:1
              each at org/jruby/RubyArray.java:1734
            (root) at /home/pobocks/.rvm/gems/jruby-9.1.8.0/gems/pry-0.10.3-java/lib/pry/plugins.rb:1
            <main> at /home/pobocks/.rvm/gems/jruby-9.1.8.0/gems/pry-0.10.3-java/lib/pry/plugins.rb:38
           require at org/jruby/RubyKernel.java:961
  block in require at /home/pobocks/.rvm/gems/jruby-9.1.8.0/gems/activesupport-4.2.5.2/lib/active_support/dependencies.rb:274
   load_dependency at /home/pobocks/.rvm/gems/jruby-9.1.8.0/gems/activesupport-4.2.5.2/lib/active_support/dependencies.rb:240
           require at /home/pobocks/.rvm/gems/jruby-9.1.8.0/gems/activesupport-4.2.5.2/lib/active_support/dependencies.rb:274
            <main> at /home/pobocks/.rvm/gems/jruby-9.1.8.0/gems/pry-0.10.3-java/lib/pry/cli.rb:40
           require at org/jruby/RubyKernel.java:961
  block in require at /home/pobocks/.rvm/gems/jruby-9.1.8.0/gems/activesupport-4.2.5.2/lib/active_support/dependencies.rb:274
   load_dependency at /home/pobocks/.rvm/gems/jruby-9.1.8.0/gems/activesupport-4.2.5.2/lib/active_support/dependencies.rb:240
           require at /home/pobocks/.rvm/gems/jruby-9.1.8.0/gems/activesupport-4.2.5.2/lib/active_support/dependencies.rb:274
            <main> at /home/pobocks/.rvm/gems/jruby-9.1.8.0/gems/pry-0.10.3-java/lib/pry/cli.rb:39
           require at org/jruby/RubyKernel.java:961
   block in (root) at /home/pobocks/.rvm/gems/jruby-9.1.8.0/gems/pry-0.10.3-java/lib/pry/cli.rb:107
              each at org/jruby/RubyArray.java:1734
   block in (root) at /home/pobocks/.rvm/gems/jruby-9.1.8.0/gems/pry-0.10.3-java/lib/pry.rb:1
              each at org/jruby/RubyArray.java:1734
            (root) at /home/pobocks/.rvm/gems/jruby-9.1.8.0/gems/pry-0.10.3-java/lib/pry.rb:150
            (root) at /home/pobocks/.rvm/gems/jruby-9.1.8.0/gems/pry-rails-0.3.4/lib/pry-rails.rb:1
            <main> at /home/pobocks/.rvm/gems/jruby-9.1.8.0/gems/pry-rails-0.3.4/lib/pry-rails.rb:3
           require at org/jruby/RubyKernel.java:961
            <main> at /home/pobocks/.rvm/gems/jruby-9.1.8.0/gems/bundler-1.14.6/lib/bundler/runtime.rb:1
              load at org/jruby/RubyKernel.java:979
           require at /home/pobocks/.rvm/gems/jruby-9.1.8.0/gems/bundler-1.14.6/lib/bundler/runtime.rb:91
           require at /home/pobocks/.rvm/gems/jruby-9.1.8.0/gems/bundler-1.14.6/lib/bundler/runtime.rb:86
  block in require at /home/pobocks/.rvm/gems/jruby-9.1.8.0/gems/bundler-1.14.6/lib/bundler/runtime.rb:75
           require at /home/pobocks/.rvm/gems/jruby-9.1.8.0/gems/bundler-1.14.6/lib/bundler.rb:107
            (root) at /home/pobocks/archivesspace-preprocessor/config/application.rb:7
   block in (root) at /home/pobocks/archivesspace-preprocessor/Rakefile:1
            (root) at /home/pobocks/archivesspace-preprocessor/Rakefile:4
            (root) at /home/pobocks/.rvm/gems/jruby-9.1.8.0/gems/rake-10.5.0/lib/rake/rake_module.rb:1
            <main> at /home/pobocks/.rvm/gems/jruby-9.1.8.0/gems/rake-10.5.0/lib/rake/rake_module.rb:28
              load at org/jruby/RubyKernel.java:979
            <eval> at /home/pobocks/.rvm/gems/jruby-9.1.8.0/gems/rake-10.5.0/lib/rake/application.rb:690
              eval at org/jruby/RubyKernel.java:1000
            <main> at /home/pobocks/.rvm/gems/jruby-9.1.8.0/bin/jruby_executable_hooks:15
/home/pobocks/.rvm/gems/jruby-9.1.8.0/gems/pry-rails-0.3.4/lib/pry-rails/commands/find_route.rb:54: warning: shadowing outer local variable - result
/home/pobocks/.rvm/gems/jruby-9.1.8.0/gems/yard-0.8.7.6/lib/yard/logging.rb:180: warning: instance variable @progress_msg not initialized
[debug]: Deserializing /home/pobocks/.rvm/gems/jruby-9.1.8.0/gems/pry-doc-0.8.0/lib/pry-doc/core_docs_19/objects/root.dat...
/home/pobocks/.rvm/gems/jruby-9.1.8.0/gems/yard-0.8.7.6/lib/yard/logging.rb:180: warning: instance variable @progress_msg not initialized
[debug]: Loading single object DB from .yardoc
Exception `LoadError' at org/jruby/RubyKernel.java:961 - no such file to load -- tzinfo-data
/home/pobocks/.rvm/gems/jruby-9.1.8.0/gems/activesupport-4.2.5.2/lib/active_support/dependencies.rb:274: warning: loading in progress, circular require considered harmful - /home/pobocks/.rvm/gems/jruby-9.1.8.0/gems/saxon-xslt-0.7.2-java/lib/saxon/xslt.rb
            require at org/jruby/RubyKernel.java:961
   block in require at /home/pobocks/.rvm/gems/jruby-9.1.8.0/gems/activesupport-4.2.5.2/lib/active_support/dependencies.rb:274
    load_dependency at /home/pobocks/.rvm/gems/jruby-9.1.8.0/gems/activesupport-4.2.5.2/lib/active_support/dependencies.rb:240
            require at /home/pobocks/.rvm/gems/jruby-9.1.8.0/gems/activesupport-4.2.5.2/lib/active_support/dependencies.rb:274
             <main> at /home/pobocks/.rvm/gems/jruby-9.1.8.0/gems/saxon-xslt-0.7.2-java/lib/saxon/processor.rb:4
            require at org/jruby/RubyKernel.java:961
   block in require at /home/pobocks/.rvm/gems/jruby-9.1.8.0/gems/activesupport-4.2.5.2/lib/active_support/dependencies.rb:274
    load_dependency at /home/pobocks/.rvm/gems/jruby-9.1.8.0/gems/activesupport-4.2.5.2/lib/active_support/dependencies.rb:240
            require at /home/pobocks/.rvm/gems/jruby-9.1.8.0/gems/activesupport-4.2.5.2/lib/active_support/dependencies.rb:274
             <main> at /home/pobocks/.rvm/gems/jruby-9.1.8.0/gems/saxon-xslt-0.7.2-java/lib/saxon/xslt.rb:1
            require at org/jruby/RubyKernel.java:961
   block in require at /home/pobocks/.rvm/gems/jruby-9.1.8.0/gems/activesupport-4.2.5.2/lib/active_support/dependencies.rb:274
    load_dependency at /home/pobocks/.rvm/gems/jruby-9.1.8.0/gems/activesupport-4.2.5.2/lib/active_support/dependencies.rb:240
            require at /home/pobocks/.rvm/gems/jruby-9.1.8.0/gems/activesupport-4.2.5.2/lib/active_support/dependencies.rb:274
             <main> at /home/pobocks/.rvm/gems/jruby-9.1.8.0/gems/saxon-xslt-0.7.2-java/lib/saxon/xslt.rb:3
            require at org/jruby/RubyKernel.java:961
   block in require at /home/pobocks/.rvm/gems/jruby-9.1.8.0/gems/activesupport-4.2.5.2/lib/active_support/dependencies.rb:274
    load_dependency at /home/pobocks/.rvm/gems/jruby-9.1.8.0/gems/activesupport-4.2.5.2/lib/active_support/dependencies.rb:240
            require at /home/pobocks/.rvm/gems/jruby-9.1.8.0/gems/activesupport-4.2.5.2/lib/active_support/dependencies.rb:274
             <main> at /home/pobocks/.rvm/gems/jruby-9.1.8.0/gems/saxon-xslt-0.7.2-java/lib/saxon-xslt.rb:1
            require at org/jruby/RubyKernel.java:961
    block in (root) at /home/pobocks/.rvm/gems/jruby-9.1.8.0/gems/saxon-xslt-0.7.2-java/lib/saxon-xslt.rb:1
               each at org/jruby/RubyArray.java:1734
    block in (root) at /home/pobocks/.rvm/gems/jruby-9.1.8.0/gems/schematronium-0.1.4-java/lib/schematronium.rb:1
               each at org/jruby/RubyArray.java:1734
             (root) at /home/pobocks/.rvm/gems/jruby-9.1.8.0/gems/schematronium-0.1.4-java/lib/schematronium.rb:1
             (root) at /home/pobocks/.rvm/gems/jruby-9.1.8.0/gems/bundler-1.14.6/lib/bundler/runtime.rb:1
             <main> at /home/pobocks/.rvm/gems/jruby-9.1.8.0/gems/bundler-1.14.6/lib/bundler/runtime.rb:91
            require at org/jruby/RubyKernel.java:961
             <main> at /home/pobocks/.rvm/gems/jruby-9.1.8.0/gems/bundler-1.14.6/lib/bundler/runtime.rb:86
               load at org/jruby/RubyKernel.java:979
            require at /home/pobocks/.rvm/gems/jruby-9.1.8.0/gems/bundler-1.14.6/lib/bundler/runtime.rb:75
            require at /home/pobocks/.rvm/gems/jruby-9.1.8.0/gems/bundler-1.14.6/lib/bundler.rb:107
    block in (root) at /home/pobocks/archivesspace-preprocessor/config/application.rb:7
             (root) at /home/pobocks/archivesspace-preprocessor/Rakefile:1
             (root) at /home/pobocks/archivesspace-preprocessor/Rakefile:4
    block in (root) at /home/pobocks/.rvm/gems/jruby-9.1.8.0/gems/rake-10.5.0/lib/rake/rake_module.rb:1
      load_rakefile at /home/pobocks/.rvm/gems/jruby-9.1.8.0/gems/rake-10.5.0/lib/rake/rake_module.rb:28
  raw_load_rakefile at /home/pobocks/.rvm/gems/jruby-9.1.8.0/gems/rake-10.5.0/lib/rake/application.rb:690
             <main> at /home/pobocks/.rvm/gems/jruby-9.1.8.0/gems/rake-10.5.0/lib/rake/application.rb:94
               load at org/jruby/RubyKernel.java:979
             <eval> at /home/pobocks/.rvm/gems/jruby-9.1.8.0/gems/rake-10.5.0/lib/rake/application.rb:176
               eval at org/jruby/RubyKernel.java:1000
             <main> at /home/pobocks/.rvm/gems/jruby-9.1.8.0/bin/jruby_executable_hooks:15
/home/pobocks/.rvm/gems/jruby-9.1.8.0/gems/activesupport-4.2.5.2/lib/active_support/dependencies.rb:274: warning: loading in progress, circular require considered harmful - /home/pobocks/.rvm/gems/jruby-9.1.8.0/gems/saxon-xslt-0.7.2-java/lib/saxon/processor.rb
           require at org/jruby/RubyKernel.java:961
  block in require at /home/pobocks/.rvm/gems/jruby-9.1.8.0/gems/activesupport-4.2.5.2/lib/active_support/dependencies.rb:274
   load_dependency at /home/pobocks/.rvm/gems/jruby-9.1.8.0/gems/activesupport-4.2.5.2/lib/active_support/dependencies.rb:240
           require at /home/pobocks/.rvm/gems/jruby-9.1.8.0/gems/activesupport-4.2.5.2/lib/active_support/dependencies.rb:274
            <main> at /home/pobocks/.rvm/gems/jruby-9.1.8.0/gems/saxon-xslt-0.7.2-java/lib/saxon/xml.rb:3
           require at org/jruby/RubyKernel.java:961
  block in require at /home/pobocks/.rvm/gems/jruby-9.1.8.0/gems/activesupport-4.2.5.2/lib/active_support/dependencies.rb:274
   load_dependency at /home/pobocks/.rvm/gems/jruby-9.1.8.0/gems/activesupport-4.2.5.2/lib/active_support/dependencies.rb:240
           require at /home/pobocks/.rvm/gems/jruby-9.1.8.0/gems/activesupport-4.2.5.2/lib/active_support/dependencies.rb:274
            <main> at /home/pobocks/.rvm/gems/jruby-9.1.8.0/gems/saxon-xslt-0.7.2-java/lib/saxon/processor.rb:1
           require at org/jruby/RubyKernel.java:961
  block in require at /home/pobocks/.rvm/gems/jruby-9.1.8.0/gems/activesupport-4.2.5.2/lib/active_support/dependencies.rb:274
   load_dependency at /home/pobocks/.rvm/gems/jruby-9.1.8.0/gems/activesupport-4.2.5.2/lib/active_support/dependencies.rb:240
           require at /home/pobocks/.rvm/gems/jruby-9.1.8.0/gems/activesupport-4.2.5.2/lib/active_support/dependencies.rb:274
            <main> at /home/pobocks/.rvm/gems/jruby-9.1.8.0/gems/saxon-xslt-0.7.2-java/lib/saxon/processor.rb:5
           require at org/jruby/RubyKernel.java:961
  block in require at /home/pobocks/.rvm/gems/jruby-9.1.8.0/gems/activesupport-4.2.5.2/lib/active_support/dependencies.rb:274
   load_dependency at /home/pobocks/.rvm/gems/jruby-9.1.8.0/gems/activesupport-4.2.5.2/lib/active_support/dependencies.rb:240
           require at /home/pobocks/.rvm/gems/jruby-9.1.8.0/gems/activesupport-4.2.5.2/lib/active_support/dependencies.rb:274
            <main> at /home/pobocks/.rvm/gems/jruby-9.1.8.0/gems/saxon-xslt-0.7.2-java/lib/saxon/xslt.rb:1
           require at org/jruby/RubyKernel.java:961
  block in require at /home/pobocks/.rvm/gems/jruby-9.1.8.0/gems/activesupport-4.2.5.2/lib/active_support/dependencies.rb:274
   load_dependency at /home/pobocks/.rvm/gems/jruby-9.1.8.0/gems/activesupport-4.2.5.2/lib/active_support/dependencies.rb:240
           require at /home/pobocks/.rvm/gems/jruby-9.1.8.0/gems/activesupport-4.2.5.2/lib/active_support/dependencies.rb:274
            <main> at /home/pobocks/.rvm/gems/jruby-9.1.8.0/gems/saxon-xslt-0.7.2-java/lib/saxon/xslt.rb:3
           require at org/jruby/RubyKernel.java:961
   block in (root) at /home/pobocks/.rvm/gems/jruby-9.1.8.0/gems/saxon-xslt-0.7.2-java/lib/saxon-xslt.rb:1
              each at org/jruby/RubyArray.java:1734
   block in (root) at /home/pobocks/.rvm/gems/jruby-9.1.8.0/gems/saxon-xslt-0.7.2-java/lib/saxon-xslt.rb:1
              each at org/jruby/RubyArray.java:1734
            (root) at /home/pobocks/.rvm/gems/jruby-9.1.8.0/gems/schematronium-0.1.4-java/lib/schematronium.rb:1
            (root) at /home/pobocks/.rvm/gems/jruby-9.1.8.0/gems/schematronium-0.1.4-java/lib/schematronium.rb:1
            <main> at /home/pobocks/.rvm/gems/jruby-9.1.8.0/gems/bundler-1.14.6/lib/bundler/runtime.rb:1
           require at org/jruby/RubyKernel.java:961
            <main> at /home/pobocks/.rvm/gems/jruby-9.1.8.0/gems/bundler-1.14.6/lib/bundler/runtime.rb:91
              load at org/jruby/RubyKernel.java:979
           require at /home/pobocks/.rvm/gems/jruby-9.1.8.0/gems/bundler-1.14.6/lib/bundler/runtime.rb:86
           require at /home/pobocks/.rvm/gems/jruby-9.1.8.0/gems/bundler-1.14.6/lib/bundler/runtime.rb:75
  block in require at /home/pobocks/.rvm/gems/jruby-9.1.8.0/gems/bundler-1.14.6/lib/bundler.rb:107
            (root) at /home/pobocks/archivesspace-preprocessor/config/application.rb:7
            (root) at /home/pobocks/archivesspace-preprocessor/Rakefile:1
   block in (root) at /home/pobocks/archivesspace-preprocessor/Rakefile:4
            (root) at /home/pobocks/.rvm/gems/jruby-9.1.8.0/gems/rake-10.5.0/lib/rake/rake_module.rb:1
     load_rakefile at /home/pobocks/.rvm/gems/jruby-9.1.8.0/gems/rake-10.5.0/lib/rake/rake_module.rb:28
            <main> at /home/pobocks/.rvm/gems/jruby-9.1.8.0/gems/rake-10.5.0/lib/rake/application.rb:690
              load at org/jruby/RubyKernel.java:979
            <eval> at /home/pobocks/.rvm/gems/jruby-9.1.8.0/gems/rake-10.5.0/lib/rake/application.rb:94
              eval at org/jruby/RubyKernel.java:1000
            <main> at /home/pobocks/.rvm/gems/jruby-9.1.8.0/bin/jruby_executable_hooks:15
/home/pobocks/.rvm/gems/jruby-9.1.8.0/gems/activerecord-jdbc-adapter-1.3.19/lib/arjdbc/tasks/db2_database_tasks.rb:85: warning: shadowing outer local variable - name
Exception `Gem::LoadError' at /home/pobocks/.rvm/gems/jruby-9.1.8.0/gems/bundler-1.14.6/lib/bundler/rubygems_integration.rb:351 - rdoc is not part of the bundle. Add it to Gemfile.
** Invoke default (first_time)
** Invoke test (first_time)
** Execute test
** Invoke test:run (first_time)
** Execute test:run
Exception `LoadError' at org/jruby/RubyKernel.java:961 - no such file to load -- action_view/test_case/test_helper
Exception `LoadError' at org/jruby/RubyKernel.java:961 - no such file to load -- action_view/test_case/test_helper
Exception `LoadError' at org/jruby/RubyKernel.java:961 - No such file to load -- action_view/test_case/test_helper
Exception `AbstractController::Helpers::MissingHelperError' at /home/pobocks/.rvm/gems/jruby-9.1.8.0/gems/actionpack-4.2.5.2/lib/abstract_controller/helpers.rb:151 - Missing helper file helpers/action_view/test_case/test_helper.rb
java.lang.NullPointerException
	at arjdbc.jdbc.RubyJdbcConnection.isAr42(RubyJdbcConnection.java:3167)
	at arjdbc.jdbc.RubyJdbcConnection.setStatementParameter(RubyJdbcConnection.java:2172)
	at arjdbc.jdbc.RubyJdbcConnection.setStatementParameters(RubyJdbcConnection.java:2162)
	at arjdbc.jdbc.RubyJdbcConnection$8.call(RubyJdbcConnection.java:855)
	at arjdbc.jdbc.RubyJdbcConnection$8.call(RubyJdbcConnection.java:840)
	at arjdbc.jdbc.RubyJdbcConnection.withConnection(RubyJdbcConnection.java:3486)
	at arjdbc.jdbc.RubyJdbcConnection.withConnection(RubyJdbcConnection.java:3467)
	at arjdbc.jdbc.RubyJdbcConnection.doExecuteQueryRaw(RubyJdbcConnection.java:840)
	at arjdbc.jdbc.RubyJdbcConnection.executePreparedQueryRaw(RubyJdbcConnection.java:835)
	at arjdbc.jdbc.RubyJdbcConnection.execute_query_raw(RubyJdbcConnection.java:815)
	at arjdbc.jdbc.RubyJdbcConnection$INVOKER$i$execute_query_raw.call(RubyJdbcConnection$INVOKER$i$execute_query_raw.gen)
	at org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:212)
	at org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:208)
	at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:358)
	at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:195)
	at org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:323)
	at org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:73)
	at org.jruby.ir.interpreter.Interpreter.INTERPRET_BLOCK(Interpreter.java:132)
	at org.jruby.runtime.MixedModeIRBlockBody.commonYieldPath(MixedModeIRBlockBody.java:148)
	at org.jruby.runtime.IRBlockBody.yieldSpecific(IRBlockBody.java:80)
	at org.jruby.runtime.Block.yieldSpecific(Block.java:136)
	at org.jruby.ir.runtime.IRRuntimeHelpers.yieldSpecific(IRRuntimeHelpers.java:450)
	at org.jruby.ir.instructions.YieldInstr.interpret(YieldInstr.java:74)
	at org.jruby.ir.interpreter.StartupInterpreterEngine.processOtherOp(StartupInterpreterEngine.java:187)
	at org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:111)
	at org.jruby.ir.interpreter.Interpreter.INTERPRET_BLOCK(Interpreter.java:132)
	at org.jruby.runtime.MixedModeIRBlockBody.commonYieldPath(MixedModeIRBlockBody.java:148)
	at org.jruby.runtime.IRBlockBody.doYield(IRBlockBody.java:182)
	at org.jruby.runtime.BlockBody.yield(BlockBody.java:111)
	at org.jruby.runtime.Block.yield(Block.java:167)
	at org.jruby.ir.runtime.IRRuntimeHelpers.yield(IRRuntimeHelpers.java:446)
	at org.jruby.ir.instructions.YieldInstr.interpret(YieldInstr.java:83)
	at org.jruby.ir.interpreter.StartupInterpreterEngine.processOtherOp(StartupInterpreterEngine.java:187)
	at org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:111)
	at org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(MixedModeIRMethod.java:109)
	at org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:95)
	at org.jruby.runtime.callsite.CachingCallSite.callBlock(CachingCallSite.java:77)
	at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:83)
	at org.jruby.ir.instructions.CallBase.interpret(CallBase.java:428)
	at org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:355)
	at org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:73)
	at org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(MixedModeIRMethod.java:109)
	at org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:95)
	at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:298)
	at org.jruby.runtime.callsite.CachingCallSite.callBlock(CachingCallSite.java:79)
	at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:83)
	at org.jruby.ir.instructions.CallBase.interpret(CallBase.java:428)
	at org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:355)
	at org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:73)
	at org.jruby.ir.interpreter.InterpreterEngine.interpret(InterpreterEngine.java:83)
	at org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(MixedModeIRMethod.java:179)
	at org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:165)
	at org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:200)
	at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:338)
	at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:163)
	at org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:314)
	at org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:73)
	at org.jruby.ir.interpreter.InterpreterEngine.interpret(InterpreterEngine.java:83)
	at org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(MixedModeIRMethod.java:179)
	at org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:165)
	at org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:200)
	at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:338)
	at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:163)
	at org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:314)
	at org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:73)
	at org.jruby.ir.interpreter.InterpreterEngine.interpret(InterpreterEngine.java:77)
	at org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(MixedModeIRMethod.java:144)
	at org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:130)
	at org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:192)
	at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:318)
	at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:131)
	at org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:339)
	at org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:73)
	at org.jruby.ir.interpreter.InterpreterEngine.interpret(InterpreterEngine.java:77)
	at org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(MixedModeIRMethod.java:144)
	at org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:130)
	at org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:192)
	at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:318)
	at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:131)
	at org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:339)
	at org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:73)
	at org.jruby.ir.interpreter.Interpreter.INTERPRET_BLOCK(Interpreter.java:132)
	at org.jruby.runtime.MixedModeIRBlockBody.commonYieldPath(MixedModeIRBlockBody.java:148)
	at org.jruby.runtime.IRBlockBody.yieldSpecific(IRBlockBody.java:80)
	at org.jruby.runtime.Block.yieldSpecific(Block.java:136)
	at org.jruby.ir.runtime.IRRuntimeHelpers.yieldSpecific(IRRuntimeHelpers.java:450)
	at org.jruby.ir.instructions.YieldInstr.interpret(YieldInstr.java:74)
	at org.jruby.ir.interpreter.StartupInterpreterEngine.processOtherOp(StartupInterpreterEngine.java:187)
	at org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:111)
	at org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(MixedModeIRMethod.java:109)
	at org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:95)
	at org.jruby.RubyClass.finvoke(RubyClass.java:522)
	at org.jruby.RubyBasicObject.send19(RubyBasicObject.java:1680)
	at org.jruby.RubyKernel.send19(RubyKernel.java:1998)
	at org.jruby.RubyKernel$INVOKER$s$send19.call(RubyKernel$INVOKER$s$send19.gen)
	at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:298)
	at org.jruby.runtime.callsite.CachingCallSite.callBlock(CachingCallSite.java:79)
	at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:83)
	at org.jruby.ir.instructions.CallBase.interpret(CallBase.java:428)
	at org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:355)
	at org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:73)
	at org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(MixedModeIRMethod.java:109)
	at org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:95)
	at org.jruby.runtime.Helpers$MethodMissingMethod.call(Helpers.java:353)
	at org.jruby.runtime.callsite.CachingCallSite.callMethodMissing(CachingCallSite.java:417)
	at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:295)
	at org.jruby.runtime.callsite.CachingCallSite.callBlock(CachingCallSite.java:79)
	at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:83)
	at org.jruby.ir.instructions.CallBase.interpret(CallBase.java:428)
	at org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:355)
	at org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:73)
	at org.jruby.ir.interpreter.InterpreterEngine.interpret(InterpreterEngine.java:77)
	at org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(MixedModeIRMethod.java:144)
	at org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:130)
	at org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:192)
	at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:318)
	at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:131)
	at org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:339)
	at org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:73)
	at org.jruby.ir.interpreter.Interpreter.INTERPRET_ROOT(Interpreter.java:112)
	at org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:99)
	at org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:35)
	at org.jruby.ir.IRTranslator.execute(IRTranslator.java:42)
	at org.jruby.Ruby.runInterpreter(Ruby.java:839)
	at org.jruby.Ruby.loadFile(Ruby.java:2876)
	at org.jruby.runtime.load.LibrarySearcher$ResourceLibrary.load(LibrarySearcher.java:243)
	at org.jruby.runtime.load.LibrarySearcher$FoundLibrary.load(LibrarySearcher.java:34)
	at org.jruby.runtime.load.LoadService.tryLoadingLibraryOrScript(LoadService.java:891)
	at org.jruby.runtime.load.LoadService.smartLoadInternal(LoadService.java:531)
	at org.jruby.runtime.load.LoadService.require(LoadService.java:402)
	at org.jruby.RubyKernel.requireCommon(RubyKernel.java:968)
	at org.jruby.RubyKernel.require19(RubyKernel.java:961)
	at org.jruby.RubyKernel$INVOKER$s$1$0$require19.call(RubyKernel$INVOKER$s$1$0$require19.gen)
	at org.jruby.internal.runtime.methods.JavaMethod$JavaMethodOneBlock.call(JavaMethod.java:582)
	at org.jruby.internal.runtime.methods.AliasMethod.call(AliasMethod.java:101)
	at org.jruby.ir.runtime.IRRuntimeHelpers.unresolvedSuper(IRRuntimeHelpers.java:1024)
	at org.jruby.ir.runtime.IRRuntimeHelpers.zSuper(IRRuntimeHelpers.java:1037)
	at home.pobocks.$_dot_rvm.gems.jruby_minus_9_dot_1_dot_8_dot_0.gems.activesupport_minus_4_dot_2_dot_5_dot_2.lib.active_support.dependencies.invokeSuper2:-unknown-super-target-(/home/pobocks/.rvm/gems/jruby-9.1.8.0/gems/activesupport-4.2.5.2/lib/active_support/dependencies.rb:274)
	at home.pobocks.$_dot_rvm.gems.jruby_minus_9_dot_1_dot_8_dot_0.gems.activesupport_minus_4_dot_2_dot_5_dot_2.lib.active_support.dependencies.RUBY$block$require$1(/home/pobocks/.rvm/gems/jruby-9.1.8.0/gems/activesupport-4.2.5.2/lib/active_support/dependencies.rb:274)
	at org.jruby.runtime.CompiledIRBlockBody.yieldDirect(CompiledIRBlockBody.java:156)
	at org.jruby.runtime.IRBlockBody.yieldSpecific(IRBlockBody.java:76)
	at org.jruby.runtime.Block.yieldSpecific(Block.java:136)
	at org.jruby.ir.runtime.IRRuntimeHelpers.yieldSpecific(IRRuntimeHelpers.java:450)
	at org.jruby.ir.targets.YieldSite.yieldSpecific(YieldSite.java:114)
	at home.pobocks.$_dot_rvm.gems.jruby_minus_9_dot_1_dot_8_dot_0.gems.activesupport_minus_4_dot_2_dot_5_dot_2.lib.active_support.dependencies.RUBY$method$load_dependency$0(/home/pobocks/.rvm/gems/jruby-9.1.8.0/gems/activesupport-4.2.5.2/lib/active_support/dependencies.rb:240)
	at org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:103)
	at org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:163)
	at org.jruby.runtime.callsite.CachingCallSite.callBlock(CachingCallSite.java:171)
	at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:177)
	at home.pobocks.$_dot_rvm.gems.jruby_minus_9_dot_1_dot_8_dot_0.gems.activesupport_minus_4_dot_2_dot_5_dot_2.lib.active_support.dependencies.invokeOther4:load_dependency(/home/pobocks/.rvm/gems/jruby-9.1.8.0/gems/activesupport-4.2.5.2/lib/active_support/dependencies.rb:274)
	at home.pobocks.$_dot_rvm.gems.jruby_minus_9_dot_1_dot_8_dot_0.gems.activesupport_minus_4_dot_2_dot_5_dot_2.lib.active_support.dependencies.RUBY$method$require$0(/home/pobocks/.rvm/gems/jruby-9.1.8.0/gems/activesupport-4.2.5.2/lib/active_support/dependencies.rb:274)
	at org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:103)
	at org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:163)
	at org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:200)
	at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:338)
	at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:163)
	at org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:314)
	at org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:73)
	at org.jruby.ir.interpreter.Interpreter.INTERPRET_ROOT(Interpreter.java:112)
	at org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:99)
	at org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:35)
	at org.jruby.ir.IRTranslator.execute(IRTranslator.java:42)
	at org.jruby.Ruby.runInterpreter(Ruby.java:839)
	at org.jruby.Ruby.loadFile(Ruby.java:2876)
	at org.jruby.runtime.load.LibrarySearcher$ResourceLibrary.load(LibrarySearcher.java:243)
	at org.jruby.runtime.load.LibrarySearcher$FoundLibrary.load(LibrarySearcher.java:34)
	at org.jruby.runtime.load.LoadService.tryLoadingLibraryOrScript(LoadService.java:891)
	at org.jruby.runtime.load.LoadService.smartLoadInternal(LoadService.java:531)
	at org.jruby.runtime.load.LoadService.require(LoadService.java:402)
	at org.jruby.RubyKernel.requireCommon(RubyKernel.java:968)
	at org.jruby.RubyKernel.require19(RubyKernel.java:961)
	at org.jruby.RubyKernel$INVOKER$s$1$0$require19.call(RubyKernel$INVOKER$s$1$0$require19.gen)
	at org.jruby.internal.runtime.methods.JavaMethod$JavaMethodOneBlock.call(JavaMethod.java:582)
	at org.jruby.internal.runtime.methods.AliasMethod.call(AliasMethod.java:101)
	at org.jruby.ir.runtime.IRRuntimeHelpers.unresolvedSuper(IRRuntimeHelpers.java:1024)
	at org.jruby.ir.runtime.IRRuntimeHelpers.zSuper(IRRuntimeHelpers.java:1037)
	at home.pobocks.$_dot_rvm.gems.jruby_minus_9_dot_1_dot_8_dot_0.gems.activesupport_minus_4_dot_2_dot_5_dot_2.lib.active_support.dependencies.invokeSuper2:-unknown-super-target-(/home/pobocks/.rvm/gems/jruby-9.1.8.0/gems/activesupport-4.2.5.2/lib/active_support/dependencies.rb:274)
	at home.pobocks.$_dot_rvm.gems.jruby_minus_9_dot_1_dot_8_dot_0.gems.activesupport_minus_4_dot_2_dot_5_dot_2.lib.active_support.dependencies.RUBY$block$require$1(/home/pobocks/.rvm/gems/jruby-9.1.8.0/gems/activesupport-4.2.5.2/lib/active_support/dependencies.rb:274)
	at org.jruby.runtime.CompiledIRBlockBody.yieldDirect(CompiledIRBlockBody.java:156)
	at org.jruby.runtime.IRBlockBody.yieldSpecific(IRBlockBody.java:76)
	at org.jruby.runtime.Block.yieldSpecific(Block.java:136)
	at org.jruby.ir.runtime.IRRuntimeHelpers.yieldSpecific(IRRuntimeHelpers.java:450)
	at org.jruby.ir.targets.YieldSite.yieldSpecific(YieldSite.java:114)
	at home.pobocks.$_dot_rvm.gems.jruby_minus_9_dot_1_dot_8_dot_0.gems.activesupport_minus_4_dot_2_dot_5_dot_2.lib.active_support.dependencies.RUBY$method$load_dependency$0(/home/pobocks/.rvm/gems/jruby-9.1.8.0/gems/activesupport-4.2.5.2/lib/active_support/dependencies.rb:240)
	at org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:103)
	at org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:163)
	at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:348)
	at org.jruby.runtime.callsite.CachingCallSite.callBlock(CachingCallSite.java:173)
	at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:177)
	at home.pobocks.$_dot_rvm.gems.jruby_minus_9_dot_1_dot_8_dot_0.gems.activesupport_minus_4_dot_2_dot_5_dot_2.lib.active_support.dependencies.invokeOther4:load_dependency(/home/pobocks/.rvm/gems/jruby-9.1.8.0/gems/activesupport-4.2.5.2/lib/active_support/dependencies.rb:274)
	at home.pobocks.$_dot_rvm.gems.jruby_minus_9_dot_1_dot_8_dot_0.gems.activesupport_minus_4_dot_2_dot_5_dot_2.lib.active_support.dependencies.RUBY$method$require$0(/home/pobocks/.rvm/gems/jruby-9.1.8.0/gems/activesupport-4.2.5.2/lib/active_support/dependencies.rb:274)
	at org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:103)
	at org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:163)
	at org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:200)
	at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:338)
	at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:163)
	at org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:314)
	at org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:73)
	at org.jruby.ir.interpreter.Interpreter.INTERPRET_ROOT(Interpreter.java:112)
	at org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:99)
	at org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:35)
	at org.jruby.ir.IRTranslator.execute(IRTranslator.java:42)
	at org.jruby.Ruby.runInterpreter(Ruby.java:839)
	at org.jruby.Ruby.loadFile(Ruby.java:2876)
	at org.jruby.runtime.load.LibrarySearcher$ResourceLibrary.load(LibrarySearcher.java:243)
	at org.jruby.runtime.load.LibrarySearcher$FoundLibrary.load(LibrarySearcher.java:34)
	at org.jruby.runtime.load.LoadService.tryLoadingLibraryOrScript(LoadService.java:891)
	at org.jruby.runtime.load.LoadService.smartLoadInternal(LoadService.java:531)
	at org.jruby.runtime.load.LoadService.require(LoadService.java:402)
	at org.jruby.RubyKernel.requireCommon(RubyKernel.java:968)
	at org.jruby.RubyKernel.require19(RubyKernel.java:961)
	at org.jruby.RubyKernel$INVOKER$s$1$0$require19.call(RubyKernel$INVOKER$s$1$0$require19.gen)
	at org.jruby.internal.runtime.methods.JavaMethod$JavaMethodOneBlock.call(JavaMethod.java:582)
	at org.jruby.internal.runtime.methods.AliasMethod.call(AliasMethod.java:101)
	at org.jruby.ir.runtime.IRRuntimeHelpers.unresolvedSuper(IRRuntimeHelpers.java:1024)
	at org.jruby.ir.runtime.IRRuntimeHelpers.zSuper(IRRuntimeHelpers.java:1037)
	at home.pobocks.$_dot_rvm.gems.jruby_minus_9_dot_1_dot_8_dot_0.gems.activesupport_minus_4_dot_2_dot_5_dot_2.lib.active_support.dependencies.invokeSuper2:-unknown-super-target-(/home/pobocks/.rvm/gems/jruby-9.1.8.0/gems/activesupport-4.2.5.2/lib/active_support/dependencies.rb:274)
	at home.pobocks.$_dot_rvm.gems.jruby_minus_9_dot_1_dot_8_dot_0.gems.activesupport_minus_4_dot_2_dot_5_dot_2.lib.active_support.dependencies.RUBY$block$require$1(/home/pobocks/.rvm/gems/jruby-9.1.8.0/gems/activesupport-4.2.5.2/lib/active_support/dependencies.rb:274)
	at org.jruby.runtime.CompiledIRBlockBody.yieldDirect(CompiledIRBlockBody.java:156)
	at org.jruby.runtime.IRBlockBody.yieldSpecific(IRBlockBody.java:76)
	at org.jruby.runtime.Block.yieldSpecific(Block.java:136)
	at org.jruby.ir.runtime.IRRuntimeHelpers.yieldSpecific(IRRuntimeHelpers.java:450)
	at org.jruby.ir.targets.YieldSite.yieldSpecific(YieldSite.java:114)
	at home.pobocks.$_dot_rvm.gems.jruby_minus_9_dot_1_dot_8_dot_0.gems.activesupport_minus_4_dot_2_dot_5_dot_2.lib.active_support.dependencies.RUBY$method$load_dependency$0(/home/pobocks/.rvm/gems/jruby-9.1.8.0/gems/activesupport-4.2.5.2/lib/active_support/dependencies.rb:240)
	at org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:103)
	at org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:163)
	at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:348)
	at org.jruby.runtime.callsite.CachingCallSite.callBlock(CachingCallSite.java:173)
	at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:177)
	at home.pobocks.$_dot_rvm.gems.jruby_minus_9_dot_1_dot_8_dot_0.gems.activesupport_minus_4_dot_2_dot_5_dot_2.lib.active_support.dependencies.invokeOther4:load_dependency(/home/pobocks/.rvm/gems/jruby-9.1.8.0/gems/activesupport-4.2.5.2/lib/active_support/dependencies.rb:274)
	at home.pobocks.$_dot_rvm.gems.jruby_minus_9_dot_1_dot_8_dot_0.gems.activesupport_minus_4_dot_2_dot_5_dot_2.lib.active_support.dependencies.RUBY$method$require$0(/home/pobocks/.rvm/gems/jruby-9.1.8.0/gems/activesupport-4.2.5.2/lib/active_support/dependencies.rb:274)
	at org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:103)
	at org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:163)
	at org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:200)
	at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:338)
	at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:163)
	at org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:314)
	at org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:73)
	at org.jruby.ir.interpreter.Interpreter.INTERPRET_BLOCK(Interpreter.java:132)
	at org.jruby.runtime.MixedModeIRBlockBody.commonYieldPath(MixedModeIRBlockBody.java:148)
	at org.jruby.runtime.IRBlockBody.doYield(IRBlockBody.java:182)
	at org.jruby.runtime.BlockBody.yield(BlockBody.java:111)
	at org.jruby.runtime.Block.yield(Block.java:167)
	at org.jruby.RubyArray.each(RubyArray.java:1734)
	at org.jruby.RubyArray$INVOKER$i$0$0$each.call(RubyArray$INVOKER$i$0$0$each.gen)
	at org.jruby.internal.runtime.methods.JavaMethod$JavaMethodZeroBlock.call(JavaMethod.java:497)
	at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:298)
	at org.jruby.runtime.callsite.CachingCallSite.callBlock(CachingCallSite.java:79)
	at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:83)
	at org.jruby.ir.instructions.CallBase.interpret(CallBase.java:428)
	at org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:355)
	at org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:73)
	at org.jruby.ir.interpreter.Interpreter.INTERPRET_BLOCK(Interpreter.java:132)
	at org.jruby.runtime.MixedModeIRBlockBody.commonYieldPath(MixedModeIRBlockBody.java:148)
	at org.jruby.runtime.IRBlockBody.doYield(IRBlockBody.java:182)
	at org.jruby.runtime.BlockBody.yield(BlockBody.java:111)
	at org.jruby.runtime.Block.yield(Block.java:167)
	at org.jruby.RubyArray.each(RubyArray.java:1734)
	at org.jruby.RubyArray$INVOKER$i$0$0$each.call(RubyArray$INVOKER$i$0$0$each.gen)
	at org.jruby.internal.runtime.methods.JavaMethod$JavaMethodZeroBlock.call(JavaMethod.java:497)
	at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:298)
	at org.jruby.runtime.callsite.CachingCallSite.callBlock(CachingCallSite.java:79)
	at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:83)
	at org.jruby.ir.instructions.CallBase.interpret(CallBase.java:428)
	at org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:355)
	at org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:73)
	at org.jruby.ir.interpreter.Interpreter.INTERPRET_BLOCK(Interpreter.java:132)
	at org.jruby.runtime.MixedModeIRBlockBody.commonYieldPath(MixedModeIRBlockBody.java:148)
	at org.jruby.runtime.IRBlockBody.call(IRBlockBody.java:69)
	at org.jruby.runtime.Block.call(Block.java:126)
	at org.jruby.RubyProc.call(RubyProc.java:289)
	at org.jruby.RubyProc.call19(RubyProc.java:273)
	at org.jruby.RubyProc$INVOKER$i$0$0$call19.call(RubyProc$INVOKER$i$0$0$call19.gen)
	at org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:212)
	at org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:208)
	at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:193)
	at org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:323)
	at org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:73)
	at org.jruby.ir.interpreter.Interpreter.INTERPRET_BLOCK(Interpreter.java:132)
	at org.jruby.runtime.MixedModeIRBlockBody.commonYieldPath(MixedModeIRBlockBody.java:148)
	at org.jruby.runtime.IRBlockBody.doYield(IRBlockBody.java:182)
	at org.jruby.runtime.BlockBody.yield(BlockBody.java:111)
	at org.jruby.runtime.Block.yield(Block.java:167)
	at org.jruby.RubyArray.each(RubyArray.java:1734)
	at org.jruby.RubyArray$INVOKER$i$0$0$each.call(RubyArray$INVOKER$i$0$0$each.gen)
	at org.jruby.internal.runtime.methods.JavaMethod$JavaMethodZeroBlock.call(JavaMethod.java:497)
	at org.jruby.runtime.callsite.CachingCallSite.callBlock(CachingCallSite.java:77)
	at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:83)
	at org.jruby.ir.instructions.CallBase.interpret(CallBase.java:428)
	at org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:355)
	at org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:73)
	at org.jruby.ir.interpreter.InterpreterEngine.interpret(InterpreterEngine.java:83)
	at org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(MixedModeIRMethod.java:179)
	at org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:165)
	at org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:200)
	at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:161)
	at org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:314)
	at org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:73)
	at org.jruby.ir.interpreter.Interpreter.INTERPRET_BLOCK(Interpreter.java:132)
	at org.jruby.runtime.MixedModeIRBlockBody.commonYieldPath(MixedModeIRBlockBody.java:148)
	at org.jruby.runtime.IRBlockBody.yieldSpecific(IRBlockBody.java:80)
	at org.jruby.runtime.Block.yieldSpecific(Block.java:136)
	at org.jruby.ir.runtime.IRRuntimeHelpers.yieldSpecific(IRRuntimeHelpers.java:450)
	at org.jruby.ir.instructions.YieldInstr.interpret(YieldInstr.java:74)
	at org.jruby.ir.interpreter.StartupInterpreterEngine.processOtherOp(StartupInterpreterEngine.java:187)
	at org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:111)
	at org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(MixedModeIRMethod.java:109)
	at org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:95)
	at org.jruby.internal.runtime.methods.AliasMethod.call(AliasMethod.java:101)
	at org.jruby.runtime.callsite.CachingCallSite.callBlock(CachingCallSite.java:77)
	at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:83)
	at org.jruby.ir.instructions.CallBase.interpret(CallBase.java:428)
	at org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:355)
	at org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:73)
	at org.jruby.ir.interpreter.InterpreterEngine.interpret(InterpreterEngine.java:89)
	at org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(MixedModeIRMethod.java:214)
	at org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:200)
	at org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:208)
	at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:193)
	at org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:323)
	at org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:73)
	at org.jruby.ir.interpreter.InterpreterEngine.interpret(InterpreterEngine.java:77)
	at org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(MixedModeIRMethod.java:144)
	at org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:130)
	at org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:192)
	at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:318)
	at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:131)
	at org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:339)
	at org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:73)
	at org.jruby.ir.interpreter.InterpreterEngine.interpret(InterpreterEngine.java:77)
	at org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(MixedModeIRMethod.java:144)
	at org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:130)
	at org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:192)
	at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:318)
	at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:131)
	at org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:339)
	at org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:73)
	at org.jruby.ir.interpreter.Interpreter.INTERPRET_BLOCK(Interpreter.java:132)
	at org.jruby.runtime.MixedModeIRBlockBody.commonYieldPath(MixedModeIRBlockBody.java:148)
	at org.jruby.runtime.IRBlockBody.call(IRBlockBody.java:69)
	at org.jruby.runtime.Block.call(Block.java:126)
	at org.jruby.RubyProc.call(RubyProc.java:289)
	at org.jruby.RubyProc.call19(RubyProc.java:273)
	at org.jruby.RubyProc$INVOKER$i$0$0$call19.call(RubyProc$INVOKER$i$0$0$call19.gen)
	at org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:212)
	at org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:208)
	at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:358)
	at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:195)
	at org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:323)
	at org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:73)
	at org.jruby.ir.interpreter.Interpreter.INTERPRET_BLOCK(Interpreter.java:132)
	at org.jruby.runtime.MixedModeIRBlockBody.commonYieldPath(MixedModeIRBlockBody.java:148)
	at org.jruby.runtime.IRBlockBody.doYield(IRBlockBody.java:182)
	at org.jruby.runtime.BlockBody.yield(BlockBody.java:111)
	at org.jruby.runtime.Block.yield(Block.java:167)
	at org.jruby.RubyArray.each(RubyArray.java:1734)
	at org.jruby.RubyArray$INVOKER$i$0$0$each.call(RubyArray$INVOKER$i$0$0$each.gen)
	at org.jruby.internal.runtime.methods.JavaMethod$JavaMethodZeroBlock.call(JavaMethod.java:497)
	at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:298)
	at org.jruby.runtime.callsite.CachingCallSite.callBlock(CachingCallSite.java:79)
	at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:83)
	at org.jruby.ir.instructions.CallBase.interpret(CallBase.java:428)
	at org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:355)
	at org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:73)
	at org.jruby.ir.interpreter.InterpreterEngine.interpret(InterpreterEngine.java:83)
	at org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(MixedModeIRMethod.java:179)
	at org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:165)
	at org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:200)
	at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:338)
	at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:163)
	at org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:314)
	at org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:73)
	at org.jruby.ir.interpreter.Interpreter.INTERPRET_BLOCK(Interpreter.java:132)
	at org.jruby.runtime.MixedModeIRBlockBody.commonYieldPath(MixedModeIRBlockBody.java:148)
	at org.jruby.runtime.IRBlockBody.yieldSpecific(IRBlockBody.java:80)
	at org.jruby.runtime.Block.yieldSpecific(Block.java:136)
	at org.jruby.ir.runtime.IRRuntimeHelpers.yieldSpecific(IRRuntimeHelpers.java:450)
	at org.jruby.ir.instructions.YieldInstr.interpret(YieldInstr.java:74)
	at org.jruby.ir.interpreter.StartupInterpreterEngine.processOtherOp(StartupInterpreterEngine.java:187)
	at org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:111)
	at org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(MixedModeIRMethod.java:109)
	at org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:95)
	at org.jruby.internal.runtime.methods.AliasMethod.call(AliasMethod.java:101)
	at org.jruby.runtime.callsite.CachingCallSite.callBlock(CachingCallSite.java:77)
	at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:83)
	at org.jruby.ir.instructions.CallBase.interpret(CallBase.java:428)
	at org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:355)
	at org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:73)
	at org.jruby.ir.interpreter.InterpreterEngine.interpret(InterpreterEngine.java:89)
	at org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(MixedModeIRMethod.java:214)
	at org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:200)
	at org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:208)
	at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:358)
	at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:195)
	at org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:323)
	at org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:73)
	at org.jruby.ir.interpreter.Interpreter.INTERPRET_BLOCK(Interpreter.java:132)
	at org.jruby.runtime.MixedModeIRBlockBody.commonYieldPath(MixedModeIRBlockBody.java:148)
	at org.jruby.runtime.IRBlockBody.doYield(IRBlockBody.java:182)
	at org.jruby.runtime.BlockBody.yield(BlockBody.java:111)
	at org.jruby.runtime.Block.yield(Block.java:167)
	at org.jruby.RubyArray.each(RubyArray.java:1734)
	at org.jruby.RubyArray$INVOKER$i$0$0$each.call(RubyArray$INVOKER$i$0$0$each.gen)
	at org.jruby.internal.runtime.methods.JavaMethod$JavaMethodZeroBlock.call(JavaMethod.java:497)
	at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:298)
	at org.jruby.runtime.callsite.CachingCallSite.callBlock(CachingCallSite.java:79)
	at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:83)
	at org.jruby.ir.instructions.CallBase.interpret(CallBase.java:428)
	at org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:355)
	at org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:73)
	at org.jruby.ir.interpreter.InterpreterEngine.interpret(InterpreterEngine.java:89)
	at org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(MixedModeIRMethod.java:214)
	at org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:200)
	at org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:208)
	at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:358)
	at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:195)
	at org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:323)
	at org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:73)
	at org.jruby.ir.interpreter.Interpreter.INTERPRET_BLOCK(Interpreter.java:132)
	at org.jruby.runtime.MixedModeIRBlockBody.commonYieldPath(MixedModeIRBlockBody.java:148)
	at org.jruby.runtime.IRBlockBody.yieldSpecific(IRBlockBody.java:80)
	at org.jruby.runtime.Block.yieldSpecific(Block.java:136)
	at org.jruby.ir.runtime.IRRuntimeHelpers.yieldSpecific(IRRuntimeHelpers.java:450)
	at org.jruby.ir.instructions.YieldInstr.interpret(YieldInstr.java:74)
	at org.jruby.ir.interpreter.StartupInterpreterEngine.processOtherOp(StartupInterpreterEngine.java:187)
	at org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:111)
	at org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(MixedModeIRMethod.java:109)
	at org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:95)
	at org.jruby.internal.runtime.methods.AliasMethod.call(AliasMethod.java:101)
	at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:298)
	at org.jruby.runtime.callsite.CachingCallSite.callBlock(CachingCallSite.java:79)
	at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:83)
	at org.jruby.ir.instructions.CallBase.interpret(CallBase.java:428)
	at org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:355)
	at org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:73)
	at org.jruby.ir.interpreter.InterpreterEngine.interpret(InterpreterEngine.java:89)
	at org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(MixedModeIRMethod.java:214)
	at org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:200)
	at org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:208)
	at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:358)
	at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:195)
	at org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:323)
	at org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:73)
	at org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(MixedModeIRMethod.java:109)
	at org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:95)
	at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:298)
	at org.jruby.runtime.callsite.CachingCallSite.callBlock(CachingCallSite.java:79)
	at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:83)
	at org.jruby.ir.instructions.CallBase.interpret(CallBase.java:428)
	at org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:355)
	at org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:73)
	at org.jruby.ir.interpreter.InterpreterEngine.interpret(InterpreterEngine.java:83)
	at org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(MixedModeIRMethod.java:179)
	at org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:165)
	at org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:200)
	at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:338)
	at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:163)
	at org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:314)
	at org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:73)
	at org.jruby.ir.interpreter.Interpreter.INTERPRET_BLOCK(Interpreter.java:132)
	at org.jruby.runtime.MixedModeIRBlockBody.commonYieldPath(MixedModeIRBlockBody.java:148)
	at org.jruby.runtime.IRBlockBody.doYield(IRBlockBody.java:182)
	at org.jruby.runtime.BlockBody.yield(BlockBody.java:111)
	at org.jruby.runtime.Block.yield(Block.java:167)
	at org.jruby.RubyArray.each(RubyArray.java:1734)
	at org.jruby.RubyArray$INVOKER$i$0$0$each.call(RubyArray$INVOKER$i$0$0$each.gen)
	at org.jruby.internal.runtime.methods.JavaMethod$JavaMethodZeroBlock.call(JavaMethod.java:497)
	at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:298)
	at org.jruby.runtime.callsite.CachingCallSite.callBlock(CachingCallSite.java:79)
	at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:83)
	at org.jruby.ir.instructions.CallBase.interpret(CallBase.java:428)
	at org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:355)
	at org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:73)
	at org.jruby.ir.interpreter.Interpreter.INTERPRET_BLOCK(Interpreter.java:132)
	at org.jruby.runtime.MixedModeIRBlockBody.commonYieldPath(MixedModeIRBlockBody.java:148)
	at org.jruby.runtime.IRBlockBody.yieldSpecific(IRBlockBody.java:80)
	at org.jruby.runtime.Block.yieldSpecific(Block.java:136)
	at org.jruby.ir.runtime.IRRuntimeHelpers.yieldSpecific(IRRuntimeHelpers.java:450)
	at org.jruby.ir.instructions.YieldInstr.interpret(YieldInstr.java:74)
	at org.jruby.ir.interpreter.StartupInterpreterEngine.processOtherOp(StartupInterpreterEngine.java:187)
	at org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:111)
	at org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(MixedModeIRMethod.java:109)
	at org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:95)
	at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:298)
	at org.jruby.runtime.callsite.CachingCallSite.callBlock(CachingCallSite.java:79)
	at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:83)
	at org.jruby.ir.instructions.CallBase.interpret(CallBase.java:428)
	at org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:355)
	at org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:73)
	at org.jruby.ir.interpreter.InterpreterEngine.interpret(InterpreterEngine.java:77)
	at org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(MixedModeIRMethod.java:144)
	at org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:130)
	at org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:192)
	at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:318)
	at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:131)
	at org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:339)
	at org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:73)
	at org.jruby.ir.interpreter.Interpreter.INTERPRET_BLOCK(Interpreter.java:132)
	at org.jruby.runtime.MixedModeIRBlockBody.commonYieldPath(MixedModeIRBlockBody.java:148)
	at org.jruby.runtime.IRBlockBody.yieldSpecific(IRBlockBody.java:80)
	at org.jruby.runtime.Block.yieldSpecific(Block.java:136)
	at org.jruby.ir.runtime.IRRuntimeHelpers.yieldSpecific(IRRuntimeHelpers.java:450)
	at org.jruby.ir.instructions.YieldInstr.interpret(YieldInstr.java:74)
	at org.jruby.ir.interpreter.StartupInterpreterEngine.processOtherOp(StartupInterpreterEngine.java:187)
	at org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:111)
	at org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(MixedModeIRMethod.java:109)
	at org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:95)
	at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:298)
	at org.jruby.runtime.callsite.CachingCallSite.callBlock(CachingCallSite.java:79)
	at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:83)
	at org.jruby.ir.instructions.CallBase.interpret(CallBase.java:428)
	at org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:355)
	at org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:73)
	at org.jruby.ir.interpreter.InterpreterEngine.interpret(InterpreterEngine.java:77)
	at org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(MixedModeIRMethod.java:144)
	at org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:130)
	at org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:192)
	at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:318)
	at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:131)
	at org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:339)
	at org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:73)
	at org.jruby.ir.interpreter.Interpreter.INTERPRET_ROOT(Interpreter.java:112)
	at org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:99)
	at org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:35)
	at org.jruby.ir.IRTranslator.execute(IRTranslator.java:42)
	at org.jruby.Ruby.runInterpreter(Ruby.java:839)
	at org.jruby.Ruby.loadFile(Ruby.java:2876)
	at org.jruby.runtime.load.LibrarySearcher$ResourceLibrary.load(LibrarySearcher.java:243)
	at org.jruby.runtime.load.LibrarySearcher$FoundLibrary.load(LibrarySearcher.java:34)
	at org.jruby.runtime.load.LoadService.load(LoadService.java:343)
	at org.jruby.RubyKernel.loadCommon(RubyKernel.java:987)
	at org.jruby.RubyKernel.load19(RubyKernel.java:979)
	at org.jruby.RubyKernel$INVOKER$s$0$1$load19.call(RubyKernel$INVOKER$s$0$1$load19.gen)
	at org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:204)
	at org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:200)
	at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:338)
	at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:163)
	at org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:314)
	at org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:73)
	at org.jruby.ir.interpreter.Interpreter.INTERPRET_EVAL(Interpreter.java:122)
	at org.jruby.ir.interpreter.Interpreter.evalCommon(Interpreter.java:176)
	at org.jruby.ir.interpreter.Interpreter.evalWithBinding(Interpreter.java:200)
	at org.jruby.RubyKernel.evalCommon(RubyKernel.java:1033)
	at org.jruby.RubyKernel.eval19(RubyKernel.java:1000)
	at org.jruby.RubyKernel$INVOKER$s$0$3$eval19.call(RubyKernel$INVOKER$s$0$3$eval19.gen)
	at org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:220)
	at org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:216)
	at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:378)
	at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:227)
	at home.pobocks.$_dot_rvm.gems.jruby_minus_9_dot_1_dot_8_dot_0.bin.jruby_executable_hooks.invokeOther16:eval(/home/pobocks/.rvm/gems/jruby-9.1.8.0/bin/jruby_executable_hooks:15)
	at home.pobocks.$_dot_rvm.gems.jruby_minus_9_dot_1_dot_8_dot_0.bin.jruby_executable_hooks.RUBY$script(/home/pobocks/.rvm/gems/jruby-9.1.8.0/bin/jruby_executable_hooks:15)
	at java.lang.invoke.MethodHandle.invokeWithArguments(MethodHandle.java:627)
	at org.jruby.ir.Compiler$1.load(Compiler.java:95)
	at org.jruby.Ruby.runScript(Ruby.java:827)
	at org.jruby.Ruby.runNormally(Ruby.java:746)
	at org.jruby.Ruby.runNormally(Ruby.java:764)
	at org.jruby.Ruby.runFromMain(Ruby.java:577)
	at org.jruby.Main.doRunFromMain(Main.java:417)
	at org.jruby.Main.internalRun(Main.java:305)
	at org.jruby.Main.run(Main.java:232)
	at org.jruby.Main.main(Main.java:204)
Exception `LoadError' at org/jruby/RubyKernel.java:961 - load error: rails/test_help -- java.lang.NullPointerException: null
Exception `LoadError' at org/jruby/RubyKernel.java:961 - load error: rails/test_help -- java.lang.NullPointerException: null
Exception `LoadError' at org/jruby/RubyKernel.java:961 - load error: rails/test_help -- java.lang.NullPointerException: null
Exception `#<Class:#<LoadError:0x1ba98508>>' at org/jruby/RubyKernel.java:961 - load error: rails/test_help -- java.lang.NullPointerException: null
Exception `#<Class:#<LoadError:0x1ba98508>>' at org/jruby/RubyKernel.java:961 - load error: rails/test_help -- java.lang.NullPointerException: null
Exception `#<Class:#<LoadError:0x1ba98508>>' at org/jruby/RubyKernel.java:961 - load error: rails/test_help -- java.lang.NullPointerException: null
rake aborted!
LoadError: load error: rails/test_help -- java.lang.NullPointerException: null
org/jruby/RubyKernel.java:961:in `require'
/home/pobocks/.rvm/gems/jruby-9.1.8.0/gems/activesupport-4.2.5.2/lib/active_support/dependencies.rb:274:in `block in require'
/home/pobocks/.rvm/gems/jruby-9.1.8.0/gems/activesupport-4.2.5.2/lib/active_support/dependencies.rb:240:in `load_dependency'
/home/pobocks/.rvm/gems/jruby-9.1.8.0/gems/activesupport-4.2.5.2/lib/active_support/dependencies.rb:274:in `require'
/home/pobocks/archivesspace-preprocessor/test/test_helper.rb:3:in `<main>'
org/jruby/RubyKernel.java:961:in `require'
/home/pobocks/.rvm/gems/jruby-9.1.8.0/gems/activesupport-4.2.5.2/lib/active_support/dependencies.rb:274:in `block in require'
/home/pobocks/.rvm/gems/jruby-9.1.8.0/gems/activesupport-4.2.5.2/lib/active_support/dependencies.rb:240:in `load_dependency'
/home/pobocks/.rvm/gems/jruby-9.1.8.0/gems/activesupport-4.2.5.2/lib/active_support/dependencies.rb:274:in `require'
/home/pobocks/archivesspace-preprocessor/test/integration/rake_test.rb:1:in `<main>'
org/jruby/RubyKernel.java:961:in `require'
/home/pobocks/.rvm/gems/jruby-9.1.8.0/gems/activesupport-4.2.5.2/lib/active_support/dependencies.rb:274:in `block in require'
/home/pobocks/.rvm/gems/jruby-9.1.8.0/gems/activesupport-4.2.5.2/lib/active_support/dependencies.rb:240:in `load_dependency'
/home/pobocks/.rvm/gems/jruby-9.1.8.0/gems/activesupport-4.2.5.2/lib/active_support/dependencies.rb:274:in `require'
/home/pobocks/archivesspace-preprocessor/test/integration/rake_test.rb:1:in `block in (root)'
org/jruby/RubyArray.java:1734:in `each'
/home/pobocks/.rvm/gems/jruby-9.1.8.0/gems/railties-4.2.5.2/lib/rails/test_unit/sub_test_task.rb:1:in `block in (root)'
org/jruby/RubyArray.java:1734:in `each'
/home/pobocks/.rvm/gems/jruby-9.1.8.0/gems/railties-4.2.5.2/lib/rails/test_unit/sub_test_task.rb:114:in `block in define'
/home/pobocks/.rvm/gems/jruby-9.1.8.0/gems/railties-4.2.5.2/lib/rails/test_unit/sub_test_task.rb:114:in `block in define'
org/jruby/RubyArray.java:1734:in `each'
/home/pobocks/.rvm/gems/jruby-9.1.8.0/gems/railties-4.2.5.2/lib/rails/test_unit/sub_test_task.rb:113:in `define'
/home/pobocks/.rvm/gems/jruby-9.1.8.0/gems/rake-10.5.0/lib/rake/task.rb:240:in `block in execute'
/home/pobocks/.rvm/gems/jruby-9.1.8.0/gems/rake-10.5.0/lib/rake/task.rb:235:in `execute'
/home/pobocks/.rvm/gems/jruby-9.1.8.0/gems/rake-10.5.0/lib/rake/task.rb:179:in `invoke_with_call_chain'
/home/pobocks/.rvm/rubies/jruby-9.1.8.0/lib/ruby/stdlib/monitor.rb:214:in `mon_synchronize'
/home/pobocks/.rvm/gems/jruby-9.1.8.0/gems/rake-10.5.0/lib/rake/task.rb:172:in `invoke_with_call_chain'
/home/pobocks/.rvm/gems/jruby-9.1.8.0/gems/rake-10.5.0/lib/rake/task.rb:165:in `block in invoke'
/home/pobocks/.rvm/gems/jruby-9.1.8.0/gems/railties-4.2.5.2/lib/rails/test_unit/sub_test_task.rb:20:in `block in invoke_rake_task'
org/jruby/RubyArray.java:1734:in `each'
/home/pobocks/.rvm/gems/jruby-9.1.8.0/gems/railties-4.2.5.2/lib/rails/test_unit/testing.rake:8:in `(root)'
/home/pobocks/.rvm/gems/jruby-9.1.8.0/gems/rake-10.5.0/lib/rake/task.rb:240:in `block in execute'
/home/pobocks/.rvm/gems/jruby-9.1.8.0/gems/rake-10.5.0/lib/rake/task.rb:235:in `execute'
/home/pobocks/.rvm/gems/jruby-9.1.8.0/gems/rake-10.5.0/lib/rake/task.rb:179:in `invoke_with_call_chain'
/home/pobocks/.rvm/rubies/jruby-9.1.8.0/lib/ruby/stdlib/monitor.rb:214:in `block in mon_synchronize'
org/jruby/RubyArray.java:1734:in `each'
/home/pobocks/.rvm/gems/jruby-9.1.8.0/gems/rake-10.5.0/lib/rake/task.rb:172:in `invoke_with_call_chain'
/home/pobocks/.rvm/gems/jruby-9.1.8.0/gems/rake-10.5.0/lib/rake/task.rb:201:in `block in invoke_prerequisites'
/home/pobocks/.rvm/gems/jruby-9.1.8.0/gems/rake-10.5.0/lib/rake/task.rb:199:in `invoke_prerequisites'
/home/pobocks/.rvm/gems/jruby-9.1.8.0/gems/rake-10.5.0/lib/rake/task.rb:178:in `invoke_with_call_chain'
/home/pobocks/.rvm/rubies/jruby-9.1.8.0/lib/ruby/stdlib/monitor.rb:214:in `mon_synchronize'
/home/pobocks/.rvm/gems/jruby-9.1.8.0/gems/rake-10.5.0/lib/rake/task.rb:172:in `invoke_with_call_chain'
/home/pobocks/.rvm/gems/jruby-9.1.8.0/gems/rake-10.5.0/lib/rake/task.rb:165:in `block in invoke'
org/jruby/RubyArray.java:1734:in `each'
/home/pobocks/.rvm/gems/jruby-9.1.8.0/gems/rake-10.5.0/lib/rake/application.rb:150:in `block in invoke_task'
/home/pobocks/.rvm/gems/jruby-9.1.8.0/gems/rake-10.5.0/lib/rake/application.rb:106:in `top_level'
/home/pobocks/.rvm/gems/jruby-9.1.8.0/gems/rake-10.5.0/lib/rake/application.rb:106:in `top_level'
/home/pobocks/.rvm/gems/jruby-9.1.8.0/gems/rake-10.5.0/lib/rake/application.rb:115:in `block in run_with_threads'
/home/pobocks/.rvm/gems/jruby-9.1.8.0/gems/rake-10.5.0/lib/rake/application.rb:100:in `top_level'
/home/pobocks/.rvm/gems/jruby-9.1.8.0/gems/rake-10.5.0/lib/rake/application.rb:78:in `run'
/home/pobocks/.rvm/gems/jruby-9.1.8.0/gems/rake-10.5.0/lib/rake/application.rb:176:in `<main>'
org/jruby/RubyKernel.java:979:in `load'
/home/pobocks/.rvm/gems/jruby-9.1.8.0/gems/rake-10.5.0/lib/rake/application.rb:75:in `<eval>'
org/jruby/RubyKernel.java:1000:in `eval'
/home/pobocks/.rvm/gems/jruby-9.1.8.0/bin/jruby_executable_hooks:15:in `<main>'
Tasks: TOP => test:run

Application in question: https://github.com/harvard-library/archivesspace-preprocessor

Expected Behavior

  • App has been running normally in production for months now under 9.0.5.0

Actual Behavior

Application will not run - hard-crashes under rake test.

@kares
Copy link
Member

kares commented Apr 21, 2017

bundle update activerecord-jdbcpostgresql-adapter activerecord-jdbc-adapter and you're good to go!
... there has been an incompatibility in AR-JDBC with JRuby 9.1

@kares kares closed this as completed Apr 21, 2017
@kares kares added this to the Invalid or Duplicate milestone Apr 21, 2017
@pobocks
Copy link
Author

pobocks commented Apr 21, 2017

Thank you so much! I'm really sorry for putting y'all to the effort.

@headius
Copy link
Member

headius commented Apr 24, 2017

@pobocks Thanks for reporting anyway! I'm glad it was a simple fix.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants