Skip to content

Instantly share code, notes, and snippets.

@bobmcwhirter
Created October 29, 2009 21:08
Show Gist options
  • Save bobmcwhirter/221827 to your computer and use it in GitHub Desktop.
Save bobmcwhirter/221827 to your computer and use it in GitHub Desktop.
Caused by: java.lang.NoSuchMethodError: org.jcodings.unicode.UnicodeEncoding.<init>(Ljava/lang/String;II[I[[I)V
at org.jcodings.specific.BaseUTF8Encoding.<init>(BaseUTF8Encoding.java:33)
at org.jcodings.specific.NonStrictUTF8Encoding.<init>(NonStrictUTF8Encoding.java:25)
at org.jcodings.specific.NonStrictUTF8Encoding.<clinit>(NonStrictUTF8Encoding.java:52)
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Class.java:169)
at org.jcodings.Encoding.load(Encoding.java:474)
at org.jruby.util.KCode.getEncoding(KCode.java:95)
at org.jruby.parser.DefaultRubyParser.parse(DefaultRubyParser.java:3875)
at org.jruby.parser.Parser.parse(Parser.java:106)
at org.jruby.Ruby.parseFile(Ruby.java:2126)
at org.jruby.Ruby.parseFile(Ruby.java:2130)
at org.jruby.Ruby.loadFile(Ruby.java:2419)
at org.jruby.runtime.load.ExternalScript.load(ExternalScript.java:64)
at org.jruby.runtime.load.LoadService.tryLoadingLibraryOrScript(LoadService.java:629)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment