[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [AG-TECH] AG3.1 Bridge error
- To: "Nathan Gardiner" <nathan.gardiner@xxxxxxxxxxxxxxxx>
- Subject: Re: [AG-TECH] AG3.1 Bridge error
- From: "Ed Brannin" <edbrannin@xxxxxxxxx>
- Date: Wed, 1 Aug 2007 11:13:23 -0400
- Cc: "AG TECH" <ag-tech@xxxxxxxxxxx>
- Dkim-signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=bmwZZCMO4V1pR0ayc/S2uBr3qJeAGAy87tnkQVYZZXBlXrzNXwxz6Jw7AfWYajGV60yQV1dLa69siLwDdKSnwGyZw1wtDiGnkBuGMvsY9bXzINQrpQSVUBQXV6nIyP2ps15b4xcXJZlzOWO2qgtMcuNbcww3jXd2yV5+YdVS114=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=WgcL7FUv74jbliR4wl9CmEp6ThCQf/93l4dW1bRCoVsVIAZhauBsmq4/OHS+JjQWEM0FpmX55nDWhz3AJ5p84TD25wnYGnl2yR6siCMluyXC8STo+p33wzdy6CxQp13aVH2CiWNJJYQ78PESPZ0Vla1IgJC7OIilMEznkbjW6tY=
- In-reply-to: <A654B52967750C439058C3A5CA373F09D1500F@ucexchange4.canterbury.ac.nz>
- References: <A654B52967750C439058C3A5CA373F09D1500F@ucexchange4.canterbury.ac.nz>
- Sender: owner-ag-tech@xxxxxxxxxxx
On 7/31/07, Nathan Gardiner <nathan.gardiner@xxxxxxxxxxxxxxxx> wrote:
> 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):
>
[snip]
> 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'
That class seems to initialize self.serverProxy to "None", then tries
to initialize it from _connectToRegistry() on line 42. Does your log
include the line "No bridge registry peers reachable"?
Looks like it used to fail noisily, but now doesn't even show up as a
warning(???) in the logs.
What do you see when you run Python directly on
/usr/lib/python2.5/site-packages/AccessGrid3/AccessGrid/Registry/RegistryClient.py
?
--
-Ed Brannin
edbrannin@xxxxxxxxx
cell: 585-261-0279