Skip to content

Instantly share code, notes, and snippets.

@Hakon
Created June 27, 2012 17:16
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 Hakon/3005478 to your computer and use it in GitHub Desktop.
Save Hakon/3005478 to your computer and use it in GitHub Desktop.
ActionView::Template::Error (Java heap space):
java.nio.HeapCharBuffer.<init>(HeapCharBuffer.java:39)
java.nio.CharBuffer.allocate(CharBuffer.java:312)
java.nio.charset.CharsetDecoder.decode(CharsetDecoder.java:775)
java.nio.charset.Charset.decode(Charset.java:771)
org.jruby.RubyEncoding$UTF8Coder.decode(RubyEncoding.java:246)
org.jruby.RubyEncoding.decodeUTF8(RubyEncoding.java:192)
org.jruby.RubyString.decodeString(RubyString.java:719)
org.jruby.RubyString.toString(RubyString.java:701)
org.jruby.RubyNameError$RubyNameErrorMessage.to_str(RubyNameError.java:120)
org.jruby.RubyNameError$RubyNameErrorMessage$INVOKER$i$0$0$to_str.call(RubyNameError$RubyNameErrorMessage$INVOKER$i$0$0$to_str.gen)
org.jruby.RubyClass.finvoke(RubyClass.java:679)
org.jruby.javasupport.util.RuntimeHelpers.invoke(RuntimeHelpers.java:541)
org.jruby.RubyBasicObject.callMethod(RubyBasicObject.java:364)
org.jruby.util.TypeConverter.convertToType(TypeConverter.java:71)
org.jruby.util.TypeConverter.convertToType(TypeConverter.java:117)
org.jruby.RubyBasicObject.convertToString(RubyBasicObject.java:758)
org.jruby.RubyNameError.to_s(RubyNameError.java:202)
org.jruby.RubyNameError$INVOKER$i$0$0$to_s.call(RubyNameError$INVOKER$i$0$0$to_s.gen)
org.jruby.RubyClass.finvoke(RubyClass.java:679)
org.jruby.javasupport.util.RuntimeHelpers.invoke(RuntimeHelpers.java:541)
org.jruby.RubyBasicObject.callMethod(RubyBasicObject.java:364)
org.jruby.RubyException.message(RubyException.java:266)
org.jruby.RubyException$INVOKER$i$0$0$message.call(RubyException$INVOKER$i$0$0$message.gen)
org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:292)
org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:135)
org.jruby.ast.CallNoArgNode.interpret(CallNoArgNode.java:63)
org.jruby.evaluator.ASTInterpreter.setupArgs(ASTInterpreter.java:357)
org.jruby.ast.SuperNode.interpret(SuperNode.java:107)
org.jruby.ast.NewlineNode.interpret(NewlineNode.java:104)
org.jruby.ast.BlockNode.interpret(BlockNode.java:71)
org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:75)
org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:298)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment