Skip to content

Instantly share code, notes, and snippets.

@galderz
Created April 26, 2011 19:37
Show Gist options
  • Save galderz/942946 to your computer and use it in GitHub Desktop.
Save galderz/942946 to your computer and use it in GitHub Desktop.
[z@ec-87:~/Go/demos/news]% jruby -S rake torquebox:deploy --trace
(in /Users/z/Go/demos/news)
rake aborted!
uninitialized constant News::Application::TorqueBox
org/jruby/RubyModule.java:2526:in `const_missing'
/opt/torquebox-1.0.0.CR1/jruby/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:2503:in `const_missing'
/Users/z/Go/demos/news/config/application.rb:13:in `Application'
/Users/z/Go/demos/news/config/application.rb:10:in `News'
/Users/z/Go/demos/news/config/application.rb:9:in `(root)'
org/jruby/RubyKernel.java:1038:in `require'
/Users/z/Go/demos/news/config/application.rb:29:in `require'
/Users/z/Go/demos/news/Rakefile:4:in `(root)'
org/jruby/RubyKernel.java:1063:in `load'
/Users/z/Go/demos/news/Rakefile:2383:in `raw_load_rakefile'
/opt/torquebox-1.0.0.CR1/jruby/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:2017:in `load_rakefile'
/opt/torquebox-1.0.0.CR1/jruby/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:2068:in `standard_exception_handling'
/opt/torquebox-1.0.0.CR1/jruby/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:2016:in `load_rakefile'
/opt/torquebox-1.0.0.CR1/jruby/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:2000:in `run'
/opt/torquebox-1.0.0.CR1/jruby/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:2068:in `standard_exception_handling'
/opt/torquebox-1.0.0.CR1/jruby/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:1998:in `run'
/opt/torquebox-1.0.0.CR1/jruby/lib/ruby/gems/1.8/gems/rake-0.8.7/bin/rake:31:in `(root)'
org/jruby/RubyKernel.java:1063:in `load'
/opt/torquebox/jruby/bin/rake:19:in `(root)'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment