[AG-TECH] Venue client connect to my own venue server

Randy Groves randy.groves at boeing.com
Sun Jul 20 15:10:36 CDT 2003


OK - I'm playing around with 2.0 at home here, and since I don't need to 
use static addressing (YES that is still a problem at work!!), I've 
successfully created a venue server on one box.  Now, hopefully I can do 
all this via IP addresses, since I don't have DNS names for my boxes here 
at home (yet - another thing on the todo list).

The venue server is set up on 192.168.1.4 at port 8000.  I can successfully 
connect with a venue client local to this box - everything works just fine.

When I try from my laptop, I put in https://192.168.1.4:8000/VenueServer as 
the URL for my venue server, I get the following in the VenueClient.log:

07/20/03 11:32:29 1636 AG.Types venueclient.py:649 DEBUG 
bin.VenueClient::EnterVenue: Enter venue with url: 
https://192.168.1.4:8000/venues/000000f68057683500c000a800010004401
07/20/03 11:32:29 1636 AG.CertificateManager certificatemanager.py:1146 
DEBUG Loaded certificate for /O=Access 
Grid/OU=agdev-ca.mcs.anl.gov/OU=rt.cs.boeing.com/CN=Randall S Groves/CN=proxy
07/20/03 11:32:29 1636 AG.CertificateManager certificatemanager.py:363 
DEBUG Proxy C:\Certificates\Temp is valid
07/20/03 11:32:29 1636 AG.Types venueclient.py:856 DEBUG Set history url: 
https://192.168.1.4:8000/venueserver
07/20/03 11:32:31 1636 AG.Types venueclient.py:775 ERROR 
bin.VenueClient::EnterVenue failed
Traceback (most recent call last):
   File "VenueClient.py", line 676, in EnterVenue
     warningString = VenueClient.EnterVenue( self, URL )
   File "E:\Python22\Lib\site-packages\AccessGrid\VenueClient.py", line 
264, in EnterVenue
     (venueState, self.privateId, streamDescList ) = Client.Handle( URL 
).get_proxy().Enter( self.profile )
   File 
"E:\Python22\Lib\site-packages\AccessGrid\hosting\pyGlobus\AGGSISOAP.py", 
line 3650, in __call__
     return self.__r_call(*args, **kw)
   File 
"E:\Python22\Lib\site-packages\AccessGrid\hosting\pyGlobus\AGGSISOAP.py", 
line 3670, in __r_call
     self.__hd, self.__ma)
   File 
"E:\Python22\Lib\site-packages\AccessGrid\hosting\pyGlobus\AGGSISOAP.py", 
line 3585, in __call
     raise p
faultType: <Fault SOAP-ENV:Client: No method Enter found>

Any ideas?

-randy





More information about the ag-tech mailing list