<div dir="ltr">Hi I tested on demo and can confirm the Hugo error. Need to fix that. Let's open a ticket.</div><div class="gmail_extra"><br><div class="gmail_quote">2015-07-13 11:29 GMT+02:00 Paolo Corti <span dir="ltr"><<a href="mailto:pcorti@gmail.com" target="_blank">pcorti@gmail.com</a>></span>:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi<br>
I made a test, on a fresh geonode instance.<br>
<br>
what I did:<br>
1. create a new user<br>
2. upload a shapefile with the new user<br>
3. change ownership, and contact points in the layer to a different user<br>
<br>
now If I try to remove the user, I get the following error:<br>
<br>
UploadSession matching query does not exist.<br>
<br>
Definitely something wrong, though the error is different from the one you get.<br>
I will have a deeper look and get back.<br>
<br>
thanks for let us know<br>
<span class="HOEnZb"><font color="#888888">p<br>
</font></span><div class="HOEnZb"><div class="h5"><br>
On Thu, Jul 9, 2015 at 1:28 PM, FERRARI Hugo <<a href="mailto:ferrari_hugo@yahoo.fr">ferrari_hugo@yahoo.fr</a>> wrote:<br>
><br>
> that's what I did.<br>
> I change the owner, MD producer and PoC  before deleting the user.<br>
> the layers last in geonode resource list but have been deleted from<br>
> geoserver.<br>
> in my customized geonode instance it's not a problem because  I probably<br>
> won't delete a user if I gave him permission to add resource.<br>
> But I tought I could' be usefull to mention it.<br>
> Thanks again<br>
><br>
><br>
> Le 09/07/2015 15:03, Paolo Corti a écrit :<br>
>><br>
>> If you delete a user all the related objects will be deleted, django<br>
>> admin should have provided you with a warning of all the resources<br>
>> that would be deleted together with the user.<br>
>> The workflow in such a case, if you want to remove a user and keep<br>
>> his/her layers, it is to change the ownership of the layers.<br>
>><br>
>> hope it helps<br>
>> p<br>
>><br>
>> On Thu, Jul 9, 2015 at 12:00 PM, FERRARI Hugo <<a href="mailto:ferrari_hugo@yahoo.fr">ferrari_hugo@yahoo.fr</a>><br>
>> wrote:<br>
>>><br>
>>> Hello everyone<br>
>>> In my geonode instance if I delete a user who had uploaded layers , the<br>
>>> corresponding layers can't be retrieved by geoserver once the user has<br>
>>> been<br>
>>> deleted<br>
>>> and when i go to the geoserver backend interface, all the layers from the<br>
>>> deleted user have disapeared<br>
>>><br>
>>> from GET request which usually retrive the WMS<br>
>>><br>
>>> full request adress<br>
>>><br>
>>> <a href="http://carto-reunion.cirad.fr/geoserver/wms?LAYERS=geonode%3Aroute_1&SERVICE=WMS&VERSION=1.1.1&REQUEST=DescribeLayer" rel="noreferrer" target="_blank">http://carto-reunion.cirad.fr/geoserver/wms?LAYERS=geonode%3Aroute_1&SERVICE=WMS&VERSION=1.1.1&REQUEST=DescribeLayer</a><br>
>>><br>
>>> response<br>
>>><br>
>>> <?xml version="1.0" encoding="UTF-8" standalone="no"?><!DOCTYPE<br>
>>> ServiceExceptionReport SYSTEM<br>
>>><br>
>>> "<a href="http://carto-reunion.cirad.fr:80/geoserver/schemas/wms/1.1.1/WMS_exception_1_1_1.dtd" rel="noreferrer" target="_blank">http://carto-reunion.cirad.fr:80/geoserver/schemas/wms/1.1.1/WMS_exception_1_1_1.dtd</a>"><br>
>>> <ServiceExceptionReport version="1.1.1" ><br>
>>>         <ServiceException code="LayerNotDefined"<br>
>>> locator="MapLayerInfoKvpParser"><br>
>>>                  geonode:route_1: no such layer on this server<br>
>>>         </ServiceException><br>
>>> </ServiceExceptionReport><br>
>>><br>
>>><br>
>>> Is it a normal behavior or did I miss something ?<br>
>>><br>
>>> Thanks,<br>
>>> Hugo FERRARI<br>
>>><br>
>>><br>
>>><br>
>>> Le 06/07/2015 09:33, FERRARI Hugo a écrit :<br>
>>><br>
>>> I've found a temporary solution, but with a security failure...<br>
>>> I' ve created a directory inside /var/www/geonode called notification and<br>
>>> I<br>
>>> gave a 777 perms on it.<br>
>>> So everyone can write.<br>
>>> does it mean that the user who puts the notifications locks is not<br>
>>> www-data<br>
>>> (ie apache) ? which user could it be ?<br>
>>> thanks a lot ,<br>
>>> Hugo FERRARI<br>
>>><br>
>>><br>
>>> Le 03/07/2015 18:27, FERRARI Hugo a écrit :<br>
>>><br>
>>> hello<br>
>>>   I've got a problem trying to uplaod layers and having the notification<br>
>>> system enabled<br>
>>> I got this message in front end<br>
>>> failed to create /var/www/<hostname>.MainThread-2979<br>
>>><br>
>>> I read this message on the issues forum,<br>
>>> so I put<br>
>>>   NOTIFICATION_LOCK_LOCATION='/var/www/geonode'<br>
>>> in the settings files<br>
>>> even if this folder is owned by www-data user, I always get this error<br>
>>> message, and no data has been loaded in geoserver. I only received the<br>
>>> notification e mail which indicates that the layer have been loaded...<br>
>>><br>
>>> In apache error.log I got this queue<br>
>>><br>
>>> [Fri Jul 03 09:07:23.260468 2015] [:error] [pid 2979]   File<br>
>>> "/home/ferrari/geonode/geonode/tasks/email.py" , line 21, in<br>
>>> send_queued_notifications<br>
>>> [Fri Jul 03 09:07:23.260473 2015] [:error] [pid 2979]<br>
>>> send_all(settings.NOTIFICATION_LOCK_LOCATION)<br>
>>> [Fri Jul 03 09:07:23.260478 2015] [:error] [pid 2979]   File<br>
>>> "/usr/local/lib/python2.7/dist-packages/notification/engine.py", line 43,<br>
>>> in<br>
>>> send_all<br>
>>> [Fri Jul 03 09:07:23.260483 2015] [:error] [pid 2979]     lock =<br>
>>> acquire_lock(*args)<br>
>>> [Fri Jul 03 09:07:23.260488 2015] [:error] [pid 2979]   File<br>
>>> "/usr/local/lib/python2.7/dist-packages/notification/engine.py", line 31,<br>
>>> in<br>
>>> acquire_lock<br>
>>> [Fri Jul 03 09:07:23.260493 2015] [:error] [pid 2979]<br>
>>> lock.acquire(LOCK_WAIT_TIMEOUT)<br>
>>> [Fri Jul 03 09:07:23.260497 2015] [:error] [pid 2979]   File<br>
>>> "/usr/local/lib/python2.7/dist-packages/notification/lockfile.py", line<br>
>>> 249,<br>
>>> in acquire<br>
>>> [Fri Jul 03 09:07:23.260502 2015] [:error] [pid 2979]     raise<br>
>>> LockFailed("failed to create %s" % self.unique_name)<br>
>>> [Fri Jul 03 09:07:23.260507 2015] [:error] [pid 2979] LockFailed: failed<br>
>>> to<br>
>>> create<br>
>>><br>
>>> Any ideas ?<br>
>>> thanks a lot,<br>
>>> Hugo FERRARI<br>
>>><br>
>>><br>
>>> Le 02/07/2015 23:00, <a href="mailto:geonode-users-request@lists.osgeo.org">geonode-users-request@lists.osgeo.org</a> a écrit :<br>
>>><br>
>>> Send geonode-users mailing list submissions to<br>
>>>         <a href="mailto:geonode-users@lists.osgeo.org">geonode-users@lists.osgeo.org</a><br>
>>><br>
>>> To subscribe or unsubscribe via the World Wide Web, visit<br>
>>>         <a href="http://lists.osgeo.org/cgi-bin/mailman/listinfo/geonode-users" rel="noreferrer" target="_blank">http://lists.osgeo.org/cgi-bin/mailman/listinfo/geonode-users</a><br>
>>> or, via email, send a message with subject or body 'help' to<br>
>>>         <a href="mailto:geonode-users-request@lists.osgeo.org">geonode-users-request@lists.osgeo.org</a><br>
>>><br>
>>> You can reach the person managing the list at<br>
>>>         <a href="mailto:geonode-users-owner@lists.osgeo.org">geonode-users-owner@lists.osgeo.org</a><br>
>>><br>
>>> When replying, please edit your Subject line so it is more specific<br>
>>> than "Re: Contents of geonode-users digest..."<br>
>>><br>
>>><br>
>>> Today's Topics:<br>
>>><br>
>>>     1. Re: geonode_project branch migration (Alessio)<br>
>>>     2. Re: geonode_project branch migration (Simone Dalmasso)<br>
>>>     3. Re: GeoNode Updateip Error (No module named      relationships)<br>
>>>        (Paolo Corti)<br>
>>><br>
>>><br>
>>> ----------------------------------------------------------------------<br>
>>><br>
>>> Message: 1<br>
>>> Date: Thu, 2 Jul 2015 12:17:57 +0200<br>
>>> From: Alessio <<a href="mailto:alessio.dl@gmail.com">alessio.dl@gmail.com</a>><br>
>>> To: <a href="mailto:geonode-users@lists.osgeo.org">geonode-users@lists.osgeo.org</a><br>
>>> Subject: Re: [GeoNode-users] geonode_project branch migration<br>
>>> Message-ID:<br>
>>><br>
>>> <CAHguyMtkSEw9zXuO5fdjiBDdZdZD5Pm7m=<a href="mailto:7ANa-uEaOHxdp4Eg@mail.gmail.com">7ANa-uEaOHxdp4Eg@mail.gmail.com</a>><br>
>>> Content-Type: text/plain; charset="utf-8"<br>
>>><br>
>>> Hi Simone,<br>
>>><br>
>>> I'm testing GeoNode 2.4b25 on a virtual machine and I just created a<br>
>>> project.<br>
>>> I can't find local_settings.py .sample inside the folder of my project,<br>
>>> is<br>
>>> it fine? It contains only a settings.py file.<br>
>>><br>
>>> Thanks<br>
>>><br>
>>> 2015-06-30 10:47 GMT+02:00 Simone Dalmasso <<a href="mailto:simone.dalmasso@gmail.com">simone.dalmasso@gmail.com</a>>:<br>
>>><br>
>>> Dears,<br>
>>> we just reorganized the geonode_project branches to better reflect the<br>
>>> geonode branches setup and avoid common confusion.<br>
>>><br>
>>> Now the branch master of the geonode_project correctly supports the<br>
>>> branch<br>
>>> master of geonode,<br>
>>> while the branch 2.0 supports the branch 2.0.x of geonode. The branch 2.4<br>
>>> of the geonode_project is gone.<br>
>>><br>
>>> <a href="https://github.com/GeoNode/geonode-project" rel="noreferrer" target="_blank">https://github.com/GeoNode/geonode-project</a><br>
>>> <a href="https://github.com/GeoNode/geonode-project/tree/2.0" rel="noreferrer" target="_blank">https://github.com/GeoNode/geonode-project/tree/2.0</a><br>
>>><br>
>>> Hope this makes things easier.<br>
>>> --<br>
>>> The geonode dev team<br>
>>><br>
>>> _______________________________________________<br>
>>> geonode-users mailing list<br>
>>> <a href="mailto:geonode-users@lists.osgeo.org">geonode-users@lists.osgeo.org</a><br>
>>> <a href="http://lists.osgeo.org/cgi-bin/mailman/listinfo/geonode-users" rel="noreferrer" target="_blank">http://lists.osgeo.org/cgi-bin/mailman/listinfo/geonode-users</a><br>
>>><br>
>>><br>
>>><br>
>>><br>
>>><br>
>>><br>
>>> _______________________________________________<br>
>>> geonode-users mailing list<br>
>>> <a href="mailto:geonode-users@lists.osgeo.org">geonode-users@lists.osgeo.org</a><br>
>>> <a href="http://lists.osgeo.org/cgi-bin/mailman/listinfo/geonode-users" rel="noreferrer" target="_blank">http://lists.osgeo.org/cgi-bin/mailman/listinfo/geonode-users</a><br>
>>><br>
>><br>
>><br>
><br>
<br>
<br>
<br>
</div></div><span class="im HOEnZb">--<br>
Paolo Corti<br>
Geospatial software developer<br>
web: <a href="http://www.paolocorti.net" rel="noreferrer" target="_blank">http://www.paolocorti.net</a><br>
twitter: @capooti<br>
skype: capooti<br>
</span><div class="HOEnZb"><div class="h5">_______________________________________________<br>
geonode-users mailing list<br>
<a href="mailto:geonode-users@lists.osgeo.org">geonode-users@lists.osgeo.org</a><br>
<a href="http://lists.osgeo.org/cgi-bin/mailman/listinfo/geonode-users" rel="noreferrer" target="_blank">http://lists.osgeo.org/cgi-bin/mailman/listinfo/geonode-users</a><br>
</div></div></blockquote></div><br><br clear="all"><div><br></div>-- <br><div class="gmail_signature">Simone </div>
</div>