[AG-TECH] FC7 Issues

Douglas Kosovic douglask at itee.uq.edu.au
Wed Jun 6 00:49:27 CDT 2007


Hi Todd,

> Not sure if the FC7 packages are 'complete' and fully supported yet;
> however I have got AG3 running on FC7 with a couple of changes.
> 
> First off, for some reason doing a 'yum install AccessGrid' failed
> because of a python-ZSI missing
> dependency.  The rpm is in the repository, so I just
> downloaded/installed it manually:

My fault, instead of putting up a new binary python-ZSI RPM yesterday, I put up the source RPM. It was well spotted by Jason Bell who let me know and I have now corrected it.

The second issues seems to be Python 2.5 related, it also happens on Ubuntu. I'm not sure yet what the correct fix is yet.

> http://www.vislab.uq.edu.au/accessgrid3/fedora/7/i386/python-ZSI-2.0-
> 2.20070427svn.fc7.noarch.rpm
> 
> The second issue was failure to contact the bridge registry.  The logs
> showed:
> 
> 06/05/2007 09:41:15 AM -1208486208 RegistryClient
> RegistryClient.py:98 ERROR Failed to connect
> to registry vv3.mcs.anl.gov:8030
> Traceback (most recent call last):
>   File "/usr/lib/python2.5/site-
> packages/AccessGrid3/AccessGrid/Registry/RegistryClient.py", line
> 93, in _connectToRegistry
>     if self.PingRegistryPeer(tmpServerProxy) > -1:
>   File "/usr/lib/python2.5/site-
> packages/AccessGrid3/AccessGrid/Registry/RegistryClient.py", line
> 110, in PingRegistryPeer
>     startTime = serverProxy.Ping(time.time())
>   File "/usr/lib/python2.5/xmlrpclib.py", line 1147, in __call__
>     return self.__send(self.__name, args)
>   File "/usr/lib/python2.5/xmlrpclib.py", line 1437, in __request
>     verbose=self.__verbose
>   File "/usr/lib/python2.5/xmlrpclib.py", line 1201, in request
>     return self._parse_response(h.getfile(), sock)
>   File "/usr/lib/python2.5/xmlrpclib.py", line 1324, in _parse_response
>     p, u = self.getparser()
>   File "/usr/lib/python2.5/xmlrpclib.py", line 1210, in getparser
>     return getparser(use_datetime=self._use_datetime)
> AttributeError: TimeoutTransport instance has no attribute
> '_use_datetime'
> 
> I solved this issue by adding a _use_datetime attribute to the
> Transport class in
> /usr/lib/python2.5/xmlrpclib.py (~ line 1160)
> 
>     _use_datetime = False
> 
> Not sure if these are known issues - but those changes got me rolling.

Thanks for the bug report.

Cheers,
Doug






More information about the ag-tech mailing list