Skip to content

Instantly share code, notes, and snippets.

@nurettin
Created May 3, 2013 13:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nurettin/5509206 to your computer and use it in GitHub Desktop.
Save nurettin/5509206 to your computer and use it in GitHub Desktop.
torquebox deploy war error
org.jruby.exceptions.RaiseException: (NoMethodError) undefined method `cache_container' for nil:NilClass
at RUBY.manager(/home/torquebox/.rvm/gems/jruby-1.7.2/gems/torquebox-cache-2.3.0-java/lib/cache.rb:275)
at RUBY.cache(/home/torquebox/.rvm/gems/jruby-1.7.2/gems/torquebox-cache-2.3.0-java/lib/cache.rb:264)
at RUBY.initialize(/home/torquebox/.rvm/gems/jruby-1.7.2/gems/torquebox-cache-2.3.0-java/lib/cache.rb:72)
at RUBY.cache(/home/torquebox/.rvm/gems/jruby-1.7.2/gems/torquebox-cache-2.3.0-java/lib/active_support/cache/torque_box_store.rb:125)
at RUBY.initialize(/home/torquebox/.rvm/gems/jruby-1.7.2/gems/torquebox-cache-2.3.0-java/lib/active_support/cache/torque_box_store.rb:32)
at RUBY.lookup_store(/home/torquebox/.rvm/gems/jruby-1.7.2/gems/activesupport-3.2.13/lib/active_support/cache.rb:69)
at RUBY.Bootstrap(/home/torquebox/.rvm/gems/jruby-1.7.2/gems/railties-3.2.13/lib/rails/application/bootstrap.rb:54)
at RUBY.silence_warnings(/home/torquebox/.rvm/gems/jruby-1.7.2/gems/activesupport-3.2.13/lib/active_support/core_ext/kernel/reporting.rb:13)
at RUBY.with_warnings(/home/torquebox/.rvm/gems/jruby-1.7.2/gems/activesupport-3.2.13/lib/active_support/core_ext/kernel/reporting.rb:24)
at RUBY.silence_warnings(/home/torquebox/.rvm/gems/jruby-1.7.2/gems/activesupport-3.2.13/lib/active_support/core_ext/kernel/reporting.rb:13)
at RUBY.Bootstrap(/home/torquebox/.rvm/gems/jruby-1.7.2/gems/railties-3.2.13/lib/rails/application/bootstrap.rb:54)
at org.jruby.RubyBasicObject.instance_exec(org/jruby/RubyBasicObject.java:1738)
at RUBY.run(/home/torquebox/.rvm/gems/jruby-1.7.2/gems/railties-3.2.13/lib/rails/initializable.rb:30)
at RUBY.run_initializers(/home/torquebox/.rvm/gems/jruby-1.7.2/gems/railties-3.2.13/lib/rails/initializable.rb:55)
at org.jruby.RubyArray.each(org/jruby/RubyArray.java:1613)
at RUBY.run_initializers(/home/torquebox/.rvm/gems/jruby-1.7.2/gems/railties-3.2.13/lib/rails/initializable.rb:54)
at RUBY.initialize!(/home/torquebox/.rvm/gems/jruby-1.7.2/gems/railties-3.2.13/lib/rails/application.rb:136)
at org.jruby.RubyBasicObject.__send__(org/jruby/RubyBasicObject.java:1677)
at org.jruby.RubyKernel.send(org/jruby/RubyKernel.java:2103)
at RUBY.method_missing(/home/torquebox/.rvm/gems/jruby-1.7.2/gems/railties-3.2.13/lib/rails/railtie/configurable.rb:30)
at config.environment.(root)(config/environment.rb:5)
at org.jruby.RubyKernel.load(org/jruby/RubyKernel.java:1046)
at RUBY.(root)(/home/torquebox/.rvm/gems/jruby-1.7.2/gems/torquebox-server-2.3.0-java/jboss/standalone/tmp/vfs/tempa715bc1546b9ef00/tip.war-4d632a973c1a675a/WEB-INF/config/environment.rb:1)
at org.jruby.RubyKernel.require(org/jruby/RubyKernel.java:1027)
at RUBY.(root)(classpath:/jruby/rack/rails/environment3.rb:1)
at RUBY.load_environment(classpath:/jruby/rack/rails/environment3.rb:25)
at RUBY.load_environment(classpath:/jruby/rack/rails_booter.rb:79)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment