Does anyone have any insight into the transient connection problems with
the Thrift server? For example, running PHP commandline client samples
like "php getAllUserExperiments.php marlon" a few times in a row will
eventually give
Fatal error: Uncaught exception 'Thrift\Exception\TException' with
message 'TSocket: Could not connect to gw111.iu.xsede.org:8930
(Operation timed out [60])' in
/.../Airavata-PHP-Client-Samples/lib/Thrift/Transport/TSocket.php:235
Stack trace:
#0
/.../Airavata-PHP-Client-Samples/client-samples/getAllUserExperiments.php(56):
Thrift\Transport\TSocket->open()
#1 {main}
thrown in
/.../Airavata-PHP-Client-Samples/lib/Thrift/Transport/TSocket.php on
line 235
But then it goes away.
Marlon