[GeoNode-users] geonode-users Digest, Vol 46, Issue 22

Dev Gis deviirmr at gmail.com
Tue Nov 20 00:41:47 PST 2018


Hi Dejan,
Happy to know that anyhow it's working, I wish I could provide a more
appropriate solution instant of just workaround of problem :).  Sorry about
that!

As I mentioned in my previous email the solution may not be a perfect one,
I hope the GeoNode team soon fix this issue in the next release.

well.. the docker-compose file always comes with a predefined/default port
which sometime user need to adjust based on the requirement and it is true
for the user managing multiple GeoNode in a single machine/Host as in my
case.

I do agree with you  host IP with port is not convenient for the user as
the user always expect default port 80 on the entry point to the
website/GeoNode but again Docker mode always need to play around port
numbers and I think that is the beauty of the Docker framework  and I
don't see any challenge for a developer to  convert the <Host IP>:<Port>
to clean URL  using approaches such as  "Masked Redirect" so that user
always see the clean URL without port.

I am a nither GeoNode developer nor from GeoNode team as a community member
I have just shared my experience while facing the similar issue as other
community members do in the group.

Good Luck!
Deb


On Mon, Nov 19, 2018 at 5:07 PM Dejan Samardzic <dejan.samardzic at cedis.me>
wrote:

> Dear Dev,
> thanks for your effort....
> Yes, by changing ports as you describe problem is solved....
> But is not convenient for users who learn to used port 80 to add :85 into
> link.
> It is necessary to solve the problem not to use workaround.
> regards,
> Dejan.
>
> On 11/19/2018 1:21 PM, Dev Gis wrote:
>
> Hi,
> I also had a similar issue yesterday, which I fix by adjusting the port in
> a script file and yml file.
> could you plz try again by adjusting the file
>
> 1.  /home/osboxes/geonode -- edit  docker-compose.yml file
>  add  a port differ then 80, I have used 85
>
> 2. .Again..  /home/osboxes/geonode -- edit  docker-compose.yml file
> need to add a port for geoserver must use 80 here
>
>
>
> 3./home/osboxes/geonode/scripts/docker/env/production ---- edit django.env
> add ip and  add port 85
>
>
>
> 3./home/osboxes/geonode/scripts/docker/env/production ----
> edit geoserver.env
> again add port 85
>
>
>
> I am assuming port 85 is not taken.
> Remember your website will be open at  <ip>:85
> try with host/ docker ip first instant of using "razvojgis.cedis.me".
>
> Dokcer-compose must be down while editing the files and once done up the
> docker-compose
>
> I am suspect the issue is because of conflict between the ports and
> inter-container communication
> The above is work for me which may not be a perfect solution.
>
> Regards
> Deb
>
> On Mon, Nov 19, 2018 at 12:27 PM Dejan Samardzic <dejan.samardzic at cedis.me>
> wrote:
>
>> Dears,
>> please find printscreen from Chrome Developement Tools (Console) during
>> Upload Layers in attachment (upload.JPG). Also, find my
>> /home/geonode/geonode/scripts/docker/env/production/django.env in
>> attachment (django.env).
>> regards,
>> Dejan.
>>
>>  On 11/19/2018 12:01 PM, Alessio Fabiani wrote:
>>
>> Hi,
>> can you please open up che debug window on your browser and check for any
>> Javascript issue?
>>
>> (see "console -> errors")
>>
>>
>> Il giorno lun 19 nov 2018 alle ore 11:32 Paulo Frias <pfrias82 at gmail.com>
>> ha scritto:
>>
>>> I have the same issue.
>>>
>>> On Sat, 17 Nov 2018 at 20:41, Dejan Samardzic <dejan.samardzic at cedis.me>
>>> wrote:
>>>
>>>> Dear Geonode community,
>>>> I have also installed Geonode ver 2.10RC4 Master branch on docker.
>>>> Upload of any files doesn't work at all.
>>>> When I go to Data -> Upload Layers -> Choose Files.....nothing happen
>>>> (I'm not able to choose file). Look for yourself.
>>>> https://www.youtube.com/watch?v=XFxC5tyQiLo
>>>> regards,
>>>> Dejan Samardžić
>>>>
>>>> On 11/17/2018 9:00 PM, geonode-users-request at lists.osgeo.org wrote:
>>>>
>>>> Send geonode-users mailing list submissions to
>>>> 	geonode-users at lists.osgeo.org
>>>>
>>>> To subscribe or unsubscribe via the World Wide Web, visit
>>>> 	https://lists.osgeo.org/mailman/listinfo/geonode-users
>>>> or, via email, send a message with subject or body 'help' to
>>>> 	geonode-users-request at lists.osgeo.org
>>>>
>>>> You can reach the person managing the list at
>>>> 	geonode-users-owner at lists.osgeo.org
>>>>
>>>> When replying, please edit your Subject line so it is more specific
>>>> than "Re: Contents of geonode-users digest..."
>>>>
>>>>
>>>> Today's Topics:
>>>>
>>>>    1. Geonode 2.10RC4 Layer Upload Method (aditya fikri ghozali)
>>>>
>>>>
>>>> ----------------------------------------------------------------------
>>>>
>>>> Message: 1
>>>> Date: Sat, 17 Nov 2018 16:15:16 +0700
>>>> From: aditya fikri ghozali <adityafikrighozali at gmail.com> <adityafikrighozali at gmail.com>
>>>> To: geonode-users at lists.osgeo.org
>>>> Subject: [GeoNode-users] Geonode 2.10RC4 Layer Upload Method
>>>> Message-ID:
>>>> 	<CABSG5bZCXna+eRUu=Y+aOVUkqLmofhDR0d0aLKVkdom4Z3DdMg at mail.gmail.com> <CABSG5bZCXna+eRUu=Y+aOVUkqLmofhDR0d0aLKVkdom4Z3DdMg at mail.gmail.com>
>>>> Content-Type: text/plain; charset="utf-8"
>>>>
>>>> Dear all,
>>>> I have a problem with geonode uploads method on Geonode 2.10RC4. The
>>>> default layer upload was geonode directly sent the file to geoserver as a
>>>> new vector layer datastore. I try to make the layer upload to store it in
>>>> geonode_data database which is defined as a datastore in geoserver. I've
>>>> done the following configuration but not working.
>>>>
>>>> - migrate the dtb to postgresql (succeeded, the default dtb are now use
>>>> postgresql.)
>>>> - use either geoserver.sample or psql_test local_settings.
>>>> - use either geonode.rest or geonode.importer as UPLOADER BACKEND.
>>>>
>>>> any hints? or Is there any workaround to this?
>>>>
>>>> Thanks  in Advance
>>>>
>>>> Best Regards,
>>>>
>>>> *Aditya Fikri Ghozali*
>>>> Geodesy and Geomatics Engineering
>>>> e-mail: adityafikrighozali at gmail.com
>>>>  | www.adityafikrighozali.com <http://www.adityafikrighozali.com> <http://www.adityafikrighozali.com>
>>>>         <https://www.facebook.com/welcomemybest> <https://www.facebook.com/welcomemybest><https://www.linkedin.com/in/fikriaditya/> <https://www.linkedin.com/in/fikriaditya/><https://www.youtube.com/user/adityafikri/> <https://www.youtube.com/user/adityafikri/><https://medium.com/@adityafikrighozali> <https://medium.com/@adityafikrighozali>
>>>>
>>>>
>>>> <https://www.avast.com/sig-email?utm_medium=email&utm_source=link&utm_campaign=sig-email&utm_content=webmail> <https://www.avast.com/sig-email?utm_medium=email&utm_source=link&utm_campaign=sig-email&utm_content=webmail>
>>>> Virus-free.www.avast.com<https://www.avast.com/sig-email?utm_medium=email&utm_source=link&utm_campaign=sig-email&utm_content=webmail> <https://www.avast.com/sig-email?utm_medium=email&utm_source=link&utm_campaign=sig-email&utm_content=webmail>
>>>> <#DAB4FAD8-2DD7-40BB-A1B8-4E2AA1F9FDF2>
>>>> -------------- next part --------------
>>>> An HTML attachment was scrubbed...
>>>> URL: <http://lists.osgeo.org/pipermail/geonode-users/attachments/20181117/746e4bbc/attachment-0001.html> <http://lists.osgeo.org/pipermail/geonode-users/attachments/20181117/746e4bbc/attachment-0001.html>
>>>>
>>>> ------------------------------
>>>>
>>>> Subject: Digest Footer
>>>>
>>>> _______________________________________________
>>>> geonode-users mailing listgeonode-users at lists.osgeo.orghttps://lists.osgeo.org/mailman/listinfo/geonode-users
>>>>
>>>>
>>>> ------------------------------
>>>>
>>>> End of geonode-users Digest, Vol 46, Issue 22
>>>> *********************************************
>>>>
>>>>
>>>>
>>>> --
>>>>
>>>>
>>>> * Dejan Samardžić* Rukovodilac Sektora za ICT / IT Manager
>>>>
>>>> CEDIS d.o.o.
>>>> Ivana Milutinovića 12, 81000 Podgorica
>>>> gsm: +382 67 220 971
>>>> tel: +382 20 408 453
>>>> email: dejan.samardzic at cedis.me
>>>> web: www.cedis.me
>>>>
>>>>
>>>> _______________________________________________
>>>> geonode-users mailing list
>>>> geonode-users at lists.osgeo.org
>>>> https://lists.osgeo.org/mailman/listinfo/geonode-users
>>>>
>>> _______________________________________________
>>> geonode-users mailing list
>>> geonode-users at lists.osgeo.org
>>> https://lists.osgeo.org/mailman/listinfo/geonode-users
>>>
>>
>>
>> --
>>
>> ==
>>
>> GeoServer Professional Services from the experts! Visit
>> http://goo.gl/it488V for more information. == Ing. Alessio Fabiani
>>
>> @alfa7691 Founder/Technical Lead
>>
>> GeoSolutions S.A.S. Via di Montramito 3/A - 55054  Massarosa (LU) - Italy phone:
>> +39 0584 962313 fax:     +39 0584 1660272 mob:   +39 331 6233686
>>
>> http://www.geo-solutions.it http://twitter.com/geosolutions_it
>> -------------------------------------------------------
>>
>> Con riferimento alla normativa sul trattamento dei dati personali (Reg.
>> UE 2016/679 - Regolamento generale sulla protezione dei dati “GDPR”), si
>> precisa che ogni circostanza inerente alla presente email (il suo
>> contenuto, gli eventuali allegati, etc.) è un dato la cui conoscenza è
>> riservata al/i solo/i destinatario/i indicati dallo scrivente. Se il
>> messaggio Le è giunto per errore, è tenuta/o a cancellarlo, ogni altra
>> operazione è illecita. Le sarei comunque grato se potesse darmene notizia.
>>
>> This email is intended only for the person or entity to which it is
>> addressed and may contain information that is privileged, confidential or
>> otherwise protected from disclosure. We remind that - as provided by
>> European Regulation 2016/679 “GDPR” - copying, dissemination or use of this
>> e-mail or the information herein by anyone other than the intended
>> recipient is prohibited. If you have received this email by mistake, please
>> notify us immediately by telephone or e-mail.
>>
>>
>> --
>>
>>
>> * Dejan Samardžić* Rukovodilac Sektora za ICT / IT Manager
>>
>> CEDIS d.o.o.
>> Ivana Milutinovića 12, 81000 Podgorica
>> gsm: +382 67 220 971
>> tel: +382 20 408 453
>> email: dejan.samardzic at cedis.me
>> web: www.cedis.me
>>
>>
>> _______________________________________________
>> geonode-users mailing list
>> geonode-users at lists.osgeo.org
>> https://lists.osgeo.org/mailman/listinfo/geonode-users
>>
>
> --
>
>
>
> * Dejan Samardžić* Rukovodilac Sektora za ICT / IT Manager
>
> CEDIS d.o.o.
> Ivana Milutinovića 12, 81000 Podgorica
> gsm: +382 67 220 971
> tel: +382 20 408 453
> email: dejan.samardzic at cedis.me
> web: www.cedis.me
>
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osgeo.org/pipermail/geonode-users/attachments/20181120/3cfeafe7/attachment-0001.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: image001.jpg
Type: image/jpeg
Size: 1641 bytes
Desc: not available
URL: <http://lists.osgeo.org/pipermail/geonode-users/attachments/20181120/3cfeafe7/attachment-0002.jpg>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: image001.jpg
Type: image/jpeg
Size: 1641 bytes
Desc: not available
URL: <http://lists.osgeo.org/pipermail/geonode-users/attachments/20181120/3cfeafe7/attachment-0003.jpg>


More information about the geonode-users mailing list