Skip to main content
Question

IFS Cloud 22R2 virus scanner pod fails to startup with "Connection Refused"

  • September 18, 2024
  • 1 reply
  • 56 views

Forum|alt.badge.img+1
  • Do Gooder (Employee)
  • 1 reply

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 [executor-thread-0] ERROR com.ifsworld.fnd.ScannerReadiness - Error occurred!

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

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

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

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

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

        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!

1 reply

Mathias Dahl
Superhero (Employee)
Forum|alt.badge.img+32
  • Superhero (Employee)
  • 2900 replies
  • September 18, 2024

@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.