<html><head><meta http-equiv="Content-Type" content="text/html; charset=us-ascii"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;" class="">Hey Paolo,<div class=""><br class=""></div><div class="">just checked out here:</div><div class=""><br class=""></div><div class=""><div style="margin: 0px; font-stretch: normal; font-size: 11px; line-height: normal; font-family: Menlo; color: rgb(170, 171, 37);" class=""><span style="font-variant-ligatures: no-common-ligatures" class="">commit d2213335220d24e7acfb34c9870e52c6662785e9 (</span><span style="font-variant-ligatures: no-common-ligatures; color: #38b9c7" class=""><b class="">HEAD -> </b></span><span style="font-variant-ligatures: no-common-ligatures; color: #39c026" class=""><b class="">old-state</b></span><span style="font-variant-ligatures: no-common-ligatures" class="">, </span><span style="font-variant-ligatures: no-common-ligatures; color: #ca3323" class=""><b class="">upstream/master</b></span><span style="font-variant-ligatures: no-common-ligatures" class="">)</span></div><div style="margin: 0px; font-stretch: normal; font-size: 11px; line-height: normal; font-family: Menlo;" class=""><br class=""></div><div style="margin: 0px; font-stretch: normal; font-size: 11px; line-height: normal; font-family: Menlo;" class=""><span style="font-variant-ligatures: no-common-ligatures" class="">Uploader works for me with paver setup.</span></div><div style="margin: 0px; font-stretch: normal; font-size: 11px; line-height: normal; font-family: Menlo;" class=""><span style="font-variant-ligatures: no-common-ligatures" class="">Thumbnail is created but initally the map is not centered.</span></div><div style="margin: 0px; font-stretch: normal; font-size: 11px; line-height: normal; font-family: Menlo;" class=""><span style="font-variant-ligatures: no-common-ligatures" class="">I recognized this behaviour </span>before:</div><div style="margin: 0px; font-stretch: normal; font-size: 11px; line-height: normal; font-family: Menlo;" class=""><span style="font-variant-ligatures: no-common-ligatures" class=""><br class=""></span></div><div style="margin: 0px; font-stretch: normal; font-size: 11px; line-height: normal; font-family: Menlo;" class=""><span style="font-variant-ligatures: no-common-ligatures" class=""><a href="https://github.com/GeoNode/geonode/issues/4878" class="">https://github.com/GeoNode/geonode/issues/4878</a></span></div><div style="margin: 0px; font-stretch: normal; font-size: 11px; line-height: normal; font-family: Menlo;" class=""><span style="font-variant-ligatures: no-common-ligatures" class=""><br class=""></span></div><div style="margin: 0px; font-stretch: normal; font-size: 11px; line-height: normal; font-family: Menlo;" class=""><span style="font-variant-ligatures: no-common-ligatures" class="">But thought at that time client@1.4.1 solved it. Maybe this needs to be reopened.</span></div><div style="margin: 0px; font-stretch: normal; font-size: 11px; line-height: normal; font-family: Menlo;" class=""><span style="font-variant-ligatures: no-common-ligatures" class=""><br class=""></span></div><div style="margin: 0px; font-stretch: normal; font-size: 11px; line-height: normal; font-family: Menlo;" class=""><span style="font-variant-ligatures: no-common-ligatures" class="">Cheers,</span></div><div style="margin: 0px; font-stretch: normal; font-size: 11px; line-height: normal; font-family: Menlo;" class=""><span style="font-variant-ligatures: no-common-ligatures" class=""><br class=""></span></div><div style="margin: 0px; font-stretch: normal; font-size: 11px; line-height: normal; font-family: Menlo;" class=""><span style="font-variant-ligatures: no-common-ligatures" class="">Toni</span></div><div><br class=""></div><div><br class=""><blockquote type="cite" class=""><div class=""><div class=""><br class="">----------------------------------------------------------------------<br class=""><br class="">Message: 1<br class="">Date: Thu, 19 Sep 2019 14:57:14 -0400<br class="">From: Paolo Corti <<a href="mailto:pcorti@gmail.com" class="">pcorti@gmail.com</a>><br class="">To: geonode-devel <<a href="mailto:geonode-devel@lists.osgeo.org" class="">geonode-devel@lists.osgeo.org</a>><br class="">Subject: [GeoNode-devel] regression with uploader<br class="">Message-ID:<br class=""><span class="Apple-tab-span" style="white-space:pre">    </span><<a href="mailto:CAHXrU-+qgqtjN11hyGie3=xu5vySwKF18Y2YqTkJWWePP3kbzQ@mail.gmail.com" class="">CAHXrU-+qgqtjN11hyGie3=xu5vySwKF18Y2YqTkJWWePP3kbzQ@mail.gmail.com</a>><br class="">Content-Type: text/plain; charset="UTF-8"<br class=""><br class="">Hi devs<br class=""><br class="">I have synced latest changes on a staging instance of GeoNode and I am<br class="">noticing a regression with shapefile upload.<br class="">During the upload process, I am noticing the following error:<br class=""><br class=""><blockquote type="cite" class=""><blockquote type="cite" class=""><blockquote type="cite" class="">Step 10. Creating Django record for [rivers]<br class=""></blockquote></blockquote></blockquote>There isn't a geoserver resource for this layer: rivers<br class="">Traceback (most recent call last):<br class="">  File "/home/ubuntu/env/local/lib/python2.7/site-packages/kombu/utils/scheduling.py",<br class="">line 56, in get<br class="">    return self.fun(resource, callback, **kwargs)<br class="">  File "/home/ubuntu/env/local/lib/python2.7/site-packages/kombu/transport/virtual/base.py",<br class="">line 405, in _get_and_deliver<br class="">    message = self._get(queue)<br class="">  File "/home/ubuntu/env/local/lib/python2.7/site-packages/kombu/transport/memory.py",<br class="">line 27, in _get<br class="">    return self._queue_for(queue).get(block=False)<br class="">  File "/usr/lib/python2.7/Queue.py", line 165, in get<br class="">    raise Empty<br class="">Empty<br class=""><br class="">The GeoNode layer seems correctly created but:<br class="">1) the layer details page has not the correct zoom<br class="">2) the thumbnail is empty<br class="">3) layer details page has a syntax error in javascript<br class=""><br class="">Not sure if all of these side effects are connected with the same changeset<br class="">thanks for helping with this<br class="">Paolo<br class=""><br class=""><br class=""><br class="">-- <br class="">Paolo Corti<br class="">Geospatial software developer<br class="">web: <a href="http://www.paolocorti.net" class="">http://www.paolocorti.net</a><br class="">twitter: @capooti<br class="">skype: capooti<br class="">#drt3jc1<br class=""><br class=""><br class="">------------------------------<br class=""><br class="">Subject: Digest Footer<br class=""><br class="">_______________________________________________<br class="">geonode-devel mailing list<br class=""><a href="mailto:geonode-devel@lists.osgeo.org" class="">geonode-devel@lists.osgeo.org</a><br class="">https://lists.osgeo.org/mailman/listinfo/geonode-devel<br class=""><br class=""><br class="">------------------------------<br class=""><br class="">End of geonode-devel Digest, Vol 56, Issue 28<br class="">*********************************************<br class=""></div></div></blockquote></div><br class=""></div></body></html>