<div dir="ltr"><div dir="ltr"><div>Dear Simon Lee,</div><div><br></div><div>If you are looking for GeoNode@2.6.x. I will strongly recommend you to take a look in this project <<a href="https://github.com/olivierdalang/SPCgeonode">https://github.com/olivierdalang/SPCgeonode</a>>. Following the Docker Installation procedure, I think you may not face any issue in respect to Ubuntu version.</div><div><br></div><div>I hope it helps. I will be glad to help, if you need further assistance.<br></div><div><br></div><div>Kind Regards</div><div><br></div><div>Julierme<br></div></div></div><br><div class="gmail_quote"><div dir="ltr">On Thu, Oct 11, 2018 at 1:58 PM Simon Lee <<a href="mailto:simon.lee@null.net">simon.lee@null.net</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">I tried to use the manual install method, cloning the 2.6.x branch from GitHub, but when I run paver setup it outputs an error. I tried both "paver setup" and "sudo paver setup" with the same effect.<br>
<br>
I guess that's because <a href="http://build.geonode.org/geoserver/latest/" rel="noreferrer" target="_blank">http://build.geonode.org/geoserver/latest/</a> is not reachable. I downloaded the official geoserver.war but it doesn't work because of auth. Any help? :)<br>
<br>
Here's the output:<br>
<br>
simon@ubuntu:~/geonode$ sudo paver setup<br>
---> pavement.setup<br>
---> pavement.setup_geoserver<br>
Downloading geoserver binary<br>
<br>
<br>
Captured Task Output:<br>
---------------------<br>
<br>
---> pavement.setup<br>
---> pavement.setup_geoserver<br>
Traceback (most recent call last):<br>
  File "/home/simon/.local/lib/python2.7/site-packages/paver/tasks.py", line 201, in _run_task<br>
    return do_task()<br>
  File "/home/simon/.local/lib/python2.7/site-packages/paver/tasks.py", line 197, in do_task<br>
    task()<br>
  File "/home/simon/.local/lib/python2.7/site-packages/paver/tasks.py", line 333, in __call__<br>
    retval = environment._run_task(<a href="http://self.name" rel="noreferrer" target="_blank">self.name</a>, self.needs, self.func)<br>
  File "/home/simon/.local/lib/python2.7/site-packages/paver/tasks.py", line 219, in _run_task<br>
    return do_task()<br>
  File "/home/simon/.local/lib/python2.7/site-packages/paver/tasks.py", line 198, in do_task<br>
    return func(**kw)<br>
  File "pavement.py", line 106, in setup_geoserver<br>
    "geoserver binary")<br>
  File "pavement.py", line 74, in grab<br>
    urllib.urlretrieve(str(src), str(dest))<br>
  File "/usr/lib/python2.7/urllib.py", line 98, in urlretrieve<br>
    return opener.retrieve(url, filename, reporthook, data)<br>
  File "/usr/lib/python2.7/urllib.py", line 245, in retrieve<br>
    fp = self.open(url, data)<br>
  File "/usr/lib/python2.7/urllib.py", line 213, in open<br>
    return getattr(self, name)(url)<br>
  File "/usr/lib/python2.7/urllib.py", line 350, in open_http<br>
    h.endheaders(data)<br>
  File "/usr/lib/python2.7/httplib.py", line 1038, in endheaders<br>
    self._send_output(message_body)<br>
  File "/usr/lib/python2.7/httplib.py", line 882, in _send_output<br>
    self.send(msg)<br>
  File "/usr/lib/python2.7/httplib.py", line 844, in send<br>
    self.connect()<br>
  File "/usr/lib/python2.7/httplib.py", line 821, in connect<br>
    self.timeout, self.source_address)<br>
  File "/usr/lib/python2.7/socket.py", line 575, in create_connection<br>
    raise err<br>
IOError: [Errno socket error] [Errno 110] Connection timed out<br>
_______________________________________________<br>
geonode-users mailing list<br>
<a href="mailto:geonode-users@lists.osgeo.org" target="_blank">geonode-users@lists.osgeo.org</a><br>
<a href="https://lists.osgeo.org/mailman/listinfo/geonode-users" rel="noreferrer" target="_blank">https://lists.osgeo.org/mailman/listinfo/geonode-users</a><br>
</blockquote></div>