Skip to content

Instantly share code, notes, and snippets.

@joelwreed
Created December 6, 2011 16:35
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 joelwreed/1438856 to your computer and use it in GitHub Desktop.
Save joelwreed/1438856 to your computer and use it in GitHub Desktop.
java.lang.NoSuchMethodError: org.jcodings.Encoding.getCharset()Ljava/nio/charset/Charset;
org.jruby.RubyString.decodeString(RubyString.java:683)
org.jruby.RubyString.toString(RubyString.java:670)
org.jruby.RubyString.asJavaString(RubyString.java:1197)
org.jruby.runtime.load.LoadService.tryResourceFromLoadPathOrURL(LoadService.java:1071)
org.jruby.runtime.load.LoadService.findLibraryWithoutCWD(LoadService.java:865)
org.jruby.runtime.load.LoadService$NormalSearcher.trySearch(LoadService.java:567)
org.jruby.runtime.load.LoadService.findFileForLoad(LoadService.java:285)
org.jruby.runtime.load.LoadService.smartLoad(LoadService.java:332)
org.jruby.runtime.load.LoadService.require(LoadService.java:381)
org.jruby.Ruby.initBuiltins(Ruby.java:1520)
org.jruby.Ruby.init(Ruby.java:1098)
org.jruby.Ruby.newInstance(Ruby.java:182)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment