<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title></title>
</head>
<body>
<div name="messageBodySection">The database "geonode" is for the configuration data of django application while "geonode_data" is for the spatial data which will be uploaded.<br />
So in geoserver you have to configure the latter.</div>
<div name="messageSignatureSection"><br />
Hope this helps<br />
Francesco</div>
<div name="messageReplySection"><br />
6 apr 2017, 03:14 +0200, Michael Peterman <mpetermangis@gmail.com>, ha scritto:<br />
<blockquote type="cite">
<div dir="ltr">The datastore was configured to use the geonode db on a Postgres backend, as per the instructions. The only thing I'm not sure about--is the database supposed to be "geonode" or "geonode_<b>data</b>"? Here's a screenshot of the settings:
<div><br /></div>
<div><img src="cid:ii_15b40d1a2be9e374" alt="Inline image 1" width="310" height="436" /><br /></div>
<div>In any case I will try installing this again on a fresh VM.</div>
<div><br /></div>
<div>Thanks, </div>
<div><br /></div>
<div>Michael</div>
<div><br /></div>
</div>
<div class="gmail_extra"><br />
<div class="gmail_quote">On Wed, Apr 5, 2017 at 6:40 AM, Francesco Bartoli <span dir="ltr"><<a href="mailto:xbartolone@gmail.com" target="_blank">xbartolone@gmail.com</a>></span> wrote:<br />
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div>
<div name="messageBodySection">In this way you are using the dev environment which by default is relying on a sqlite database. I'm assuming you changed the default settings and have configured the geonode-data database. In this case what is the configuration of the datastore for that in geoserver?<br />
Can you please check it using the UI?</div>
<div name="messageSignatureSection"><br />
Thanks<span class="HOEnZb"><font color="#888888"><br />
Francesco</font></span></div>
<div>
<div class="h5">
<div name="messageReplySection"><br />
5 apr 2017, 02:31 +0200, Michael Peterman <<a href="mailto:mpetermangis@gmail.com" target="_blank">mpetermangis@gmail.com</a>>, ha scritto:<br />
<blockquote type="cite">
<div dir="ltr">Hi Francesco, 
<div><br /></div>
<div>Yes I ran that command. Output is:</div>
<div>
<div><font face="monospace, monospace">---> pavement.setup</font></div>
<div><font face="monospace, monospace">---> pavement.setup_geoserver</font></div>
<div><font face="monospace, monospace">rmtree geoserver/data</font></div>
<div><font face="monospace, monospace">GeoNode development environment successfully set up.If you have not set up an administrative account, please do so now. Use "paver start" to start up the server.</font></div>
</div>
<div><br /></div>
<div>Geoserver is version 2.7.4 on Java  1.7.0_121 (OpenJDK 64-Bit Server VM)</div>
<div><br /></div>
<div>Any other ideas for what I can try?</div>
<div><br /></div>
<div>Thanks again,</div>
<div>Michael</div>
</div>
<div class="gmail_extra"><br />
<div class="gmail_quote">On Tue, Apr 4, 2017 at 1:46 AM, Francesco Bartoli <span dir="ltr"><<a href="mailto:xbartolone@gmail.com" target="_blank">xbartolone@gmail.com</a>></span> wrote:<br />
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div style="word-wrap:break-word">Dear Micheal,
<div><br /></div>
<div>did you run the command “sudo paver setup” ? If not what geoserver did you install?</div>
<div><br /></div>
<div>Francesco</div>
<div><br />
<div>
<div>
<div class="m_-5918000266060077476h5">
<div>Il giorno 04/apr/2017, alle ore 01:39, Michael Peterman <<a href="mailto:mpetermangis@gmail.com" target="_blank">mpetermangis@gmail.com</a>> ha scritto:</div>
<br class="m_-5918000266060077476m_9076189871349039152Apple-interchange-newline" /></div>
</div>
<blockquote type="cite">
<div>
<div class="m_-5918000266060077476h5">
<div dir="ltr">Hi, 
<div><br /></div>
<div>I am installing a custom copy of Geonode 2.4, as per these instructions:<br />
<a href="http://docs.geonode.org/en/latest/tutorials/install_and_admin/geonode_install/install_geonode_application.html" target="_blank">http://docs.geonode.org/en/lat<wbr />est/tutorials/install_and_admi<wbr />n/geonode_install/install_geon<wbr />ode_application.html</a><br /></div>
<div><br /></div>
<div>I pulled from this git branch: <span style="color:rgb(64,64,64);font-family:consolas;font-size:9pt;white-space:pre-wrap"><a href="https://github.com/GeoNode/geonode.git" target="_blank">https://github.com/Geo<wbr />Node/geonode.git</a> --branch 2.4.x</span></div>
<div>and installed on a fresh copy of Ubuntu 14.04 64-bit. </div>
<div><br /></div>
<div>Everything appears to work fine, but after finishing the installation, the connection between Geoserver and Postgres seems to be broken. Any data that I try to upload to Geonode gives this error: "An exception occurred loading data to PostGIS- java.io.IOException: Error occurred creating table"</div>
<div><br /></div>
<div>The logs in Geoserver show a series of exceptions like this:<br />
<div><font face="monospace, monospace" size="1">2017-04-01 23:55:40,930 WARN [geonode.security] - Error connecting to the GeoNode server for authentication purposes</font></div>
<div><font face="monospace, monospace" size="1">org.springframework.security.a<wbr />uthentication.AuthenticationSe<wbr />rviceException: Communication with GeoNode failed (GeoNodeSessionAuthToken)</font></div>
</div>
<div><font face="monospace, monospace" size="1">...</font></div>
<div><font face="monospace, monospace" size="1">Caused by: <a href="http://java.net" target="_blank">java.net</a>.SocketTimeoutExceptio<wbr />n: Read timed out</font><br /></div>
<div><br /></div>
<div>I am using the same credentials for the Postgres account (geonode / geonode) that are in the instructions.  Geoserver, Postgres, and Geonode are all hosted on the same machine. <br /></div>
<div><br /></div>
<div>Thanks in advance to everyone, I really appreciate all the effort that has gone into this project. </div>
<div><br /></div>
<div>Mike</div>
<div><br /></div>
</div>
</div>
</div>
______________________________<wbr />_________________<br />
geonode-devel mailing list<br />
<a href="mailto:geonode-devel@lists.osgeo.org" target="_blank">geonode-devel@lists.osgeo.org</a><br />
<a href="https://lists.osgeo.org/mailman/listinfo/geonode-devel" target="_blank">https://lists.osgeo.org/mailma<wbr />n/listinfo/geonode-devel</a><br /></blockquote>
</div>
<br /></div>
</div>
</blockquote>
</div>
<br /></div>
</blockquote>
</div>
</div>
</div>
</div>
</blockquote>
</div>
<br /></div>
</blockquote>
</div>
</body>
</html>