Skip to content

Instantly share code, notes, and snippets.

@lowang
Created August 14, 2013 08:59
Show Gist options
  • Save lowang/6229190 to your computer and use it in GitHub Desktop.
Save lowang/6229190 to your computer and use it in GitHub Desktop.
Rails4 jruby 1.7.4 @ TB3.0.0.beta2
JBWEB000065: HTTP Status 500 - org.jruby.exceptions.RaiseException: (RuntimeError) can't modify frozen array
JBWEB000309: type JBWEB000066: Exception report
JBWEB000068: message org.jruby.exceptions.RaiseException: (RuntimeError) can't modify frozen array
JBWEB000069: description JBWEB000145: The server encountered an internal error that prevented it from fulfilling this request.
JBWEB000070: exception
javax.servlet.ServletException: org.jruby.exceptions.RaiseException: (RuntimeError) can't modify frozen array
org.torquebox.web.servlet.RackFilter.doRack(RackFilter.java:129)
org.torquebox.web.servlet.RackFilter.doFilter(RackFilter.java:108)
org.torquebox.web.servlet.RackFilter.doFilter(RackFilter.java:74)
org.torquebox.web.servlet.SendfileFilter.doFilter(SendfileFilter.java:49)
org.torquebox.web.servlet.SendfileFilter.doFilter(SendfileFilter.java:33)
JBWEB000071: root cause
org.jruby.exceptions.RaiseException: (RuntimeError) can't modify frozen array
org.jruby.RubyArray.push(org/jruby/RubyArray.java:1172)
ActionDispatch::MiddlewareStack.use(/home/capistrano/feeder/shared/bundle/jruby/1.9/gems/actionpack-4.0.0/lib/action_dispatch/middleware/stack.rb:112)
RUBY.Railtie(/home/capistrano/feeder/shared/bundle/jruby/1.9/bundler/gems/mongoid-346a79a7d01a/lib/mongoid/railtie.rb:115)
org.jruby.RubyBasicObject.instance_exec(org/jruby/RubyBasicObject.java:1764)
Rails::Initializable::Initializer.run(/home/capistrano/feeder/shared/bundle/jruby/1.9/gems/railties-4.0.0/lib/rails/initializable.rb:30)
Rails::Initializable.run_initializers(/home/capistrano/feeder/shared/bundle/jruby/1.9/gems/railties-4.0.0/lib/rails/initializable.rb:55)
TSort.tsort_each(/opt/torquebox/jruby/lib/ruby/1.9/tsort.rb:150)
TSort.each_strongly_connected_component(/opt/torquebox/jruby/lib/ruby/1.9/tsort.rb:183)
TSort.each_strongly_connected_component_from(/opt/torquebox/jruby/lib/ruby/1.9/tsort.rb:219)
TSort.each_strongly_connected_component(/opt/torquebox/jruby/lib/ruby/1.9/tsort.rb:182)
org.jruby.RubyArray.each(org/jruby/RubyArray.java:1617)
TSort.each_strongly_connected_component(/opt/torquebox/jruby/lib/ruby/1.9/tsort.rb:180)
TSort.tsort_each(/opt/torquebox/jruby/lib/ruby/1.9/tsort.rb:148)
Rails::Initializable.run_initializers(/home/capistrano/feeder/shared/bundle/jruby/1.9/gems/railties-4.0.0/lib/rails/initializable.rb:54)
Rails::Application.initialize!(/home/capistrano/feeder/shared/bundle/jruby/1.9/gems/railties-4.0.0/lib/rails/application.rb:215)
Class.method_added(file:/opt/torquebox/jboss/modules/system/layers/torquebox/org/torquebox/web/main/torquebox-web.jar!/org/torquebox/web/rails/boot.rb:91)
org.jruby.RubyBasicObject.__send__(org/jruby/RubyBasicObject.java:1703)
org.jruby.RubyKernel.send(org/jruby/RubyKernel.java:2209)
Rails::Railtie::Configurable::ClassMethods.method_missing(/home/capistrano/feeder/shared/bundle/jruby/1.9/gems/railties-4.0.0/lib/rails/railtie/configurable.rb:30)
RUBY.(root)(/home/capistrano/feeder/releases/20130813121528/config/environment.rb:5)
org.jruby.RubyKernel.require(org/jruby/RubyKernel.java:1054)
ActiveSupport::Dependencies::Loadable.require(/home/capistrano/feeder/shared/bundle/jruby/1.9/gems/activesupport-4.0.0/lib/active_support/dependencies.rb:228)
ActiveSupport::Dependencies::Loadable.load_dependency(/home/capistrano/feeder/shared/bundle/jruby/1.9/gems/activesupport-4.0.0/lib/active_support/dependencies.rb:213)
ActiveSupport::Dependencies::Loadable.require(/home/capistrano/feeder/shared/bundle/jruby/1.9/gems/activesupport-4.0.0/lib/active_support/dependencies.rb:228)
RUBY.(root)(/home/capistrano/feeder/releases/20130813121528/config.ru:1)
org.jruby.RubyBasicObject.instance_eval(org/jruby/RubyBasicObject.java:1735)
Rack::Builder.initialize(/home/capistrano/feeder/shared/bundle/jruby/1.9/gems/rack-1.5.2/lib/rack/builder.rb:55)
RUBY.result(/home/capistrano/feeder/releases/20130813121528/config.ru:3)
org.jruby.RubyKernel.eval(org/jruby/RubyKernel.java:1093)
RUBY.result(/home/capistrano/feeder/releases/20130813121528/config.ru:0)
JBWEB000072: note JBWEB000073: The full stack trace of the root cause is available in the JBoss Web/7.2.0.Final logs.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment