Created
January 8, 2015 18:49
-
-
Save GBH/1d1e96d61f0a78a9e779 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
vagrant@jun-group:~/player$ rails s torquebox | |
=> Booting TorqueBox | |
=> Rails 3.2.18 application starting in development on http://0.0.0.0:3000 | |
=> Call with -d to detach | |
=> Ctrl-C to shutdown server | |
Exiting | |
NameError: missing class or uppercase package name (`com.jungroup.player.geocoding.ZipcodeTranslator') | |
get_proxy_or_package_under_package at org/jruby/javasupport/JavaUtilities.java:54 | |
method_missing at file:/home/vagrant/.rvm/rubies/jruby-1.7.8/lib/jruby.jar!/jruby/java/java_package_module_template.rb:14 | |
(root) at /home/vagrant/player/lib/geo_code.rb:7 | |
require at org/jruby/RubyKernel.java:1084 | |
require at /home/vagrant/.rvm/gems/jruby-1.7.8@player/gems/activesupport-3.2.18/lib/active_support/dependencies.rb:251 | |
load_dependency at /home/vagrant/.rvm/gems/jruby-1.7.8@player/gems/activesupport-3.2.18/lib/active_support/dependencies.rb:236 | |
require at /home/vagrant/.rvm/gems/jruby-1.7.8@player/gems/activesupport-3.2.18/lib/active_support/dependencies.rb:251 | |
(root) at /home/vagrant/player/app/models/viewing.rb:1 | |
require at org/jruby/RubyKernel.java:1084 | |
require at /home/vagrant/.rvm/gems/jruby-1.7.8@player/gems/activesupport-3.2.18/lib/active_support/dependencies.rb:251 | |
load_dependency at /home/vagrant/.rvm/gems/jruby-1.7.8@player/gems/activesupport-3.2.18/lib/active_support/dependencies.rb:236 | |
require at /home/vagrant/.rvm/gems/jruby-1.7.8@player/gems/activesupport-3.2.18/lib/active_support/dependencies.rb:251 | |
(root) at /home/vagrant/player/app/models/viewing.rb:5 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment