Hi all,
I was hoping someone might be able to shed a little light on the problem that I'm facing setting up a AG3.1 Bridge Server. Below are details of the error I get when I attempt to start bridging. [aguser@ag3bridge ~]$ Bridge -p 20200 -u http://www.accessgrid.org/registry/peers.txt -n "NZ" -l "New Zealand" Traceback (most recent call last): File "/usr/bin/Bridge", line 187, in <module> main() File "/usr/bin/Bridge", line 182, in main bridgeServer = QuickBridgeServer(name=options.name, location=options.location, listenPort=options.listenPort, qbexec=options.qbexec, portRange=options.portRange, registryUrl=options.registryUrl) File "/usr/bin/Bridge", line 47, in __init__ self._RegisterWithRegistry() File "/usr/bin/Bridge", line 84, in _RegisterWithRegistry self.validSecs = self.registryClient.RegisterBridge(self.bridgeDescription) File "/usr/lib/python2.5/site-packages/AccessGrid3/AccessGrid/Registry/RegistryClient.py", line 75, in RegisterBridge return self.serverProxy.RegisterBridge(registeredServerInfo) AttributeError: 'NoneType' object has no attribute 'RegisterBridge' Anyone come across this before? Cheers, ------------------------------------------------------------------------- Nathan Gardiner Human Interface Technology Lab NZ (HIT Lab NZ<http://www.hitlabnz.org/>) Room 110, Old Maths Building, University of Canterbury<http://www.canterbury.ac.nz/> DDI: +64 3 364 3072, Cell: +64 21 163 2956

