<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">


<META content="MSHTML 6.00.2800.1226" name=GENERATOR></HEAD>
<BODY>
<DIV><FONT face=Arial color=#0000ff size=2><SPAN class=800262513-04062004>Can 
someone on the AG development team help me debug the problem I'm having 
connecting to the Venue Server I set up?</SPAN></FONT></DIV>
<DIV><FONT face=Arial color=#0000ff size=2><SPAN 
class=800262513-04062004></SPAN></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial color=#0000ff size=2><SPAN class=800262513-04062004>I 
tried the following tests (always with AGTk 2.2):</SPAN></FONT></DIV>
<DIV><FONT face=Arial color=#0000ff size=2><SPAN 
class=800262513-04062004></SPAN></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial color=#0000ff size=2><SPAN class=800262513-04062004>1) 
Venue Server and Venue Client running on Win2K: successful 
connection</SPAN></FONT></DIV>
<DIV><FONT face=Arial color=#0000ff size=2><SPAN 
class=800262513-04062004></SPAN></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial color=#0000ff size=2><SPAN class=800262513-04062004>2) 
Venue Server running on Redhat 7.3 and venue Client on Win2K on my home network: 
successful connection</SPAN></FONT></DIV>
<DIV><FONT face=Arial color=#0000ff size=2><SPAN 
class=800262513-04062004></SPAN></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial color=#0000ff size=2><SPAN class=800262513-04062004>3) 
Same as #2 but on my corporate network: no connection. I included the error 
message in an earlier post.</SPAN></FONT></DIV>
<DIV><FONT face=Arial color=#0000ff size=2><SPAN 
class=800262513-04062004></SPAN></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial color=#0000ff size=2><SPAN class=800262513-04062004>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.&nbsp;If necessay I can add print statement to the code to gather more 
info.</SPAN></FONT></DIV>
<DIV><FONT face=Arial color=#0000ff size=2><SPAN 
class=800262513-04062004></SPAN></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial color=#0000ff size=2><SPAN class=800262513-04062004>Thanks 
in advance,</SPAN></FONT></DIV>
<DIV><FONT face=Arial color=#0000ff size=2><SPAN 
class=800262513-04062004></SPAN></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial color=#0000ff size=2><SPAN 
class=800262513-04062004>nick</SPAN></FONT></DIV>
<BLOCKQUOTE dir=ltr style="MARGIN-RIGHT: 0px">
  <DIV class=OutlookMessageHeader dir=ltr align=left><FONT face=Tahoma 
  size=2>-----Original Message-----<BR><B>From:</B> owner-ag-tech@mcs.anl.gov 
  [mailto:owner-ag-tech@mcs.anl.gov]<B>On Behalf Of </B>Nick 
  Giannias<BR><B>Sent:</B> Thursday, June 03, 2004 10:26 AM<BR><B>To:</B> 
  ag-tech@mcs.anl.gov<BR><B>Subject:</B> [AG-TECH] Can't connect to Venue Server 
  (AGTk 2.2)<BR><BR></FONT></DIV>
  <DIV><FONT face=Arial color=#0000ff size=2><SPAN class=227411714-03062004>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.</SPAN></FONT></DIV>
  <DIV><FONT face=Arial color=#0000ff size=2><SPAN 
  class=227411714-03062004></SPAN></FONT>&nbsp;</DIV>
  <DIV><FONT face=Arial color=#0000ff size=2><SPAN 
  class=227411714-03062004>Below is a&nbsp;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.</SPAN></FONT></DIV>
  <DIV><FONT face=Arial color=#0000ff size=2><SPAN 
  class=227411714-03062004></SPAN></FONT>&nbsp;</DIV>
  <DIV><FONT face=Arial color=#0000ff size=2><SPAN class=227411714-03062004>Any 
  help would be appreciated. Thanks,</SPAN></FONT></DIV>
  <DIV><FONT face=Arial color=#0000ff size=2><SPAN 
  class=227411714-03062004></SPAN></FONT>&nbsp;</DIV>
  <DIV><FONT face=Arial color=#0000ff size=2><SPAN 
  class=227411714-03062004>Nick</SPAN></FONT></DIV>
  <DIV><FONT face=Arial color=#0000ff size=2></FONT>&nbsp;</DIV>
  <DIV><FONT face=Arial color=#0000ff size=2></FONT>&nbsp;</DIV>
  <DIV><FONT face=Arial color=#0000ff size=2>06/03/04 10:08:51 1240 
  VenueClient&nbsp;&nbsp;&nbsp;&nbsp; venueclient.py:686 DEBUG EnterVenue: 
  Invoke venue enter<BR>calling connect h - milags01.cae.ca&nbsp; p - 
  8000<BR>calling connect h - milags01.cae.ca&nbsp; p - 8000<BR>calling connect 
  h - localhost.localdomain&nbsp; p - 8002<BR>06/03/04 10:08:54 1240 
  EventClient&nbsp;&nbsp;&nbsp;&nbsp; eventclient.py:107 ERROR Couldn't 
  connect&nbsp;to event service.<BR>Traceback (most recent call last):<BR>&nbsp; 
  File "C:\Python23\Lib\site-packages\AccessGrid\EventClient.py", line 104, in 
  __init__</FONT></DIV>
  <DIV><FONT face=Arial color=#0000ff size=2>self.sock.connect(location[0], 
  location[1], attr)<BR>&nbsp; File 
  "C:\Python23\Lib\site-packages\pyGlobus\io.py", line 671, in connect<SPAN 
  class=227411714-03062004>&nbsp;</SPAN>raise ex</FONT></DIV>
  <DIV><FONT face=Arial color=#0000ff size=2>GSITCPSocketException: a system 
  call failed (Invalid argument)<BR>06/03/04 10:08:54 1240 
  VenueClient&nbsp;&nbsp;&nbsp;&nbsp; venueclient.py:836 ERROR EnterVenue: 
  failed<BR>Traceback (most recent call last):<BR>&nbsp; File 
  "C:\Python23\Lib\site-packages\AccessGrid\VenueClient.py", line 794, in 
  EnterVenue<BR>&nbsp;&nbsp;&nbsp; self.__EnterVenue(URL)<BR>&nbsp; File 
  "C:\Python23\Lib\site-packages\AccessGrid\VenueClient.py", line 726, in 
  __EnterVenue<BR>&nbsp;&nbsp;&nbsp; self.venueState.uniqueId)<BR>&nbsp; File 
  "C:\Python23\Lib\site-packages\AccessGrid\EventClient.py", line 108, in 
  __init__<BR>&nbsp;&nbsp;&nbsp; raise 
  EventClientConnectionException<BR>EventClientConnectionException<BR>06/03/04 
  10:08:54 1240 VenueClientUI&nbsp;&nbsp;&nbsp;&nbsp; venueclientui.py:2053 
  DEBUG bin.VenueClient::EnterVenue: Enter venue with url: </FONT><A 
  href="https://milags01.cae.ca:8000/Venues/defa"><FONT face=Arial size=2><A 
  href="https://milags01.cae.ca:8000/Venues/default">https://milags01.cae.ca:8000/Venues/defa</FONT></A><FONT 
  face=Arial color=#0000ff size=2>ult</A><BR>06/03/04 10:08:54 1240 
  VenueClientUI&nbsp;&nbsp;&nbsp;&nbsp; venueclientui.py:2066 DEBUG 
  warningString:</FONT></DIV></BLOCKQUOTE></BODY></HTML>