Skip to content

java.lang.IllegalArgumentException: New limit 21535 is > 4096 #396

@ChezzPlaya

Description

@ChezzPlaya

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions