You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
java.lang.OutOfMemoryError
at io.helidon.media.common.CharBuffer.hugeCapacity(CharBuffer.java:98)
at io.helidon.media.common.CharBuffer.grow(CharBuffer.java:91)
at io.helidon.media.common.CharBuffer.ensureCapacity(CharBuffer.java:78)
at io.helidon.media.common.CharBuffer.write(CharBuffer.java:49)
at org.glassfish.json.JsonGeneratorImpl.flushBuffer(JsonGeneratorImpl.java:631)
This caused initial confusion that this was a JVM heap issue. It was not.
This exception should include a helpful error message and the value of any parameters.
This class also does throw new IndexOutOfBoundsException();. Again, should add information including the value of parameters.
The text was updated successfully, but these errors were encountered:
Saw this is Helidon 2.x. User reported:
This caused initial confusion that this was a JVM heap issue. It was not.
This exception should include a helpful error message and the value of any parameters.
This class also does
throw new IndexOutOfBoundsException();
. Again, should add information including the value of parameters.The text was updated successfully, but these errors were encountered: