ehcache- Initial cause was ICMP Port Unreachable | Community
Skip to main content
Level 4
January 19, 2019

ehcache- Initial cause was ICMP Port Unreachable

  • January 19, 2019
  • 3 replies
  • 4095 views

Getting the below repeatedly on aem6.4.Please any sugesstions.

[Multicast Heartbeat Receiver Thread] net.sf.ehcache.distribution.MulticastKeepaliveHeartbeatReceiver Error receiving heartbeat. ICMP Port Unreachable. Initial cause was ICMP Port Unreachable

java.net.PortUnreachableException: ICMP Port Unreachable

        at java.net.PlainDatagramSocketImpl.receive0(Native Method)

        at java.net.AbstractPlainDatagramSocketImpl.receive(AbstractPlainDatagramSocketImpl.java:143)

        at java.net.DatagramSocket.receive(DatagramSocket.java:812)

        at net.sf.ehcache.distribution.MulticastKeepaliveHeartbeatReceiver$MulticastReceiverThread.run(MulticastKeepaliveHeartbeatReceiver.java:124) [org.apache.servicemix.bundles.ehcache:2.4.3.2]

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.

3 replies

Gaurav-Behl
Level 10
January 19, 2019

If you have observed this error on a consistent basis then most likely its due to firewall issues otherwise if it happens intermittently then it could be due to heavy load on that server/network. Engage network team, find out the server load/statistics, check GC logs, traffic volume, lb logs etc.

If you are using distributed/replicated caching then it could be related to clustered network or server overload within that cluster.Find out recent changes in the setup since you observed the error.

joerghoh
Adobe Employee
Adobe Employee
January 19, 2019

It's likely a network issue, the system cannot open a socket to listen for UDP packages.

Shakthi1Author
Level 4
January 25, 2019

Thanks a lot the issue is solved now.It was a port that was blocked.