<div dir="ltr"><div dir="ltr"><div dir="ltr">I strongly discourage the setup of GeoNode 2.6.3. It is very bugguy and unstable.<div><br></div><div>2.10 version is much more stable and reliable. Try out dev or local setup through docker by following those simple instructions</div><div><br></div><div><a href="https://github.com/GeoNode/geonode-project#start-your-server">https://github.com/GeoNode/geonode-project#start-your-server</a></div><div><br></div><div>About the build server, the old one has been dismissed. New one is available at </div><div><br></div><div><a href="https://build.geo-solutions.it/geonode/geoserver/latest/">https://build.geo-solutions.it/geonode/geoserver/latest/</a><br></div><div><br></div><div>Patches already available both on GeoNode 2.8.x and 2.10.x</div><div><br></div><div>regards,</div><div>Alessio.</div><div><br></div><div> </div></div></div></div><br><div class="gmail_quote"><div dir="ltr">Il giorno gio 11 ott 2018 alle ore 23:22 Julierme Pinheiro <<a href="mailto:juliermeopensourcedeveloper@gmail.com">juliermeopensourcedeveloper@gmail.com</a>> ha scritto:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div>Hi Elton,</div><div><br></div><div>You can get a GeoNode@2.6.3 instance using Docker Installation. Take a look in this project:</div><div><br></div><div><a href="https://github.com/olivierdalang/SPCgeonode" target="_blank">https://github.com/olivierdalang/SPCgeonode</a></div><div><br></div><div>I do not know why you are facing this issue via apt-get installation. Looking at <a href="https://github.com/GeoNode/geonode/tree/2.6.x" target="_blank">https://github.com/GeoNode/geonode/tree/2.6.x</a>. the site recommends Ubuntu@14.04. Are you following that?</div><div></div><div><p>If you just want to try GeoNode, it is recommended to use Ubuntu 14.04 and install the latest stable release of GeoNode.:</p>
<pre>sudo add-apt-repository ppa:geonode/release
sudo apt-get update
sudo apt-get install geonode
<br><br></pre><pre>Kind regards<br><br></pre><pre>Julierme<br></pre></div><div><br></div><div><br></div></div></div></div><br><div class="gmail_quote"><div dir="ltr">On Thu, Oct 11, 2018 at 5:59 PM Elton Davis Turin Espinoza <<a href="mailto:eturine@uni.pe" target="_blank">eturine@uni.pe</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div dir="ltr"><div>Hi all,</div><div>I also want to use Geonode 2.6 again and I can not install from ppa apt-get.</div><div><br></div><div>Please, if you can re-enable the installation of Geonode 2.6, I would be very grateful.</div><div><br></div><div>King regards</div><div>Elton</div></div></div><br><div class="gmail_quote"><div dir="ltr">El jue., 11 oct. 2018 a las 12:28, Julierme Pinheiro (<<a href="mailto:juliermeopensourcedeveloper@gmail.com" target="_blank">juliermeopensourcedeveloper@gmail.com</a>>) escribió:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><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" target="_blank">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" target="_blank">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>
_______________________________________________<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>

<br>
<hr><font size="1">"Este mensaje y sus anexos van dirigidos exclusivamente a la persona o
 entidad que se muestra como destinatario/s y pueden contener datos 
personales y/o información confidencial, sometida a secreto profesional o
 cuya divulgación esté prohibida en la legislación
 vigente. Que<span><a href="http://www.ctic.uni.edu.pe/" target="_blank"><span></span></a></span>da prohibida, toda divulgación, reproducción u otra acción 
al respecto por parte de personas o entidades  distintas al 
destinatario/s. Si ha recibido este mensaje por error, por favor, 
contáctenos a la siguiente dirección de correo electrónico
 <a href="mailto:lpdp@uni.edu.pe" target="_blank">lpdp@uni.edu.pe</a> y proceda a su eliminación.
</font><font size="1">
</font><p><font size="1">En cumplimiento a lo establecido en la Ley de Protección de Datos 
Personales - Ley N° 29733, le informamos que sus datos personales 
obtenidos son almacenados bajo la confidencialidad y las medidas de 
seguridad legalmente establecidas y no serán cedidos ni
 compartidos con empresas ni entidades ajenas a la Universidad Nacional 
de Ingeniería. Si lo desea, usted podrá ejercitar los derechos de 
actualización, inclusión, rectificación, supresión u oposición, enviando
 un mensaje al correo electrónico anteriormente
 señalado e indicando en el "Asunto" el derecho que desea ejercer"</font></p></blockquote></div>
_______________________________________________<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><br clear="all"><div><br></div>-- <br><div dir="ltr" class="gmail_signature" data-smartmail="gmail_signature"><div dir="ltr"><div><div dir="ltr"><div><div dir="ltr"><div><div dir="ltr"><div><div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div style="font-size:12.8px"><span><p dir="ltr" style="line-height:1.38;margin-top:0pt;margin-bottom:0pt"><span style="font-family:Arial;font-size:11pt;white-space:pre-wrap">==</span><br></p><p dir="ltr" style="line-height:1.38;margin-top:0pt;margin-bottom:0pt"><span style="font-size:11pt;font-family:Arial;color:#222222;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre;white-space:pre-wrap">GeoServer Professional Services from the experts! Visit <a href="http://goo.gl/it488V" target="_blank">http://goo.gl/it488V</a> for more information.</span><span style="font-size:11pt;font-family:Arial;color:#222222;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre;white-space:pre-wrap"><br></span><span style="font-size:11pt;font-family:Arial;color:#222222;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre;white-space:pre-wrap">==</span><span style="font-size:11pt;font-family:Arial;color:#222222;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre;white-space:pre-wrap"><br></span><span style="font-size:11pt;font-family:Arial;color:#222222;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre;white-space:pre-wrap">Ing. Alessio Fabiani</span></p><p dir="ltr" style="line-height:1.38;margin-top:0pt;margin-bottom:0pt"><span style="font-size:11pt;font-family:Arial;color:#222222;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre;white-space:pre-wrap">@alfa7691</span><span style="font-size:11pt;font-family:Arial;color:#222222;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre;white-space:pre-wrap"><br></span><span style="font-size:11pt;font-family:Arial;color:#222222;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre;white-space:pre-wrap">Founder/Technical Lead</span></p><p dir="ltr" style="line-height:1.38;margin-top:0pt;margin-bottom:0pt"><span style="font-size:11pt;font-family:Arial;color:#222222;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre;white-space:pre-wrap"><br></span></p><p dir="ltr" style="line-height:1.38;margin-top:0pt;margin-bottom:0pt"><span style="font-size:11pt;font-family:Arial;color:#222222;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre;white-space:pre-wrap">GeoSolutions S.A.S.</span><span style="font-size:11pt;font-family:Arial;color:#222222;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre;white-space:pre-wrap"><br></span><span style="font-size:11pt;font-family:Arial;color:#222222;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre;white-space:pre-wrap">Via di Montramito 3/A - </span><span style="font-size:11pt;font-family:Arial;color:#222222;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre;white-space:pre-wrap">55054  Massarosa (LU) - </span><span style="font-size:11pt;font-family:Arial;color:#222222;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre;white-space:pre-wrap">Italy</span><span style="font-size:11pt;font-family:Arial;color:#222222;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre;white-space:pre-wrap"><br></span><span style="font-size:11pt;font-family:Arial;color:#222222;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre;white-space:pre-wrap">phone: +39 0584 962313</span><span style="font-size:11pt;font-family:Arial;color:#222222;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre;white-space:pre-wrap"><br></span><span style="font-size:11pt;font-family:Arial;color:#222222;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre;white-space:pre-wrap">fax:     +39 0584 1660272</span><span style="font-size:11pt;font-family:Arial;color:#222222;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre;white-space:pre-wrap"><br></span><span style="font-size:11pt;font-family:Arial;color:#222222;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre;white-space:pre-wrap">mob:   +39 331 6233686</span></p><p dir="ltr" style="line-height:1.38;margin-top:0pt;margin-bottom:0pt"><span style="font-size:11pt;font-family:Arial;color:#222222;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre;white-space:pre-wrap"><br></span><span style="font-size:11pt;font-family:Arial;color:#222222;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre;white-space:pre-wrap"><a href="http://www.geo-solutions.it" target="_blank">http://www.geo-solutions.it</a></span><span style="font-size:11pt;font-family:Arial;color:#222222;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre;white-space:pre-wrap"><br></span><span style="font-size:11pt;font-family:Arial;color:#222222;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre;white-space:pre-wrap"><a href="http://twitter.com/geosolutions_it" target="_blank">http://twitter.com/geosolutions_it</a></span><span style="font-size:11pt;font-family:Arial;color:#222222;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre;white-space:pre-wrap"><br></span><span style="font-size:11pt;font-family:Arial;color:#222222;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre;white-space:pre-wrap">-------------------------------------------------------</span></p><p dir="ltr" style="line-height:1.38;margin-top:0pt;margin-bottom:0pt"><span style="font-size:11pt;font-family:Arial;color:#000000;background-color:transparent;font-weight:400;font-style:italic;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre;white-space:pre-wrap">Con riferimento alla normativa sul trattamento dei dati personali (Reg. UE 2016/679 - Regolamento generale sulla protezione dei dati “GDPR”), si precisa che ogni circostanza inerente alla presente email (il suo contenuto, gli eventuali allegati, etc.) è un dato la cui conoscenza è riservata al/i solo/i destinatario/i indicati dallo scrivente. Se il messaggio Le è giunto per errore, è tenuta/o a cancellarlo, ogni altra operazione è illecita. Le sarei comunque grato se potesse darmene notizia.</span></p><p dir="ltr" style="line-height:1.38;margin-top:0pt;margin-bottom:0pt"><span style="font-size:11pt;font-family:Arial;color:#000000;background-color:transparent;font-weight:400;font-style:italic;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre;white-space:pre-wrap"><br></span><span style="font-size:11pt;font-family:Arial;color:#000000;background-color:transparent;font-weight:400;font-style:italic;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre;white-space:pre-wrap">This email is intended only for the person or entity to which it is addressed and may contain information that is privileged, confidential or otherwise protected from disclosure. We remind that - as provided by European Regulation 2016/679 “GDPR” - copying, dissemination or use of this e-mail or the information herein by anyone other than the intended recipient is prohibited. If you have received this email by mistake, please notify us immediately by telephone or e-mail.</span><span style="font-size:11pt;font-family:Arial;color:#000000;background-color:transparent;font-weight:400;font-style:italic;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre;white-space:pre-wrap"><br></span></p></span></div></div></div></div></div></div></div></div></div></div></div></div></div></div>