<div dir="ltr"><div><div><div><div><div><div>Hi,<br><br></div>I fixed it. It was a permission related issue. I modified my pg_hba.conf file as following<br><br>local   all             postgres                                trust<br>local   all             all                                         trust<br>host    all             all             <a href="http://127.0.0.1/32">127.0.0.1/32</a>         trust<br>host    all             all             ::1/128                 trust<br></div><br></div>and the problem solved. (I don't know how secure this is in production...)<br><br></div>Also, to complement the procedure of my first post: As a final step, It is necessary to restart tomcat7. <br>This is because geonode DB  was created while Geoserver was up and running. Thus, Geoserver disabled all the DBMS based stores that I was trying to upload, since it could not establish a connection.<br><br>The error above appears in catalina.out as:<br>ERROR [geoserver.wms] - Getting feature source: featureType: geonode: layer-name does not have a properly configured datastore<br>java.io.IOException: featureType: geonode:natura does not have a properly configured datastore<br></div><div><br></div>A helpful link for this issue:<br><a href="http://gis.stackexchange.com/questions/159420/geoserver-error-after-running-fine-for-3-months-what-could-have-happended">http://gis.stackexchange.com/questions/159420/geoserver-error-after-running-fine-for-3-months-what-could-have-happended</a><br><br></div>George <br><div><div><br></div></div></div>