Skip to main content

Dear Team,

I am currently working on invoking a REST endpoint via REST SENDER1 for an APPS 10 customer. However, the application message consistently remains in the "Waiting" state, and the following error is generated:

Exception while sending data 
Caused by: java.net.ConnectException: Connection timed out: connect

 

The customer is operating on UPD Level 20. I have reviewed several related posts in the community and followed the suggested steps, including manually suspending and restarting the application message, but without success.

This issue occurs for both the event action type "REST Call" and when invoked via the plsql_rest_sender_API.

I would appreciate any guidance or suggestions on how to resolve this issue.

Thank you in advance for your assistance.

Best regards,
Nija

Hi ​@nija.nt 

 

When the application message tries to send data to the REST endpoint and failed, it changes the state to waiting in order to retry. time it stays in the waiting state determines by the max retires and retry interval parameters in the REST sender.

From the error it looks like your endpoint cannot be reached from IFS. If this is an temporary error,  your message will finish after several retries depending on the above parameters or will fail after attempting the number of times defined in the max retries.

 

Please check your endpoint is valid and reachable from IFS middleware server as a start troubleshooting the timeout issue.

 

Hope it helps!

Damith

 

 


Reply