<div dir="ltr"><div dir="ltr">Hello Paolo, <div><br></div><div>I am not sure if this helps but, I had the same error sometime ago and it was related to folder permissions and ownership. I fixed by assigning the right permissions to the following folders:</div><div><br></div><div><pre style="box-sizing:border-box;font-family:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",Courier,monospace;font-size:12px;margin-top:0px;margin-bottom:0px;padding:12px;overflow:auto;line-height:1.4;color:rgb(64,64,64)">$ sudo chown -Rf geonode /home/geonode/my_geonode/
$ sudo chown -Rf geonode:www-data /home/geonode/my_geonode/my_geonode/static/
$ sudo chown -Rf geonode:www-data /home/geonode/my_geonode/my_geonode/uploaded/
$ chmod -Rf <span class="gmail-m" style="box-sizing:border-box;color:rgb(32,128,80)">777</span> /home/geonode/my_geonode/my_geonode/uploaded/thumbs
$ chmod -Rf <span class="gmail-m" style="box-sizing:border-box;color:rgb(32,128,80)">777</span> /home/geonode/my_geonode/my_geonode/uploaded/layers
$ sudo chown www-data:www-data /home/geonode/my_geonode/my_geonode/static_root/</pre><pre style="box-sizing:border-box;font-family:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",Courier,monospace;font-size:12px;margin-top:0px;margin-bottom:0px;padding:12px;overflow:auto;line-height:1.4;color:rgb(64,64,64)">From here:</pre><pre style="box-sizing:border-box;margin-top:0px;margin-bottom:0px;padding:12px;overflow:auto;line-height:1.4"><font color="#404040" face="SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono, Courier New, Courier, monospace"><a href="http://docs.geonode.org/en/master/tutorials/install_and_admin/geonode_install/setup_configure_httpd.html">http://docs.geonode.org/en/master/tutorials/install_and_admin/geonode_install/setup_configure_httpd.html</a><br></font></pre><pre style="box-sizing:border-box;margin-top:0px;margin-bottom:0px;padding:12px;overflow:auto;line-height:1.4"><font color="#404040" face="SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono, Courier New, Courier, monospace"><br></font></pre><pre style="box-sizing:border-box;margin-top:0px;margin-bottom:0px;padding:12px;overflow:auto;line-height:1.4"><font color="#404040" face="SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono, Courier New, Courier, monospace"><br></font></pre></div></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Fri, Feb 8, 2019 at 4:49 PM Paolo Pasquali <<a href="mailto:paolo.pasquali@gmail.com">paolo.pasquali@gmail.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr">Dear all,<div><br></div><div>I have installed a GeoNode 2.10.x (master) with Docker and using the geonode-project and following this documentation: [1]</div><div><br></div><div>The issue I have is an <span style="font-size:16px;color:rgb(138,109,59);font-family:Lato,"Helvetica Neue",Helvetica,Arial,sans-serif;background-color:rgb(252,248,227)">Unespected error!</span> when I try to upload a layer. So in GeoNode the layer is not present.</div><div>But when I double check I find the layer in GeoServer with no apparent issue and if I run updatelayers the layer appear in the django db and of course in GeoNode.</div><div><br></div><div>I have found these errors in the log:</div><div><br></div><div><div><font face="monospace, monospace">08 Feb 15:38:06 ERROR [geoserver.rest] - No such layer: ne_10m_geography_regions_polys</font></div><div><font face="monospace, monospace">geoserver4fabspace | org.geoserver.rest.ResourceNotFoundException 404 NOT_FOUND: No such layer: ne_10m_geography_regions_polys</font></div></div><div><br></div><div><div><font face="monospace, monospace">08 Feb 15:38:15 ERROR [geoserver.rest] - No such style ne_10m_geography_regions_polys in workspace geonode</font></div><div><font face="monospace, monospace">org.geoserver.rest.ResourceNotFoundException 404 NOT_FOUND: No such style ne_10m_geography_regions_polys in workspace geonode</font></div></div><div><br clear="all"><div><div dir="ltr" class="gmail-m_7933382566579377413gmail_signature"><br></div></div></div><div class="gmail-m_7933382566579377413gmail_signature">Your help would be much appreciated.</div><div class="gmail-m_7933382566579377413gmail_signature"><br></div><div class="gmail-m_7933382566579377413gmail_signature">Thanks!</div><div class="gmail-m_7933382566579377413gmail_signature"><br></div><div class="gmail-m_7933382566579377413gmail_signature"><br></div><div class="gmail-m_7933382566579377413gmail_signature">Paolo</div><div class="gmail-m_7933382566579377413gmail_signature"><br></div><div class="gmail-m_7933382566579377413gmail_signature"><br></div><div class="gmail-m_7933382566579377413gmail_signature">[1] <a href="https://github.com/GeoNode/geonode-project#start-your-server" target="_blank">https://github.com/GeoNode/geonode-project#start-your-server</a></div></div></div></div></div></div></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>