Hi All,
I'm hoping for some help with trying to debug an error I'm having in one of my scripts.
I have a Call Subflow step within my script which calls a XML file based on the Input Mappings provided. My problem is I receive a timeout error (error below) as soon as the script hits the Call Subflow step. I have tried to debug the script the Call Subflow calls (systemStatus-CSQhttp.aef) but it passes the debug fine and no errors are reported. I only get the error when using the Call Subflow step.
Has anyone seen such a timeout error before or know what would be causing the timeout?
Error:
"Exception creating connection to: 169.254.95.120; nested exception is:
java.net.SocketTimeoutException: connect timed out; nested exception is:
java.rmi.ConnectIOException: Exception creating connection to: 169.254.95.120; nested exception is:
java.net.SocketTimeoutException: connect timed out"
Greg