This forum is closed to new posts and
responses. Individual names altered for privacy purposes. The information contained in this website is provided for informational purposes only and should not be construed as a forum for customer support requests. Any customer support requests should be directed to the official HCL customer support channels below:
I have a java agent that is triggered via URL. The agent parses out the request and then attempts to post back to another server using URLConnection. The other server (3rd party) will then return a verification string.
A few weird behaviors. First is that the Connection times out. Secondly, I think the Agent Manager continues to execute this after the timeout. When I was testing I made the calls to the agent a few times and the log messages kept getting repeated and validation emails in the agent kept getting sent for each call.
First question is the URLConnection is to PayPal to get a validation code after payment. It is calling over https but I would have expected a security exception vs. Connection timeout. Is there a security setting (java.policy perhaps) that needs to be adjusted anyhow?
Secondly, in the event of a failure/timeout how do we prevent the server from retrying?
Thanks
Feedback number WEBB967223 created by ~Umberto Xanluchekettu on 03/27/2013
Status: Open
Comments: