Skip to content

Instantly share code, notes, and snippets.

@LoganBarnett
Created October 31, 2008 01:22
Show Gist options
  • Save LoganBarnett/21194 to your computer and use it in GitHub Desktop.
Save LoganBarnett/21194 to your computer and use it in GitHub Desktop.
Exception in thread "main" lib/ruby/sequel_model.rb:4:in `require': Linkage error loading compiled script; you may need to recompile: java.lang.NoSuchMethodError: org.jruby.javasupport.util.RuntimeHelpers.fastGetInstanceVariable(Lorg/jruby/Ruby;Lorg/jruby/runtime/builtin/IRubyObject;Ljava/lang/String;)Lorg/jruby/runtime/builtin/IRubyObject; (LoadError)
from lib/ruby/sequel_model.rb:4:in `require'
from lib/ruby/sequel_model.rb:2:in `each'
from lib/ruby/sequel_model.rb:2:in `require'
from lib/ruby/sequel.rb:1:in `require'
from src/database_manager.rb:4:in `require'
from src/manifest.rb:89:in `require'
from src/main.rb:6:in `require'
from <script>:1
...internal jruby stack elided...
from Kernel.require(lib/ruby/sequel_model.rb:4)
from Kernel.require(lib/ruby/sequel_model.rb:2)
from Array.each(lib/ruby/sequel_model.rb:2)
from Kernel.require(lib/ruby/sequel.rb:1)
from Kernel.require(src/database_manager.rb:4)
from Kernel.require(src/manifest.rb:89)
from Kernel.require(src/main.rb:6)
from Kernel.require(<script>:1)
from (unknown).(unknown)(:1)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment