The last couple of weeks I've been getting an error trying to connect to 
University of Vigo's server. I needed a second and even third try for the 
connection to be successful (from clients on different machines). I didnt ask 
for the server to be restarted, because the development team might be 
interested in this particular error. I copied from the Venue Client log.

I will ask some people from the University of Vigo to check if they get the 
same error.

06/14/05 13:07:44 1236 VenueClient     venueclient.py:669 ERROR SOAP fault 
occurred
Traceback (most recent call last):
  File "C:\Python23\Lib\site-packages\SOAPpy\Client.py", line 347, in __call
    config = self.config)
  File "C:\Python23\Lib\site-packages\SOAPpy\Client.py", line 187, in call
    r.endheaders()
  File "C:\Python23\lib\httplib.py", line 712, in endheaders
    self._send_output()
  File "C:\Python23\lib\httplib.py", line 597, in _send_output
    self.send(msg)
  File "C:\Python23\lib\httplib.py", line 564, in send
    self.connect()
  File "C:\Python23\Lib\site-packages\pyGlobus\io.py", line 1093, in connect
    self.sock.connect(self.host, self.port, self.io_attr)
  File "C:\Python23\Lib\site-packages\pyGlobus\io.py", line 671, in connect
    raise ex
GSITCPSocketException: an authentication operation failed
06/14/05 13:07:44 1236 VenueClient     venueclient.py:851 ERROR EnterVenue: 
globus tcp exception: ('an authentication operation failed',)
06/14/05 13:07:45 1236 VenueClient     venueclient.py:258 ERROR 
__CheckForValideClock: failed; time is okay (offset=1
Traceback (most recent call last):
  File "C:\Python23\Lib\site-packages\AccessGrid\VenueClient.py", line 834, in 
EnterVenue
    self.__EnterVenue(URL)
  File "C:\Python23\Lib\site-packages\AccessGrid\VenueClient.py", line 703, in 
__EnterVenue
    (venueState, self.privateId, self.streamDescList ) = 
self.__venueProxy.Enter( self.profile )
  File "C:\Python23\Lib\site-packages\AccessGrid\Venue.py", line 3331, in Enter
    (r1, r2, r3) = self.proxy.Enter(profile)
  File "C:\Python23\Lib\site-packages\SOAPpy\Client.py", line 453, in __call__
    return self.__r_call(*args, **kw)
  File "C:\Python23\Lib\site-packages\SOAPpy\Client.py", line 475, in __r_call
    self.__hd, self.__ma)
  File "C:\Python23\Lib\site-packages\SOAPpy\Client.py", line 347, in __call
    config = self.config)
  File "C:\Python23\Lib\site-packages\SOAPpy\Client.py", line 187, in call
    r.endheaders()
  File "C:\Python23\lib\httplib.py", line 712, in endheaders
    self._send_output()
  File "C:\Python23\lib\httplib.py", line 597, in _send_output
    self.send(msg)
  File "C:\Python23\lib\httplib.py", line 564, in send
    self.connect()
  File "C:\Python23\Lib\site-packages\pyGlobus\io.py", line 1093, in connect
    self.sock.connect(self.host, self.port, self.io_attr)
  File "C:\Python23\Lib\site-packages\pyGlobus\io.py", line 671, in connect
    raise ex
GSITCPSocketException: an authentication operation failed
06/14/05 13:07:45 1236 VenueClient     venueclientui.py:1959 DEBUG 
bin.VenueClient::EnterVenue: Enter venue with url: 
https://agserver.uvigo.es:8000/Venues/default
06/14/05 13:07:45 1236 VenueClient     venueclientui.py:1970 DEBUG 
Authorization failure connecting to server.

Reply via email to