<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
The value you're specifying for the registryUrl argument is incorrect.<br>
<br>
If you omit this argument, the bridge will register with the default
bridge registry and be available to everyone.&nbsp; I'd recommend that you
take this approach first.<br>
<br>
If this is not what you want, you'll need to run your own registry, and
create a bootstrap file reachable at some URL, using that URL for the
registryUrl argument.&nbsp; The bootstrap file should include simply the
hostname:port of your registry.&nbsp; As an example, you can look at the
default bootstrap file at<br>
<br>
<a class="moz-txt-link-freetext" href="http://www.accessgrid.org/registry/peers.txt">http://www.accessgrid.org/registry/peers.txt</a><br>
<br>
Tom<br>
<br>
<br>
<br>
On 5/23/08 10:12 PM, Jonathan Narvaez wrote:
<blockquote
 cite="mid:5af10e630805232012g5ea3f4a4w1ae4d4b8dfd95b8c@mail.gmail.com"
 type="cite">
  <div style="font-family: -moz-fixed; font-size: 12px;"
 lang="x-western">I need your help
  <br>
  <br>
I get to start this error.
  <br>
  <br>
jnarvaez@jnarvaez-desktop:~$ sudo Bridge3.py --name=UniminutoBridge
--location=Colombia --listenPort=9000 --qbexec=/usr/bin/QuickBridge
--portRange=41000 50000 --registryUrl=<a moz-do-not-send="true"
 href="https://prueba.uniminuto.edu:8000/Venues/default" target="_blank">https://prueba.uniminuto.edu:8000/Venues/default</a>
  <br>
[sudo] password for jnarvaez:
  <br>
Traceback (most recent call last):
  <br>
File "/usr/bin/Bridge3.py", line 187, in &lt;module&gt;
  <br>
&nbsp; main()
  <br>
File "/usr/bin/Bridge3.py", line 182, in main
  <br>
&nbsp; bridgeServer = QuickBridgeServer(name=<a moz-do-not-send="true"
 href="http://options.name/" target="_blank">options.name</a>,
location=options.location, listenPort=options.listenPort,
qbexec=options.qbexec, portRange=options.portRange,
registryUrl=options.registryUrl)
  <br>
File "/usr/bin/Bridge3.py", line 47, in __init__
  <br>
&nbsp; self._RegisterWithRegistry()
  <br>
File "/usr/bin/Bridge3.py", line 84, in _RegisterWithRegistry
  <br>
&nbsp; self.validSecs =
self.registryClient.RegisterBridge(self.bridgeDescription)
  <br>
File
"/usr/lib/python2.5/site-packages/AccessGrid3/AccessGrid/Registry/RegistryClient.py",
line 74, in RegisterBridge
  <br>
&nbsp; self._connectToRegistry()
  <br>
File
"/usr/lib/python2.5/site-packages/AccessGrid3/AccessGrid/Registry/RegistryClient.py",
line 45, in _connectToRegistry
  <br>
&nbsp; self.registryPeers = self._readPeerList(url=self.url)
  <br>
File
"/usr/lib/python2.5/site-packages/AccessGrid3/AccessGrid/Registry/RegistryClient.py",
line 162, in _readPeerList
  <br>
&nbsp; f = urllib.urlopen(url)
  <br>
File "/usr/lib/python2.5/urllib.py", line 82, in urlopen
  <br>
&nbsp; return opener.open(url)
  <br>
File "/usr/lib/python2.5/urllib.py", line 190, in open
  <br>
&nbsp; return getattr(self, name)(url)
  <br>
File "/var/lib/python-support/python2.5/M2Crypto/m2urllib.py", line 58,
in open_https
  <br>
&nbsp; h.endheaders()
  <br>
File "/usr/lib/python2.5/httplib.py", line 856, in endheaders
  <br>
&nbsp; self._send_output()
  <br>
File "/usr/lib/python2.5/httplib.py", line 728, in _send_output
  <br>
&nbsp; self.send(msg)
  <br>
File "/usr/lib/python2.5/httplib.py", line 695, in send
  <br>
&nbsp; self.connect()
  <br>
File "/var/lib/python-support/python2.5/M2Crypto/httpslib.py", line 47,
in connect
  <br>
&nbsp; self.sock.connect((self.host, self.port))
  <br>
File "/var/lib/python-support/python2.5/M2Crypto/SSL/Connection.py",
line 152, in connect
  <br>
&nbsp; self.socket.connect(addr)
  <br>
File "&lt;string&gt;", line 1, in connect
  <br>
IOError: [Errno socket error] (111, 'Connection refused')
  <br>
  <br>
  <br>
Thanks
  <br>
  <div><span></span><br>
  <br>
  </div>
  </div>
  <br clear="all">
  <br>
-- <br>
Jonathan Narvaez<br>
- En la Caja dec&iacute;a 'instalar Windows 95 o Superior' Asi que instale
Linux"<br>
- Si reproduces un CD de Microsoft al rev&eacute;s puedes escuchar un mensaje
sat&aacute;nico...<br>
- Eso no es lo peor... Al derecho te instala windows...
</blockquote>
</body>
</html>