RestComm / ussdgateway

RestComm USSD Gateway
http://www.restcomm.com/
GNU Affero General Public License v3.0
89 stars 102 forks source link

java.lang.InternalError: should not reach here SctpChannelImpl #37

Open Rouanvdw opened 7 years ago

Rouanvdw commented 7 years ago

The USSD Gateway has for a few months with a few hiccups that we were able to work around. About to weeks ago we started getting the following error:

java.lang.InternalError: should not reach here at sun.nio.ch.sctp.SctpChannelImpl.receive0(Native Method) at sun.nio.ch.sctp.SctpChannelImpl.receiveIntoNativeBuffer(SctpChannelImpl.java:859)

If I google this is states that there is a JDK bug. I have tried multiple JDK and they all give the same error, Some times the gateway will run for few days before crashing and other times it crashes after an hour.

Any help would be appreciated.

vetss commented 7 years ago

Hello @Rouanvdw

this looks like a low-level error. May be you need to update your OS level core / drivers.

Rouanvdw commented 7 years ago

Hello @vetss

But would this be required if everything was running fine and then suddenly it started giving this issue?