CF11 Enterprise issue
Had an issue with three of our CF11 Enterprise servers this weekend after a reboot of the VMs. Seven sites were down after the reboot with an error of “Address already in use: JVM_Bind” in the CF exception.log. All servers have multiple instances and each site has their database on separate db server. One server has 11 customer sites on it, each having a database on the same database server. Of these 11, 4 sites were down after the reboot. The error detail is:
"Error","localhost-startStop-1","07/23/16","09:34:19",,"Address already in use: JVM_Bind"
java.net.BindException: Address already in use: JVM_Bind
at java.net.DualStackPlainSocketImpl.bind0(Native Method)
at java.net.DualStackPlainSocketImpl.socketBind(DualStackPlainSocketImpl.java:106)
at java.net.AbstractPlainSocketImpl.bind(AbstractPlainSocketImpl.java:382)
at java.net.PlainSocketImpl.bind(PlainSocketImpl.java:190)
at java.net.ServerSocket.bind(ServerSocket.java:375)
at java.net.ServerSocket.<init>(ServerSocket.java:237)
at java.net.ServerSocket.<init>(ServerSocket.java:128)
at coldfusion.monitor.jetty.server.MonitoringServer.portCheck(MonitoringServer.java:237)
at coldfusion.monitor.jetty.server.MonitoringServer.checkIfPortFree(MonitoringServer.java:208)
This happened on two other CF11 Enterprise servers, same error, same scenario (database on different db server).
I cannot find any info on what caused this or what we can do to prevent this from happening again. Any help is appreciated.
