Re: [Geoserver-users] PostgreSQL and PostGIS

2024-06-25 Thread Russ Hore
Have you installed the ostGIS extension?

CREATE EXTENSION postgis;

If so you can add a Geometry column with;

https://postgis.net/docs/AddGeometryColumn.html

Set the SRID to what your data is.

Then you ST_MakePoint (If it is point data) to update the new column using the 
data from other fields in the row.

https://postgis.net/docs/ST_MakePoint.html

Something like UPDATE tablename set the_geom=ST_makePoint(X, Y)


> 
> Jody,
>  
> If I have a PostgreSQL database that contains spatial coordinates, do you 
> know how I convert that database into PostGIS format so I can publish it on 
> GeoServer?
>  
> Jim Rogers
> ___
> Geoserver-users mailing list
> 
> Please make sure you read the following two resources before posting to this 
> list:
> - Earning your support instead of buying it, but Ian Turton: 
> http://www.ianturton.com/talks/foss4g.html#/
> - The GeoServer user list posting guidelines: 
> http://geoserver.org/comm/userlist-guidelines.html
> 
> If you want to request a feature or an improvement, also see this: 
> https://github.com/geoserver/geoserver/wiki/Successfully-requesting-and-integrating-new-features-and-improvements-in-GeoServer
> 
> 
> Geoserver-users@lists.sourceforge.net 
> 
> https://lists.sourceforge.net/lists/listinfo/geoserver-users

___
Geoserver-users mailing list

Please make sure you read the following two resources before posting to this 
list:
- Earning your support instead of buying it, but Ian Turton: 
http://www.ianturton.com/talks/foss4g.html#/
- The GeoServer user list posting guidelines: 
http://geoserver.org/comm/userlist-guidelines.html

If you want to request a feature or an improvement, also see this: 
https://github.com/geoserver/geoserver/wiki/Successfully-requesting-and-integrating-new-features-and-improvements-in-GeoServer


Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users


Re: [Geoserver-users] Layer preview error

2024-06-20 Thread Russ Hore
You can update the Geom column to set an SRID.

Under Postgis it is ST_SetSRID(Geom,srid). Not sure about SQLServer

Russ

> On 20 Jun 2024, at 11:15, Cristian Apostol  wrote:
> 
> Hello,
> 
> I have a layer that is coming from a SQL Server Database, the database has 
> been linked to GeoServer and I can import all the layers from database in my 
> GeoServer.
> 
> When I publish a layer and I'm trying to preview it, i receive the error 
> message that is displayed in the image (geoserver1.png).
> 
> I made some research and I came to conclusion that the GeoServer is not able 
> to display my layer because the layers doesn't have the SRID (projection 
> defined) inside of the SQL Server Database. I will attach an image of the 
> records that of the layer (sql_data.png).
> 
> Is there a solution to this problem? 
> 
> 
> ___
> Geoserver-users mailing list
> 
> Please make sure you read the following two resources before posting to this 
> list:
> - Earning your support instead of buying it, but Ian Turton: 
> http://www.ianturton.com/talks/foss4g.html#/
> - The GeoServer user list posting guidelines: 
> http://geoserver.org/comm/userlist-guidelines.html
> 
> If you want to request a feature or an improvement, also see this: 
> https://github.com/geoserver/geoserver/wiki/Successfully-requesting-and-integrating-new-features-and-improvements-in-GeoServer
> 
> 
> Geoserver-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/geoserver-users



___
Geoserver-users mailing list

Please make sure you read the following two resources before posting to this 
list:
- Earning your support instead of buying it, but Ian Turton: 
http://www.ianturton.com/talks/foss4g.html#/
- The GeoServer user list posting guidelines: 
http://geoserver.org/comm/userlist-guidelines.html

If you want to request a feature or an improvement, also see this: 
https://github.com/geoserver/geoserver/wiki/Successfully-requesting-and-integrating-new-features-and-improvements-in-GeoServer


Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users


Re: [Geoserver-users] Enable Jetty Logs

2024-05-14 Thread Russ Hore
2.13 is very old?

Are you sure that is the right version you are using?

Russ

> On 14 May 2024, at 06:54, Oscar Diago Alonso via Geoserver-users 
>  wrote:
> 
> Good morning.
>  
> I’ve installed GeoServer 2.13 as a Windows service. I was wondering if it is 
> possible to turn on the logging of the Jetty servlet packed with GeoServer.
>  
> I’v been looking for documentation on how to do that, but I’m not finding 
> anything useful. Is it even possible? Does anyone know how to achieve that?
>  
> Best regards.
> 
> Óscar Diago Alonso — Ingeniero GIS
> (+34) 945 13 13 72 | Plza. del Renacimiento, 9, 2.ª planta, Oficina 2 - 01004 
> Vitoria-Gasteiz
>  <https://www.linkedin.com/company/geograma/>
> Si no ves la imagen puedes acceder desde aquí 
> <https://www.linkedin.com/company/geograma/>
> 
> Esta comunicación contiene información de acceso restringido y de uso 
> exclusivo del destinatario. Si usted no es el destinatario tenga en cuenta 
> que cualquier distribución, copia o uso de esta comunicación o la información 
> que contiene está estrictamente prohibida. Si usted ha recibido esta 
> comunicación por error por favor notifíquelo en la dirección 
> d...@geograma.com <mailto:d...@geograma.com>. Tratamos su dirección de correo 
> electrónico y otros datos personales para mantener el contacto y comunicación 
> con Ud. y, en su caso, remitirle información sobre nuestros productos y 
> servicios. Si no desea recibir tal información envíe un e-mail en tal sentido 
> a d...@geograma.com <mailto:d...@geograma.com>. Puede acceder, rectificar y 
> suprimir los datos, así como otros derechos, como se detalla en la 
> información adicional y completa a su disposición en nuestra política de 
> privacidad en la URL www.geograma.com/politica-privacidad/ 
> <http://www.geograma.com/politica-privacidad/>
> 
>  <https://www.geograma.com/>   
>  
> ___
> Geoserver-users mailing list
> 
> Please make sure you read the following two resources before posting to this 
> list:
> - Earning your support instead of buying it, but Ian Turton: 
> http://www.ianturton.com/talks/foss4g.html#/
> - The GeoServer user list posting guidelines: 
> http://geoserver.org/comm/userlist-guidelines.html
> 
> If you want to request a feature or an improvement, also see this: 
> https://github.com/geoserver/geoserver/wiki/Successfully-requesting-and-integrating-new-features-and-improvements-in-GeoServer
> 
> 
> Geoserver-users@lists.sourceforge.net 
> <mailto:Geoserver-users@lists.sourceforge.net>
> https://lists.sourceforge.net/lists/listinfo/geoserver-users

___
Geoserver-users mailing list

Please make sure you read the following two resources before posting to this 
list:
- Earning your support instead of buying it, but Ian Turton: 
http://www.ianturton.com/talks/foss4g.html#/
- The GeoServer user list posting guidelines: 
http://geoserver.org/comm/userlist-guidelines.html

If you want to request a feature or an improvement, also see this: 
https://github.com/geoserver/geoserver/wiki/Successfully-requesting-and-integrating-new-features-and-improvements-in-GeoServer


Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users


Re: [Geoserver-users] Unable to create new grid set

2024-05-10 Thread Russ Hore
It looks like you have entered EPSG:EPSG:4326  rather than EPSG:4326 ??

Russ

> On 10 May 2024, at 13:20, Kristian Nils Robin Morin via Geoserver-users 
>  wrote:
> 
> I am using working to configure the image docker.osgeo.org/geoserver:2.25.0 
> <http://docker.osgeo.org/geoserver:2.25.0> to be run in production and I need 
> to add a new grid set to geoserver. 
> But whatever CRS i am trying to use I get an error.
> 
> WARN   [web.wicket] - Unknown CRS identifier EPSG:EPSG:4326
> gs_test  | org.geotools.api.referencing.NoSuchAuthorityCodeException: No code 
> "EPSG:EPSG:4326" from authority "European Petroleum Survey Group" found for 
> object of type 
> "interface org.geotools.api.referencing.IdentifiedObject".
> 
> Any insight to what the issue is here and how to fix this?
> I understand from googling that this might be an issue that the ESPG database 
> failed to be created? 
> 
> 2011 - Andrea Aime
> "That sounds like it failed to create the EPSG database. That's normally
> created in the temp directory (which is container and OS dependent),
> GeoTools subdirectory." ... "In any case, stop GeoServer, locate that dir, 
> wipe it out and start GS
> again."
> 
> I try to deploy with docker, where would this temp directory be if this is 
> the issue? But why did it fail in the first place?
> ___
> Geoserver-users mailing list
> 
> Please make sure you read the following two resources before posting to this 
> list:
> - Earning your support instead of buying it, but Ian Turton: 
> http://www.ianturton.com/talks/foss4g.html#/
> - The GeoServer user list posting guidelines: 
> http://geoserver.org/comm/userlist-guidelines.html
> 
> If you want to request a feature or an improvement, also see this: 
> https://github.com/geoserver/geoserver/wiki/Successfully-requesting-and-integrating-new-features-and-improvements-in-GeoServer
> 
> 
> Geoserver-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/geoserver-users

___
Geoserver-users mailing list

Please make sure you read the following two resources before posting to this 
list:
- Earning your support instead of buying it, but Ian Turton: 
http://www.ianturton.com/talks/foss4g.html#/
- The GeoServer user list posting guidelines: 
http://geoserver.org/comm/userlist-guidelines.html

If you want to request a feature or an improvement, also see this: 
https://github.com/geoserver/geoserver/wiki/Successfully-requesting-and-integrating-new-features-and-improvements-in-GeoServer


Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users


[Geoserver-users] Download page not found

2023-02-21 Thread Russ Hore
I just tried to download from ;

https://geoserver.org/release/stable

and got 
___
Geoserver-users mailing list

Please make sure you read the following two resources before posting to this 
list:
- Earning your support instead of buying it, but Ian Turton: 
http://www.ianturton.com/talks/foss4g.html#/
- The GeoServer user list posting guidelines: 
http://geoserver.org/comm/userlist-guidelines.html

If you want to request a feature or an improvement, also see this: 
https://github.com/geoserver/geoserver/wiki/Successfully-requesting-and-integrating-new-features-and-improvements-in-GeoServer


Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users


Re: [Geoserver-users] Reduce number of nodes from line in gml format

2022-10-26 Thread Russ Hore
If they are individual lines that you want to simplify I would think you could 
use a view with a query using PostGIS's ST_Simplify function;

https://postgis.net/docs/manual-dev/ST_Simplify.html 
<https://postgis.net/docs/manual-dev/ST_Simplify.html>

Russ

> On 26 Oct 2022, at 09:53, XAVIER RAYO SARRIAS  wrote:
> 
> Hi sall,
> I have a polyline layer with many features coming from a postgis database. 
> >The thing is that I need to be able to download those features individually 
> in gml format but with a maximum number of nodes, specifically 999. Is there 
> a way to "simplify" those lines to this number of nodes?
> 
> Thanks a lot for your help!
> 
> xavi
> ___
> Geoserver-users mailing list
> 
> Please make sure you read the following two resources before posting to this 
> list:
> - Earning your support instead of buying it, but Ian Turton: 
> http://www.ianturton.com/talks/foss4g.html#/
> - The GeoServer user list posting guidelines: 
> http://geoserver.org/comm/userlist-guidelines.html
> 
> If you want to request a feature or an improvement, also see this: 
> https://github.com/geoserver/geoserver/wiki/Successfully-requesting-and-integrating-new-features-and-improvements-in-GeoServer
> 
> 
> Geoserver-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/geoserver-users

___
Geoserver-users mailing list

Please make sure you read the following two resources before posting to this 
list:
- Earning your support instead of buying it, but Ian Turton: 
http://www.ianturton.com/talks/foss4g.html#/
- The GeoServer user list posting guidelines: 
http://geoserver.org/comm/userlist-guidelines.html

If you want to request a feature or an improvement, also see this: 
https://github.com/geoserver/geoserver/wiki/Successfully-requesting-and-integrating-new-features-and-improvements-in-GeoServer


Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users


Re: [Geoserver-users] proper use of sld to display wms layer

2022-09-09 Thread Russ Hore
I am no expert in OpenLayers but could the OpenLayers option;

OpenLayers.DOTS_PER_INCH = 25.4 / 0.28;

help? Can it force the DPI to be the same no matter what the Device DPI is.


> On 9 Sep 2022, at 14:39, Julien Robitaille  wrote:
> 
> By resolution, do you mean the dpi resolution? Or maybe the "resolution" of 
> my raster layer (size of georeferenced cells)? The best way to play with the 
> concentration of arrows that I found was to play with the 
> wms_scale_denominator. So I thought I could make two different sld styles, 
> one for computers, and another one for smartphones, with different values of 
> wms_scale_denominator. And depending on the screen size and/or resolution of 
> screen of the user, one of the two styles would be applied to the layer.
> Thanks again,
> Julien
> 
> Le jeu. 8 sept. 2022 à 18:16, Jody Garnett  > a écrit :
> Please remember to include the user list (so others can answer you) and yeah 
> sorry it does not support pictures.
> 
> Where is the resolution of your raster determined? 
> 
> Jody
> 
> On Thu, Sep 8, 2022 at 12:31 PM Julien Robitaille  > wrote:
> hello,
> As a follow up, I would just need another specification. 
> Here is the rendering when the dpi is set to 200:
> 
> And here is the rendering when set to 60:
> 
> As you can see, the resolution of the image didnt change (same number of 
> arrows for the same zoom level). Only the size of the arrows have. 
> Is it the expected result? What I am looking for is a way to decrease 
> resolution for specific user cases. 
> Thanks again! 
> Julien
> 
> Le jeu. 8 sept. 2022 à 12:22, Jody Garnett  > a écrit :
> aside: Your messages are being held because of the attached images; here is 
> my reply.
> 
> The challenge faced here is not particular to geoserver - it is a design 
> challenge on how you wish to adapt your map to different environments.
> 
> You can supply GeoServer with the dpi of the display used  (have openlayers 
> pass this information in as a format option) . GeoSerer will adjust the sizes 
> appropriately. Much of the other information is available as env variables 
> for use when styling.
> 
> Reference:
> - 
> https://docs.geoserver.org/latest/en/user/services/wms/vendor.html?highlight=dpi#format-options
>  
> 
> - 
> https://docs.geoserver.org/latest/en/user/styling/sld/extensions/substitution.html#sld-variable-substitution
>  
> 
> 
> 
> On Thu, Sep 8, 2022 at 8:17 AM Julien Robitaille  > wrote:
> Hello! 
> I found out that the difference in size from one zoom level to another one 
> comes from openlayers.
> 
> But in any cases, what I would like to do is to increase the sizes of the 
> arrows, so it is easier to see. The problem is that the display of those 
> arrows depends a lot on whether the user uses a computer or a smartphone.
> Here is an example. The first picture is from my computer, and the second one 
> is from my phone. 
> As you can see, the resolution of the arrows is not the same, even at the 
> approximate same zoom level.
> 
> (images removed)
> 
> As you can see, increasing the size of the arrows would make the app 
> unreadable on the phone. 
> Does anyone know how to address this problem? Is it something that can be 
> fixed by geoserver, or is it more of an openlayers' problem? 
> 
> Thanks a lot for your help!
> Julien
> 
> Le mar. 6 sept. 2022 à 10:08, Olivier Gagnon  > a écrit :
> Hi Julien (je suis aussi du Québec) !
> 
> Have you tried using a fixed value for the Size attribute ? 
> 
> ex: 8
> 
> As I can see in your sld, the size is modified using the Categorize function.
> 
> Hope this helps. Good Luck!
> 
> Olivier
> 
> Envoyé à partir d’Outlook 
> 
> De : Julien Robitaille mailto:robitail...@ogsl.ca>>
> Envoyé : 6 septembre 2022 08:53
> À : geoserver-users@lists.sourceforge.net 
>  
>  >
> Objet : [Geoserver-users] proper use of sld to display wms layer
>  
> Hello! 
> I have a raster layer that displays surface currents. Everything works great, 
> but there are some details that I wish to get rid of but dont know how to. 
> Below, the two pictures show what the layer looks like at a different zoom 
> level. The first one is zoomed out compared to the second one. As you can 
> see, the arrows are smaller on the second one. I wish it wasnt like this. I'm 
> trying to make it so that the arrows stay the same size. 
> I've tried to play around with the wms_scale_denominator property in my sld, 
> but it doesnt seem to do the trick.
> 
> (images removed)
> 
> Here is my SLD:
> 
> 
> 

Re: [Geoserver-users] ImageIO Cache Memory Threshold error/warning

2022-05-10 Thread Russ Hore
Hi Jody,

I set it to 80% and the error no longer occurs.
BUT I have upgraded to 2.20.4 since then.

I will let you know if I see it again.

Many thanks

Russ

> On 10 May 2022, at 05:14, Jody Garnett  wrote:
> 
> That looks like it is set, do you want to try changing the value to 80% just 
> to confirm it is having an effect?
> --
> Jody Garnett
> 
> 
> On Oct 12, 2021 at 7:04:44 AM, Russ Hore  <mailto:r...@russ-hore.co.uk>> wrote:
>> 
>> 
>>> On 12 Oct 2021, at 14:49, Simone Giannecchini 
>>> >> <mailto:simone.giannecch...@geosolutionsgroup.com>> wrote:
>>> 
>>> Please, 
>>> post a screenshot of that page.
>>> 
>>> Regards,
>>> Simone Giannecchini
>>> ==
>>> GeoServer Professional Services from the experts!
>>> Visit http://bit.ly/gs-services <http://bit.ly/gs-services> for more 
>>> information.
>>> ==
>>> Ing. Simone Giannecchini
>>> @simogeo
>>> Founder/Director GeoSolutions Italy
>>> President GeoSolutions USA
>>> 
>>> phone: +39 0584 962313
>>> fax: +39 0584 1660272
>>> mob:   +39  333 8128928
>>> 
>>> http://www.geosolutionsgroup.com <http://www.geosolutionsgroup.com/>
>>> http://twitter.com/geosolutions_it <http://twitter.com/geosolutions_it>
>>> 
>>> ---
>>> 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.
>>> 
>>> 
>>> On Tue, Oct 12, 2021 at 3:31 PM Russ Hore >> <mailto:r...@russ-hore.co.uk>> wrote:
>>> Thanks.
>>> 
>>> I don't see the error on that page but if I go to the Tile Caching, I see 
>>> the error on the Caching Defaults, Tile Layers and Disk Quota pages.
>>> 
>>> Russ
>>> 
>>> 
>>> 
>>> 
>>> 
>>>> On 12 Oct 2021, at 13:51, Simone Giannecchini 
>>>> >>> <mailto:simone.giannecch...@geosolutionsgroup.com>> wrote:
>>>> 
>>>> Hi Russ,
>>>> the screenshot above is from the wrong page, you need to go to Settings -> 
>>>> Image Processing, see below:
>>>> 
>>>> 
>>>> Regards,
>>>> Simone Giannecchini
>>>> ==
>>>> GeoServer Professional Services from the experts!
>>>> Visit http://bit.ly/gs-services <http://bit.ly/gs-services> for more 
>>>> information.
>>>> ==
>>>> Ing. Simone Giannecchini
>>>> @simogeo
>>>> Founder/Director GeoSolutions Italy
>>>> President GeoSolutions USA
>>>> 
>>>> phone: +39 0584 962313
>>>> fax: +39 0584 1660272
>>>> mob:   +39  333 8128928
>>>> 
>>>> http://www.geosolutionsgroup.com <http://www.geosolutionsgroup.com/>
>>>> http://twitter.com/geosolutions_it <http://twitter.com/geosolutions_it>
>>>> 
>>>> ---
>>>> 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.
>>>> 
>>>> 
>>>> On Tue, Oct 12, 2021 at 12:39 PM Russ Hore >>> <mailto:r...@russ-hore.co.uk>> wrote:
>>>> I am running the GS 2.20-RC on Ubuntu 20.04 under Tomcat9 
>>>> 
>>>> Server has 64Gb RAM/24 cores (It is an old Mac Pro)
>>>> 
>>>> Java is
>>>> openjdk version "11.0.11" 2021-04-20
>>>> OpenJDK Runtime Environment (build 11.0.11+9-Ubuntu-0ubuntu2.20.04)
>>>> OpenJDK 64-Bi

Re: [Geoserver-users] Geoserver is not starting while running startup batch script

2022-01-10 Thread Russ
I might be wrong but I think Java 11 needs a liter. version of GeoServer.

Why do you need the old version?

> On 10 Jan 2022, at 19:10, Jibran Khan  wrote:
> 
> 
> Hello,
> 
> I am trying to run an older version of Geoserver (Ver 2.15.1) on my Windows 
> 10 (64 bit) PC. The script startup.bat starts and crashes. I have tried 
> running the script with Admin privileges, changing port in start.ini (e.g. 
> jetty.port = 8989) and reload, opening port in Windows firewall, nothing 
> seems to work.
> 
> I also checked Windows services, but couldn't find Geoserver as a service 
> there.
> 
> Java_Home: set to JDK 11
> 
> GEOSERVER data dir points to data directory of Geoserver
> 
> Can someone give me some hints to fix this?
> 
> Here is the crash log via Windows CMD console:
> 
> **
> 
> :INFO:oejsh.ContextHandler:main: Started 
> o.e.j.w.WebAppContext@1ec1f0c{GeoServer,/geoserver,file:///C:/path_to/GeoServer%202.15.1/webapps/geoserver/,AVAILABLE}{C:\path_to\GeoServer
>  2.15.1\webapps\geoserver}
> :WARN:oejx.XmlConfiguration:main:
> java.security.PrivilegedActionException: java.net.BindException: Address 
> already in use: bind
> at java.security.AccessController.doPrivileged(Native Method)
> at 
> org.eclipse.jetty.xml.XmlConfiguration.main(XmlConfiguration.java:1511)
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
> at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
> at java.lang.reflect.Method.invoke(Unknown Source)
> at org.eclipse.jetty.start.Main.invokeMain(Main.java:220)
> at org.eclipse.jetty.start.Main.start(Main.java:486)
> at org.eclipse.jetty.start.Main.main(Main.java:77)
> Caused by:
> java.net.BindException: Address already in use: bind
> at sun.nio.ch.Net.bind0(Native Method)
> at sun.nio.ch.Net.bind(Unknown Source)
> at sun.nio.ch.Net.bind(Unknown Source)
> at sun.nio.ch.ServerSocketChannelImpl.bind(Unknown Source)
> at sun.nio.ch.ServerSocketAdaptor.bind(Unknown Source)
> at 
> org.eclipse.jetty.server.ServerConnector.openAcceptChannel(ServerConnector.java:339)
> at 
> org.eclipse.jetty.server.ServerConnector.open(ServerConnector.java:307)
> at 
> org.eclipse.jetty.server.AbstractNetworkConnector.doStart(AbstractNetworkConnector.java:80)
> at 
> org.eclipse.jetty.server.ServerConnector.doStart(ServerConnector.java:235)
> at 
> org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:68)
> at org.eclipse.jetty.server.Server.doStart(Server.java:395)
> at 
> org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:68)
> at 
> org.eclipse.jetty.xml.XmlConfiguration$1.run(XmlConfiguration.java:1572)
> at 
> org.eclipse.jetty.xml.XmlConfiguration$1.run(XmlConfiguration.java:1512)
> at java.security.AccessController.doPrivileged(Native Method)
> at 
> org.eclipse.jetty.xml.XmlConfiguration.main(XmlConfiguration.java:1511)
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
> at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
> at java.lang.reflect.Method.invoke(Unknown Source)
> at org.eclipse.jetty.start.Main.invokeMain(Main.java:220)
> at org.eclipse.jetty.start.Main.start(Main.java:486)
> at org.eclipse.jetty.start.Main.main(Main.java:77)
> java.lang.reflect.InvocationTargetException
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
> at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
> at java.lang.reflect.Method.invoke(Unknown Source)
> at org.eclipse.jetty.start.Main.invokeMain(Main.java:220)
> at org.eclipse.jetty.start.Main.start(Main.java:486)
> at org.eclipse.jetty.start.Main.main(Main.java:77)
> Caused by: java.security.PrivilegedActionException: java.net.BindException: 
> Address already in use: bind
> at java.security.AccessController.doPrivileged(Native Method)
> at 
> org.eclipse.jetty.xml.XmlConfiguration.main(XmlConfiguration.java:1511)
> ... 7 more
> Caused by: java.net.BindException: Address already in use: bind
> at sun.nio.ch.Net.bind0(Native Method)
> at sun.nio.ch.Net.bind(Unknown Source)
> at sun.nio.ch.Net.bind(Unknown Source)
> at sun.nio.ch.ServerSocketChannelImpl.bind(Unknown Source)
> at sun.nio.ch.ServerSocketAdaptor.bind(Unknown Source)
> at 
> org.eclipse.jetty.server.ServerConnector.openAcceptChannel(ServerConnector.java:339)
> at 
> org.eclipse.jetty.server.ServerConnector.open(ServerConnector.java:307)
> at 
> 

Re: [Geoserver-users] Geoserver not running

2021-12-16 Thread Russ Hore
I am coming to this late but have you checked the tomcat.service file in 
/usr/lib/systemd/system

Is there a line something like;

ReadWritePaths=/data/

for wherever your data directory is?

Russ

> On 16 Dec 2021, at 11:30, Mauricio Vieira Cardoso Filho 
>  wrote:
> 
> Hi, A good day to all.
> 
> Problem with connection to the bank is solved. Simply reconnected.
> However, when I direct the geoserver to read the specific data directory 
> (/dados/geoserverv), it cannot load the data from this directory, giving an 
> error 404.
> But if you leave the default path 
> (/var/lib/tomcat8v/webapps/geoserverv/WEB-INF/data), it works just fine.
> 
> I've already looked at the permissions of the destination directory (owner 
> and group are tomcat8) as well as already applied 750, 770, 755 and 777 in 
> folders, but it still doesn't load.
> 
> Apart from the web.xml on the geoserver, should I configure it elsewhere?
> 
> Att.,
> 
> Maurício Vieira Cardoso Filho
> Gerente TI Infra
> Tel: +556137995051
> email : mcard...@topocart.com.br <mailto:mcard...@topocart.com.br>;
> skype: mauricio.cardoso1974
> 
> 
> Em qua., 15 de dez. de 2021 às 10:58, Mauricio Vieira Cardoso Filho 
> mailto:mcard...@topocart.com.br>> escreveu:
> Hi,
> 
> I recently started a request for help, however, I had to be away from the 
> service due to other issues. But now I returned and the problem got worse.
> 
> In addition to not being able to read the data directory specified in the 
> web.xml, now I have another problem that the geoserver cannot connect to the 
> postgree database.
> 
> I use jdbc extension, and nothing in the configuration has changed. Simply 
> all geoserver stopped running. (see image below):
> 
> 
> 
> What can I say on the subject:
> 
> - All permissions on the pointed data folder are for tomcat user and group;
> - All content is readable;
> - username and password to connect to the bank is ok (credentials are correct)
> - the bank is on the same server as the application (it was trying to address 
> it by ip address and by localhost).
> - I have a base of two geoservers in the same directory (/dados/geoserverv 
> and /dados/geoserveri), one of which is working perfectly with the same 
> settings.
> - I've deployed a new war many times.
> 
> Attached, I'll send my catalina.out if it's any help in assessing the issues 
> and the possibility of sending some guidance.
> Maurício Vieira Cardoso Filho
> Gerente TI Infra
> Tel: +556137995051
> email : mcard...@topocart.com.br <mailto:mcard...@topocart.com.br>;
> skype: mauricio.cardoso1974
> ___
> Geoserver-users mailing list
> 
> Please make sure you read the following two resources before posting to this 
> list:
> - Earning your support instead of buying it, but Ian Turton: 
> http://www.ianturton.com/talks/foss4g.html#/
> - The GeoServer user list posting guidelines: 
> http://geoserver.org/comm/userlist-guidelines.html
> 
> If you want to request a feature or an improvement, also see this: 
> https://github.com/geoserver/geoserver/wiki/Successfully-requesting-and-integrating-new-features-and-improvements-in-GeoServer
> 
> 
> Geoserver-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/geoserver-users

___
Geoserver-users mailing list

Please make sure you read the following two resources before posting to this 
list:
- Earning your support instead of buying it, but Ian Turton: 
http://www.ianturton.com/talks/foss4g.html#/
- The GeoServer user list posting guidelines: 
http://geoserver.org/comm/userlist-guidelines.html

If you want to request a feature or an improvement, also see this: 
https://github.com/geoserver/geoserver/wiki/Successfully-requesting-and-integrating-new-features-and-improvements-in-GeoServer


Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users


Re: [Geoserver-users] HTTP ERROR 503 on startup after moving Geoserver data directory

2021-10-21 Thread Russ Hore
> Also the mountpoint of the datafolder did not change - my question may
> have been formulated a bit unprecise. I moved the data do a different

Ah I see. That makes more sense. But that means I am out of ideas.

Russ

> On 21 Oct 2021, at 10:24, Steffen Reichel  wrote:
> 
> 
> On 20.10.21 14:03, Russ Hore wrote:
>> Ah, I am not sure about Jetty but for Tomcat, it does not matter if
>> the data folder is 777/rwxrwxrwx, if it is not listed in the
>> tomcat.service file, it can't be written to, as far as I am aware
>> under Tomcat9.
> I'm 100% sure that Jetty / the Servlet can write to the data directory,
> because can I see it doing it - the logfile for example is in there. ;-)
> 
> Also the mountpoint of the datafolder did not change - my question may
> have been formulated a bit unprecise. I moved the data do a different
> partition (was running out of space on the old one) and mounted it to
> the same mountpoint as the old one. So from the point of view of Jetty
> nothing changed. There is simply a different partition behind the same
> mountpoint.
> 
> Thus my question still stands: Can I safely delete the offending
> configuration folder in gwc-layers or will this mess up something in the
> GWC configuration and make the situation worse? The error I'm getting is:
> 
> java.lang.IllegalStateException: Could not locate a layer or layer group
> with id LayerInfoImpl--fd40ab5:166e9af110c:-273f within GeoServer
> configuration, the GWC configuration seems to be out of synch
> 
> Kind regards,
> Steffen
> 
> 
> ___
> Geoserver-users mailing list
> 
> Please make sure you read the following two resources before posting to this 
> list:
> - Earning your support instead of buying it, but Ian Turton: 
> http://www.ianturton.com/talks/foss4g.html#/
> - The GeoServer user list posting guidelines: 
> http://geoserver.org/comm/userlist-guidelines.html
> 
> If you want to request a feature or an improvement, also see this: 
> https://github.com/geoserver/geoserver/wiki/Successfully-requesting-and-integrating-new-features-and-improvements-in-GeoServer
> 
> 
> Geoserver-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/geoserver-users



___
Geoserver-users mailing list

Please make sure you read the following two resources before posting to this 
list:
- Earning your support instead of buying it, but Ian Turton: 
http://www.ianturton.com/talks/foss4g.html#/
- The GeoServer user list posting guidelines: 
http://geoserver.org/comm/userlist-guidelines.html

If you want to request a feature or an improvement, also see this: 
https://github.com/geoserver/geoserver/wiki/Successfully-requesting-and-integrating-new-features-and-improvements-in-GeoServer


Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users


Re: [Geoserver-users] HTTP ERROR 503 on startup after moving Geoserver data directory

2021-10-20 Thread Russ Hore
Ah, I am not sure about Jetty but for Tomcat, it does not matter if the data 
folder is 777/rwxrwxrwx, if it is not listed in the tomcat.service file, it 
can't be written to, as far as I am aware under Tomcat9.

Russ

> On 20 Oct 2021, at 12:53, Steffen Reichel  wrote:
> 
> Hi,
> 
> thank you for your quick answer.
> 
> On 20.10.21 12:16, Russ Hore wrote:
>> Are you running under Linux/Tomcat?
> Jetty behind an Apache proxy on Linux
> 
>> In the latest(?) Tomcat you need to explicitly give permission for Tomcat to 
>> rad the data folder.
>> It is on a file called /lib/systemd/system/tomcat.service
>> 
>> You need to add a line;
>> ReadWritePaths=
> The path is writable. The logfile is also stored there and can be
> written to. Geoserver also loads the layers, styles (at least the log
> says so) etc. before crashing with the error described.
> 
> I was mainly wondering if it is safe to delete the folder (or empty the
> whole gcw-layers/ folder), or not and if so, what configurations I'd
> have to redo to set up GWC properly again for all layers.
> 
> Cheers,
> Steffen



___
Geoserver-users mailing list

Please make sure you read the following two resources before posting to this 
list:
- Earning your support instead of buying it, but Ian Turton: 
http://www.ianturton.com/talks/foss4g.html#/
- The GeoServer user list posting guidelines: 
http://geoserver.org/comm/userlist-guidelines.html

If you want to request a feature or an improvement, also see this: 
https://github.com/geoserver/geoserver/wiki/Successfully-requesting-and-integrating-new-features-and-improvements-in-GeoServer


Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users


Re: [Geoserver-users] HTTP ERROR 503 on startup after moving Geoserver data directory

2021-10-20 Thread Russ Hore
Are you running under Linux/Tomcat?

In the latest(?) Tomcat you need to explicitly give permission for Tomcat to 
rad the data folder.
It is on a file called /lib/systemd/system/tomcat.service

You need to add a line;
ReadWritePaths=

e.g.
ReadWritePaths=/data/

Russ

> On 20 Oct 2021, at 10:51, Steffen Reichel  wrote:
> 
> Hi all,
> 
> after I moved Geoserver's data directory Geoserver is not starting
> anymore. When trying to access the Geoserver web interface I get an 503
> error.
> 
> The GEOSERVER_DATA_DIR is pointing to the correct location. Owner and
> Access rights stayed the same. My OS is Linux. It seems that there is a
> problem with GWC. In the logfile I see the error (full log message at
> the end)
> 
> java.lang.IllegalStateException: Could not locate a layer or layer group
> with id LayerInfoImpl--fd40ab5:166e9af110c:-273f within GeoServer
> configuration, the GWC configuration seems to be out of synch
> 
> There is a configuration like this in the gwc-layers folder. And that
> points to a layer that does not exists anymore. My question is, as the
> web interface is not starting and thus I can't really change anything
> via API, can I safely delete this folder? The documentation [1] states
> that these files should not be edited by hand, but does not state if
> it's safe to delete them. Or could I even empty the whole gwc-layers folder?
> 
> Kind regards,
> Steffen
> 
> [1]
> https://docs.geoserver.org/stable/en/user/geowebcache/config.html#configuration-files
> 
> -- 8< --- 8< --- 8< --- 8< --- 8< --- 8< --- 8< --- 8< --- 8< --- 8< --
> 
> The full log message - I added line breaks for better readability and
> snipped all the jar paths:
> 
> 
> WARN [support.XmlWebApplicationContext] - Exception encountered during
> context initialization - cancelling refresh attempt:
> 
> org.springframework.beans.factory.BeanCreationException: Error creating
> bean with name 'geopkgGetMapOutputFormat' defined in URL [..]:
> 
> Cannot resolve reference to bean 'webMapService' while setting
> constructor argument; nested exception is
> 
> org.springframework.beans.factory.BeanCreationException:
> Error creating bean with name 'wmsService2': FactoryBean threw exception
> on object creation; nested exception is
> 
> org.springframework.beans.factory.BeanCreationException: Error creating
> bean with name 'wmsServiceInterceptor_CachingWMS' defined in URL [..]:
> 
> Cannot resolve reference to bean 'cachingWebMapService' while setting
> bean property 'advice'; nested exception is
> 
> org.springframework.beans.factory.BeanCreationException: Error creating
> bean with name 'cachingWebMapService' defined in URL [..]:
> 
> Cannot resolve reference to bean 'gwcFacade' while setting constructor
> argument; nested exception is
> 
> org.springframework.beans.factory.BeanCreationException: Error creating
> bean with name 'gwcFacade' defined in URL [..]:
> 
> Cannot resolve reference to bean 'DiskQuotaMonitor' while setting
> constructor argument; nested exception is
> 
> org.springframework.beans.factory.BeanCreationException: Error creating
> bean with name 'DiskQuotaMonitor' defined in URL [..]:
> 
> Invocation of init method failed; nested exception is
> 
> java.lang.IllegalStateException: Could not locate a layer or layer group
> with id LayerInfoImpl--fd40ab5:166e9af110c:-273f within GeoServer
> configuration, the GWC configuration seems to be out of synch
> 
> 
> ___
> Geoserver-users mailing list
> 
> Please make sure you read the following two resources before posting to this 
> list:
> - Earning your support instead of buying it, but Ian Turton: 
> http://www.ianturton.com/talks/foss4g.html#/
> - The GeoServer user list posting guidelines: 
> http://geoserver.org/comm/userlist-guidelines.html
> 
> If you want to request a feature or an improvement, also see this: 
> https://github.com/geoserver/geoserver/wiki/Successfully-requesting-and-integrating-new-features-and-improvements-in-GeoServer
> 
> 
> Geoserver-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/geoserver-users



___
Geoserver-users mailing list

Please make sure you read the following two resources before posting to this 
list:
- Earning your support instead of buying it, but Ian Turton: 
http://www.ianturton.com/talks/foss4g.html#/
- The GeoServer user list posting guidelines: 
http://geoserver.org/comm/userlist-guidelines.html

If you want to request a feature or an improvement, also see this: 
https://github.com/geoserver/geoserver/wiki/Successfully-requesting-and-integrating-new-features-and-improvements-in-GeoServer


Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users


Re: [Geoserver-users] Add multilple styles SLD to one wms layer

2021-10-14 Thread Russ Hore
I think this is more of a Leaflet question.



> On 13 Oct 2021, at 23:16, kaoutar hraka  wrote:
> 
> I have one layer in geoserver witch i applied 3 sld, in preview layer of 
> geoserver i can change styles of layer from default one to thers styles. now 
> i added wms layer to leaflet map i want to switch styles of layer in box 
> control like when we change  layers  from one to others
> ___
> Geoserver-users mailing list
> 
> Please make sure you read the following two resources before posting to this 
> list:
> - Earning your support instead of buying it, but Ian Turton: 
> http://www.ianturton.com/talks/foss4g.html#/
> - The GeoServer user list posting guidelines: 
> http://geoserver.org/comm/userlist-guidelines.html
> 
> If you want to request a feature or an improvement, also see this: 
> https://github.com/geoserver/geoserver/wiki/Successfully-requesting-and-integrating-new-features-and-improvements-in-GeoServer
> 
> 
> Geoserver-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/geoserver-users



___
Geoserver-users mailing list

Please make sure you read the following two resources before posting to this 
list:
- Earning your support instead of buying it, but Ian Turton: 
http://www.ianturton.com/talks/foss4g.html#/
- The GeoServer user list posting guidelines: 
http://geoserver.org/comm/userlist-guidelines.html

If you want to request a feature or an improvement, also see this: 
https://github.com/geoserver/geoserver/wiki/Successfully-requesting-and-integrating-new-features-and-improvements-in-GeoServer


Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users


Re: [Geoserver-users] ImageIO Cache Memory Threshold error/warning

2021-10-12 Thread Russ Hore


> On 12 Oct 2021, at 14:49, Simone Giannecchini 
>  wrote:
> 
> Please, 
> post a screenshot of that page.
> 
> Regards,
> Simone Giannecchini
> ==
> GeoServer Professional Services from the experts!
> Visit http://bit.ly/gs-services <http://bit.ly/gs-services> for more 
> information.
> ==
> Ing. Simone Giannecchini
> @simogeo
> Founder/Director GeoSolutions Italy
> President GeoSolutions USA
> 
> phone: +39 0584 962313
> fax: +39 0584 1660272
> mob:   +39  333 8128928
> 
> http://www.geosolutionsgroup.com <http://www.geosolutionsgroup.com/>
> http://twitter.com/geosolutions_it <http://twitter.com/geosolutions_it>
> 
> ---
> 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.
> 
> 
> On Tue, Oct 12, 2021 at 3:31 PM Russ Hore  <mailto:r...@russ-hore.co.uk>> wrote:
> Thanks.
> 
> I don't see the error on that page but if I go to the Tile Caching, I see the 
> error on the Caching Defaults, Tile Layers and Disk Quota pages.
> 
> Russ
> 
> 
> 
> 
> 
>> On 12 Oct 2021, at 13:51, Simone Giannecchini 
>> > <mailto:simone.giannecch...@geosolutionsgroup.com>> wrote:
>> 
>> Hi Russ,
>> the screenshot above is from the wrong page, you need to go to Settings -> 
>> Image Processing, see below:
>> 
>> 
>> Regards,
>> Simone Giannecchini
>> ==
>> GeoServer Professional Services from the experts!
>> Visit http://bit.ly/gs-services <http://bit.ly/gs-services> for more 
>> information.
>> ==
>> Ing. Simone Giannecchini
>> @simogeo
>> Founder/Director GeoSolutions Italy
>> President GeoSolutions USA
>> 
>> phone: +39 0584 962313
>> fax: +39 0584 1660272
>> mob:   +39  333 8128928
>> 
>> http://www.geosolutionsgroup.com <http://www.geosolutionsgroup.com/>
>> http://twitter.com/geosolutions_it <http://twitter.com/geosolutions_it>
>> 
>> ---
>> 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.
>> 
>> 
>> On Tue, Oct 12, 2021 at 12:39 PM Russ Hore > <mailto:r...@russ-hore.co.uk>> wrote:
>> I am running the GS 2.20-RC on Ubuntu 20.04 under Tomcat9 
>> 
>> Server has 64Gb RAM/24 cores (It is an old Mac Pro)
>> 
>> Java is
>> openjdk version "11.0.11" 2021-04-20
>> OpenJDK Runtime Environment (build 11.0.11+9-Ubuntu-0ubuntu2.20.04)
>> OpenJDK 64-Bit Server VM (build 11.0.11+9-Ubuntu-0ubuntu2.20.04, mixed mode, 
>> sharing)
>> 
>> I am seeing an erorr/warning when I go to Disk Quota
>> 
>> 
>> 
>> As far as I can see I have the cache threshold set.
>> 
>> 
>> 
>> I see the same error/warning when I view the Caching Defaults, Tile Layers 
>> screen.
>> 
>> I am not sure if this happened with the current, non-RC version.
>> 
>> Has anybody seen this before?
>> 
>> Russ
>> ___
>> Geoserver-users mailing list
>> 
>> Please make sure you read the following two resources before posting to this 
>> list:
>> - Earning your support instead of buying it, but Ian Turton: 
>> http://www.ianturton.com/talks/foss4g.html#/ 
>> <http://www.ianturton.com/talks/foss4g.html#/>
>> - The GeoServer user list posting guidelines: 
>> http://geoserver.org/comm/userlist-guidelines.html 
>> <http://geoserver.org/comm/userlist-guidelines.html>
>> 
>> If you want to request a feature or an improvement, also see this: 
>> https://github.com/geoserver/geoserver/wiki/Successfully-requesting-and-integrating-new-features-and-improvements-in

Re: [Geoserver-users] ImageIO Cache Memory Threshold error/warning

2021-10-12 Thread Russ Hore
Thanks.

I don't see the error on that page but if I go to the Tile Caching, I see the 
error on the Caching Defaults, Tile Layers and Disk Quota pages.

Russ





> On 12 Oct 2021, at 13:51, Simone Giannecchini 
>  wrote:
> 
> Hi Russ,
> the screenshot above is from the wrong page, you need to go to Settings -> 
> Image Processing, see below:
> 
> 
> Regards,
> Simone Giannecchini
> ==
> GeoServer Professional Services from the experts!
> Visit http://bit.ly/gs-services <http://bit.ly/gs-services> for more 
> information.
> ==
> Ing. Simone Giannecchini
> @simogeo
> Founder/Director GeoSolutions Italy
> President GeoSolutions USA
> 
> phone: +39 0584 962313
> fax: +39 0584 1660272
> mob:   +39  333 8128928
> 
> http://www.geosolutionsgroup.com <http://www.geosolutionsgroup.com/>
> http://twitter.com/geosolutions_it <http://twitter.com/geosolutions_it>
> 
> ---
> 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.
> 
> 
> On Tue, Oct 12, 2021 at 12:39 PM Russ Hore  <mailto:r...@russ-hore.co.uk>> wrote:
> I am running the GS 2.20-RC on Ubuntu 20.04 under Tomcat9 
> 
> Server has 64Gb RAM/24 cores (It is an old Mac Pro)
> 
> Java is
> openjdk version "11.0.11" 2021-04-20
> OpenJDK Runtime Environment (build 11.0.11+9-Ubuntu-0ubuntu2.20.04)
> OpenJDK 64-Bit Server VM (build 11.0.11+9-Ubuntu-0ubuntu2.20.04, mixed mode, 
> sharing)
> 
> I am seeing an erorr/warning when I go to Disk Quota
> 
> 
> 
> As far as I can see I have the cache threshold set.
> 
> 
> 
> I see the same error/warning when I view the Caching Defaults, Tile Layers 
> screen.
> 
> I am not sure if this happened with the current, non-RC version.
> 
> Has anybody seen this before?
> 
> Russ
> ___
> Geoserver-users mailing list
> 
> Please make sure you read the following two resources before posting to this 
> list:
> - Earning your support instead of buying it, but Ian Turton: 
> http://www.ianturton.com/talks/foss4g.html#/ 
> <http://www.ianturton.com/talks/foss4g.html#/>
> - The GeoServer user list posting guidelines: 
> http://geoserver.org/comm/userlist-guidelines.html 
> <http://geoserver.org/comm/userlist-guidelines.html>
> 
> If you want to request a feature or an improvement, also see this: 
> https://github.com/geoserver/geoserver/wiki/Successfully-requesting-and-integrating-new-features-and-improvements-in-GeoServer
>  
> <https://github.com/geoserver/geoserver/wiki/Successfully-requesting-and-integrating-new-features-and-improvements-in-GeoServer>
> 
> 
> Geoserver-users@lists.sourceforge.net 
> <mailto:Geoserver-users@lists.sourceforge.net>
> https://lists.sourceforge.net/lists/listinfo/geoserver-users 
> <https://lists.sourceforge.net/lists/listinfo/geoserver-users>

___
Geoserver-users mailing list

Please make sure you read the following two resources before posting to this 
list:
- Earning your support instead of buying it, but Ian Turton: 
http://www.ianturton.com/talks/foss4g.html#/
- The GeoServer user list posting guidelines: 
http://geoserver.org/comm/userlist-guidelines.html

If you want to request a feature or an improvement, also see this: 
https://github.com/geoserver/geoserver/wiki/Successfully-requesting-and-integrating-new-features-and-improvements-in-GeoServer


Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users


[Geoserver-users] ImageIO Cache Memory Threshold error/warning

2021-10-12 Thread Russ Hore
I am running the GS 2.20-RC on Ubuntu 20.04 under Tomcat9 

Server has 64Gb RAM/24 cores (It is an old Mac Pro)

Java is
openjdk version "11.0.11" 2021-04-20
OpenJDK Runtime Environment (build 11.0.11+9-Ubuntu-0ubuntu2.20.04)
OpenJDK 64-Bit Server VM (build 11.0.11+9-Ubuntu-0ubuntu2.20.04, mixed mode, 
sharing)

I am seeing an erorr/warning when I go to Disk Quota



As far as I can see I have the cache threshold set.



I see the same error/warning when I view the Caching Defaults, Tile Layers 
screen.

I am not sure if this happened with the current, non-RC version.

Has anybody seen this before?

Russ___
Geoserver-users mailing list

Please make sure you read the following two resources before posting to this 
list:
- Earning your support instead of buying it, but Ian Turton: 
http://www.ianturton.com/talks/foss4g.html#/
- The GeoServer user list posting guidelines: 
http://geoserver.org/comm/userlist-guidelines.html

If you want to request a feature or an improvement, also see this: 
https://github.com/geoserver/geoserver/wiki/Successfully-requesting-and-integrating-new-features-and-improvements-in-GeoServer


Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users


[Geoserver-users] eMail footer

2021-06-29 Thread Russ Hore
Might be pedantic but I noticed in the email footer a typo?

- Earning your support instead of buying it, *but* Ian Turton: 
http://www.ianturton.com/talks/foss4g.html#/ 


Russ___
Geoserver-users mailing list

Please make sure you read the following two resources before posting to this 
list:
- Earning your support instead of buying it, but Ian Turton: 
http://www.ianturton.com/talks/foss4g.html#/
- The GeoServer user list posting guidelines: 
http://geoserver.org/comm/userlist-guidelines.html

If you want to request a feature or an improvement, also see this: 
https://github.com/geoserver/geoserver/wiki/Successfully-requesting-and-integrating-new-features-and-improvements-in-GeoServer


Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users


Re: [Geoserver-users] QGIS conection whith oracle db

2021-03-31 Thread Russ Hore
This is a list about Geoserver not QGis.

Better to ask on their list.

Russ

> On 31 Mar 2021, at 11:15, Shehriyar Recebli Bayram oglu 
>  wrote:
> 
> Hello everybody
>  
> Someone can help me. When I connect oracle db whith QGIS my featureclass 
> geometry type and SRID is unknown .How can I solve this problem?
>  
> Hörmətlə,
> Rəcəbli Şəhriyar
> Milli Məkan Məlumatları İnfrastrukturunun
> idarə edilməsi və monitorinqi şöbəsinin
> aparıcı mühəndisi
>  
>  
> ___
> Geoserver-users mailing list
> 
> Please make sure you read the following two resources before posting to this 
> list:
> - Earning your support instead of buying it, but Ian Turton: 
> http://www.ianturton.com/talks/foss4g.html#/ 
> <http://www.ianturton.com/talks/foss4g.html#/>
> - The GeoServer user list posting guidelines: 
> http://geoserver.org/comm/userlist-guidelines.html 
> <http://geoserver.org/comm/userlist-guidelines.html>
> 
> If you want to request a feature or an improvement, also see this: 
> https://github.com/geoserver/geoserver/wiki/Successfully-requesting-and-integrating-new-features-and-improvements-in-GeoServer
>  
> <https://github.com/geoserver/geoserver/wiki/Successfully-requesting-and-integrating-new-features-and-improvements-in-GeoServer>
> 
> 
> Geoserver-users@lists.sourceforge.net 
> <mailto:Geoserver-users@lists.sourceforge.net>
> https://lists.sourceforge.net/lists/listinfo/geoserver-users 
> <https://lists.sourceforge.net/lists/listinfo/geoserver-users>
___
Geoserver-users mailing list

Please make sure you read the following two resources before posting to this 
list:
- Earning your support instead of buying it, but Ian Turton: 
http://www.ianturton.com/talks/foss4g.html#/
- The GeoServer user list posting guidelines: 
http://geoserver.org/comm/userlist-guidelines.html

If you want to request a feature or an improvement, also see this: 
https://github.com/geoserver/geoserver/wiki/Successfully-requesting-and-integrating-new-features-and-improvements-in-GeoServer


Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users


Re: [Geoserver-users] Styling of windbarbs

2021-03-11 Thread Russ Hore
I suspect this is the problem;

https://github.com/geotools/geotools/blob/872b44c28bb55f1e301bb607d53d431826ab7e78/modules/library/render/src/main/java/org/geotools/renderer/style/windbarbs/WindBarb.java#L229
 
<https://github.com/geotools/geotools/blob/872b44c28bb55f1e301bb607d53d431826ab7e78/modules/library/render/src/main/java/org/geotools/renderer/style/windbarbs/WindBarb.java#L229>

If that was 47 I think you will get a filled pennant

That is assuming this diagram is officially correct;
https://tephi.readthedocs.io/en/latest/barbs.html

Russ

> On 11 Mar 2021, at 09:04, Daniele Romagnoli 
>  wrote:
> 
> Right,
> and the piece of code doing the build of the pennant is right there:
> https://github.com/geotools/geotools/blob/main/modules/library/render/src/main/java/org/geotools/renderer/style/windbarbs/WindBarb.java#L358
>  
> <https://github.com/geotools/geotools/blob/main/modules/library/render/src/main/java/org/geotools/renderer/style/windbarbs/WindBarb.java#L358>
> 
> Regards,
> Daniele
> 
> 
> On Thu, Mar 11, 2021 at 2:37 AM  <mailto:br...@frogmouth.net>> wrote:
> The windbarb rendering code is in geotools.
> 
> https://github.com/geotools/geotools/tree/main/modules/library/render/src/main/java/org/geotools/renderer/style/windbarbs
>  
> <https://github.com/geotools/geotools/tree/main/modules/library/render/src/main/java/org/geotools/renderer/style/windbarbs>
> 
> You may be able to add a custom symbol using normal GeoServer styling, but 
> the code approach is likely easier and better.
> 
> Brad.
> 
> On 11 Mar 2021 4:20 am, Niklas Elelid  <mailto:geoserverl...@neware.se>> wrote:
> Following the instructions in the GeoServer docs I have added the style 
> windbarbs to my layer.
> 
> 
> 
> https://geoserver.geo-solutions.it/educational/en/multidim/accessing_multidim/rtx/wind_barbs.html
>  
> <https://geoserver.geo-solutions.it/educational/en/multidim/accessing_multidim/rtx/wind_barbs.html>
> 
> The flag in a windbarb symbolizing 50kts wind should be filled. I have been 
> trying to find how the well known windbarb is built (and possibly can be 
> changed) in GeoServer but have had no luck. Anyone has any good suggestions?
> 
> 
> 
> Thanks!
> 
> 
> 
> Niklas
> 
> 
> ___
> Geoserver-users mailing list
> 
> Please make sure you read the following two resources before posting to this 
> list:
> - Earning your support instead of buying it, but Ian Turton: 
> http://www.ianturton.com/talks/foss4g.html#/ 
> <http://www.ianturton.com/talks/foss4g.html#/>
> - The GeoServer user list posting guidelines: 
> http://geoserver.org/comm/userlist-guidelines.html 
> <http://geoserver.org/comm/userlist-guidelines.html>
> 
> If you want to request a feature or an improvement, also see this: 
> https://github.com/geoserver/geoserver/wiki/Successfully-requesting-and-integrating-new-features-and-improvements-in-GeoServer
>  
> <https://github.com/geoserver/geoserver/wiki/Successfully-requesting-and-integrating-new-features-and-improvements-in-GeoServer>
> 
> 
> Geoserver-users@lists.sourceforge.net 
> <mailto:Geoserver-users@lists.sourceforge.net>
> https://lists.sourceforge.net/lists/listinfo/geoserver-users 
> <https://lists.sourceforge.net/lists/listinfo/geoserver-users>
> 
> 
> -- 
> Regards,
> Daniele Romagnoli
> ==
> GeoServer Professional Services from the experts! Visit http://goo.gl/it488V 
> <http://goo.gl/it488V> for more information.
> ==
> 
> Ing. Daniele Romagnoli
> Senior Software Engineer
> 
> GeoSolutions S.A.S.
> Via di Montramito 3/A
> 55054  Massarosa (LU)
> Italy
> phone: +39 0584 962313
> fax:  +39 0584 1660272
> 
> http://www.geo-solutions.it <http://www.geo-solutions.it/>
> http://twitter.com/geosolutions_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

Re: [Geoserver-users] aerial basemap from New York's DoITT

2021-03-09 Thread Russ Hore
I know it is a QGis answer but I could mail him privately or let people know it 
is sorted.

This is the GetCapabilities URL

https://maps.nyc.gov/wmts/1.0.0/?REQUEST=getcapabilities 
<https://maps.nyc.gov/wmts/1.0.0/?REQUEST=getcapabilities>

Create a new WMTS connection in QGis, plonk that in the URL field and save it.
Opening the new connection shows lots of layers from 1924 to 2018

Russ

> On 9 Mar 2021, at 14:00, Stephen Sacks  wrote:
> 
> Hi Alexandre,
> Thank you for your response.  My apologies for posting to the GeoServer 
> list, but my previous efforts with the QGIS list didn't quite solve my 
> problem.  Also, the NY site says they "publish [their TMS] using GeoServer."
>In order to establish a new connection to the New York city WMS/WMTS map 
> service, I need its URL.  It must be somewhere on the NY DoITT web site but I 
> can't find it.  I'd be very grateful if someone can give it to me, or better 
> yet, tell me where I can get the appropriate URL.
>Thank you.
>   Steve
> 
> 
> On 3/9/2021 2:08 AM, Alexandre Gacon wrote:
>> Hi Steve,
>> 
>> This user group is about GeoServer so I suggest posting your question on 
>> QGIS related user groups.
>> 
>> For your case, you have to declare the NYC server under wms/wmts in QGIS 
>> first, then connect to it to get the list of the available layers.
>> 
>> Regards
>> Alexandre
>> 
>> Le mar. 9 mars 2021 à 05:33, Stephen Sacks > <mailto:ssacks...@gmail.com>> a écrit :
>> I want to use aerial photography from New York City's  DoITT as a basemap in 
>> my desktop QGIS.  Then I'll use the qgis2web plug-in to put the map on my 
>> website at InfinityFree.  On a DoITT page (NYC Map Tiles 
>> <https://maps.nyc.gov/tiles/#basemap-layers-wmts>) I see the map I want 
>> (Aerial Photography Tile Layers, WMTS 
>> <https://maps.nyc.gov/tiles/#aerial-layers-wmts>) but I don't know how to 
>> grab that map and put into my desktop project.   Unfortunately, I have 
>> almost no experience with Java or HTML.  
>>Any advice will be welcome.
>>  Steve
>> 
>> ___
>> Geoserver-users mailing list
>> 
>> Please make sure you read the following two resources before posting to this 
>> list:
>> - Earning your support instead of buying it, but Ian Turton: 
>> http://www.ianturton.com/talks/foss4g.html#/ 
>> <http://www.ianturton.com/talks/foss4g.html#/>
>> - The GeoServer user list posting guidelines: 
>> http://geoserver.org/comm/userlist-guidelines.html 
>> <http://geoserver.org/comm/userlist-guidelines.html>
>> 
>> If you want to request a feature or an improvement, also see this: 
>> https://github.com/geoserver/geoserver/wiki/Successfully-requesting-and-integrating-new-features-and-improvements-in-GeoServer
>>  
>> <https://github.com/geoserver/geoserver/wiki/Successfully-requesting-and-integrating-new-features-and-improvements-in-GeoServer>
>> 
>> 
>> Geoserver-users@lists.sourceforge.net 
>> <mailto:Geoserver-users@lists.sourceforge.net>
>> https://lists.sourceforge.net/lists/listinfo/geoserver-users 
>> <https://lists.sourceforge.net/lists/listinfo/geoserver-users>
>> 
>> 
>> -- 
>> Alexandre Gacon
> 
> ___
> Geoserver-users mailing list
> 
> Please make sure you read the following two resources before posting to this 
> list:
> - Earning your support instead of buying it, but Ian Turton: 
> http://www.ianturton.com/talks/foss4g.html#/
> - The GeoServer user list posting guidelines: 
> http://geoserver.org/comm/userlist-guidelines.html
> 
> If you want to request a feature or an improvement, also see this: 
> https://github.com/geoserver/geoserver/wiki/Successfully-requesting-and-integrating-new-features-and-improvements-in-GeoServer
> 
> 
> Geoserver-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/geoserver-users

___
Geoserver-users mailing list

Please make sure you read the following two resources before posting to this 
list:
- Earning your support instead of buying it, but Ian Turton: 
http://www.ianturton.com/talks/foss4g.html#/
- The GeoServer user list posting guidelines: 
http://geoserver.org/comm/userlist-guidelines.html

If you want to request a feature or an improvement, also see this: 
https://github.com/geoserver/geoserver/wiki/Successfully-requesting-and-integrating-new-features-and-improvements-in-GeoServer


Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users


Re: [Geoserver-users] WMS images are sometimes partly randomly blue, green, yellow, pink or red

2021-03-02 Thread Russ Hore
I have had this when using Bicubic Raster interpolation.

It was solved, by this list, by setting the ExpandToRGB=true in the 
_mosaic.properties file

Russ

> On 1 Mar 2021, at 13:02, Kylli Ek mailto:kylli...@csc.fi>> 
> wrote:
> 
> Hi,
> 
> Any idea what to check if some WMS images are sometimes partly randomly blue, 
> green, yellow, pink or red? See the attached images or here:
> https://www.dropbox.com/s/lma4hzqp761y28m/Nimiarkisto-karttabugi.png?dl=0 
> <https://www.dropbox.com/s/lma4hzqp761y28m/Nimiarkisto-karttabugi.png?dl=0>
> 
> Sometimes the image is also partly black or totally empty.
> 
> Exactly the same request sometimes gives correct image, sometimes has the 
> colorful extras.
> 
> The layer is a mosaic layer with elevation and time. Nothing special in 
> style, only scale limitation. No coordinate transformation needed.
> 
> Example request:
> https://paituli.csc.fi/geoserver/kotus/wms?service=WMS=GetMap=kotus%3Anadigi2==image%2Fpng=true=1.1.0=1718=1750-1-1%2F2020-1-1=256=256=EPSG%3A3067=416032.02,6782975.7,418080.047,6785024
>  
> <https://paituli.csc.fi/geoserver/kotus/wms?service=WMS=GetMap=kotus%3Anadigi2==image%2Fpng=true=1.1.0=1718=1750-1-1%2F2020-1-1=256=256=EPSG%3A3067=416032.02,6782975.7,418080.047,6785024>
> 
> Best regards,
> Kylli Ek
> 
> GIS-coordinator
> CSC - IT Center for Science Ltd
> PL 405, 02101 Espoo
> Tel: +358 50 38 12 838
> gisco...@csc.fi
> ___
> Geoserver-users mailing list
> 
> Please make sure you read the following two resources before posting to this 
> list:
> - Earning your support instead of buying it, but Ian Turton: 
> http://www.ianturton.com/talks/foss4g.html#/ 
> <http://www.ianturton.com/talks/foss4g.html#/>
> - The GeoServer user list posting guidelines: 
> http://geoserver.org/comm/userlist-guidelines.html 
> <http://geoserver.org/comm/userlist-guidelines.html>
> 
> If you want to request a feature or an improvement, also see this: 
> https://github.com/geoserver/geoserver/wiki/Successfully-requesting-and-integrating-new-features-and-improvements-in-GeoServer
>  
> <https://github.com/geoserver/geoserver/wiki/Successfully-requesting-and-integrating-new-features-and-improvements-in-GeoServer>
> 
> 
> Geoserver-users@lists.sourceforge.net 
> <mailto:Geoserver-users@lists.sourceforge.net>
> https://lists.sourceforge.net/lists/listinfo/geoserver-users

___
Geoserver-users mailing list

Please make sure you read the following two resources before posting to this 
list:
- Earning your support instead of buying it, but Ian Turton: 
http://www.ianturton.com/talks/foss4g.html#/
- The GeoServer user list posting guidelines: 
http://geoserver.org/comm/userlist-guidelines.html

If you want to request a feature or an improvement, also see this: 
https://github.com/geoserver/geoserver/wiki/Successfully-requesting-and-integrating-new-features-and-improvements-in-GeoServer


Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users


Re: [Geoserver-users] Problems while creating ImageMosaic from GeoTIFFs

2020-12-08 Thread Russ Hore
I have seen this problem where the folder containing the GeoTIFFs does not have 
wrote permission for the Tomcat user (I am assuming you are using Tomcat)

Russ
 
> On 8 Dec 2020, at 11:36, Julius Schmiedt  wrote:
> 
> Hello everybody,
> I face some troubles trying to create a ImageMosaic from local GeoTIFFs.
> 
> On first sight, this problem looks very similar to the issue Nicolas 
> Raggueneau posted here on Sept, 29 (14:44), but from my perspective his 
> solution is not fitting to our case.
> 
> In order to create a ImageMosaic from GeoTIFFs, I am following the steps 
> recommended by the tutorial (Data panel -> Stores -> Add new Store -> Raster 
> Data Source -> ImageMosaic).
> 
> I then select an existing workspace as well as name and description of the 
> data source (GeoTIFFs showing a certain bio index for several parts of a 
> german state). As a connection parameter I choose the path of the directory 
> where the files I want to mosaic reside. If I then click "save" I´m recieving 
> the following error:
> 
> Could not list layers for this store, an error occurred retrieving them: 
> Failed to create reader from 
> file:///mnt/geodienste_cle/ROSE/Lange_M/Sentinel2-Difference-Maps/DSWI/2019-2017/Baden-Wuerttemberg
>  <> and hints Hints: REPOSITORY = 
> org.geoserver.catalog.CatalogRepository@705a75c EXECUTOR_SERVICE = 
> java.util.concurrent.ThreadPoolExecutor@6f559107[Running, pool size = 0, 
> active threads = 0, queued tasks = 0, completed tasks = 0] System defaults: 
> FEATURE_FACTORY = org.geotools.feature.LenientFeatureFactoryImpl@7be885a0 
> FORCE_AXIS_ORDER_HONORING = http COMPARISON_TOLERANCE = 1.0E-8 
> GRID_COVERAGE_FACTORY = GridCoverageFactory TILE_ENCODING = null 
> LENIENT_DATUM_SHIFT = true FILTER_FACTORY = FilterFactoryImpl STYLE_FACTORY = 
> StyleFactoryImpl FORCE_LONGITUDE_FIRST_AXIS_ORDER = true
> 
> My GeoServer Version 2.17.3 is running on Java 11.0.8 (OpenJDK 64-Bit Server 
> VM) with Ubuntu 18.04.5 LTS. The corresponding part of the logs ist attached 
> for further details.
> 
> I would appreciate any recommondations for possible solutions of this problem.
> 
> With kind regards,
> -- 
> Julius Schmiedt
> Wissenschaftliche Hilfskraft
> 
> Department Landschaftsökologie
> Helmholtz-Zentrum für Umweltforschung GmbH - UFZ
> Permoserstraße 15 | 04318 Leipzig
> Tel.: +49 341 235 - 1058
> Email: julius.schmi...@ufz.de <mailto:julius.schmi...@ufz.de>
> Web: https://www.ufz.de <https://www.ufz.de/>
> ___
> Geoserver-users mailing list
> 
> Please make sure you read the following two resources before posting to this 
> list:
> - Earning your support instead of buying it, but Ian Turton: 
> http://www.ianturton.com/talks/foss4g.html#/
> - The GeoServer user list posting guidelines: 
> http://geoserver.org/comm/userlist-guidelines.html
> 
> If you want to request a feature or an improvement, also see this: 
> https://github.com/geoserver/geoserver/wiki/Successfully-requesting-and-integrating-new-features-and-improvements-in-GeoServer
> 
> 
> Geoserver-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/geoserver-users

___
Geoserver-users mailing list

Please make sure you read the following two resources before posting to this 
list:
- Earning your support instead of buying it, but Ian Turton: 
http://www.ianturton.com/talks/foss4g.html#/
- The GeoServer user list posting guidelines: 
http://geoserver.org/comm/userlist-guidelines.html

If you want to request a feature or an improvement, also see this: 
https://github.com/geoserver/geoserver/wiki/Successfully-requesting-and-integrating-new-features-and-improvements-in-GeoServer


Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users


Re: [Geoserver-users] Problem with ImageMosaic Creation

2020-09-29 Thread Russ Hore
Can you check the user that is running GeoServer (tomcat?) has read permission 
to the folder containing the files.

I have been caught out that way before where I have created a folder as a 
normal user but the tomcat user does not have read permissions.

Russ

> On 29 Sep 2020, at 14:30, Nicolas Raggueneau  
> wrote:
> 
> Hi Daniele, thank you for your support.
> Here is an extract of the log, starting at the creation of the store.
> It is working in 2.12
> 
> Best regards,
> Nicolas
> 
> Le mar. 29 sept. 2020 à 15:06, Daniele Romagnoli 
>  <mailto:daniele.romagn...@geo-solutions.it>> a écrit :
> 
> Hi Nicolas,
> you could try raising the logging level to GEOTOOLS_DEVELOPER_LOGGING.
> From the GeoServer UI, on the left menu, go to Settings->Global->Logging 
> settings.
> 
> Then retry and let see if the Logs contain some additional information.
> 
> Please, let us know.
> Regards,
> Daniele
> 
> 
> 
> 
> On Tue, Sep 29, 2020 at 2:58 PM Nicolas Raggueneau 
> mailto:nicolas.ragguen...@gmail.com>> wrote:
> Hi!
> 
> ImageMosaic creation fails when I create a store. Product is a Pleiades 
> mosaic. On Geoserver 2.12 store and layer creation are straightforward.
> 
> On 2.16.5 and 2.18 it produces this error :
> Could not list layers for this store, an error occurred retrieving them: 
> Failed to create reader from file:data/cassis/IMG_PHR1B_PMS_001 and hints 
> Hints: REPOSITORY = org.geoserver.catalog.CatalogRepository@3a79b5cb 
> EXECUTOR_SERVICE = java.util.concurrent.ThreadPoolExecutor@1d70ca68[Running, 
> pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 0] 
> System defaults: GRID_COVERAGE_FACTORY = GridCoverageFactory TILE_ENCODING = 
> null STYLE_FACTORY = StyleFactoryImpl FORCE_AXIS_ORDER_HONORING = http 
> LENIENT_DATUM_SHIFT = true COMPARISON_TOLERANCE = 1.0E-8 FEATURE_FACTORY = 
> org.geotools.feature.LenientFeatureFactoryImpl@4ebea12c 
> FORCE_LONGITUDE_FIRST_AXIS_ORDER = true FILTER_FACTORY = FilterFactoryImpl
> 
> Environnement
> - Windows 10 pro
> - java x64 1.8.0_191
> - gdal plugin
> 
> What could I test to troubleshoot this?
> 
> Best Regards,
> Nicolas
> ___
> Geoserver-users mailing list
> 
> Please make sure you read the following two resources before posting to this 
> list:
> - Earning your support instead of buying it, but Ian Turton: 
> http://www.ianturton.com/talks/foss4g.html#/ 
> <http://www.ianturton.com/talks/foss4g.html#/>
> - The GeoServer user list posting guidelines: 
> http://geoserver.org/comm/userlist-guidelines.html 
> <http://geoserver.org/comm/userlist-guidelines.html>
> 
> If you want to request a feature or an improvement, also see this: 
> https://github.com/geoserver/geoserver/wiki/Successfully-requesting-and-integrating-new-features-and-improvements-in-GeoServer
>  
> <https://github.com/geoserver/geoserver/wiki/Successfully-requesting-and-integrating-new-features-and-improvements-in-GeoServer>
> 
> 
> Geoserver-users@lists.sourceforge.net 
> <mailto:Geoserver-users@lists.sourceforge.net>
> https://lists.sourceforge.net/lists/listinfo/geoserver-users 
> <https://lists.sourceforge.net/lists/listinfo/geoserver-users>
> 
> 
> -- 
> Regards,
> Daniele Romagnoli
> ==
> GeoServer Professional Services from the experts! Visit http://goo.gl/it488V 
> <http://goo.gl/it488V> for more information.
> ==
> 
> Ing. Daniele Romagnoli
> Senior Software Engineer
> 
> GeoSolutions S.A.S.
> Via di Montramito 3/A
> 55054  Massarosa (LU)
> Italy
> phone: +39 0584 962313
> fax:  +39 0584 1660272
> 
> http://www.geo-solutions.it <http://www.geo-solutions.it/>
> http://twitter.com/geosolutions_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 
&

[Geoserver-users] Turning off WCS without changing Max data read/generated causes error

2020-07-31 Thread Russ Hore
Just a very minor irritation but if I go to Services | WCS and uncheck "Enable 
ECS", when I hit Save I get an error as below;



and have to change them to something other than -1, even tho' I am turning the 
service off.

Would the better defaults than -1?

Russ___
Geoserver-users mailing list

Please make sure you read the following two resources before posting to this 
list:
- Earning your support instead of buying it, but Ian Turton: 
http://www.ianturton.com/talks/foss4g.html#/
- The GeoServer user list posting guidelines: 
http://geoserver.org/comm/userlist-guidelines.html

If you want to request a feature or an improvement, also see this: 
https://github.com/geoserver/geoserver/wiki/Successfully-requesting-and-integrating-new-features-and-improvements-in-GeoServer


Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users


Re: [Geoserver-users] Quick installation script for GeoServer

2020-07-20 Thread Russ Hore
Thanks Jody.

Can you clarify the first bit about geoserver.xml

I am not well versed in Tomcat

> On 20 Jul 2020, at 19:05, Jody Garnett  wrote:
> 
> Small feedback for this step:
> 
> #
> ## Make Geoserver point to /data/
> #
> # Uncomment DATA_DIR and point it to /data/
> #
> vi /var/lib/tomcat9/webapps/geoserver/WEB-INF/web.xml
> 
> Provide a conf/catalina/localhost/geoserver.xml file to control context 
> variables (rather than adjust web.xml defaults):
> 
> 
>   
>override="false"/>
>override="false"/>
> 
> 
> I usually separate out the tilecache (no need to backup), but you can do what 
> you like :)
> --
> Jody Garnett
> 
> 
> On Mon, 20 Jul 2020 at 01:28, Russ Hore  <mailto:r...@russ-hore.co.uk>> wrote:
> Whilst investigating performance improvements to my GeoServer installation I 
> have been installing it quite a few times. To make things faster, I developed 
> a script to automate most of the basic stuff I needed from a clean install of 
> Ubuntu 20
> Just in case it is of any use to others I post it here.
> It might not be the tidies scripting and I run it as root (I know thats not 
> ideal and feel free to change it, but it is a local test server)
> 
> I always create a folder /data/ and usually run Apache as the front end to 
> terminate SSL and provide authentication.
> 
> Russ
> 
> #!/bin/bash
> #
> #build_geoserver - Automates most of the tasks of installing Geoserver 
> and PostgreSQL
> #
> #Copyright Russ Hore, 2010, All Rights Reserved
> #
> #This script is free for use: you can redistribute it and/or modify
> #it under the terms of the GNU General Public License as published by
> #the Free Software Foundation, either version 3 of the License, or
> #(at your option) any later version.
> #
> #This program is distributed in the hope that it will be useful,
> #but WITHOUT ANY WARRANTY; without even the implied warranty of
> #MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
> #GNU General Public License for more details.
> #
> #
> #
> # Do an update and clean up before continuing
> apt-get update --assume-yes
> apt-get upgrade --assume-yes
> apt-get dist-upgrade --assume-yes
> apt autoremove --assume-yes
> 
> 
> #
> # Install Tomcat 9
> apt-get install tomcat9 --assume-yes
> apt-get install tomcat9-admin --assume-yes
> apt-get install tomcat9-common --assume-yes
> apt-get install tomcat9-user --assume-yes
> 
> #
> # Install GDAL utilities
> apt-get install gdal-bin --assume-yes
> apt-get install gdal-data --assume-yes
> apt-get install python-gdal --assume-yes
> 
> #
> # Install Apache2
> apt-get install apache2 --assume-yes
> 
> #
> # Install PHP
> apt-get install php7.4 --assume-yes
> apt-get install php7.4-common --assume-yes
> apt-get install php7.4-curl --assume-yes
> apt-get install php7.4-gd --assume-yes
> apt-get install php7.4-json --assume-yes
> apt-get install php7.4-pgsql --assume-yes
> apt-get install php7.4-xml --assume-yes
> 
> #
> # Install CertBot to use LetsEncrypt certificates for SSL
> apt-get install certbot --assume-yes
> 
> #
> # Unzip is always useful
> apt-get install unzip --assume-yes
> 
> #
> # Install Geoserver
> # NB Need to check for the latest version
> #
> ## Now install Geoserver 2.17.1
> #
> # 1) Get the WAR file
> wget 
> "http://sourceforge.net/projects/geoserver/files/GeoServer/2.17.1/geoserver-2.17.1-war.zip
>  
> <http://sourceforge.net/projects/geoserver/files/GeoServer/2.17.1/geoserver-2.17.1-war.zip>"
> # 2) Create a directory to hold the zip file
> mkdir GS2.17.1
> # 3) Cop yhte zip file to the directory
> mv geoserver-2.17.1-war.zip GS2.17.1
> # 4) Change into the directory and unzxip the file
> cd GS2.17.1
> unzip geoserver-2.17.1-war.zip
> # 5) Stop tomcat whilst we copy the war file in (I know you don't need to but 
> why not?)
> service tomcat9 stop
> # 6) Copy the war file to the Tomcat web apps directory
&g

[Geoserver-users] Quick installation script for GeoServer

2020-07-20 Thread Russ Hore
Whilst investigating performance improvements to my GeoServer installation I 
have been installing it quite a few times. To make things faster, I developed a 
script to automate most of the basic stuff I needed from a clean install of 
Ubuntu 20
Just in case it is of any use to others I post it here.
It might not be the tidies scripting and I run it as root (I know thats not 
ideal and feel free to change it, but it is a local test server)

I always create a folder /data/ and usually run Apache as the front end to 
terminate SSL and provide authentication.

Russ

#!/bin/bash
#
#build_geoserver - Automates most of the tasks of installing Geoserver and 
PostgreSQL
#
#Copyright Russ Hore, 2010, All Rights Reserved
#
#This script is free for use: you can redistribute it and/or modify
#it under the terms of the GNU General Public License as published by
#the Free Software Foundation, either version 3 of the License, or
#(at your option) any later version.
#
#This program is distributed in the hope that it will be useful,
#but WITHOUT ANY WARRANTY; without even the implied warranty of
#MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
#GNU General Public License for more details.
#
#
#
# Do an update and clean up before continuing
apt-get update --assume-yes
apt-get upgrade --assume-yes
apt-get dist-upgrade --assume-yes
apt autoremove --assume-yes


#
# Install Tomcat 9
apt-get install tomcat9 --assume-yes
apt-get install tomcat9-admin --assume-yes
apt-get install tomcat9-common --assume-yes
apt-get install tomcat9-user --assume-yes

#
# Install GDAL utilities
apt-get install gdal-bin --assume-yes
apt-get install gdal-data --assume-yes
apt-get install python-gdal --assume-yes

#
# Install Apache2
apt-get install apache2 --assume-yes

#
# Install PHP
apt-get install php7.4 --assume-yes
apt-get install php7.4-common --assume-yes
apt-get install php7.4-curl --assume-yes
apt-get install php7.4-gd --assume-yes
apt-get install php7.4-json --assume-yes
apt-get install php7.4-pgsql --assume-yes
apt-get install php7.4-xml --assume-yes

#
# Install CertBot to use LetsEncrypt certificates for SSL
apt-get install certbot --assume-yes

#
# Unzip is always useful
apt-get install unzip --assume-yes

#
# Install Geoserver
# NB Need to check for the latest version
#
## Now install Geoserver 2.17.1
#
# 1) Get the WAR file
wget 
"http://sourceforge.net/projects/geoserver/files/GeoServer/2.17.1/geoserver-2.17.1-war.zip;
# 2) Create a directory to hold the zip file
mkdir GS2.17.1
# 3) Cop yhte zip file to the directory
mv geoserver-2.17.1-war.zip GS2.17.1
# 4) Change into the directory and unzxip the file
cd GS2.17.1
unzip geoserver-2.17.1-war.zip
# 5) Stop tomcat whilst we copy the war file in (I know you don't need to but 
why not?)
service tomcat9 stop
# 6) Copy the war file to the Tomcat web apps directory
cp geoserver.war /var/lib/tomcat9/webapps/
# 7) Re-start Tomcat
service tomcat9 start

#
## Now configure Geoserver 2.17.1
#
# I always create a data folder at / to hold all the GeoServer stuff
mkdir /data/
chown tomcat:tomcat /data/

#
## Need to make /data/ readable by Tomcat9
#
# Edit the following file and add  the follwoing line unere the # Secunrity 
section
# ReadWritePaths=/data/
#
#
vi /lib/systemd/system/tomcat9.service 

#
## Make Geoserver point to /data/
#
# Uncomment DATA_DIR and point it to /data/
#
vi /var/lib/tomcat9/webapps/geoserver/WEB-INF/web.xml

# Re-start Tomcat
systemctl restart tomcat9
systemctl daemon-reload

#
#
## Install PostgreSQL with PostGIS
# CHECK the latest version fo PostgreSQLL and PostGIS
#
apt-get install postgresql-12-pgrouting --assume-yes
apt-get install postgresql-12-postgis-3 --assume-yes
apt-get install postgresql-12-postgis-3-scripts --assume-yes

# Install the OpenStreetMap to PostgreSQL utilities
apt-get install osm2pgsql --assum

Re: [Geoserver-users] GeoServer 2.17.1 - Oracle 11.0.7 JDK - Strong cryptography available

2020-06-23 Thread Russ Hore
As far as I know it is not an error but just information. So does not need 
solving.

Russ

Sent from my iPad

> On 22 Jun 2020, at 21:01, Diego Mendes Rodrigues  wrote:
> 
> 
> Friends,
> 
> I have a server with GeoServer 2.17.1 installed from Debian 9.
> 
> I use the Oracle 11.0.7 JDK.
> java version "11.0.7" 2020-04-14 LTS
> Java(TM) SE Runtime Environment 18.9 (build 11.0.7+8-LTS)
> Java HotSpot(TM) 64-Bit Server VM 18.9 (build 11.0.7+8-LTS, mixed mode)
> 
> When I log in to the administrative interface, I get the message 'Strong 
> cryptography available'.
> 
> How can I solve?
> What should you install or configure?
> 
> 
> 
> 
> Regads,
> Diego
> 
> ---
> 
> Caros,
> 
> Possuo um servidore com GeoServer 2.17.1 instalado de Debian 9.
> 
> Utilizo o JDK da Oracle 11.0.7.
> java version "11.0.7" 2020-04-14 LTS
> Java(TM) SE Runtime Environment 18.9 (build 11.0.7+8-LTS)
> Java HotSpot(TM) 64-Bit Server VM 18.9 (build 11.0.7+8-LTS, mixed mode)
> 
> Ao logar na interface administrativa, recebo a mensagem 'Strong cryptography 
> available'.
> 
> Como posso resolver? 
> O que deve instalar ou configurar?
> 
> Atenciosamente,
> Diego
> ___
> Geoserver-users mailing list
> 
> Please make sure you read the following two resources before posting to this 
> list:
> - Earning your support instead of buying it, but Ian Turton: 
> http://www.ianturton.com/talks/foss4g.html#/
> - The GeoServer user list posting guidelines: 
> http://geoserver.org/comm/userlist-guidelines.html
> 
> If you want to request a feature or an improvement, also see this: 
> https://github.com/geoserver/geoserver/wiki/Successfully-requesting-and-integrating-new-features-and-improvements-in-GeoServer
> 
> 
> Geoserver-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/geoserver-users
___
Geoserver-users mailing list

Please make sure you read the following two resources before posting to this 
list:
- Earning your support instead of buying it, but Ian Turton: 
http://www.ianturton.com/talks/foss4g.html#/
- The GeoServer user list posting guidelines: 
http://geoserver.org/comm/userlist-guidelines.html

If you want to request a feature or an improvement, also see this: 
https://github.com/geoserver/geoserver/wiki/Successfully-requesting-and-integrating-new-features-and-improvements-in-GeoServer


Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users


Re: [Geoserver-users] GeoS 2.17.0 problem removing layers

2020-05-14 Thread Russ Hore
I have GS2.17.0 (running on one of 4 Ubuntu 20.04 VMs behind Apache running on 
the host also Ubuntu 20.04)  and I found the Select All check box does not 
check all the boxes beneath it on the Stores form. (If that is what you mean)

Ubuntu: 11.0.7 (OpenJDK 64-Bit Server VM)
Tomcat 9

I also check the Layers, Layer Groups and Workspaces and it is the same. It is 
not a problem for me as I only have a few layers but happy to test anything if 
people tell me what needs testing?

Looking at the Workspaces source code for the Select All check box it has;






Workspace Name

and father up;
Wicket.Ajax.ajax({"u":"./org.geoserver.web.data.workspace.WorkspacePage?17-2.IBehaviorListener.0-table-listContainer-selectAllContainer-selectAll=false","m":"POST","c":"idd9","i":"ajaxFeedback","e":"click"});;



Russ

> On 14 May 2020, at 00:45, Tom S  wrote:
> 
> Things work as expected under an older system with Tomcat 8 and JRE 1.8.
> 
> Also, while reviewing and doing the 'GeoServer cleanup' task (remove jai* 
> jars) found on 
> https://docs.geoserver.org/stable/en/user/production/java.html#production-java
> 
> for 1.17.0, the program will no longer run properly (in the new environment).
> 
> 
> On 5/13/2020 4:15 PM, Tom S wrote:
>> I will double check that, but the problem exists even with the default data 
>> set.  I also see the same issue under Chrome and with GeoS V1.16.2.  The 
>> test system I am using has the latest tomcat 9.x and AdoptOpenJDK 11.x - I 
>> might try it on a different system with JDK 8.
>> 
> 
> 
> ___
> Geoserver-users mailing list
> 
> Please make sure you read the following two resources before posting to this 
> list:
> - Earning your support instead of buying it, but Ian Turton: 
> http://www.ianturton.com/talks/foss4g.html#/
> - The GeoServer user list posting guidelines: 
> http://geoserver.org/comm/userlist-guidelines.html
> 
> If you want to request a feature or an improvement, also see this: 
> https://github.com/geoserver/geoserver/wiki/Successfully-requesting-and-integrating-new-features-and-improvements-in-GeoServer
> 
> 
> Geoserver-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/geoserver-users

___
Geoserver-users mailing list

Please make sure you read the following two resources before posting to this 
list:
- Earning your support instead of buying it, but Ian Turton: 
http://www.ianturton.com/talks/foss4g.html#/
- The GeoServer user list posting guidelines: 
http://geoserver.org/comm/userlist-guidelines.html

If you want to request a feature or an improvement, also see this: 
https://github.com/geoserver/geoserver/wiki/Successfully-requesting-and-integrating-new-features-and-improvements-in-GeoServer


Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users


Re: [Geoserver-users] Getting Http 400 bad request in Geoserver-UI

2020-04-21 Thread Russ Hore
As a learning exercise I also have another physical box running three VMs each 
with Tomcat/Geoserver

Apache on the second physical server has the following in the site.conf file



  

ProxyRequests Off

ProxyPass /geoserver balancer://gscluster stickysession=JSESSIONID
ProxyPassReverse /geoserver balancer://gscluster stickysession=JSESSIONID

RequestHeader set Authorization "Basic EncryptedUsername:Password"


  BalancerMember http://IP of 1st VM on SECOND physical 
server:8080/geoserver route=1
  BalancerMember http://IP of 2nd VM on SECOND physical 
server:8080/geoserver route=2
  BalancerMember http://IP of 3rd VM on SECOND physical 
server:8080/geoserver route=3
  BalancerMember http://IP of FIRST physical server/geoserver route=4


  Order allow,deny
  Allow from all
  ProxyPass balancer://gscluster


  




> On 21 Apr 2020, at 09:30, sulu  wrote:
> 
> Hi Russ
> 
> Yes, Proxy base url is set.
> 
> Do you use something similar to
> ProxyPass /geoserver http://:8900/geoserver
> to redirect Geoserver-Requests from Apache to Tomcat?
> 
> Andy
> 
> 
> 
> 
> 
> --
> Sent from: http://osgeo-org.1560.x6.nabble.com/GeoServer-User-f3786390.html
> 
> 
> ___
> Geoserver-users mailing list
> 
> Please make sure you read the following two resources before posting to this 
> list:
> - Earning your support instead of buying it, but Ian Turton: 
> http://www.ianturton.com/talks/foss4g.html#/
> - The GeoServer user list posting guidelines: 
> http://geoserver.org/comm/userlist-guidelines.html
> 
> If you want to request a feature or an improvement, also see this: 
> https://github.com/geoserver/geoserver/wiki/Successfully-requesting-and-integrating-new-features-and-improvements-in-GeoServer
> 
> 
> Geoserver-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/geoserver-users

___
Geoserver-users mailing list

Please make sure you read the following two resources before posting to this 
list:
- Earning your support instead of buying it, but Ian Turton: 
http://www.ianturton.com/talks/foss4g.html#/
- The GeoServer user list posting guidelines: 
http://geoserver.org/comm/userlist-guidelines.html

If you want to request a feature or an improvement, also see this: 
https://github.com/geoserver/geoserver/wiki/Successfully-requesting-and-integrating-new-features-and-improvements-in-GeoServer


Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users


Re: [Geoserver-users] Getting Http 400 bad request in Geoserver-UI

2020-04-21 Thread Russ Hore
Hi Sulu,

I have a couple of VMs running tomcat/geoserver. Apache runs on the physical 
server and load balances between the two VMs. I know it might not be the best 
set up but it is something for me to learn from.

In each VMs geoserver web.xml I have


  GEOSERVER_CSRF_WHITELIST
  IP OF MY APACHE/PHYSICAL SERVER

If I understand it all correctly, as far as each geoserver is concerned, this 
is the IP the requests are coming from

In my sites-enables/site.conf I have


  

ProxyRequests Off

ProxyPass /geoserver balancer://gscluster stickysession=JSESSIONID
ProxyPassReverse /geoserver balancer://gscluster stickysession=JSESSIONID
RequestHeader set Authorization "Basic encryptedpassword"


  BalancerMember http://IPADDRESS1:8080/geoserver route=1
  BalancerMember http://IPADDRESS2:8080/geoserver route=2


  Order allow,deny
  Allow from all
  ProxyPass balancer://gscluster
    

  


Russ

> On 21 Apr 2020, at 09:30, sulu  wrote:
> 
> Hi Russ
> 
> Yes, Proxy base url is set.
> 
> Do you use something similar to
> ProxyPass /geoserver http://:8900/geoserver
> to redirect Geoserver-Requests from Apache to Tomcat?
> 
> Andy
> 
> 
> 
> 
> 
> --
> Sent from: http://osgeo-org.1560.x6.nabble.com/GeoServer-User-f3786390.html
> 
> 
> ___
> Geoserver-users mailing list
> 
> Please make sure you read the following two resources before posting to this 
> list:
> - Earning your support instead of buying it, but Ian Turton: 
> http://www.ianturton.com/talks/foss4g.html#/
> - The GeoServer user list posting guidelines: 
> http://geoserver.org/comm/userlist-guidelines.html
> 
> If you want to request a feature or an improvement, also see this: 
> https://github.com/geoserver/geoserver/wiki/Successfully-requesting-and-integrating-new-features-and-improvements-in-GeoServer
> 
> 
> Geoserver-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/geoserver-users



___
Geoserver-users mailing list

Please make sure you read the following two resources before posting to this 
list:
- Earning your support instead of buying it, but Ian Turton: 
http://www.ianturton.com/talks/foss4g.html#/
- The GeoServer user list posting guidelines: 
http://geoserver.org/comm/userlist-guidelines.html

If you want to request a feature or an improvement, also see this: 
https://github.com/geoserver/geoserver/wiki/Successfully-requesting-and-integrating-new-features-and-improvements-in-GeoServer


Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users


Re: [Geoserver-users] Getting Http 400 bad request in Geoserver-UI

2020-04-21 Thread Russ Hore
Have you set the BaseProxy in Geoserver?

I have GS in Tomcat  9 behind Apache and some forms do not work unless you set 
the base proxy.

Russ

> On 21 Apr 2020, at 07:10, sulu  wrote:
> 
> Hmmm.
> 
> I found something in localhost_access_log.
> All Submit-calls have a problem if not called directly from Tomcat.
> Is there a security-setting for submits i am not aware of?
> 
> Example:
> My local IP: 1.1.1.1
> Apache Ip: 2.2.2.2
> 
> Geoserver ist called from my local IP 1.1.1.1
> 
> Call via Apache leads to Code 400.
> 2.2.2.2 - - [21/Apr/2020:07:58:51 +0200] "POST
> /geoserver/web/wicket/bookmarkable/org.geoserver.web.data.layer.LayerPage?9-1.IBehaviorListener.0-table-filterForm-submit
> HTTP/1.1" 400 1186
> 
> Bypassing Apache leads to Code 200
> 1.1.1.1 - - [21/Apr/2020:07:59:33 +0200] "POST
> /geoserver/web/wicket/bookmarkable/org.geoserver.web.data.layer.LayerPage?9-2.IBehaviorListener.0-table-filterForm-submit
> HTTP/1.1" 200 1629
> 
> 
> 
> 
> 
> 
> 
> --
> Sent from: http://osgeo-org.1560.x6.nabble.com/GeoServer-User-f3786390.html
> 
> 
> ___
> Geoserver-users mailing list
> 
> Please make sure you read the following two resources before posting to this 
> list:
> - Earning your support instead of buying it, but Ian Turton: 
> http://www.ianturton.com/talks/foss4g.html#/
> - The GeoServer user list posting guidelines: 
> http://geoserver.org/comm/userlist-guidelines.html
> 
> If you want to request a feature or an improvement, also see this: 
> https://github.com/geoserver/geoserver/wiki/Successfully-requesting-and-integrating-new-features-and-improvements-in-GeoServer
> 
> 
> Geoserver-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/geoserver-users



___
Geoserver-users mailing list

Please make sure you read the following two resources before posting to this 
list:
- Earning your support instead of buying it, but Ian Turton: 
http://www.ianturton.com/talks/foss4g.html#/
- The GeoServer user list posting guidelines: 
http://geoserver.org/comm/userlist-guidelines.html

If you want to request a feature or an improvement, also see this: 
https://github.com/geoserver/geoserver/wiki/Successfully-requesting-and-integrating-new-features-and-improvements-in-GeoServer


Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users


Re: [Geoserver-users] Corruption at large zoom level

2020-01-27 Thread Russ Hore
Hi all,

Thanks Andria, that works.

I am creating an image mosaic from a number of files. I created the mosaic, 
edited the .properties files and I can zoom all the way in with no corruption.

It might be a bit slower but that is expected I guess.

Many thanks again.

Russ

> On 20 Jan 2020, at 09:53, Daniele Romagnoli 
>  wrote:
> 
> Hi,
> If my memory serves me correctly, the imageMosaic could help with that.
> you may consider trying to configure the file as an imageMosaic (even if it's 
> a single image) and use the ExpandToRGB flag.
> https://docs.geoserver.org/latest/en/user/data/raster/imagemosaic/configuration.html
>  
> <https://docs.geoserver.org/latest/en/user/data/raster/imagemosaic/configuration.html>
>   
> 
> Basically:
> - create a folder
> - put your data inside that folder
> - create an indexer.properties file in that directory with 1 line content ==> 
>ExpandToRGB=true
> - create the imageMosaic coverage store by referring that folder and 
> configure the layer.
> 
> With that flag, it should internally expand paletted imagery to RGB.
> Let us know if that works.
> 
> Regards,
> Daniele
> 
> 
> 
> On Sun, Jan 19, 2020 at 3:06 PM Andrea Aime  <mailto:andrea.a...@geo-solutions.it>> wrote:
> Hi Ian,
> I believe in practice we could consider expanding to RGB before we do 
> affine/warp operations
> against indexed color model images, during rendering, that might provide 
> better output (in theory).
> 
> At some point it was actually done (at least in part, I don't recall the 
> details), 
> but it was causing other issues: 
> https://osgeo-org.atlassian.net/browse/GEOT-6180 
> <https://osgeo-org.atlassian.net/browse/GEOT-6180>
> Given dedicated funding, we could research a different way of working on 
> color mapped images, that would allow
> for improved quality output without incurring in the issues reported in 
> GEOT-6180.
> 
> Cheers
> Andrea
> 
> On Sun, Jan 19, 2020 at 12:22 PM Ian Turton  <mailto:ijtur...@gmail.com>> wrote:
> 
> That is the expected behaviour with a paletted image, the values of two 
> neighbouring pixels have no relationship to each other so any form of 
> averaging is going to produce a wrong result. 
> 
> You could convert them to be RGB images using GDAL (pct2rgb.py) but they will 
> still look a bit mushy when you average them.
> 
> Ian
> 
> On Sat, 18 Jan 2020 at 17:11, Russ Hore  <mailto:r...@russ-hore.co.uk>> wrote:
> I have an issue if I set the WMS default interpolation to anything other than 
> “Nearest neighbour” and zoom in.
> 
> OS : Ubuntu 19.01
> 
> 
> If I set the interpolation to Bilinear or Bicubic, at the same zoom level I 
> see;
> 
> 
> 
> The back end tiles are generated from TIFF files using;
> 
> gdalbuildvrt -a_srs EPSG:27700 outfile.vrt *tif
> gdal_translate -of GTiff -r nearest -a_srs EPSG:27700 outfile.vrt 
> mergedfile.tif
> 
> 
> 
> ___
> Geoserver-users mailing list
> 
> Please make sure you read the following two resources before posting to this 
> list:
> - Earning your support instead of buying it, but Ian Turton: 
> http://www.ianturton.com/talks/foss4g.html#/ 
> <http://www.ianturton.com/talks/foss4g.html#/>
> - The GeoServer user list posting guidelines: 
> http://geoserver.org/comm/userlist-guidelines.html 
> <http://geoserver.org/comm/userlist-guidelines.html>
> 
> If you want to request a feature or an improvement, also see this: 
> https://github.com/geoserver/geoserver/wiki/Successfully-requesting-and-integrating-new-features-and-improvements-in-GeoServer
>  
> <https://github.com/geoserver/geoserver/wiki/Successfully-requesting-and-integrating-new-features-and-improvements-in-GeoServer>
> 
> 
> Geoserver-users@lists.sourceforge.net 
> <mailto:Geoserver-users@lists.sourceforge.net>
> https://lists.sourceforge.net/lists/listinfo/geoserver-users 
> <https://lists.sourceforge.net/lists/listinfo/geoserver-users>
> 
> 
> 
> -- 
> Ian Turton
> ___
> Geoserver-users mailing list
> 
> Please make sure you read the following two resources before posting to this 
> list:
> - Earning your support instead of buying it, but Ian Turton: 
> http://www.ianturton.com/talks/foss4g.html#/ 
> <http://www.ianturton.com/talks/foss4g.html#/>
> - The GeoServer user list posting guidelines: 
> http://geoserver.org/comm/userlist-guidelines.html 
> <http://geoserver.org/comm/userlist-guidelines.html>
> 
> If you want to request a feature or an improvement, also see this: 
> https://github.com/geoserver/geoserver/wi

Re: [Geoserver-users] Vector Tile very slow rendering

2019-12-20 Thread Russ Hore
Hi Umberto,

With respect to the last bit;

> After less than 5 minutes, apparently the process ended successfully, but 
> under disk usage I still se N/A.

I think you only see the amount used if you have Disk Quota turned on.

Russ

> On 17 Dec 2019, at 11:43, umbertofilippo  wrote:
> 
> Hello all,
> 
> I am using Geoserver 2.16.1 with Vector Tile extension.
> I was able to publish a multipoint ShapeFile as a vector tile and see it in
> my OpenLayers 6 application.
> However, the service is very slow.
> I am using the application/vnd.mapbox-vector-tile format as suggested in
> https://docs.geoserver.org/stable/en/user/extensions/vectortiles/tutorial.html.
> The layer contains millions of points, and as the extent I am viewing is
> large the points get very long to display on the map.
> Their projection is 900913 and the view of my map is 3857, so I guess this
> is fine as there should be no reprojection going on slowing down the
> process.
> I tried to seed the cache going to speed up everything.
> I went into Tile Caching -> Tile Layers ->  and clicking the
> "Seed/Truncate" link.
> Then, I chose:
> - Type of operation: Seed - generate missing tiles
> - grid set: EPSG:900913
> - format: application/vnd.mapbox-vector-tile
> - scale: 0 to 14.
> and pressed submit.
> After less than 5 minutes, apparently the process ended successfully, but
> under disk usage I still se N/A.
> So I guess that no cache has been seeded, right?
> What am I doing wrong? Is it not the best choice to use vector tile for my
> dataset?
> 
> Thanks in advance.
> 
> Umberto
> 
> 
> 
> 
> --
> Sent from: http://osgeo-org.1560.x6.nabble.com/GeoServer-User-f3786390.html
> 
> 
> ___
> Geoserver-users mailing list
> 
> Please make sure you read the following two resources before posting to this 
> list:
> - Earning your support instead of buying it, but Ian Turton: 
> http://www.ianturton.com/talks/foss4g.html#/
> - The GeoServer user list posting guidelines: 
> http://geoserver.org/comm/userlist-guidelines.html
> 
> If you want to request a feature or an improvement, also see this: 
> https://github.com/geoserver/geoserver/wiki/Successfully-requesting-and-integrating-new-features-and-improvements-in-GeoServer
> 
> 
> Geoserver-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/geoserver-users



___
Geoserver-users mailing list

Please make sure you read the following two resources before posting to this 
list:
- Earning your support instead of buying it, but Ian Turton: 
http://www.ianturton.com/talks/foss4g.html#/
- The GeoServer user list posting guidelines: 
http://geoserver.org/comm/userlist-guidelines.html

If you want to request a feature or an improvement, also see this: 
https://github.com/geoserver/geoserver/wiki/Successfully-requesting-and-integrating-new-features-and-improvements-in-GeoServer


Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users


Re: [Geoserver-users] ImagePyramid publish error

2019-06-03 Thread Russ Hore
It is worth replying to the list so everybody knows what you have tried.

Are you on Linux/Windows?

Russ

> On 3 Jun 2019, at 08:23, vizes dzso  wrote:
> 
> Thanks Russ.
> 
> I check the path and path is OK. Something else not working.
> 
> Joe
> 
> 
> On Monday, June 3, 2019, 10:16:54 AM GMT+3, Russ Hore  
> wrote:
> 
> 
> Have you checked the path to the files?
> 
> > Failed to load granule file:/home/mapbender/pyramid/0/sfgh_001_001.tif
> 
> Russ
> 
>> On 3 Jun 2019, at 07:21, vizes dzso via Geoserver-users 
>> > <mailto:geoserver-users@lists.sourceforge.net>> wrote:
>> 
>> Hello,
>> 
>> I have a big 27Gbytes Geotif. I load it and publish, cached layer ect. and 
>> works.
>> 
>> I like to try as ImagePyramid.
>> 
>> From QGIS I made pyramids with gdal_retile.
>> 
>> Create a ImagePyramid Store. No problem, next screen shows available layers 
>> to publish within the store. When I click on a layer to publish, it gives:
>> See attachment (Error.txt)
>> 
>> ___
>> Geoserver-users mailing list
>> 
>> Please make sure you read the following two resources before posting to this 
>> list:
>> - Earning your support instead of buying it, but Ian Turton: 
>> http://www.ianturton.com/talks/foss4g.html#/ 
>> <http://www.ianturton.com/talks/foss4g.html#/>
>> - The GeoServer user list posting guidelines: 
>> http://geoserver.org/comm/userlist-guidelines.html 
>> <http://geoserver.org/comm/userlist-guidelines.html>
>> 
>> If you want to request a feature or an improvement, also see this: 
>> https://github.com/geoserver/geoserver/wiki/Successfully-requesting-and-integrating-new-features-and-improvements-in-GeoServer
>>  
>> <https://github.com/geoserver/geoserver/wiki/Successfully-requesting-and-integrating-new-features-and-improvements-in-GeoServer>
>> 
>> 
>> Geoserver-users@lists.sourceforge.net 
>> <mailto:Geoserver-users@lists.sourceforge.net>
>> https://lists.sourceforge.net/lists/listinfo/geoserver-users
> 

___
Geoserver-users mailing list

Please make sure you read the following two resources before posting to this 
list:
- Earning your support instead of buying it, but Ian Turton: 
http://www.ianturton.com/talks/foss4g.html#/
- The GeoServer user list posting guidelines: 
http://geoserver.org/comm/userlist-guidelines.html

If you want to request a feature or an improvement, also see this: 
https://github.com/geoserver/geoserver/wiki/Successfully-requesting-and-integrating-new-features-and-improvements-in-GeoServer


Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users


Re: [Geoserver-users] ImagePyramid publish error

2019-06-03 Thread Russ Hore
Have you checked the path to the files?

> Failed to load granule file:/home/mapbender/pyramid/0/sfgh_001_001.tif

Russ

> On 3 Jun 2019, at 07:21, vizes dzso via Geoserver-users 
>  wrote:
> 
> Hello,
> 
> I have a big 27Gbytes Geotif. I load it and publish, cached layer ect. and 
> works.
> 
> I like to try as ImagePyramid.
> 
> From QGIS I made pyramids with gdal_retile.
> 
> Create a ImagePyramid Store. No problem, next screen shows available layers 
> to publish within the store. When I click on a layer to publish, it gives:
> See attachment (Error.txt)
> 
> ___
> Geoserver-users mailing list
> 
> Please make sure you read the following two resources before posting to this 
> list:
> - Earning your support instead of buying it, but Ian Turton: 
> http://www.ianturton.com/talks/foss4g.html#/
> - The GeoServer user list posting guidelines: 
> http://geoserver.org/comm/userlist-guidelines.html
> 
> If you want to request a feature or an improvement, also see this: 
> https://github.com/geoserver/geoserver/wiki/Successfully-requesting-and-integrating-new-features-and-improvements-in-GeoServer
> 
> 
> Geoserver-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/geoserver-users

___
Geoserver-users mailing list

Please make sure you read the following two resources before posting to this 
list:
- Earning your support instead of buying it, but Ian Turton: 
http://www.ianturton.com/talks/foss4g.html#/
- The GeoServer user list posting guidelines: 
http://geoserver.org/comm/userlist-guidelines.html

If you want to request a feature or an improvement, also see this: 
https://github.com/geoserver/geoserver/wiki/Successfully-requesting-and-integrating-new-features-and-improvements-in-GeoServer


Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users


Re: [Geoserver-users] /data directory not writeable

2019-05-20 Thread Russ Hore
draug...@gmail.com mailed me privately

The solution he described is as follows;

———
looks like i got the same "data directory not writable" error and look what i 
found:

there is a file /lib/systemd/system/tomcat9.service

and it has lines:
ReadWritePaths=/etc/tomcat9/Catalina/
ReadWritePaths=/var/lib/tomcat9/webapps/

i just added new line with my path to it and it worked

maybe it will help ya too

sorry for my eng it isn't my native language
and good luck (:
———

I added the path to mt /data/ directory and all is working fine now. GS2.15.1 
on OpenJDK 11

Russ


> On 26 Apr 2019, at 10:25, Andrea Aime  wrote:
> 
> Strange... the error message comes from GeoWebCache:
> 
> https://github.com/GeoWebCache/geowebcache/blob/5e913193ff50a61ef9dd63a87887189352fa6b21/geowebcache/core/src/main/java/org/geowebcache/storage/DefaultStorageFinder.java#L124
>  
> <https://github.com/GeoWebCache/geowebcache/blob/5e913193ff50a61ef9dd63a87887189352fa6b21/geowebcache/core/src/main/java/org/geowebcache/storage/DefaultStorageFinder.java#L124>
> 
> but a "blame" shows this code has not been touched in 10 years:
> 
> https://github.com/GeoWebCache/geowebcache/blame/5e913193ff50a61ef9dd63a87887189352fa6b21/geowebcache/core/src/main/java/org/geowebcache/storage/DefaultStorageFinder.java#L124
>  
> <https://github.com/GeoWebCache/geowebcache/blame/5e913193ff50a61ef9dd63a87887189352fa6b21/geowebcache/core/src/main/java/org/geowebcache/storage/DefaultStorageFinder.java#L124>
> 
> So yes, maybe a java 11 thing, though I don't know what exactly.
> 
> Cheers
> Andrea
> 
> 
> On Fri, Apr 26, 2019 at 11:00 AM Russ Hore  <mailto:r...@russ-hore.co.uk>> wrote:
> OK. I have not solved it but have done some research;
> 1) Installed clean Ubuntu 18.04.2
> 2) apt-get update / upgrade etc
> 3) Installed tomcat9
> 4) Copied 2.15 GeoServer.war to /var/lib/tomcat9/webapps
> GeoServer started
> 5) created /data, chown tomcat:tomcat /data/
> 6) restarted tomcat9, and got the original error “which is not writeable”
> 7) Installed GeoServer 2.14
> 8) It won’t run under java 11 I assume
> 9) Installed OpenJDK 1.8.0_191
> 10) Installed tomcat8
> 11) Installed GeoServer.war
> 12) Edited web.xml to set DATA_DIR
> 13) GeoServer started and used /data as DATA dir.
> 
> I am not sure where to look now but if anybody has things they want me to 
> look at I have some spare time.
> 
> I may try tomcat8/Java 8 on Ubuntu 19.04 later.
> 
> Russ
> 
>> On 26 Apr 2019, at 08:42, Russ Hore > <mailto:r...@russ-hore.co.uk>> wrote:
>> 
>> Hi Benoit,
>> 
>> Good suggestion, (and I might be missing something obvious),  but I am using 
>> an absolute path.
>> 
>> /data exists under the root filesystem
>> 
>> This is the way I have set up GeoServer before so I can easily upgrade. 
>> Maybe something has changed between Ubuntu 18 & 19
>> 
>> I am about to do a clean install of Ubuntu 18 so will ley the list know.
>> 
>> Russ
>>> On 26 Apr 2019, at 08:18, DEGRÈVE Benoît >> <mailto:b.degr...@issep.be>> wrote:
>>> 
>>> Hi all,
>>>  
>>> Russ, I would like to help but I may be wrong : have you already tried an 
>>> absolute path instead ?
>>>  
>>> I say that because I’ve recently change my web.xml to direct Geoserver to 
>>> save cached tiles in a geoserver (+tomcat) subdirectory and I used an 
>>> absolute path, and it works without changing anything else.
>>>  
>>> And if you want to use a relative path, maybe you should use « ./data/ » 
>>> instead of « /data/ »
>>>  
>>> Hope it helps,
>>>  
>>> Benoît DEGRÈVE
>>> Risques sous-sols et cartographie
>>> 
>>> Bachelier en gestion de données et cartographie
>>> 
>>> 
>>>  
>>> De : Russ Hore [mailto:r...@russ-hore.co.uk <mailto:r...@russ-hore.co.uk>] 
>>> Envoyé : jeudi 25 avril 2019 18:52
>>> À : Ian Turton
>>> Cc : geoserver-users@lists.sourceforge.net 
>>> <mailto:geoserver-users@lists.sourceforge.net>
>>> Objet : Re: [Geoserver-users] /data directory not writeable
>>>  
>>> # ls -ld /data
>>> drwxrwxrwx 2 tomcat tomcat 4096 Apr 25 15:10 /data
>>>  
>>>  
>>> For info.,
>>>  
>>> # ps -efl |grep tomcat
>>> 4 S tomcat1232 1 49  80   0 - 1716271 futex_ 16:49 ?  00:00:46 
>>> /usr/lib/jvm/default-java/bin/java 
>>> -Djava.util.logging.config.file=/var/lib/tomcat9/conf/logging.properties 
>>> -Djava.util.logging.manager=org.apache.juli.Cla

Re: [Geoserver-users] /data directory not writeable

2019-04-26 Thread Russ Hore
OK. I have not solved it but have done some research;
1) Installed clean Ubuntu 18.04.2
2) apt-get update / upgrade etc
3) Installed tomcat9
4) Copied 2.15 GeoServer.war to /var/lib/tomcat9/webapps
GeoServer started
5) created /data, chown tomcat:tomcat /data/
6) restarted tomcat9, and got the original error “which is not writeable”
7) Installed GeoServer 2.14
8) It won’t run under java 11 I assume
9) Installed OpenJDK 1.8.0_191
10) Installed tomcat8
11) Installed GeoServer.war
12) Edited web.xml to set DATA_DIR
13) GeoServer started and used /data as DATA dir.

I am not sure where to look now but if anybody has things they want me to look 
at I have some spare time.

I may try tomcat8/Java 8 on Ubuntu 19.04 later.

Russ

> On 26 Apr 2019, at 08:42, Russ Hore  wrote:
> 
> Hi Benoit,
> 
> Good suggestion, (and I might be missing something obvious),  but I am using 
> an absolute path.
> 
> /data exists under the root filesystem
> 
> This is the way I have set up GeoServer before so I can easily upgrade. Maybe 
> something has changed between Ubuntu 18 & 19
> 
> I am about to do a clean install of Ubuntu 18 so will ley the list know.
> 
> Russ
>> On 26 Apr 2019, at 08:18, DEGRÈVE Benoît > <mailto:b.degr...@issep.be>> wrote:
>> 
>> Hi all,
>>  
>> Russ, I would like to help but I may be wrong : have you already tried an 
>> absolute path instead ?
>>  
>> I say that because I’ve recently change my web.xml to direct Geoserver to 
>> save cached tiles in a geoserver (+tomcat) subdirectory and I used an 
>> absolute path, and it works without changing anything else.
>>  
>> And if you want to use a relative path, maybe you should use « ./data/ » 
>> instead of « /data/ »
>>  
>> Hope it helps,
>>  
>> Benoît DEGRÈVE
>> Risques sous-sols et cartographie
>> 
>> Bachelier en gestion de données et cartographie
>> 
>> 
>>  
>> De : Russ Hore [mailto:r...@russ-hore.co.uk <mailto:r...@russ-hore.co.uk>] 
>> Envoyé : jeudi 25 avril 2019 18:52
>> À : Ian Turton
>> Cc : geoserver-users@lists.sourceforge.net 
>> <mailto:geoserver-users@lists.sourceforge.net>
>> Objet : Re: [Geoserver-users] /data directory not writeable
>>  
>> # ls -ld /data
>> drwxrwxrwx 2 tomcat tomcat 4096 Apr 25 15:10 /data
>>  
>>  
>> For info.,
>>  
>> # ps -efl |grep tomcat
>> 4 S tomcat1232 1 49  80   0 - 1716271 futex_ 16:49 ?  00:00:46 
>> /usr/lib/jvm/default-java/bin/java 
>> -Djava.util.logging.config.file=/var/lib/tomcat9/conf/logging.properties 
>> -Djava.util.logging.manager=org.apache.juli.ClassLoaderLogManager 
>> -Djava.awt.headless=true -XX:+UseG1GC -Djdk.tls.ephemeralDHKeySize=2048 
>> -Djava.protocol.handler.pkgs=org.apache.catalina.webresources 
>> -Dorg.apache.catalina.security.SecurityListener.UMASK=0027 
>> -DGEOSERVER_DATA_DIR=/data -Dignore.endorsed.dirs= -classpath 
>> /usr/share/tomcat9/bin/bootstrap.jar:/usr/share/tomcat9/bin/tomcat-juli.jar 
>> -Dcatalina.base=/var/lib/tomcat9 -Dcatalina.home=/usr/share/tomcat9 
>> -Djava.io.tmpdir=/tmp org.apache.catalina.startup.Bootstrap start
>>  
>> Russ
>> 
>> 
>> On 25 Apr 2019, at 17:22, Ian Turton > <mailto:ijtur...@gmail.com>> wrote:
>>  
>> can you paste the result of "ls -ld /data" in here, I suspect that is isn't 
>> what you think it is
>>  
>> Ian
>>  
>> On Thu, 25 Apr 2019 at 17:05, Russ Hore > <mailto:r...@russ-hore.co.uk>> wrote:
>> I have just done a clean installation of Ubuntu 19.04, installed Tomcat 9, 
>> installed OpenJDK 11 and installed GS 2.15
>>  
>> I have a folder called /data to which I point GeoServer by editing web.xml
>>  
>>
>>GEOSERVER_DATA_DIR
>>/data/
>> 
>>  
>> Now when I start GeoServer I get an error in /var/log/syslog saying /data is 
>> not writeable !
>>  
>> Apr 25 15:14:05 hostname tomcat9[13480]: 25 Apr 15:14:05 ERROR 
>> [storage.DefaultStorageFinder] - Found Servlet context parameter 
>> GEOSERVER_DATA_DIR set to /data/ , which is not writeable
>>  
>> Tomcat is running as user ‘tomcat’. The /data folder is owned by tomcat with 
>> permissions 777 (I know that is not the best but I am trying to get things 
>> working)
>>  
>> I have tried setting the data folder in her setclasspath.sh
>>  
>> CATALINA_OPTS="-DGEOSERVER_DATA_DIR=/data"
>>  
>> But I get the same error.
>>  
>> Has anybody else seen this?
>>  
>> Russ
>> ___

Re: [Geoserver-users] /data directory not writeable

2019-04-26 Thread Russ Hore
Hi Benoit,

Good suggestion, (and I might be missing something obvious),  but I am using an 
absolute path.

/data exists under the root filesystem

This is the way I have set up GeoServer before so I can easily upgrade. Maybe 
something has changed between Ubuntu 18 & 19

I am about to do a clean install of Ubuntu 18 so will ley the list know.

Russ
> On 26 Apr 2019, at 08:18, DEGRÈVE Benoît  wrote:
> 
> Hi all,
>  
> Russ, I would like to help but I may be wrong : have you already tried an 
> absolute path instead ?
>  
> I say that because I’ve recently change my web.xml to direct Geoserver to 
> save cached tiles in a geoserver (+tomcat) subdirectory and I used an 
> absolute path, and it works without changing anything else.
>  
> And if you want to use a relative path, maybe you should use « ./data/ » 
> instead of « /data/ »
>  
> Hope it helps,
>  
> Benoît DEGRÈVE
> Risques sous-sols et cartographie
> 
> Bachelier en gestion de données et cartographie
> 
> 
>  
> De : Russ Hore [mailto:r...@russ-hore.co.uk] 
> Envoyé : jeudi 25 avril 2019 18:52
> À : Ian Turton
> Cc : geoserver-users@lists.sourceforge.net
> Objet : Re: [Geoserver-users] /data directory not writeable
>  
> # ls -ld /data
> drwxrwxrwx 2 tomcat tomcat 4096 Apr 25 15:10 /data
>  
>  
> For info.,
>  
> # ps -efl |grep tomcat
> 4 S tomcat1232 1 49  80   0 - 1716271 futex_ 16:49 ?  00:00:46 
> /usr/lib/jvm/default-java/bin/java 
> -Djava.util.logging.config.file=/var/lib/tomcat9/conf/logging.properties 
> -Djava.util.logging.manager=org.apache.juli.ClassLoaderLogManager 
> -Djava.awt.headless=true -XX:+UseG1GC -Djdk.tls.ephemeralDHKeySize=2048 
> -Djava.protocol.handler.pkgs=org.apache.catalina.webresources 
> -Dorg.apache.catalina.security.SecurityListener.UMASK=0027 
> -DGEOSERVER_DATA_DIR=/data -Dignore.endorsed.dirs= -classpath 
> /usr/share/tomcat9/bin/bootstrap.jar:/usr/share/tomcat9/bin/tomcat-juli.jar 
> -Dcatalina.base=/var/lib/tomcat9 -Dcatalina.home=/usr/share/tomcat9 
> -Djava.io.tmpdir=/tmp org.apache.catalina.startup.Bootstrap start
>  
> Russ
> 
> 
> On 25 Apr 2019, at 17:22, Ian Turton  <mailto:ijtur...@gmail.com>> wrote:
>  
> can you paste the result of "ls -ld /data" in here, I suspect that is isn't 
> what you think it is
>  
> Ian
>  
> On Thu, 25 Apr 2019 at 17:05, Russ Hore  <mailto:r...@russ-hore.co.uk>> wrote:
> I have just done a clean installation of Ubuntu 19.04, installed Tomcat 9, 
> installed OpenJDK 11 and installed GS 2.15
>  
> I have a folder called /data to which I point GeoServer by editing web.xml
>  
>
>GEOSERVER_DATA_DIR
>/data/
> 
>  
> Now when I start GeoServer I get an error in /var/log/syslog saying /data is 
> not writeable !
>  
> Apr 25 15:14:05 hostname tomcat9[13480]: 25 Apr 15:14:05 ERROR 
> [storage.DefaultStorageFinder] - Found Servlet context parameter 
> GEOSERVER_DATA_DIR set to /data/ , which is not writeable
>  
> Tomcat is running as user ‘tomcat’. The /data folder is owned by tomcat with 
> permissions 777 (I know that is not the best but I am trying to get things 
> working)
>  
> I have tried setting the data folder in her setclasspath.sh
>  
> CATALINA_OPTS="-DGEOSERVER_DATA_DIR=/data"
>  
> But I get the same error.
>  
> Has anybody else seen this?
>  
> Russ
> ___
> Geoserver-users mailing list
> 
> Please make sure you read the following two resources before posting to this 
> list:
> - Earning your support instead of buying it, but Ian Turton: 
> http://www.ianturton.com/talks/foss4g.html#/ 
> <http://www.ianturton.com/talks/foss4g.html#/>
> - The GeoServer user list posting guidelines: 
> http://geoserver.org/comm/userlist-guidelines.html 
> <http://geoserver.org/comm/userlist-guidelines.html>
> 
> If you want to request a feature or an improvement, also see this: 
> https://github.com/geoserver/geoserver/wiki/Successfully-requesting-and-integrating-new-features-and-improvements-in-GeoServer
>  
> <https://github.com/geoserver/geoserver/wiki/Successfully-requesting-and-integrating-new-features-and-improvements-in-GeoServer>
> 
> 
> Geoserver-users@lists.sourceforge.net 
> <mailto:Geoserver-users@lists.sourceforge.net>
> https://lists.sourceforge.net/lists/listinfo/geoserver-users 
> <https://lists.sourceforge.net/lists/listinfo/geoserver-users>
> 
>  
> -- 
> Ian Turton

___
Geoserver-users mailing list

Please make sure you read the following two resources before posting to this 
list:
- Earning your support instea

Re: [Geoserver-users] /data directory not writeable

2019-04-26 Thread Russ Hore
Hi Panagiotis,

Good idea but it is tomcat;

# cat /etc/shadow|grep tom
tomcat:!!:18011::
# 

Russ

> On 26 Apr 2019, at 08:13, Panagiotis Kountouris  
> wrote:
> 
> Hi Russ,
> 
> could you please list your users with a "sudo less /etc/shadow" ? I think you 
> will see that your user is tomcat9 and not tomcat. If thats the case try to 
> change ownership of your data folder by sudo chown -R tomcat9:tomcat9 /data
> 
> hope that helps.
> 
> Best regards,
> 
> Panagiotis
> 
> 
> 
> 
> 
> On 26.04.19 08:48, Russ Hore wrote:
>> I will try a clean install to Ubuntu 18.04 with the same Java etc and see 
>> what happens.
>> 
>> Russ
>> 
>>> On 25 Apr 2019, at 17:51, Russ Hore >> <mailto:r...@russ-hore.co.uk>> wrote:
>>> 
>>> # ls -ld /data
>>> drwxrwxrwx 2 tomcat tomcat 4096 Apr 25 15:10 /data
>>> 
>>> 
>>> For info.,
>>> 
>>> # ps -efl |grep tomcat
>>> 4 S tomcat1232 1 49  80   0 - 1716271 futex_ 16:49 ?  00:00:46 
>>> /usr/lib/jvm/default-java/bin/java 
>>> -Djava.util.logging.config.file=/var/lib/tomcat9/conf/logging.properties 
>>> -Djava.util.logging.manager=org.apache.juli.ClassLoaderLogManager 
>>> -Djava.awt.headless=true -XX:+UseG1GC -Djdk.tls.ephemeralDHKeySize=2048 
>>> -Djava.protocol.handler.pkgs=org.apache.catalina.webresources 
>>> -Dorg.apache.catalina.security.SecurityListener.UMASK=0027 
>>> -DGEOSERVER_DATA_DIR=/data -Dignore.endorsed.dirs= -classpath 
>>> /usr/share/tomcat9/bin/bootstrap.jar:/usr/share/tomcat9/bin/tomcat-juli.jar 
>>> -Dcatalina.base=/var/lib/tomcat9 -Dcatalina.home=/usr/share/tomcat9 
>>> -Djava.io.tmpdir=/tmp org.apache.catalina.startup.Bootstrap start
>>> 
>>> Russ
>>> 
>>>> On 25 Apr 2019, at 17:22, Ian Turton >>> <mailto:ijtur...@gmail.com>> wrote:
>>>> 
>>>> can you paste the result of "ls -ld /data" in here, I suspect that is 
>>>> isn't what you think it is
>>>> 
>>>> Ian
>>>> 
>>>> On Thu, 25 Apr 2019 at 17:05, Russ Hore >>> <mailto:r...@russ-hore.co.uk>> wrote:
>>>> I have just done a clean installation of Ubuntu 19.04, installed Tomcat 9, 
>>>> installed OpenJDK 11 and installed GS 2.15
>>>> 
>>>> I have a folder called /data to which I point GeoServer by editing web.xml
>>>> 
>>>>
>>>>GEOSERVER_DATA_DIR
>>>>/data/
>>>> 
>>>> 
>>>> Now when I start GeoServer I get an error in /var/log/syslog saying /data 
>>>> is not writeable !
>>>> 
>>>> Apr 25 15:14:05 hostname tomcat9[13480]: 25 Apr 15:14:05 ERROR 
>>>> [storage.DefaultStorageFinder] - Found Servlet context parameter 
>>>> GEOSERVER_DATA_DIR set to /data/ , which is not writeable
>>>> 
>>>> Tomcat is running as user ‘tomcat’. The /data folder is owned by tomcat 
>>>> with permissions 777 (I know that is not the best but I am trying to get 
>>>> things working)
>>>> 
>>>> I have tried setting the data folder in her setclasspath.sh
>>>> 
>>>> CATALINA_OPTS="-DGEOSERVER_DATA_DIR=/data"
>>>> 
>>>> But I get the same error.
>>>> 
>>>> Has anybody else seen this?
>>>> 
>>>> Russ
>>>> ___
>>>> Geoserver-users mailing list
>>>> 
>>>> Please make sure you read the following two resources before posting to 
>>>> this list:
>>>> - Earning your support instead of buying it, but Ian Turton: 
>>>> http://www.ianturton.com/talks/foss4g.html#/ 
>>>> <http://www.ianturton.com/talks/foss4g.html#/>
>>>> - The GeoServer user list posting guidelines: 
>>>> http://geoserver.org/comm/userlist-guidelines.html 
>>>> <http://geoserver.org/comm/userlist-guidelines.html>
>>>> 
>>>> If you want to request a feature or an improvement, also see this: 
>>>> https://github.com/geoserver/geoserver/wiki/Successfully-requesting-and-integrating-new-features-and-improvements-in-GeoServer
>>>>  
>>>> <https://github.com/geoserver/geoserver/wiki/Successfully-requesting-and-integrating-new-features-and-improvements-in-GeoServer>
>>>> 
>>>> 
>>>> Geoserver-users@lists.sourceforge.net 
>>

Re: [Geoserver-users] /data directory not writeable

2019-04-26 Thread Russ Hore
I will try a clean install to Ubuntu 18.04 with the same Java etc and see what 
happens.

Russ

> On 25 Apr 2019, at 17:51, Russ Hore  wrote:
> 
> # ls -ld /data
> drwxrwxrwx 2 tomcat tomcat 4096 Apr 25 15:10 /data
> 
> 
> For info.,
> 
> # ps -efl |grep tomcat
> 4 S tomcat1232 1 49  80   0 - 1716271 futex_ 16:49 ?  00:00:46 
> /usr/lib/jvm/default-java/bin/java 
> -Djava.util.logging.config.file=/var/lib/tomcat9/conf/logging.properties 
> -Djava.util.logging.manager=org.apache.juli.ClassLoaderLogManager 
> -Djava.awt.headless=true -XX:+UseG1GC -Djdk.tls.ephemeralDHKeySize=2048 
> -Djava.protocol.handler.pkgs=org.apache.catalina.webresources 
> -Dorg.apache.catalina.security.SecurityListener.UMASK=0027 
> -DGEOSERVER_DATA_DIR=/data -Dignore.endorsed.dirs= -classpath 
> /usr/share/tomcat9/bin/bootstrap.jar:/usr/share/tomcat9/bin/tomcat-juli.jar 
> -Dcatalina.base=/var/lib/tomcat9 -Dcatalina.home=/usr/share/tomcat9 
> -Djava.io.tmpdir=/tmp org.apache.catalina.startup.Bootstrap start
> 
> Russ
> 
>> On 25 Apr 2019, at 17:22, Ian Turton > <mailto:ijtur...@gmail.com>> wrote:
>> 
>> can you paste the result of "ls -ld /data" in here, I suspect that is isn't 
>> what you think it is
>> 
>> Ian
>> 
>> On Thu, 25 Apr 2019 at 17:05, Russ Hore > <mailto:r...@russ-hore.co.uk>> wrote:
>> I have just done a clean installation of Ubuntu 19.04, installed Tomcat 9, 
>> installed OpenJDK 11 and installed GS 2.15
>> 
>> I have a folder called /data to which I point GeoServer by editing web.xml
>> 
>>
>>GEOSERVER_DATA_DIR
>>/data/
>> 
>> 
>> Now when I start GeoServer I get an error in /var/log/syslog saying /data is 
>> not writeable !
>> 
>> Apr 25 15:14:05 hostname tomcat9[13480]: 25 Apr 15:14:05 ERROR 
>> [storage.DefaultStorageFinder] - Found Servlet context parameter 
>> GEOSERVER_DATA_DIR set to /data/ , which is not writeable
>> 
>> Tomcat is running as user ‘tomcat’. The /data folder is owned by tomcat with 
>> permissions 777 (I know that is not the best but I am trying to get things 
>> working)
>> 
>> I have tried setting the data folder in her setclasspath.sh
>> 
>> CATALINA_OPTS="-DGEOSERVER_DATA_DIR=/data"
>> 
>> But I get the same error.
>> 
>> Has anybody else seen this?
>> 
>> Russ
>> ___
>> Geoserver-users mailing list
>> 
>> Please make sure you read the following two resources before posting to this 
>> list:
>> - Earning your support instead of buying it, but Ian Turton: 
>> http://www.ianturton.com/talks/foss4g.html#/ 
>> <http://www.ianturton.com/talks/foss4g.html#/>
>> - The GeoServer user list posting guidelines: 
>> http://geoserver.org/comm/userlist-guidelines.html 
>> <http://geoserver.org/comm/userlist-guidelines.html>
>> 
>> If you want to request a feature or an improvement, also see this: 
>> https://github.com/geoserver/geoserver/wiki/Successfully-requesting-and-integrating-new-features-and-improvements-in-GeoServer
>>  
>> <https://github.com/geoserver/geoserver/wiki/Successfully-requesting-and-integrating-new-features-and-improvements-in-GeoServer>
>> 
>> 
>> Geoserver-users@lists.sourceforge.net 
>> <mailto:Geoserver-users@lists.sourceforge.net>
>> https://lists.sourceforge.net/lists/listinfo/geoserver-users 
>> <https://lists.sourceforge.net/lists/listinfo/geoserver-users>
>> 
>> 
>> -- 
>> Ian Turton
> 
> ___
> Geoserver-users mailing list
> 
> Please make sure you read the following two resources before posting to this 
> list:
> - Earning your support instead of buying it, but Ian Turton: 
> http://www.ianturton.com/talks/foss4g.html#/
> - The GeoServer user list posting guidelines: 
> http://geoserver.org/comm/userlist-guidelines.html
> 
> If you want to request a feature or an improvement, also see this: 
> https://github.com/geoserver/geoserver/wiki/Successfully-requesting-and-integrating-new-features-and-improvements-in-GeoServer
> 
> 
> Geoserver-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/geoserver-users

___
Geoserver-users mailing list

Please make sure you read the following two resources before posting to this 
list:
- Earning your support instead of buying it, but Ian Turton: 
http://www.ianturton.com/talks/foss4g.html#/
- The GeoServer user list posting guidelines: 
http://geoserver.org/comm/userlist-guidelines.html

If you want to request a feature or an improvement, also see this: 
https://github.com/geoserver/geoserver/wiki/Successfully-requesting-and-integrating-new-features-and-improvements-in-GeoServer


Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users


Re: [Geoserver-users] /data directory not writeable

2019-04-25 Thread Russ Hore
# ls -ld /data
drwxrwxrwx 2 tomcat tomcat 4096 Apr 25 15:10 /data


For info.,

# ps -efl |grep tomcat
4 S tomcat1232 1 49  80   0 - 1716271 futex_ 16:49 ?  00:00:46 
/usr/lib/jvm/default-java/bin/java 
-Djava.util.logging.config.file=/var/lib/tomcat9/conf/logging.properties 
-Djava.util.logging.manager=org.apache.juli.ClassLoaderLogManager 
-Djava.awt.headless=true -XX:+UseG1GC -Djdk.tls.ephemeralDHKeySize=2048 
-Djava.protocol.handler.pkgs=org.apache.catalina.webresources 
-Dorg.apache.catalina.security.SecurityListener.UMASK=0027 
-DGEOSERVER_DATA_DIR=/data -Dignore.endorsed.dirs= -classpath 
/usr/share/tomcat9/bin/bootstrap.jar:/usr/share/tomcat9/bin/tomcat-juli.jar 
-Dcatalina.base=/var/lib/tomcat9 -Dcatalina.home=/usr/share/tomcat9 
-Djava.io.tmpdir=/tmp org.apache.catalina.startup.Bootstrap start

Russ

> On 25 Apr 2019, at 17:22, Ian Turton  wrote:
> 
> can you paste the result of "ls -ld /data" in here, I suspect that is isn't 
> what you think it is
> 
> Ian
> 
> On Thu, 25 Apr 2019 at 17:05, Russ Hore  <mailto:r...@russ-hore.co.uk>> wrote:
> I have just done a clean installation of Ubuntu 19.04, installed Tomcat 9, 
> installed OpenJDK 11 and installed GS 2.15
> 
> I have a folder called /data to which I point GeoServer by editing web.xml
> 
>
>GEOSERVER_DATA_DIR
>/data/
> 
> 
> Now when I start GeoServer I get an error in /var/log/syslog saying /data is 
> not writeable !
> 
> Apr 25 15:14:05 hostname tomcat9[13480]: 25 Apr 15:14:05 ERROR 
> [storage.DefaultStorageFinder] - Found Servlet context parameter 
> GEOSERVER_DATA_DIR set to /data/ , which is not writeable
> 
> Tomcat is running as user ‘tomcat’. The /data folder is owned by tomcat with 
> permissions 777 (I know that is not the best but I am trying to get things 
> working)
> 
> I have tried setting the data folder in her setclasspath.sh
> 
> CATALINA_OPTS="-DGEOSERVER_DATA_DIR=/data"
> 
> But I get the same error.
> 
> Has anybody else seen this?
> 
> Russ
> ___
> Geoserver-users mailing list
> 
> Please make sure you read the following two resources before posting to this 
> list:
> - Earning your support instead of buying it, but Ian Turton: 
> http://www.ianturton.com/talks/foss4g.html#/ 
> <http://www.ianturton.com/talks/foss4g.html#/>
> - The GeoServer user list posting guidelines: 
> http://geoserver.org/comm/userlist-guidelines.html 
> <http://geoserver.org/comm/userlist-guidelines.html>
> 
> If you want to request a feature or an improvement, also see this: 
> https://github.com/geoserver/geoserver/wiki/Successfully-requesting-and-integrating-new-features-and-improvements-in-GeoServer
>  
> <https://github.com/geoserver/geoserver/wiki/Successfully-requesting-and-integrating-new-features-and-improvements-in-GeoServer>
> 
> 
> Geoserver-users@lists.sourceforge.net 
> <mailto:Geoserver-users@lists.sourceforge.net>
> https://lists.sourceforge.net/lists/listinfo/geoserver-users 
> <https://lists.sourceforge.net/lists/listinfo/geoserver-users>
> 
> 
> -- 
> Ian Turton

___
Geoserver-users mailing list

Please make sure you read the following two resources before posting to this 
list:
- Earning your support instead of buying it, but Ian Turton: 
http://www.ianturton.com/talks/foss4g.html#/
- The GeoServer user list posting guidelines: 
http://geoserver.org/comm/userlist-guidelines.html

If you want to request a feature or an improvement, also see this: 
https://github.com/geoserver/geoserver/wiki/Successfully-requesting-and-integrating-new-features-and-improvements-in-GeoServer


Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users


[Geoserver-users] /data directory not writeable

2019-04-25 Thread Russ Hore
I have just done a clean installation of Ubuntu 19.04, installed Tomcat 9, 
installed OpenJDK 11 and installed GS 2.15

I have a folder called /data to which I point GeoServer by editing web.xml

   
   GEOSERVER_DATA_DIR
   /data/


Now when I start GeoServer I get an error in /var/log/syslog saying /data is 
not writeable !

Apr 25 15:14:05 hostname tomcat9[13480]: 25 Apr 15:14:05 ERROR 
[storage.DefaultStorageFinder] - Found Servlet context parameter 
GEOSERVER_DATA_DIR set to /data/ , which is not writeable

Tomcat is running as user ‘tomcat’. The /data folder is owned by tomcat with 
permissions 777 (I know that is not the best but I am trying to get things 
working)

I have tried setting the data folder in her setclasspath.sh

CATALINA_OPTS="-DGEOSERVER_DATA_DIR=/data"

But I get the same error.

Has anybody else seen this?

Russ___
Geoserver-users mailing list

Please make sure you read the following two resources before posting to this 
list:
- Earning your support instead of buying it, but Ian Turton: 
http://www.ianturton.com/talks/foss4g.html#/
- The GeoServer user list posting guidelines: 
http://geoserver.org/comm/userlist-guidelines.html

If you want to request a feature or an improvement, also see this: 
https://github.com/geoserver/geoserver/wiki/Successfully-requesting-and-integrating-new-features-and-improvements-in-GeoServer


Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users


Re: [Geoserver-users] Release of GeoServer 2.15-RC now available

2019-01-31 Thread Russ Hore
9.0.14

RUSS

> On 31 Jan 2019, at 08:45, Andrea Aime  wrote:
> 
> On Thu, Jan 31, 2019 at 9:39 AM Russ Hore  <mailto:r...@russ-hore.co.uk>> wrote:
> Not as far as I know. This is a vanilla install of Ububtu, I have not 
> installed any other fonts.
> 
> What version of Tomcat was it?
> 
> Cheers
> Andrea
> 
> ==
> GeoServer Professional Services from the experts! Visit http://goo.gl/it488V 
> <http://goo.gl/it488V> for more information.
> ==
> 
> Ing. Andrea Aime 
> @geowolf
> Technical Lead
> 
> GeoSolutions S.A.S.
> Via di Montramito 3/A
> 55054  Massarosa (LU)
> phone: +39 0584 962313
> fax: +39 0584 1660272
> mob: +39  339 8844549
> 
> http://www.geo-solutions.it <http://www.geo-solutions.it/>
> http://twitter.com/geosolutions_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.

___
Geoserver-users mailing list

Please make sure you read the following two resources before posting to this 
list:
- Earning your support instead of buying it, but Ian Turton: 
http://www.ianturton.com/talks/foss4g.html#/
- The GeoServer user list posting guidelines: 
http://geoserver.org/comm/userlist-guidelines.html

If you want to request a feature or an improvement, also see this: 
https://github.com/geoserver/geoserver/wiki/Successfully-requesting-and-integrating-new-features-and-improvements-in-GeoServer


Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users


Re: [Geoserver-users] Release of GeoServer 2.15-RC now available

2019-01-31 Thread Russ Hore
Hi Andrea,

> I have yet to try on Tomcat (was using the -bin package, did not notice 
> Tomcat in the stack trace before), sorry, spare time is limited... anyone 
> else that could give it a crack?

No problem, I am happy to work with 2.13/.14

> Aside, do you have installed any special font on your machine?

Not as far as I know. This is a vanilla install of Ububtu, I have not installed 
any other fonts.

Russ

> On 31 Jan 2019, at 07:26, Andrea Aime  wrote:
> 
> On Wed, Jan 30, 2019 at 8:11 PM Russ Hore  <mailto:r...@russ-hore.co.uk>> wrote:
> /usr/lib/jvm/java-11-oracle/bin/java -version gives me
> 
> @geoserver15:/opt/tomcat/logs# /usr/lib/jvm/java-11-oracle/bin/java 
> -version
> java version "11.0.2" 2018-10-16 LTS
> 
> 
> Ah ha, so you are using Oracle JDK instead of OpenJDK, and it's 11.0.2 that 
> only got released recently (I noticed it a few days ago).
> I've tried on the Oracle 11.0.1 that I have locally, no issue, downloaded the 
> 11.0.2 Oracle release, and still works fine...
> I have yet to try on Tomcat (was using the -bin package, did not notice 
> Tomcat in the stack trace before), sorry, spare time is limited... anyone 
> else that could give it a crack?
> Would be useful to isolate so that we can do a bug report against the JDK 
> (the call to getAllFonts should not trigger that exception, see also
> https://docs.oracle.com/en/java/javase/11/docs/api/java.desktop/java/awt/GraphicsEnvironment.html#getAllFonts()
>  
> <https://docs.oracle.com/en/java/javase/11/docs/api/java.desktop/java/awt/GraphicsEnvironment.html#getAllFonts()>
>  )
> 
> Aside, do you have installed any special font on your machine?
> 
> Cheers
> Andrea
> 
> ==
> GeoServer Professional Services from the experts! Visit http://goo.gl/it488V 
> <http://goo.gl/it488V> for more information.
> ==
> 
> Ing. Andrea Aime 
> @geowolf
> Technical Lead
> 
> GeoSolutions S.A.S.
> Via di Montramito 3/A
> 55054  Massarosa (LU)
> phone: +39 0584 962313
> fax: +39 0584 1660272
> mob: +39  339 8844549
> 
> http://www.geo-solutions.it <http://www.geo-solutions.it/>
> http://twitter.com/geosolutions_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.

___
Geoserver-users mailing list

Please make sure you read the following two resources before posting to this 
list:
- Earning your support instead of buying it, but Ian Turton: 
http://www.ianturton.com/talks/foss4g.html#/
- The GeoServer user list posting guidelines: 
http://geoserver.org/comm/userlist-guidelines.html

If you want to request a feature or an improvement, also see this: 
https://github.com/geoserver/geoserver/wiki/Successfully-requesting-and-integrating-new-features-and-improvements-in-GeoServer


Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users


Re: [Geoserver-users] Release of GeoServer 2.15-RC now available

2019-01-30 Thread Russ Hore
I can’t get to that screen (as you know) but doing a ‘ps -elf’ at the CLI I get 
the following

tomcat3821 1 39 18:57 ?00:01:02 
/usr/lib/jvm/java-11-oracle/bin/java 
-Djava.util.logging.config.file=/opt/tomcat/conf/logging.properties 
-Djava.util.logging.manager
=org.apache.juli.ClassLoaderLogManager -Djava.awt.headless=true 
-Djava.security.egd=file:/dev/./urandom -Djdk.tls.ephemeralDHKeySize=2048 
-Djava.protocol.handler.pkgs=org.apache.ca
talina.webresources -Dorg.apache.catalina.security.SecurityListener.UMASK=0027 
-Xms512M -Xmx1024M -server -XX:+UseParallelGC -Dignore.endorsed.dirs= 
-classpath /opt/tomcat/bin/boot
strap.jar:/opt/tomcat/bin/tomcat-juli.jar -Dcatalina.base=/opt/tomcat 
-Dcatalina.home=/opt/tomcat -Djava.io.tmpdir=/opt/tomcat/temp 
org.apache.catalina.startup.Bootstrap start

/usr/lib/jvm/java-11-oracle/bin/java -version gives me

@geoserver15:/opt/tomcat/logs# /usr/lib/jvm/java-11-oracle/bin/java -version
java version "11.0.2" 2018-10-16 LTS
Java(TM) SE Runtime Environment 18.9 (build 11.0.2+7-LTS)
Java HotSpot(TM) 64-Bit Server VM 18.9 (build 11.0.2+7-LTS, mixed mode)
@geoserver15:/opt/tomcat/logs# 

I am no expert in tomcat so it may be something misconfigured there?

For reference the Linux version from unman -a is

@geoserver15:/opt/tomcat/logs# uname -a
Linux geoserver15 4.15.0-44-generic #47-Ubuntu SMP Mon Jan 14 11:26:59 UTC 2019 
x86_64 x86_64 x86_64 GNU/Linux
@geoserver15:/opt/tomcat/logs# 


Russ


> On 30 Jan 2019, at 18:33, Andrea Aime  wrote:
> 
> Hi Russ,
> thanks for the feedback.
> Interesting... I've just verified on my local machine, the status page is 
> working fine (I'm on a Linux Mint 19.1):
> 
> 
> 
> What the GeoServer code is doing there, in the stack trace, is a legit call 
> to a JDK method, GraphicsEnvironment.getAllFonts, so I've searched for the 
> error message and found a JDK bug that looks similar... but it's marked as 
> resolved in JDK 9 and later JDK 8 builds:
> 
> https://bugs.java.com/bugdatabase/view_bug.do?bug_id=JDK-8144703 
> <https://bugs.java.com/bugdatabase/view_bug.do?bug_id=JDK-8144703>
> 
> Is it possible that you're not actually running on JDK 11 but instead an 
> older JDK 8?
> Or maybe it's related to the specific local font configuration, don't know.
> 
> Cheers
> Andrea
> 
> On Tue, Jan 29, 2019 at 1:26 PM Russ Hore  <mailto:r...@russ-hore.co.uk>> wrote:
> I just installed 2.15 onto Ubuntu 18.04.1 using Java 11. This is a Virtual 
> machine running under VMWare ESXi 6.7. 
> 
> All seems to work fine as far as I have tested except for if I go to
> “Server Status” from the Admin screen.
> 
> Details
> 
> Build Information
> GeoServer Version
> 2.15-RC
> Git Revision
> 5003db5a6f6aeb3b2685545c447ff08435bbf9db
> Build Date
> 27-Jan-2019 10:46
> GeoTools Version
> 21-RC (rev e8178fdab8916dbf1a08eb8e1a856c3dcd1a1124)
> GeoWebCache Version
> 1.15-RC (rev 1.15.x/56389371f6d92b5493100b1c519f05a5037bc1b0)
> 
> Error
> An error occurred while loading the page
> Oops, something went wrong...
> Sorry, something unexpected happened on the server.
> The GeoServer user list might help you address this issue. Click here to 
> subscribe, and then include in your message the GeoServer version, the stack 
> trace below and the steps to reproduce the problem. 
> <http://geoserver.org/comm/>
> 
> 
> Stack trace
> 
> org.apache.wicket.WicketRuntimeException: Error attaching this container for 
> rendering: [Page class = org.geoserver.web.admin.StatusPage, id = 77, render 
> count = 1]
>   at 
> org.apache.wicket.MarkupContainer.onBeforeRenderChildren(MarkupContainer.java:1848)
>   at org.apache.wicket.Component.onBeforeRender(Component.java:3916)
>   at org.apache.wicket.Page.onBeforeRender(Page.java:801)
>   at org.apache.wicket.Component.internalBeforeRender(Component.java:950)
>   at org.apache.wicket.Component.beforeRender(Component.java:1018)
>   at 
> org.apache.wicket.Component.internalPrepareForRender(Component.java:2236)
>   at org.apache.wicket.Page.internalPrepareForRender(Page.java:242)
>   at org.apache.wicket.Component.render(Component.java:2325)
>   at org.apache.wicket.Page.renderPage(Page.java:1018)
>   at 
> org.apache.wicket.request.handler.render.WebPageRenderer.renderPage(WebPageRenderer.java:124)
>   at 
> org.apache.wicket.request.handler.render.WebPageRenderer.respond(WebPageRenderer.java:236)
>   at 
> org.apache.wicket.core.request.handler.RenderPageRequestHandler.respond(RenderPageRequestHandler.java:175)
>   at 
> org.apache.wicket.request.cycle.RequestCycle$HandlerExecutor.respond(RequestCycle.java:895)
>   at 

Re: [Geoserver-users] Release of GeoServer 2.15-RC now available

2019-01-29 Thread Russ Hore
I just installed 2.15 onto Ubuntu 18.04.1 using Java 11. This is a Virtual 
machine running under VMWare ESXi 6.7. 

All seems to work fine as far as I have tested except for if I go to
“Server Status” from the Admin screen.

Details

Build Information
GeoServer Version
2.15-RC
Git Revision
5003db5a6f6aeb3b2685545c447ff08435bbf9db
Build Date
27-Jan-2019 10:46
GeoTools Version
21-RC (rev e8178fdab8916dbf1a08eb8e1a856c3dcd1a1124)
GeoWebCache Version
1.15-RC (rev 1.15.x/56389371f6d92b5493100b1c519f05a5037bc1b0)

Error
An error occurred while loading the page
Oops, something went wrong...
Sorry, something unexpected happened on the server.
The GeoServer user list might help you address this issue. Click here to 
subscribe, and then include in your message the GeoServer version, the stack 
trace below and the steps to reproduce the problem. 


Stack trace

org.apache.wicket.WicketRuntimeException: Error attaching this container for 
rendering: [Page class = org.geoserver.web.admin.StatusPage, id = 77, render 
count = 1]
at 
org.apache.wicket.MarkupContainer.onBeforeRenderChildren(MarkupContainer.java:1848)
at org.apache.wicket.Component.onBeforeRender(Component.java:3916)
at org.apache.wicket.Page.onBeforeRender(Page.java:801)
at org.apache.wicket.Component.internalBeforeRender(Component.java:950)
at org.apache.wicket.Component.beforeRender(Component.java:1018)
at 
org.apache.wicket.Component.internalPrepareForRender(Component.java:2236)
at org.apache.wicket.Page.internalPrepareForRender(Page.java:242)
at org.apache.wicket.Component.render(Component.java:2325)
at org.apache.wicket.Page.renderPage(Page.java:1018)
at 
org.apache.wicket.request.handler.render.WebPageRenderer.renderPage(WebPageRenderer.java:124)
at 
org.apache.wicket.request.handler.render.WebPageRenderer.respond(WebPageRenderer.java:236)
at 
org.apache.wicket.core.request.handler.RenderPageRequestHandler.respond(RenderPageRequestHandler.java:175)
at 
org.apache.wicket.request.cycle.RequestCycle$HandlerExecutor.respond(RequestCycle.java:895)
at 
org.apache.wicket.request.RequestHandlerStack.execute(RequestHandlerStack.java:64)
at 
org.apache.wicket.request.cycle.RequestCycle.execute(RequestCycle.java:265)
at 
org.apache.wicket.request.cycle.RequestCycle.processRequest(RequestCycle.java:222)
at 
org.apache.wicket.request.cycle.RequestCycle.processRequestAndDetach(RequestCycle.java:293)
at 
org.apache.wicket.protocol.http.WicketFilter.processRequestCycle(WicketFilter.java:261)
at 
org.apache.wicket.protocol.http.WicketFilter.processRequest(WicketFilter.java:203)
at 
org.apache.wicket.protocol.http.WicketServlet.doGet(WicketServlet.java:137)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:634)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:741)
at 
org.springframework.web.servlet.mvc.ServletWrappingController.handleRequestInternal(ServletWrappingController.java:165)
at 
org.springframework.web.servlet.mvc.AbstractController.handleRequest(AbstractController.java:177)
at 
org.springframework.web.servlet.mvc.SimpleControllerHandlerAdapter.handle(SimpleControllerHandlerAdapter.java:52)
at 
org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1038)
at 
org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:942)
at 
org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:998)
at 
org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:890)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:634)
at 
org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:875)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:741)
at 
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:231)
at 
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
at 
org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53)
at 
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
at 
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
at 
org.geoserver.filters.ThreadLocalsCleanupFilter.doFilter(ThreadLocalsCleanupFilter.java:26)
at 
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
at 
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
at 
org.geoserver.filters.SpringDelegatingFilter$Chain.doFilter(SpringDelegatingFilter.java:69)
at 
org.geoserver.wms.animate.AnimatorFilter.doFilter(AnimatorFilter.java:73)
   

Re: [Geoserver-users] Failed to Add Raster Data Source

2018-01-18 Thread Russ
I sometimes get this and it is normally permissions on the files/directory.

> On 18 Jan 2018, at 17:21, Daniele Romagnoli 
>  wrote:
> 
> Hello Kris,
> I see this message on your log:
> GeoTiffMetadata2CRSAdapter::createCoordinateSystem:Only Geographic & 
> Projected Systems are supported.
> 
> Do you have any chance to run "gdalinfo" on that file and report back the 
> output of that command?
> 
> Regards,
> Daniele
> 
>> On Thu, Jan 18, 2018 at 4:54 PM, Kris Johnson  wrote:
>> Hello,
>> 
>> I am running Geoserver (v. 2.12.1) in a docker container based on this repo 
>> (https://github.com/oscarfonts/docker-geoserver)
>> 
>> I am attempting to create a new layer based on a large GeoTIFF (150GB 
>> uncompressed). The TIF file is on a directory mounted to the container.
>> 
>> Here is the error message that appears:
>>> ​Could not list layers for this store, an error occurred retrieving them: 
>>> Failed to create reader from file:///var/local/lidar/Statewide_NWI_LiDAR 
>>> Derived_Data_Layers/DEM_3m_Statewide/DEM_Statewide_3m1.tif and hints Hints: 
>>> EXECUTOR_SERVICE = java.util.concurrent.ThreadPoolExecutor@691d105[Running, 
>>> pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 0] 
>>> REPOSITORY = org.geoserver.catalog.CatalogRepository@6f576373 System 
>>> defaults: FORCE_AXIS_ORDER_HONORING = http STYLE_FACTORY = StyleFactoryImpl 
>>> COMPARISON_TOLERANCE = 1.0E-8 LENIENT_DATUM_SHIFT = true FILTER_FACTORY = 
>>> FilterFactoryImpl GRID_COVERAGE_FACTORY = GridCoverageFactory TILE_ENCODING 
>>> = null FORCE_LONGITUDE_FIRST_AXIS_ORDER = true FEATURE_FACTORY = 
>>> org.geotools.feature.LenientFeatureFactoryImpl@1a10bb77
>> 
>> ​I have attached the logfile as well.
>> Thank you for any help you can provide.​
>> 
>> -- 
>> Kris Johnson
>> Natural Resources Research Institute
>> 5013 Miller Trunk Highway, Duluth, MN 55811
>> p: 218.788.2767
>> www.nrri.umn.edu
>> 
>> 
>> --
>> Check out the vibrant tech community on one of the world's most
>> engaging tech sites, Slashdot.org! http://sdm.link/slashdot
>> ___
>> Geoserver-users mailing list
>> 
>> Please make sure you read the following two resources before posting to this 
>> list:
>> - Earning your support instead of buying it, but Ian Turton: 
>> http://www.ianturton.com/talks/foss4g.html#/
>> - The GeoServer user list posting guidelines: 
>> http://geoserver.org/comm/userlist-guidelines.html
>> 
>> If you want to request a feature or an improvement, also see this: 
>> https://github.com/geoserver/geoserver/wiki/Successfully-requesting-and-integrating-new-features-and-improvements-in-GeoServer
>> 
>> 
>> Geoserver-users@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/geoserver-users
>> 
> 
> 
> 
> -- 
> Regards,
> Daniele Romagnoli
> ==
> GeoServer Professional Services from the experts! Visit http://goo.gl/it488V 
> for more information.
> ==
> 
> Ing. Daniele Romagnoli
> Senior Software Engineer
> 
> GeoSolutions S.A.S.
> Via di Montramito 3/A
> 55054  Massarosa (LU)
> Italy
> phone: +39 0584 962313
> fax:  +39 0584 1660272
> 
> http://www.geo-solutions.it
> http://twitter.com/geosolutions_it
> 
> ---
> AVVERTENZE AI SENSI DEL D.Lgs. 196/2003
> Le informazioni contenute in questo messaggio di posta elettronica e/o nel/i 
> file/s allegato/i sono da considerarsi strettamente riservate. Il loro 
> utilizzo è consentito esclusivamente al destinatario del messaggio, per le 
> finalità indicate nel messaggio stesso. Qualora riceviate questo messaggio 
> senza esserne il destinatario, Vi preghiamo cortesemente di darcene notizia 
> via e-mail e di procedere alla distruzione del messaggio stesso, 
> cancellandolo dal Vostro sistema. Conservare il messaggio stesso, divulgarlo 
> anche in parte, distribuirlo ad altri soggetti, copiarlo, od utilizzarlo per 
> finalità diverse, costituisce comportamento contrario ai principi dettati dal 
> D.Lgs. 196/2003.
>  
> The information in this message and/or attachments, is intended solely for 
> the attention and use of the named addressee(s) and may be confidential or 
> proprietary in nature or covered by the provisions of privacy act 
> (Legislative Decree June, 30 2003, no.196 - Italy's New Data Protection 
> Code).Any use not in accord with its purpose, any disclosure, reproduction, 
> copying, distribution, or either dissemination, either whole or partial, is 
> strictly forbidden except previous formal approval of the named addressee(s). 
> If you are not the intended recipient, please contact immediately the sender 
> by telephone, fax or e-mail and delete the information in this message that 
> has been received in error. The sender does not give any warranty or accept 
> liability as the content, accuracy or completeness of sent messages 

[Geoserver-users] libjpeg-turbo plugin may have a virus

2017-11-02 Thread Russ Hore
I was just looking through the plugins and noticed a red triangle next to eh 
jpegturbo plugin. Hovering over it I get the message”This file may be infected 
with malware”

Browser is Firefox

--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot___
Geoserver-users mailing list

Please make sure you read the following two resources before posting to this 
list:
- Earning your support instead of buying it, but Ian Turton: 
http://www.ianturton.com/talks/foss4g.html#/
- The GeoServer user list posting guidelines: 
http://geoserver.org/comm/userlist-guidelines.html

Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users


Re: [Geoserver-users] How to have a parameter draw a circle in the map/layer?

2016-07-01 Thread Russ Amazon UK
I think this is more of an OpenLayers question which is why nobody has 
currently replied.

Russ

> On 30 Jun 2016, at 20:36, bengalliboy <bengalli...@yahoo.com> wrote:
> 
> I have not got any response to this. Can someone please direct me to what I
> am trying to do?  Thanks in advance.
> 
> 
> 
> --
> View this message in context: 
> http://osgeo-org.1560.x6.nabble.com/How-to-have-a-parameter-draw-a-circle-in-the-map-layer-tp5273192p5274238.html
> Sent from the GeoServer - User mailing list archive at Nabble.com.
> 
> --
> Attend Shape: An AT Tech Expo July 15-16. Meet us at AT Park in San
> Francisco, CA to explore cutting-edge tech and listen to tech luminaries
> present their vision of the future. This family event has something for
> everyone, including kids. Get more information and register today.
> http://sdm.link/attshape
> ___
> Geoserver-users mailing list
> Geoserver-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/geoserver-users


--
Attend Shape: An AT Tech Expo July 15-16. Meet us at AT Park in San
Francisco, CA to explore cutting-edge tech and listen to tech luminaries
present their vision of the future. This family event has something for
everyone, including kids. Get more information and register today.
http://sdm.link/attshape
___
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users


Re: [Geoserver-users] web admin behaviour for styles and layers edits

2016-03-19 Thread russ
I might be misunderstanding the question but I normally hit Validate (I think 
that is the name, not at my GeoServer at 
the moment) to check the syntax.

This stays on the page.

Russ
>  ---Original Message---
>  From: Richard Duivenvoorde <rdmaili...@duif.net>
>  To: GeoServer Mailing List List <geoserver-users@lists.sourceforge.net>
>  Subject: [Geoserver-users] web admin behaviour for styles and layers edits
>  Sent: 17 Mar '16 15:20
>  
>  Hi Users,
>  
>  I created an issue for a 'feature request' which in short means:
>  - when editing a style or layer in the Geoserver Web administration
>  webpages, after the 'submit' can we please go back to the same style or
>  layer you just edited.
>  
>  In my experience I need to fix at least two times, when I'm busy with
>  layers or styles. But that means that after every submit of a style
>  page, (and seeing in my viewer that my edit was not 100% ok yet), that I
>  have to use the seach again to find my editing style and click on the
>  result line again (a lot of layers and styles here)...
>  
>  Anybody else experiences this? If so please discuss here, or add a
>  comment at:
>  https://osgeo-org.atlassian.net/browse/GEOS-7461
>  
>  
>  Regards,
>  
>  Richard Duivenvoorde
>  
>  
> --
>  Transform Data into Opportunity.
>  Accelerate data analysis in your applications with
>  Intel Data Analytics Acceleration Library.
>  Click to learn more.
>  http://pubads.g.doubleclick.net/gampad/clk?id=278785231=/4140
>  ___
>  Geoserver-users mailing list
>  Geoserver-users@lists.sourceforge.net
>  https://lists.sourceforge.net/lists/listinfo/geoserver-users
>  

--
Transform Data into Opportunity.
Accelerate data analysis in your applications with
Intel Data Analytics Acceleration Library.
Click to learn more.
http://pubads.g.doubleclick.net/gampad/clk?id=278785231=/4140
___
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users


Re: [Geoserver-users] New User Can't Get it Working

2016-02-03 Thread Russ
Try browsing to port 8080

Russ

Sent from my iPhone

> On 3 Feb 2016, at 16:31, Goodspeed, Glenn <glenn.goodsp...@uta.edu> wrote:
> 
> I’m trying to get GeoServer 2.8.0 working for the first time.  I followed the 
> installation instructions, but when I browse to the web server, it says “403 
> Forbidden You don't have permission to access / on this server.”  The server 
> runs Apache 2.x.  If I put an index.html file in the geoserver directory, it 
> appears in my browser.  It’s as if Java is not running, but ps –ef shows Java 
> is running.  The server operating system is Red Hat Enterprise Linux 6.x 
> without a GUI, so it is not possible to run a browser on the server itself.  
> The local firewall prevents access on 8080, but I’ve added proxy entries to 
> the Apache config file to allow port 80 traffic to be routed to 
> 127.0.0.1:8080 and vice-versa.  Netstat shows Java is listening on port 8080. 
>  What to check next? 
> --
> Site24x7 APM Insight: Get Deep Visibility into Application Performance
> APM + Mobile APM + RUM: Monitor 3 App instances at just $35/Month
> Monitor end-to-end web transactions and take corrective actions now
> Troubleshoot faster and improve end-user experience. Signup Now!
> http://pubads.g.doubleclick.net/gampad/clk?id=267308311=/4140
> ___
> Geoserver-users mailing list
> Geoserver-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/geoserver-users
--
Site24x7 APM Insight: Get Deep Visibility into Application Performance
APM + Mobile APM + RUM: Monitor 3 App instances at just $35/Month
Monitor end-to-end web transactions and take corrective actions now
Troubleshoot faster and improve end-user experience. Signup Now!
http://pubads.g.doubleclick.net/gampad/clk?id=267308311=/4140___
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users


[Geoserver-users] Odd error when zoomed out on Image Mosaic

2016-01-28 Thread Russ Hore
I had a working GeoServer 2.8.1 under Tomcat on Linux that had an error 
crashing when I tried to view layer groups in the admin interface.

I installed a second copy of GeoServer 2.8.1 under Tomcat at a different URL 
and copied across the raster data and created the layers I needed.

In the original system, I could view the whole of the UK 1:25k raster data.

Under the new system I get the error below until I zoom to 1:68k.
Any ideas what I am missing.


org.geotools.data.DataSourceException: Unable to create this mosaic
at 
org.geotools.gce.imagemosaic.RasterLayerResponse.prepareResponse(RasterLayerResponse.java:1307)
at 
org.geotools.gce.imagemosaic.RasterLayerResponse.processRequest(RasterLayerResponse.java:1191)
at 
org.geotools.gce.imagemosaic.RasterLayerResponse.createResponse(RasterLayerResponse.java:1157)
at 
org.geotools.gce.imagemosaic.RasterManager.read(RasterManager.java:1163)
at 
org.geotools.gce.imagemosaic.ImageMosaicReader.read(ImageMosaicReader.java:871)
at 
org.geotools.gce.imagemosaic.ImageMosaicReader.read(ImageMosaicReader.java:850)
at 
org.geoserver.catalog.SingleGridCoverage2DReader.read(SingleGridCoverage2DReader.java:149)
at 
org.geoserver.catalog.CoverageDimensionCustomizerReader.read(CoverageDimensionCustomizerReader.java:229)
at 
org.geoserver.catalog.CoverageDimensionCustomizerReader.read(CoverageDimensionCustomizerReader.java:219)
at 
org.geotools.renderer.lite.gridcoverage2d.GridCoverageReaderHelper.readSingleCoverage(GridCoverageReaderHelper.java:511)
at 
org.geotools.renderer.lite.gridcoverage2d.GridCoverageReaderHelper.readCoverageInEnvelope(GridCoverageReaderHelper.java:298)
at 
org.geotools.renderer.lite.gridcoverage2d.GridCoverageReaderHelper.readCoverages(GridCoverageReaderHelper.java:203)
at 
org.geotools.renderer.lite.gridcoverage2d.GridCoverageRenderer.renderImage(GridCoverageRenderer.java:800)
at 
org.geotools.renderer.lite.gridcoverage2d.GridCoverageRenderer.paint(GridCoverageRenderer.java:1165)
at 
org.geotools.renderer.lite.StreamingRenderer$RenderCoverageReaderRequest.execute(StreamingRenderer.java:3414)
at 
org.geotools.renderer.lite.StreamingRenderer$PainterThread.run(StreamingRenderer.java:3503)
at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.util.concurrent.FutureTask.run(Unknown Source)
at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)
Caused by: javax.media.jai.util.ImagingException: All factories fail for the 
operation "Mosaic"
at 
javax.media.jai.OperationRegistry.invokeFactory(OperationRegistry.java:1687)
at 
it.geosolutions.jaiext.ConcurrentOperationRegistry.invokeFactory(ConcurrentOperationRegistry.java:576)
at javax.media.jai.registry.RIFRegistry.create(RIFRegistry.java:332)
at javax.media.jai.RenderedOp.createInstance(RenderedOp.java:819)
at javax.media.jai.RenderedOp.createRendering(RenderedOp.java:867)
at javax.media.jai.RenderedOp.getRendering(RenderedOp.java:888)
at javax.media.jai.RenderedOp$1.getPropertyNames(RenderedOp.java:1791)
at 
javax.media.jai.PropertyEnvironment.mapDefaults(PropertyEnvironment.java:270)
at 
javax.media.jai.PropertyEnvironment.getPropertyNames(PropertyEnvironment.java:125)
at 
javax.media.jai.WritablePropertySourceImpl.addProperties(WritablePropertySourceImpl.java:298)
at javax.media.jai.RenderedOp.createPropertySource(RenderedOp.java:1817)
at javax.media.jai.RenderedOp.setProperty(RenderedOp.java:2034)
at org.geotools.image.ImageWorker.setROI(ImageWorker.java:684)
at org.geotools.image.ImageWorker.mosaic(ImageWorker.java:4359)
at 
org.geotools.gce.imagemosaic.MergeBehavior$2.process(MergeBehavior.java:149)
at 
org.geotools.gce.imagemosaic.RasterLayerResponse$Mosaicker.createMosaic(RasterLayerResponse.java:815)
at 
org.geotools.gce.imagemosaic.RasterLayerResponse$Mosaicker.access$2600(RasterLayerResponse.java:646)
at 
org.geotools.gce.imagemosaic.RasterLayerResponse$MosaicProducer.produce(RasterLayerResponse.java:1027)
at 
org.geotools.gce.imagemosaic.RasterLayerResponse$MosaicProducer.access$3100(RasterLayerResponse.java:846)
at 
org.geotools.gce.imagemosaic.RasterLayerResponse.prepareResponse(RasterLayerResponse.java:1259)
... 20 more
Caused by: java.lang.reflect.InvocationTargetException
at sun.reflect.GeneratedMethodAccessor737.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at javax.media.jai.FactoryCache.invoke(FactoryCache.java:122)
at 

Re: [Geoserver-users] Layer very slow to display

2015-10-23 Thread russ
Is it a lack of an index on the table?

Russ

>  ---Original Message---
>  From: Georges H <georges.hi...@gmail.com>
>  To: geoserver-users <geoserver-users@lists.sourceforge.net>
>  Subject: [Geoserver-users] Layer very slow to display
>  Sent: 23 Oct '15 11:28
>  
>  Hi
>  
>  I have a layer very slow to display (from a Postgres DB), I do not
>  understand why, beacause I have other layers which I think to be more
>  bigger, without problem, and also from Postgres DB.
>  
>  Here for example:
>  http://cartoperso.com/gs271/DRIIHM/wms?
service=WMS=1.1.0=GetMap=DRIIHM:znieffs==-5.14112752212846,41.329845
4351757,9.55966584021411,51.090843415036=768=509=EPSG:4326=application/open
layers
>  
>  What do you think about ? Are there ways to improve the display speed
>  on Geoserver,
>  
>  Thank you !
>  
>  GEORGES HINOT
>  CNRS - DRIIHM - UMS BBEES (3468)
>  
>  Musée d'Histoire Naturelle de Paris, Maison Buffon
>  
>  Géomaticien - Administrateur BDD - Intégrateur
>  georges.hi...@gmail.com
>  georges.hi...@mnhn.fr
>  _Tél : 01 40 79 80 44_
>  _Tél : 06 47 61 84 92_
>  Le site du LabEx DRIIHM
>  
>  Le métacalogue du LabEx DRIIHM
>  
>  -
>  
> --
>  
>  -
>  ___
>  Geoserver-users mailing list
>  Geoserver-users@lists.sourceforge.net
>  https://lists.sourceforge.net/lists/listinfo/geoserver-users
>  

--
___
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users


Re: [Geoserver-users] Upload .csv file to GeoServer via cURL

2015-02-11 Thread Russ Hore
Could you not insert them into Postgres and serve them from that via GeoSever?

I do something similar.

Russ

---


 On 11 Feb 2015, at 23:38, Don don...@gmx.net wrote:
 
 Dear GeoServer Users,
 
 My apologies in advance in case this is an annoying question!
 I am very new to GeoServer and can — also after reading the 
 documentation/manual, googling and browsing through older list posts — not 
 figure out how to solve my current problem:
 
 I would like to upload .csv files to a GeoServer. Since we want to do this 
 automatically later on, I would like to use cURL to upload the files.
 With this documentation 
 http://docs.geoserver.org/2.0.0/user/extensions/rest/rest-config-examples-curl.html
  I am aware how to do the same thing with a .shp file.
 I am, however, unable to translate this information into the .csv case, i.e. 
 I can’t figure out what changes/adaptions to the given example are necessary 
 so I can get .csv files onto the server instead of .shp files.
 
 Thanks very much in advance!
 Dominik
 --
 Dive into the World of Parallel Programming. The Go Parallel Website,
 sponsored by Intel and developed in partnership with Slashdot Media, is your
 hub for all things parallel software development, from weekly thought
 leadership blogs to news, videos, case studies, tutorials and more. Take a
 look and join the conversation now. http://goparallel.sourceforge.net/
 ___
 Geoserver-users mailing list
 Geoserver-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/geoserver-users
--
Dive into the World of Parallel Programming. The Go Parallel Website,
sponsored by Intel and developed in partnership with Slashdot Media, is your
hub for all things parallel software development, from weekly thought
leadership blogs to news, videos, case studies, tutorials and more. Take a
look and join the conversation now. http://goparallel.sourceforge.net/___
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users


Re: [Geoserver-users] Geoserver with very poor performance

2014-12-31 Thread Russ Hore
I have the same issue. Java 7. But the performance of serving up layers seems 
much like 2.5.2 so not a big problem for me.

Would be interesting to see if I need to do something to fix it all the same

Russ

---


 On 31 Dec 2014, at 09:29, markus.sigg...@web.de wrote:
 
 Hello everybody,
  
 I am trying the Geoserver the first time and just wondering regarding a very 
 poor general performance. After my installation of the current stabele 
 release (2.6.1) on a tomcat 7.0.52 with Oracle Java 8. For my server I use an 
 Ubunutu 14.04 LTS. So far I did not configured any layer or database. 
 Nevertheless when I try to load any side, e.g. settings, it takes very long 
 to load the page, approx. 30s!!! I guess there is any issue but I could not 
 found any hint. I already increased the the memory for my tomcat installation 
 (Free memory: 862.67 MB Total memory: 1007.37 MB Max memory: 3035.37 MB).
  
 Is the current behaviour correct? If not what can I check? For me, the log 
 files does show any issues.
  
 Thanks,
 Markus
  
  
 == tomcat log ==
  
 Dec 31, 2014 10:23:39 AM org.apache.catalina.startup.ClassLoaderFactory 
 validateFile
 WARNING: Problem with directory [/usr/share/tomcat7/common/classes], exists: 
 [false], isDirectory: [false], canRead: [false]
 Dec 31, 2014 10:23:39 AM org.apache.catalina.startup.ClassLoaderFactory 
 validateFile
 WARNING: Problem with directory [/usr/share/tomcat7/common], exists: [false], 
 isDirectory: [false], canRead: [false]
 Dec 31, 2014 10:23:39 AM org.apache.catalina.startup.ClassLoaderFactory 
 validateFile
 WARNING: Problem with directory [/usr/share/tomcat7/server/classes], exists: 
 [false], isDirectory: [false], canRead: [false]
 Dec 31, 2014 10:23:39 AM org.apache.catalina.startup.ClassLoaderFactory 
 validateFile
 WARNING: Problem with directory [/usr/share/tomcat7/server], exists: [false], 
 isDirectory: [false], canRead: [false]
 Dec 31, 2014 10:23:39 AM org.apache.catalina.startup.ClassLoaderFactory 
 validateFile
 WARNING: Problem with directory [/usr/share/tomcat7/shared/classes], exists: 
 [false], isDirectory: [false], canRead: [false]
 Dec 31, 2014 10:23:39 AM org.apache.catalina.startup.ClassLoaderFactory 
 validateFile
 WARNING: Problem with directory [/usr/share/tomcat7/shared], exists: [false], 
 isDirectory: [false], canRead: [false]
 Dec 31, 2014 10:23:40 AM org.apache.coyote.AbstractProtocol init
 INFO: Initializing ProtocolHandler [http-bio-8080]
 Dec 31, 2014 10:23:40 AM org.apache.catalina.startup.Catalina load
 INFO: Initialization processed in 733 ms
 Dec 31, 2014 10:23:40 AM org.apache.catalina.core.StandardService 
 startInternal
 INFO: Starting service Catalina
 Dec 31, 2014 10:23:40 AM org.apache.catalina.core.StandardEngine startInternal
 INFO: Starting Servlet Engine: Apache Tomcat/7.0.52 (Ubuntu)
 Dec 31, 2014 10:23:40 AM org.apache.catalina.startup.HostConfig 
 deployDescriptor
 INFO: Deploying configuration descriptor 
 /etc/tomcat7/Catalina/localhost/host-manager.xml
 Dec 31, 2014 10:23:40 AM org.apache.catalina.startup.HostConfig 
 deployDescriptor
 INFO: Deploying configuration descriptor 
 /etc/tomcat7/Catalina/localhost/manager.xml
 Dec 31, 2014 10:23:40 AM org.apache.catalina.startup.HostConfig deployWAR
 INFO: Deploying web application archive /var/lib/tomcat7/webapps/geoserver.war
 31 Dec 10:23:49 DEBUG [geoserver.global] - Found Java environment variable 
 GEOSERVER_DATA_DIR to be unset
 31 Dec 10:23:49 DEBUG [geoserver.global] - Found Servlet context parameter 
 GEOSERVER_DATA_DIR to be unset
 31 Dec 10:23:49 DEBUG [geoserver.global] - Found System environment variable 
 GEOSERVER_DATA_DIR to be unset
 31 Dec 10:23:49 DEBUG [geoserver.global] - Found Java environment variable 
 GEOSERVER_DATA_ROOT to be unset
 31 Dec 10:23:49 DEBUG [geoserver.global] - Found Servlet context parameter 
 GEOSERVER_DATA_ROOT to be unset
 31 Dec 10:23:49 DEBUG [geoserver.global] - Found System environment variable 
 GEOSERVER_DATA_ROOT to be unset
 31 Dec 10:23:49 INFO [geoserver.global] - Falling back to embedded data 
 directory: /var/lib/tomcat7/webapps/geoserver/data
 Dec 31, 2014 10:23:49 AM org.geoserver.platform.GeoServerExtensions 
 checkContext
 WARNING: Extension lookup 'XStreamPersisterInitializer', but 
 ApplicationContext is unset.
 log4j:WARN File option not set for appender [geoserverlogfile].
 log4j:WARN Are you using FileAppender instead of ConsoleAppender?
 31 Dec 10:23:51 INFO [geoserver.global] - Falling back to embedded data 
 directory: /var/lib/tomcat7/webapps/geoserver/data
 Dec 31, 2014 10:23:51 AM org.geoserver.platform.GeoServerExtensions 
 checkContext
 WARNING: Extension lookup 'GeoServerSecurityProvider', but ApplicationContext 
 is unset.
 31 Dec 10:23:52 INFO [org.geoserver] - Loaded style 'restricted'
 31 Dec 10:23:52 INFO [org.geoserver] - Loaded style 'polygon'
 31 Dec 10:23:52 INFO [org.geoserver] - Loaded style 'point'
 31 Dec 10:23:52 INFO [org.geoserver] - Loaded

Re: [Geoserver-users] openlayers WMSGetFeatureInfo and geoserver too sensitive

2014-10-09 Thread Russ Hore
There is a parameter on the call to set the number of pixels to search.

Russ

---


 On 9 Oct 2014, at 14:06, Ismail, Mark mark.ism...@knowsley.gov.uk wrote:
 
 I am using openlayers 2 and issuing a WMSGetFeatureInfo request to geoserver
  
 It works fine but It is far to sensitive to where you click – if you don’t 
 get right in the centre of a point or icon it finds nothing, it can take 2 or 
 3 attempts to get a response even if clicking carefully and zoomed in
  
 Is there any way to make that click “less sensitive” so it will pick up the 
 closest point  to the mouse click ?
  
 I know this isn’t strictly a geoserver issue but I’ve found nothing useful on 
 the openlayers forums
  
 Mark Ismail
 Principal IT Officer
 Tel: 0151 443 3021
 Knowsley Council  ê  Westmorland Road  ê Huyton ê L36 9GL
  
 Save time – use the IT Service Desk Self Serve Application
  
 This e-mail and any attachments are confidential. It may contain privileged 
 information and is intended for the named recipient(s) only. It must not be 
 distributed without consent. If you are not one of the intended recipients, 
 please notify the sender immediately and do not disclose, distribute, or 
 retain this email or any part of it and do not take any action based on it.
 
 Unless expressly stated, opinions in this email are those of the individual 
 sender, and not of Knowsley MBC. Legally binding obligations can only be 
 created for, or be entered into on behalf of, Knowsley MBC by duly authorised 
 officers or representatives.
 
 Knowsley MBC excludes any liability whatsoever for any offence caused, any 
 direct or consequential loss arising from the use, or reliance on, this 
 e-mail or its contents. We believe but do not warrant that this e-mail and 
 any attachments are virus free. You must therefore take full responsibility 
 for virus checking and no responsibility is accepted for loss or damage 
 arising from viruses or changes made to this message after it was sent. 
 Knowsley MBC reserves the right to monitor and/or record all e-mail 
 communications through its network in accordance with relevant legislation.
 --
 Meet PCI DSS 3.0 Compliance Requirements with EventLog Analyzer
 Achieve PCI DSS 3.0 Compliant Status with Out-of-the-box PCI DSS Reports
 Are you Audit-Ready for PCI DSS 3.0 Compliance? Download White paper
 Comply to PCI DSS 3.0 Requirement 10 and 11.5 with EventLog Analyzer
 http://pubads.g.doubleclick.net/gampad/clk?id=154622311iu=/4140/ostg.clktrk
 ___
 Geoserver-users mailing list
 Geoserver-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/geoserver-users
--
Meet PCI DSS 3.0 Compliance Requirements with EventLog Analyzer
Achieve PCI DSS 3.0 Compliant Status with Out-of-the-box PCI DSS Reports
Are you Audit-Ready for PCI DSS 3.0 Compliance? Download White paper
Comply to PCI DSS 3.0 Requirement 10 and 11.5 with EventLog Analyzer
http://pubads.g.doubleclick.net/gampad/clk?id=154622311iu=/4140/ostg.clktrk___
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users


Re: [Geoserver-users] Line shapefile publishes as polygon

2014-04-08 Thread Russ Hore
Can you load the shp file into QGIS for example?

Russ

---


 On 8 Apr 2014, at 19:38, Bistrais, Bob bob.bistr...@maine.gov wrote:
 
 I cannot preview it in Layer Preview- neither with OpenLayers nor any other 
 client. 
 I know for a fact that the input shapefile is line, not poly, unless 
 something or somebody built polys out of it (highly unlikely).  For the 
 record, the Edit Layers shows feature type as MultiPolygon.
  
  
 From: Jerome A. Wendell [mailto:jawend...@suddenlink.net] 
 Sent: Tuesday, April 08, 2014 2:32 PM
 To: Bistrais, Bob; geoserver-users@lists.sourceforge.net
 Subject: RE: [Geoserver-users] Line shapefile publishes as polygon
  
 Bob,
  
 Can you preview the layer in “Layer Preview”?  Are you sure the shapefile 
 contains line features and not polygons?
  
 Jerome Wendell
  
  
 From: Bistrais, Bob [mailto:bob.bistr...@maine.gov] 
 Sent: Tuesday, April 08, 2014 2:18 PM
 To: jawend...@suddenlink.net; geoserver-users@lists.sourceforge.net
 Subject: RE: [Geoserver-users] Line shapefile publishes as polygon
  
 I selected EPSG:4326 for projection, and went with default styling during 
 publishing.
  
 From: Jerome A. Wendell [mailto:jawend...@suddenlink.net] 
 Sent: Tuesday, April 08, 2014 2:06 PM
 To: Bistrais, Bob; geoserver-users@lists.sourceforge.net
 Subject: RE: [Geoserver-users] Line shapefile publishes as polygon
  
 Bob,
  
 Do you define the projection and the styling for the layer in the web 
 administration interface when you published the layer?
  
 Jerome Wendell
  
  
 From: Bistrais, Bob [mailto:bob.bistr...@maine.gov] 
 Sent: Tuesday, April 08, 2014 12:29 PM
 To: geoserver-users@lists.sourceforge.net
 Subject: [Geoserver-users] Line shapefile publishes as polygon
  
 I have a shapefile that is line features which I am trying to publish in 
 GeoServer (2.4).  When I publish it, two strange things occur-
 I get the message that it cannot determine the projection, even though there 
 is a .prj file for it.  That’s no problem since I can select that manually.
  
 The real problem is that GeoServer publishes the shapefile as polygon 
 features.  In addition, I cannot see it on screen or style it, but it is 
 still listed as a valid layer.
  
 How do I correct this?
 --
 Put Bad Developers to Shame
 Dominate Development with Jenkins Continuous Integration
 Continuously Automate Build, Test  Deployment 
 Start a new project now. Try Jenkins in the cloud.
 http://p.sf.net/sfu/13600_Cloudbees
 ___
 Geoserver-users mailing list
 Geoserver-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/geoserver-users
--
Put Bad Developers to Shame
Dominate Development with Jenkins Continuous Integration
Continuously Automate Build, Test  Deployment 
Start a new project now. Try Jenkins in the cloud.
http://p.sf.net/sfu/13600_Cloudbees___
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users


Re: [Geoserver-users] Using LayerSwitcher() With a Layer Group of WMSs

2013-10-10 Thread Russ Hore
Sounds like a question for the OpenLayers list.

Russ

---


 On 10 Oct 2013, at 10:08, Ammar ammar8...@yahoo.com wrote:
 
 Hello. 
 
 I am newbie to GeoServer and OpenLayers.
 
 I am trying to setup a WMS that consists of 6 layers of thematic maps on 
 GeoServer. I tried to add LayerSwitched() to the code but the map just went 
 blank. My question is: is it possible to add LayerSwitched for a Layer Group 
 of WMSs? If no, is there another way to show 6 layers of thematic maps 
 (somehow at the same time) on GeoServer?
 
 Thanks in advance.
 
 //Ammar
 --
 October Webinars: Code for Performance
 Free Intel webinars can help you accelerate application performance.
 Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most from 
 the latest Intel processors and coprocessors. See abstracts and register 
 http://pubads.g.doubleclick.net/gampad/clk?id=60134071iu=/4140/ostg.clktrk
 ___
 Geoserver-users mailing list
 Geoserver-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/geoserver-users
--
October Webinars: Code for Performance
Free Intel webinars can help you accelerate application performance.
Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most from 
the latest Intel processors and coprocessors. See abstracts and register 
http://pubads.g.doubleclick.net/gampad/clk?id=60134071iu=/4140/ostg.clktrk___
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users


Re: [Geoserver-users] Tomcat7 and GEOSERVER_DATA_DIR ?

2013-06-11 Thread Russ Hore
What Jukka described DOES work and I have used it myself.

I suspect you are missing something. Restart Tomcat? Reboot should not be 
required.

Russ

---


On 11 Jun 2013, at 11:42, Hakala Oiva (MTT) oiva.hak...@mtt.fi wrote:

 I have tried all the options mentioned here:
 
 http://docs.geoserver.org/latest/en/user/datadirectory/data-dir-setting.html
 
 but without success!
 
 All  they suggest to set data the directory to  /var/lib/ but that is 
 definitely NOT the path, where I want my data to be. 
 
 So, could anyone tell me, are there any other options, which really work ;)
 
 Thnx, Oiva
 
 
 Lähettäjä: Hakala Oiva (MTT) [oiva.hak...@mtt.fi]
 Lähetetty: 11. kesäkuuta 2013 12:36
 Vastaanottaja: 'geoserver-users@lists.sourceforge.net'
 Aihe: Re: [Geoserver-users] Tomcat7 and GEOSERVER_DATA_DIR ?
 
 Thanks Jukka.
 
 I uncommented that section, edited that param value and restarted, but no 
 help.  
 
 I have also tried to edit 
 CATALINA_OPTS=-DGEOSERVER_DATA_DIR=/home/geoserver-data/ in
  /usr/share/tomcat7/bin/catalina.sh -file and restart, but it did not help 
 either.
 
 Oiva 
 Lähettäjä: Rahkonen Jukka [jukka.rahko...@mmmtike.fi]
 Lähetetty: 11. kesäkuuta 2013 11:12
 Vastaanottaja: 'geoserver-users@lists.sourceforge.net'
 Aihe: Re: [Geoserver-users] Tomcat7 and GEOSERVER_DATA_DIR ?
 
 Hi,
  
 Try to edit webapps/geoserver/WEB-INF/web.xml and restart. There is a 
 commented example about giving GEOSERVER_DATA_DIR as context-param.
  
 -Jukka Rahkonen-
  
 Hakala Oiva wrote:
  
 Hi
 
 I just changed my test environment from Jetty-based to Tomcat7. Everything 
 works, but how can I tell to Tomcat7, where is my data???
 
 I have set GEOSERVER_DATA_DIR environment variable right but Tomcat7 does not 
 care whatever I set and restart Tomcat7
 
 Data diretory always stays the same:  /var/lib/tomcat7/webapps/geoserver/data
 
 I work with Ubuntu Linux 12.04.
 
 Can anyone help, I am new with Tomcat7.
 
 Thanks, Oiva
 --
 This SF.net email is sponsored by Windows:
 
 Build for Windows Store.
 
 http://p.sf.net/sfu/windows-dev2dev
 ___
 Geoserver-users mailing list
 Geoserver-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/geoserver-users
--
This SF.net email is sponsored by Windows:

Build for Windows Store.

http://p.sf.net/sfu/windows-dev2dev___
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users


Re: [Geoserver-users] Geoserver load balancing

2013-05-28 Thread Russ Hore
Have you looked at;

http://opengeo.org/publications/geoserver-production/

or

http://opengeo.org/publications/geoserver-production/opengeo-geoserver.pdf

Russ

---


On 28 May 2013, at 13:47, Ashraf Tammam aft1...@yahoo.com wrote:

 Hello all
 
 Is there any way to achieve load balancing for the geoserver?? how??
  
 Regards,
 Dr. Eng. Ashraf Tammam
 --
 Try New Relic Now  We'll Send You this Cool Shirt
 New Relic is the only SaaS-based application performance monitoring service 
 that delivers powerful full stack analytics. Optimize and monitor your
 browser, app,  servers with just a few lines of code. Try New Relic
 and get this awesome Nerd Life shirt! http://p.sf.net/sfu/newrelic_d2d_may
 ___
 Geoserver-users mailing list
 Geoserver-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/geoserver-users
--
Try New Relic Now  We'll Send You this Cool Shirt
New Relic is the only SaaS-based application performance monitoring service 
that delivers powerful full stack analytics. Optimize and monitor your
browser, app,  servers with just a few lines of code. Try New Relic
and get this awesome Nerd Life shirt! http://p.sf.net/sfu/newrelic_d2d_may___
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users


Re: [Geoserver-users] Geoserver Installation Mac

2012-07-03 Thread Russ
Should be able to do

nohup start.sh

Not at my Mac so can't try it

Russ

---


On 3 Jul 2012, at 12:29, hard_soluti...@lavabit.com wrote:

 Dear all,
 
 i have an question to geoserver_2.1.3 on a Mac Snowleopard Server.
 
 How must I start the Geoserver, that it isn't used the command window. I
 started with the start.sh file but when i loged out from the server the
 geoserver will be shout down.
 
 How can i start it, that geoserver doesnt need a command window
 
 Thanks for help
 
 Harald
 
 
 
 --
 Live Security Virtual Conference
 Exclusive live event will cover all the ways today's security and 
 threat landscape has changed and how IT managers can respond. Discussions 
 will include endpoint security, mobile security and the latest in malware 
 threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
 ___
 Geoserver-users mailing list
 Geoserver-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/geoserver-users

--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users