Can someone on the AG development team help me debug the problem I'm having connecting to the Venue Server I set up?
I tried the following tests (always with AGTk 2.2): 1) Venue Server and Venue Client running on Win2K: successful connection 2) Venue Server running on Redhat 7.3 and venue Client on Win2K on my home network: successful connection 3) Same as #2 but on my corporate network: no connection. I included the error message in an earlier post. The server and client are on the same segment and I can ping the server from the client. The error message however makes it very hard to isolate the problem. If necessay I can add print statement to the code to gather more info. Thanks in advance, nick -----Original Message----- From: [email protected] [mailto:[email protected]]On Behalf Of Nick Giannias Sent: Thursday, June 03, 2004 10:26 AM To: [email protected] Subject: [AG-TECH] Can't connect to Venue Server (AGTk 2.2) I just finished installing AGTk 2.2 but am unable to connect to the Venue Server. I'm running the Venue Server on Redhat 7.3 and the client on Windows 2000 Pro. Below is a dump of the error I get. I uncommented the "print" statement in pyGlobus\io.py to try and debug the problem but I couldn't figure it out. Any help would be appreciated. Thanks, Nick 06/03/04 10:08:51 1240 VenueClient venueclient.py:686 DEBUG EnterVenue: Invoke venue enter calling connect h - milags01.cae.ca p - 8000 calling connect h - milags01.cae.ca p - 8000 calling connect h - localhost.localdomain p - 8002 06/03/04 10:08:54 1240 EventClient eventclient.py:107 ERROR Couldn't connect to event service. Traceback (most recent call last): File "C:\Python23\Lib\site-packages\AccessGrid\EventClient.py", line 104, in __init__ self.sock.connect(location[0], location[1], attr) File "C:\Python23\Lib\site-packages\pyGlobus\io.py", line 671, in connect raise ex GSITCPSocketException: a system call failed (Invalid argument) 06/03/04 10:08:54 1240 VenueClient venueclient.py:836 ERROR EnterVenue: failed Traceback (most recent call last): File "C:\Python23\Lib\site-packages\AccessGrid\VenueClient.py", line 794, in EnterVenue self.__EnterVenue(URL) File "C:\Python23\Lib\site-packages\AccessGrid\VenueClient.py", line 726, in __EnterVenue self.venueState.uniqueId) File "C:\Python23\Lib\site-packages\AccessGrid\EventClient.py", line 108, in __init__ raise EventClientConnectionException EventClientConnectionException 06/03/04 10:08:54 1240 VenueClientUI venueclientui.py:2053 DEBUG bin.VenueClient::EnterVenue: Enter venue with url: <https://milags01.cae.ca:8000/Venues/defa> https://milags01.cae.ca:8000/Venues/defa<https://milags01.cae.ca:8000/Venues/default>ult 06/03/04 10:08:54 1240 VenueClientUI venueclientui.py:2066 DEBUG warningString:

