OIC Network connectivity issues
Summary:
We have a common polling integration which runs continuously. For this integration, we are intermittently encountered Agent Connectivity issues. When we check agent logs. found below timeout error -
[2025-05-19T09:40:30.609Z] [INFO] [ThreadID: 28] [Logger: oracle.cloud.cpi.agent.transport.AQRuntimeConsumer] [SRC Class: oracle.cloud.cpi.agent.transport.AQRuntimeConsumer; Method: run] Error occurred while polling new messages. Sleeping for 30 seconds javax.ws.rs.ProcessingException: java.net.SocketTimeoutException: Read timed out
at org.glassfish.jersey.client.internal.HttpUrlConnector.apply(HttpUrlConnector.java:288)
at org.glassfish.jersey.client.ClientRuntime.invoke(ClientRuntime.java:300)
at org.glassfish.jersey.client.JerseyInvocation.lambda$invoke$1(JerseyInvocation.java:687)