Does anyone experience any CLOSE-WAIT sockets issue in iDempiere?
I have iDempiere 7.1 running in CentOS 7 with OpenJDK 11.0.9.11. In the past few days, I notice that the iDempiere instance leaves a lot of "CLOSE-WAIT" sockets:
# ss -an|grep CLOSE-WAIT
tcp CLOSE-WAIT 1 0 [::ffff:192.168.123.1]:8080 [:
:ffff:192.168.123.1]:57908
tcp CLOSE-WAIT 1 0 [::ffff:192.168.123.1]:8080 [:
:ffff:192.168.123.1]:57178
tcp CLOSE-WAIT 1 0 [::ffff:192.168.123.1]:8080 [:
:ffff:192.168.123.1]:60006
tcp CLOSE-WAIT 1 0 [::ffff:192.168.123.1]:8080 [:
:ffff:192.168.123.1]:59912
tcp CLOSE-WAIT 1 0 [::ffff:192.168.123.1]:8080 [:
:ffff:192.168.123.1]:60322
The server has been running for around 12 hours and there are 300+ close-wait sockets already.
Anyone has suggestions on why the sockets are not closed?
Nelson Chan