-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Labels
bugSomething isn't workingSomething isn't working
Description
When I try to start the app with java11 then I get the following exception as soon as I enter the url localhost:2036
[ERROR] New limit 21535 is > 4096
java.lang.IllegalArgumentException: New limit 21535 is > 4096
at org.eclipse.internal.net4j.buffer.Buffer.startGetting(Buffer.java:232)
at org.eclipse.net4j.internal.tcp.TCPConnector.handleRead(TCPConnector.java:215)
at org.eclipse.net4j.internal.tcp.TCPSelector.handleSelection(TCPSelector.java:254)
at org.eclipse.net4j.internal.tcp.TCPSelector.run(TCPSelector.java:179)
at java.base/java.lang.Thread.run(Thread.java:829)
Caused by: java.lang.IllegalArgumentException: newLimit > capacity: (21535 > 4096)
at java.base/java.nio.Buffer.createLimitException(Buffer.java:372)
at java.base/java.nio.Buffer.limit(Buffer.java:346)
at java.base/java.nio.ByteBuffer.limit(ByteBuffer.java:1107)
at java.base/java.nio.MappedByteBuffer.limit(MappedByteBuffer.java:235)
at java.base/java.nio.MappedByteBuffer.limit(MappedByteBuffer.java:67)
at org.eclipse.internal.net4j.buffer.Buffer.startGetting(Buffer.java:220)
... 4 more
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working