OK really strange, OD/TS/LSCS 732 on Linux
We push to localhost and OD does and LSCS import to the LSCS server.
However we are in the cloud, so the LSCS server(s) do not have fixed IPs and they will change, depending on load.
When it does happen. OD fails. I see errors like this:
2015-06-22 07:33:03,681 DEBUG url=http://lscs.elasticbeanstalk.com:80///v1/util-command/pending-context/project/PROJECT/?format=json
2015-06-22 07:33:03,681 INFO ODHOME = /opt/OpenDeployNG
2015-06-22 07:33:03,681 DEBUG Start connecting to LSCS runtime server ...
2015-06-22 07:34:06,681 ERROR Exception in import delivery adapter execution
java.net.ConnectException: Connection timed out
at java.net.PlainSocketImpl.socketConnect(Native Method)
But I can run
curl http://lscs.elasticbeanstalk.com:80///v1/util-command/pending-context/project/PROJECT/?format=json
and it works just fine. An OD restart is required to fix, iwodserverreset doesn't help
Any idea how to get around this?