Skip to main content

I’m assisting a customer on setting up a remote deployment of 22R2, and the ifs-virus-scanner pod fails to start up with “Connection Refused” error message
 

09:12:15.681 1executor-thread-0] ERROR com.ifsworld.fnd.ScannerReadiness - Error occurred!

java.net.ConnectException: Connection refused (Connection refused)

        at java.net.PlainSocketImpl.socketConnect(Native Method) ~t?:?]

        at java.net.AbstractPlainSocketImpl.doConnect(Unknown Source) ~e?:?]

        at java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source) ~t?:?]

        at java.net.AbstractPlainSocketImpl.connect(Unknown Source) ~o?:?]

        at java.net.SocksSocketImpl.connect(Unknown Source) ~.?:?]

        at java.net.Socket.connect(Unknown Source) ~?:?]

        at java.net.Socket.connect(Unknown Source) ~?:?]

        at java.net.Socket.<init>(Unknown Source) ~?:?]

        at java.net.Socket.<init>(Unknown Source) ~/?:?]

 

Comparing to an internal environment (also remote deployment), it looks like the pod is trying to connect to database.clamav.net when it got the “Connection Refused” error message.

Any thoughts on how to resolve the issue?

Thanks!

@carlo 

Thanks for posting here! To me, the obvious answer is that the customer doesn't allow the Kubernetes cluster, and/or the virus scanner pod/container to communicate to database.clamav.net, but perhaps that too naive...

Anyway, I'm not an expert here, so I'll try to get someone that is to comment.
 


Reply