Hi Supun, Did you try and telnet to the server to see is you are fire walled?
If you can successfully connect you should see something like: $telnet gw111.iu.xsede.org 8930 Trying 149.165.228.109... Connected to gw111.iu.xsede.org. Escape character is '^]'. If you have any issues you should see something like: Trying 149.165.228.109... telnet: connect to address 149.165.228.109: Connection refused telnet: Unable to connect to remote host Suresh On May 6, 2014, at 5:58 PM, Supun Nakandala <[email protected]> wrote: > Hi Dave, > > > On Wed, May 7, 2014 at 3:20 AM, Reagan, David Michael <[email protected]> wrote: > The PHP Reference Gateway is connecting to the server correctly for me. The > timeout is set to be 5 seconds, so it shouldn’t be timing out. You can try > making it longer in utilities.php (get_airavata_client()). > > I increased the timeout period. But still I get the same error. > > > > What is your webserver environment? I’ve personally only run it from a local > WAMP stack, so it’s possible there are issues we haven’t encountered yet. > > > > I am using lampp on an Ubuntu 12.04 > > Dave > > > > > > From: Supun Nakandala [mailto:[email protected]] > Sent: Tuesday, May 06, 2014 5:46 PM > To: [email protected] > Subject: Re: Unable to run PHP Reference Gateway. > > > > Hi Raminder, > > > > I tried the above steps.But I still get the same error. > > > > On Wed, May 7, 2014 at 2:41 AM, Raminder Singh <[email protected]> > wrote: > > I am able to connect to service fine and run few test. Can you try to go to > Airavata-PHP-Client-Samples/client-samples and then run > php > GetAPIVersion.php? It should return following > > Airavata Server Version is: 0.12.0<br><br>Creating New Experiment.... > <br>Airavata server version is 0.12.0 > > > > You can try all other methods also from commandline. > > > > Thanks > > Raminder > > > > On May 6, 2014, at 3:37 PM, Supun Nakandala <[email protected]> wrote: > > > > > Hi All, > > > > I am testing the PHP Reference Gateway in my local machine. But I cannot > crate or manage experiments. When I click on those tabs I get the following > error. > > > > Fatal error: Uncaught exception 'Thrift\Exception\TException' with message > 'TSocket: Could not connect to gw111.iu.xsede.org:8930(Connection timed out > [110])' in > /home/supun/Projects/PHP-Reference-Gateway/lib/Thrift/Transport/TSocket.php:235 > Stack trace: #0 > /home/supun/Projects/PHP-Reference-Gateway/utilities.php(153): > Thrift\Transport\TSocket->open() #1 > /home/supun/Projects/PHP-Reference-Gateway/create_experiment.php(21): > get_airavata_client() #2 {main} thrown in > /home/supun/Projects/PHP-Reference-Gateway/lib/Thrift/Transport/TSocket.php > on line 235 > > > > Is there any configurations that I have to make locally to run the gateway? > > > > Thank you. > > Supun > > > > > > > > > -- > Thank you > Supun Nakandala > Dept. Computer Science and Engineering > University of Moratuwa > > > > > -- > Thank you > Supun Nakandala > Dept. Computer Science and Engineering > University of Moratuwa
