Skip to Main Content

Integration

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

Getting Array index out of bound exception

4012066Jun 5 2020 — edited Jun 5 2020

Hi,

We are facing the following issue while a server restart --

<Jun 5, 2020 9:04:30 AM EDT> <Notice> <Stdout> <BEA-000000> <2020-06-05 09:04:30.427/104.584 Oracle Coherence GE 3.7.1.0 <Error> (thread=PacketReceiver, member=8): Stopping cluster due to unhandled exception: java.lang.IndexOutOfBoundsException: of=-20358, cb=20545, length()=187

        at com.tangosol.io.AbstractReadBuffer.checkBounds(AbstractReadBuffer.java:805)

        at com.tangosol.io.AbstractReadBuffer.getReadBuffer(AbstractReadBuffer.java:46)

        at com.tangosol.coherence.component.net.packet.MessagePacket.defineBufferView(MessagePacket.CDB:2)

        at com.tangosol.coherence.component.net.Packet.extract(Packet.CDB:66)

        at com.tangosol.coherence.component.util.daemon.queueProcessor.packetProcessor.PacketReceiver.onNotify(PacketReceiver.CDB:28)

        at com.tangosol.coherence.component.util.Daemon.run(Daemon.CDB:42)

        at java.lang.Thread.run(Thread.java:745)>

Need to know when thes issues arise and how to resolve it.

Comments

Post Details

Added on Jun 5 2020
0 comments
407 views