[GeoNode-users] How do I install Geonode 2.6.3 on Ubuntu 16.04 or 18.04?
Simon Lee
simon.lee at null.net
Thu Oct 11 09:58:39 PDT 2018
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.
I guess that's because http://build.geonode.org/geoserver/latest/ is not reachable. I downloaded the official geoserver.war but it doesn't work because of auth. Any help? :)
Here's the output:
simon at ubuntu:~/geonode$ sudo paver setup
---> pavement.setup
---> pavement.setup_geoserver
Downloading geoserver binary
Captured Task Output:
---------------------
---> pavement.setup
---> pavement.setup_geoserver
Traceback (most recent call last):
File "/home/simon/.local/lib/python2.7/site-packages/paver/tasks.py", line 201, in _run_task
return do_task()
File "/home/simon/.local/lib/python2.7/site-packages/paver/tasks.py", line 197, in do_task
task()
File "/home/simon/.local/lib/python2.7/site-packages/paver/tasks.py", line 333, in __call__
retval = environment._run_task(self.name, self.needs, self.func)
File "/home/simon/.local/lib/python2.7/site-packages/paver/tasks.py", line 219, in _run_task
return do_task()
File "/home/simon/.local/lib/python2.7/site-packages/paver/tasks.py", line 198, in do_task
return func(**kw)
File "pavement.py", line 106, in setup_geoserver
"geoserver binary")
File "pavement.py", line 74, in grab
urllib.urlretrieve(str(src), str(dest))
File "/usr/lib/python2.7/urllib.py", line 98, in urlretrieve
return opener.retrieve(url, filename, reporthook, data)
File "/usr/lib/python2.7/urllib.py", line 245, in retrieve
fp = self.open(url, data)
File "/usr/lib/python2.7/urllib.py", line 213, in open
return getattr(self, name)(url)
File "/usr/lib/python2.7/urllib.py", line 350, in open_http
h.endheaders(data)
File "/usr/lib/python2.7/httplib.py", line 1038, in endheaders
self._send_output(message_body)
File "/usr/lib/python2.7/httplib.py", line 882, in _send_output
self.send(msg)
File "/usr/lib/python2.7/httplib.py", line 844, in send
self.connect()
File "/usr/lib/python2.7/httplib.py", line 821, in connect
self.timeout, self.source_address)
File "/usr/lib/python2.7/socket.py", line 575, in create_connection
raise err
IOError: [Errno socket error] [Errno 110] Connection timed out
More information about the geonode-users
mailing list