Skip to content

Instantly share code, notes, and snippets.

@Dishwasha
Created July 2, 2012 18:57
Show Gist options
  • Save Dishwasha/3034922 to your computer and use it in GitHub Desktop.
Save Dishwasha/3034922 to your computer and use it in GitHub Desktop.
18:55:17,913 INFO [org.torquebox.core.runtime] (Thread-111) Setting up Bundler
18:55:25,907 ERROR [stderr] (Thread-111) undefined method `gsub' for nil:NilClass
18:55:25,909 ERROR [stderr] (Thread-111) /opt/torquebox/current/jruby/lib/ruby/gems/1.8/gems/bundler-1.1.3/lib/bundler/runtime.rb:77:in `require'
18:55:25,910 ERROR [stderr] (Thread-111) org/jruby/RubyArray.java:1615:in `each'
18:55:25,911 ERROR [stderr] (Thread-111) /opt/torquebox/current/jruby/lib/ruby/gems/1.8/gems/bundler-1.1.3/lib/bundler/runtime.rb:55:in `require'
18:55:25,912 ERROR [stderr] (Thread-111) /opt/torquebox/current/jruby/lib/ruby/gems/1.8/gems/bundler-1.1.3/lib/bundler.rb:119:in `require'
18:55:25,913 ERROR [stderr] (Thread-111) /var/www/apps/transmission.ceosystem.net/releases/20120702163838/config/application.rb:7:in `(root)'
18:55:25,914 ERROR [stderr] (Thread-111) org/jruby/RubyKernel.java:1042:in `require'
18:55:25,915 ERROR [stderr] (Thread-111) /var/www/apps/transmission.ceosystem.net/releases/20120702163838/config/application.rb:2:in `(root)'
18:55:25,916 ERROR [stderr] (Thread-111) org/jruby/RubyKernel.java:1068:in `load'
18:55:25,917 ERROR [stderr] (Thread-111) /var/www/apps/transmission.ceosystem.net/releases/20120702163838/config/environment.rb:109:in `(root)'
18:55:25,918 ERROR [stderr] (Thread-111) org/jruby/RubyKernel.java:1042:in `require'
18:55:25,919 ERROR [stderr] (Thread-111) file:/opt/torquebox/current/jboss/modules/org/torquebox/web/main/torquebox-web.jar!/org/torquebox/web/rails/boot.rb:3:in `(root)'
18:55:25,921 ERROR [org.torquebox.core.runtime] (Thread-111) Error during execution: ENV['RAILS_ROOT']=RACK_ROOT
ENV['RAILS_ENV']=RACK_ENV
require %q(org/torquebox/web/rails/boot)
: org.jruby.exceptions.RaiseException: (NoMethodError) undefined method `gsub' for nil:NilClass
at Runtime.require(/opt/torquebox/current/jruby/lib/ruby/gems/1.8/gems/bundler-1.1.3/lib/bundler/runtime.rb:77) at org.jruby.RubyArray.each(org/jruby/RubyArray.java:1615) [jruby.jar:]
at Runtime.require(/opt/torquebox/current/jruby/lib/ruby/gems/1.8/gems/bundler-1.1.3/lib/bundler/runtime.rb:55) at (Anonymous).require(/opt/torquebox/current/jruby/lib/ruby/gems/1.8/gems/bundler-1.1.3/lib/bundler.rb:119)at (Anonymous).(root)(/var/www/apps/transmission.ceosystem.net/releases/20120702163838/config/application.rb:7) at org.jruby.RubyKernel.require(org/jruby/RubyKernel.java:1042) [jruby.jar:]
at (Anonymous).(root)(/var/www/apps/transmission.ceosystem.net/releases/20120702163838/config/application.rb:2) at org.jruby.RubyKernel.load(org/jruby/RubyKernel.java:1068) [jruby.jar:]
at (Anonymous).(root)(/var/www/apps/transmission.ceosystem.net/releases/20120702163838/config/environment.rb:109) at org.jruby.RubyKernel.require(org/jruby/RubyKernel.java:1042) [jruby.jar:]
at (Anonymous).(root)(file:/opt/torquebox/current/jboss/modules/org/torquebox/web/main/torquebox-web.jar!/org/torquebox/web/rails/boot.rb:3)
18:55:25,931 ERROR [org.torquebox.core.runtime] (Thread-111) Failed to initialize runtime: : org.jruby.exceptions.RaiseException: (NoMethodError) undefined method `gsub' for nil:NilClass
at Runtime.require(/opt/torquebox/current/jruby/lib/ruby/gems/1.8/gems/bundler-1.1.3/lib/bundler/runtime.rb:77) at org.jruby.RubyArray.each(org/jruby/RubyArray.java:1615) [jruby.jar:]
at Runtime.require(/opt/torquebox/current/jruby/lib/ruby/gems/1.8/gems/bundler-1.1.3/lib/bundler/runtime.rb:55) at (Anonymous).require(/opt/torquebox/current/jruby/lib/ruby/gems/1.8/gems/bundler-1.1.3/lib/bundler.rb:119)at (Anonymous).(root)(/var/www/apps/transmission.ceosystem.net/releases/20120702163838/config/application.rb:7) at org.jruby.RubyKernel.require(org/jruby/RubyKernel.java:1042) [jruby.jar:]
at (Anonymous).(root)(/var/www/apps/transmission.ceosystem.net/releases/20120702163838/config/application.rb:2) at org.jruby.RubyKernel.load(org/jruby/RubyKernel.java:1068) [jruby.jar:]
at (Anonymous).(root)(/var/www/apps/transmission.ceosystem.net/releases/20120702163838/config/environment.rb:109) at org.jruby.RubyKernel.require(org/jruby/RubyKernel.java:1042) [jruby.jar:]
at (Anonymous).(root)(file:/opt/torquebox/current/jboss/modules/org/torquebox/web/main/torquebox-web.jar!/org/torquebox/web/rails/boot.rb:3)
18:55:25,940 INFO [org.torquebox.core.runtime] (Thread-111) Created ruby runtime (ruby_version: RUBY1_9, compile_mode: JIT, app: transmission, context: web) in 8.66s
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment