Hi,

I have been having a problem using any bridge from AG3.  From the log file, it 
seems that the xml-rpc call is failing with a 404 error.  I have had a snoop 
around, and found that it is trying to connect to the bridge on port 1992 and 
make and XMLRPC call.  I have tried this call myself from a terminal, and the 
call works fine i.e. no 404 error.  I am not sure therefore what is going wrong 
in the Venue Client with this.

I have pasted the log extract file after my signature.

Andrew :)

============================================
Access Grid Support Centre,
RSS Group,
Manchester Computing,
Kilburn Building,
University of Manchester,
Oxford Road,
Manchester, 
M13 9PL, 
UK
Tel: +44(0)161-275 0685
Email: andrew.row...@manchester.ac.uk

----------------------------------------------------------------------------

06/07/06 10:06:28 4936 VenueClient     venueclient.py:1208 ERROR 
VenueClient.UpdateStream: Failed to connect to bridge Argonne
Traceback (most recent call last):
  File "C:\Python23\lib\site-packages\AccessGrid3\AccessGrid\VenueClient.py", 
line 1204, in UpdateStream
    stream.location = qbc.JoinBridge(stream.networkLocations[0])
  File 
"C:\Python23\lib\site-packages\AccessGrid3\AccessGrid\QuickBridgeClient.py", 
line 34, in JoinBridge
    l = self.serverProxy.JoinBridge(multicastNetworkLocation)
  File "C:\Python23\lib\xmlrpclib.py", line 1032, in __call__
    return self.__send(self.__name, args)
  File "C:\Python23\lib\xmlrpclib.py", line 1319, in __request
    verbose=self.__verbose
  File 
"C:\Python23\lib\site-packages\AccessGrid3\AccessGrid\UrllibTransport.py", line 
32, in request
    f = urlopener.open('http://'+host+handler, request_body)
  File "C:\Python23\lib\urllib.py", line 183, in open
    return getattr(self, name)(url, data)
  File "C:\Python23\lib\urllib.py", line 308, in open_http
    return self.http_error(url, fp, errcode, errmsg, headers, data)
  File "C:\Python23\lib\urllib.py", line 323, in http_error
    return self.http_error_default(url, fp, errcode, errmsg, headers)
  File "C:\Python23\lib\urllib.py", line 329, in http_error_default
    raise IOError, ('http error', errcode, errmsg, headers)
IOError: ('http error', 404, 'Not Found', <httplib.HTTPMessage instance at 
0x033330D0>)
06/07/06 10:06:28 4936 VenueClient     venueclientui.py:563 ERROR Connection to 
bridge Argonne failed
Traceback (most recent call last):
  File "C:\Python23\lib\site-packages\AccessGrid3\AccessGrid\VenueClientUI.py", 
line 561, in CheckBridgeCB
    self.controller.UseUnicastCB(bridgeDescription)
  File 
"C:\Python23\lib\site-packages\AccessGrid3\AccessGrid\VenueClientController.py",
 line 233, in UseUnicastCB
    self.__venueClient.SetCurrentBridge(bridge)
  File "C:\Python23\lib\site-packages\AccessGrid3\AccessGrid\VenueClient.py", 
line 1631, in SetCurrentBridge
    self.UpdateStream(stream)
  File "C:\Python23\lib\site-packages\AccessGrid3\AccessGrid\VenueClient.py", 
line 1209, in UpdateStream
    raise NetworkLocationNotFound("transport=%s; provider=%s %s" %
NetworkLocationNotFound: transport=unicast; provider=Argonne milton.mcs.anl.gov

Reply via email to