Re: [Geoserver-users] Style not displaying

2018-05-18 Thread Kris Johnson
​Upon further investigation, I think I'm encountering this issue:
https://osgeo-org.atlassian.net/browse/GEOS-8016
When I set the default style for the layer to the sequential style
mentioned above it appears fine in "Layer Preview".
​

On Fri, May 18, 2018 at 10:05 PM, Kris Johnson  wrote:

> Hello,
>
> I have a polygon layer that I am trying to style based on sequential
> series of filters. However, I am encountering an error and I'm not sure if
> the issue is with the style or layer configuration.
>
> The layer displays fine in Layer Preview using the "generic" style.
>
> Here's the SLD:
> http://www.opengis.net/sld; xmlns:sld="http://www.opengis.net/sld;
> xmlns:gml="http://www.opengis.net/gml; xmlns:ogc="http://www.opengis.
> net/ogc" version="1.0.0">
>   
> Default Styler
> 
>   Default Styler
>   
> name
> 
>   0 Rule
>   
> 
>   yearlycost
>   45705.4
> 
>   
>   
> 
>   #FEF0D9
> 
> 
>   #7f7f7f
>   0.1
> 
>   
> 
> 
>   1 Rule
>   
> 
>   yearlycost
>   46279.6
> 
>   
>   
> 
>   #FDCC8A
> 
> 
>   #7f7f7f
>   0.1
> 
>   
> 
> 
>   2 Rule
>   
> 
>   yearlycost
>   47475.6
> 
>   
>   
> 
>   #FC8D59
> 
> 
>   #7f7f7f
>   0.1
> 
>   
> 
> 
>   3 Rule
>   
> 
>   yearlycost
>   51745.0
> 
>   
>   
> 
>   #E34A33
> 
> 
>   #7f7f7f
>   0.1
> 
>   
> 
> 
>   4 Rule
>   
> 
>   yearlycost
>   61299.0
> 
>   
>   
> 
>   #B3
> 
> 
>   #7f7f7f
>   0.1
> 
>   
> 
>   
> 
>   
> 
>
>
> Here's the error I'm seeing in the log:
> 2018-05-19 02:55:51,949 INFO [geoserver.wms] -
> Request: getServiceInfo
> 2018-05-19 02:55:51,969 ERROR [geotools.rendering] -
> java.lang.NullPointerException
> at org.geotools.renderer.lite.FastBBOX.getMinX(FastBBOX.java:66)
> at org.geotools.filter.visitor.DuplicatingFilterVisitor.visit(
> DuplicatingFilterVisitor.java:238)
> at org.geotools.renderer.lite.FastBBOX.accept(FastBBOX.java:124)
> at org.geotools.filter.visitor.SimplifyingFilterVisitor.collect(
> SimplifyingFilterVisitor.java:235)
> at org.geotools.filter.visitor.SimplifyingFilterVisitor.visit(
> SimplifyingFilterVisitor.java:165)
> at org.geotools.filter.AndImpl.accept(AndImpl.java:52)
> at org.geotools.renderer.lite.StreamingRenderer.getStyleQuery(
> StreamingRenderer.java:1157)
> at org.geotools.renderer.lite.StreamingRenderer.getFeatures(
> StreamingRenderer.java:1960)
> at org.geotools.renderer.lite.StreamingRenderer.processStylers(
> StreamingRenderer.java:1928)
> at org.geotools.renderer.lite.StreamingRenderer.paint(
> StreamingRenderer.java:835)
> at org.geoserver.wms.map.RenderedImageMapOutputFormat.produceMap(
> RenderedImageMapOutputFormat.java:579)
> at org.geoserver.wms.map.RenderedImageMapOutputFormat.produceMap(
> RenderedImageMapOutputFormat.java:284)
> at org.geoserver.wms.map.RenderedImageMapOutputFormat.produceMap(
> RenderedImageMapOutputFormat.java:141)
> at org.geoserver.wms.GetMap.executeInternal(GetMap.java:653)
> at org.geoserver.wms.GetMap.run(GetMap.java:285)
> at org.geoserver.wms.GetMap.run(GetMap.java:131)
> at org.geoserver.wms.DefaultWebMapService.getMap(
> DefaultWebMapService.java:320)
> at sun.reflect.GeneratedMethodAccessor355.invoke(Unknown Source)
> at sun.reflect.DelegatingMethodAccessorImpl.invoke(
> DelegatingMethodAccessorImpl.java:43)
> at java.lang.reflect.Method.invoke(Method.java:498)
> at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection
> (AopUtils.java:333)
> at org.springframework.aop.framework.ReflectiveMethodInvocation.
> invokeJoinpoint(ReflectiveMethodInvocation.java:190)
> at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(
> ReflectiveMethodInvocation.java:157)
> at org.geoserver.kml.WebMapServiceKmlInterceptor.invoke(
> WebMapServiceKmlInterceptor.java:34)
> at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(
> ReflectiveMethodInvocation.java:179)
> at org.geoserver.gwc.wms.CacheSeedingWebMapService.invoke(
> CacheSeedingWebMapService.java:62)
> at org.geoserver.gwc.wms.CacheSeedingWebMapService.invoke(
> 

[Geoserver-users] Style not displaying

2018-05-18 Thread Kris Johnson
Hello,

I have a polygon layer that I am trying to style based on sequential series
of filters. However, I am encountering an error and I'm not sure if the
issue is with the style or layer configuration.

The layer displays fine in Layer Preview using the "generic" style.

Here's the SLD:
http://www.opengis.net/sld; xmlns:sld="http://www.opengis.net/sld;
xmlns:gml="http://www.opengis.net/gml; xmlns:ogc="http://www.opengis.net/ogc;
version="1.0.0">
  
Default Styler

  Default Styler
  
name

  0 Rule
  

  yearlycost
  45705.4

  
  

  #FEF0D9


  #7f7f7f
  0.1

  


  1 Rule
  

  yearlycost
  46279.6

  
  

  #FDCC8A


  #7f7f7f
  0.1

  


  2 Rule
  

  yearlycost
  47475.6

  
  

  #FC8D59


  #7f7f7f
  0.1

  


  3 Rule
  

  yearlycost
  51745.0

  
  

  #E34A33


  #7f7f7f
  0.1

  


  4 Rule
  

  yearlycost
  61299.0

  
  

  #B3


  #7f7f7f
  0.1

  

  

  



Here's the error I'm seeing in the log:
2018-05-19 02:55:51,949 INFO [geoserver.wms] -
Request: getServiceInfo
2018-05-19 02:55:51,969 ERROR [geotools.rendering] -
java.lang.NullPointerException
at org.geotools.renderer.lite.FastBBOX.getMinX(FastBBOX.java:66)
at
org.geotools.filter.visitor.DuplicatingFilterVisitor.visit(DuplicatingFilterVisitor.java:238)
at org.geotools.renderer.lite.FastBBOX.accept(FastBBOX.java:124)
at
org.geotools.filter.visitor.SimplifyingFilterVisitor.collect(SimplifyingFilterVisitor.java:235)
at
org.geotools.filter.visitor.SimplifyingFilterVisitor.visit(SimplifyingFilterVisitor.java:165)
at org.geotools.filter.AndImpl.accept(AndImpl.java:52)
at
org.geotools.renderer.lite.StreamingRenderer.getStyleQuery(StreamingRenderer.java:1157)
at
org.geotools.renderer.lite.StreamingRenderer.getFeatures(StreamingRenderer.java:1960)
at
org.geotools.renderer.lite.StreamingRenderer.processStylers(StreamingRenderer.java:1928)
at
org.geotools.renderer.lite.StreamingRenderer.paint(StreamingRenderer.java:835)
at
org.geoserver.wms.map.RenderedImageMapOutputFormat.produceMap(RenderedImageMapOutputFormat.java:579)
at
org.geoserver.wms.map.RenderedImageMapOutputFormat.produceMap(RenderedImageMapOutputFormat.java:284)
at
org.geoserver.wms.map.RenderedImageMapOutputFormat.produceMap(RenderedImageMapOutputFormat.java:141)
at org.geoserver.wms.GetMap.executeInternal(GetMap.java:653)
at org.geoserver.wms.GetMap.run(GetMap.java:285)
at org.geoserver.wms.GetMap.run(GetMap.java:131)
at
org.geoserver.wms.DefaultWebMapService.getMap(DefaultWebMapService.java:320)
at sun.reflect.GeneratedMethodAccessor355.invoke(Unknown Source)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at
org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:333)
at
org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:190)
at
org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157)
at
org.geoserver.kml.WebMapServiceKmlInterceptor.invoke(WebMapServiceKmlInterceptor.java:34)
at
org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
at
org.geoserver.gwc.wms.CacheSeedingWebMapService.invoke(CacheSeedingWebMapService.java:62)
at
org.geoserver.gwc.wms.CacheSeedingWebMapService.invoke(CacheSeedingWebMapService.java:36)
at
org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
at
org.geoserver.gwc.wms.CachingWebMapService.invoke(CachingWebMapService.java:80)
at
org.geoserver.gwc.wms.CachingWebMapService.invoke(CachingWebMapService.java:55)
at
org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
at
org.geoserver.ows.util.RequestObjectLogger.invoke(RequestObjectLogger.java:55)
at
org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
at

Re: [Geoserver-users] wms scale denominator - legend not working

2018-05-18 Thread Michie, Eleanor
Hi Andrea

Thank you so much for your reply.
The first option (adding a default value to the env function) fixed the problem.

Thanks
Eleanor

From: Andrea Aime [mailto:andrea.a...@geo-solutions.it]
Sent: 04 May 2018 09:59
To: Michie, Eleanor 
Cc: geoserver-users@lists.sourceforge.net
Subject: Re: [Geoserver-users] wms scale denominator - legend not working

Hi Eleanor,
when you do a GetLengedGraphic request the wms_scale_denominator value is null, 
and everything
goes belly up from there, the overall resulting size is likely 0 or null.
The env function accepts a second literal, which would be the default value in 
case the variable is not found,
try adding one.

As an alternative, you could see what happens if you avoid doing scale math and 
just set the icon size in
ground units, see:
http://docs.geoserver.org/stable/en/user/styling/sld/extensions/uom.html#specifying-symbolizer-sizes-in-ground-units

Cheers
Anderea


On Fri, May 4, 2018 at 10:11 AM, Michie, Eleanor 
> wrote:
Dear All

I have a style which uses the scale to determine the icon size (see below). 
This previously worked fine. However, recently it has stopped working and does 
not generate a legend graphic properly (shows text, in this case ‘star’, but no 
icons). To be clear, it is only the legend that is the problem, on the map the 
style still works.


star
  

  
star
  

  
star

  #00ff00

  
  

  

  wms_scale_denominator

-0.1
  
  20

  

  

 
  


Any help would be greatly appreciated.

Many thanks
Eleanor Michie


DISCLAIMER: The information contained in this communication/message from 
eleanor.mic...@salford.gov.uk is 
confidential. It is intended solely for the addressee(s) Access to this message 
by anyone else is unauthorised. If you are not the intended recipient, any 
disclosure, copying, or distribution of the message, or any action or omission 
taken by you in reliance on it, is prohibited and may be unlawful. As a public 
body, Salford City Council may be required to disclose this email [or any 
response to it] under the Freedom of Information Act 2000, unless the 
information in it is covered by one of the exemptions in the Act. Please 
immediately contact the sender if you have received this message in error. For 
the full disclaimer please access http://www.salford.gov.uk/e-mail Thank you.

--
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,

Andrea Aime

==
GeoServer Professional Services from the experts! Visit 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://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 

[Geoserver-users] Image mosaic don't showing tiles when zooming

2018-05-18 Thread Marcello Benigno
Hello Guys,

I have two different problems:

1 - When I do not put the "ExcessGranuleRemoval -> ROI" option on my layer,
the image gets very low resolution, it is as if the GeoServer increased the
size of the pixel (fig1.png
)

2 - When I put "ExcessGranuleRemoval -> ROI" the image does not display the
previous problem, but when zoomed in, gaps appear in the mosaic (fig2.png
)

Below is the output of the gdalinfo command and the way I generated the
mosaic:

Driver: GTiff/GeoTIFF
Files: jatei_comp.tif
Size is 64454, 94211
Coordinate System is:
GEOGCS["WGS 84",
DATUM["WGS_1984",
SPHEROID["WGS 84",6378137,298.257223563,
AUTHORITY["EPSG","7030"]],
AUTHORITY["EPSG","6326"]],
PRIMEM["Greenwich",0],
UNIT["degree",0.0174532925199433],
AUTHORITY["EPSG","4326"]]
Origin = (-54.316741457446994,-22.461089189588463)
Pixel Size = (0.00312516000,-0.00290441000)
Metadata:
  AREA_OR_POINT=Area
Image Structure Metadata:
  COMPRESSION=YCbCr JPEG
  INTERLEAVE=PIXEL
  SOURCE_COLOR_SPACE=YCbCr
Corner Coordinates:
Upper Left  ( -54.3167415, -22.4610892) ( 54d19' 0.27"W, 22d27'39.92"S)
Lower Left  ( -54.3167415, -22.4884519) ( 54d19' 0.27"W, 22d29'18.43"S)
Upper Right ( -54.2965986, -22.4610892) ( 54d17'47.75"W, 22d27'39.92"S)
Lower Right ( -54.2965986, -22.4884519) ( 54d17'47.75"W, 22d29'18.43"S)
Center  ( -54.3066700, -22.4747706) ( 54d18'24.01"W, 22d28'29.17"S)
Band 1 Block=256x256 Type=Byte, ColorInterp=Red
  Unit Type: metre
Band 2 Block=256x256 Type=Byte, ColorInterp=Green
  Unit Type: metre
Band 3 Block=256x256 Type=Byte, ColorInterp=Blue
  Unit Type: metre


gdal_retile.py -v -r bilinear -levels 8 -ps 1024 1024 -co "COMPRESS=JPEG"
-co "TILED=YES" -s_srs EPSG:4326 -targetDir tiles_jatei jatei_comp.tif


Thanks in advance,

-- 
*Marcello Benigno B. de Barros Filho*
Prof. do Curso Superior de Tecnologia em Geoprocessamento - IFPB
http://profmarcello.blogspot.com
--
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


Re: [Geoserver-users] High CPU usage after 2.13 upgrade

2018-05-18 Thread Andrea Aime
Hi,
buffer in any case, at this point, usual procedure applies:

   - Open a ticket at https://osgeo-org.atlassian.net/projects/GEOS/summary
   - Attach sample dataset
   - Attach styles
   - Include request that makes the issue happen

All of the above must be included for the issue to be investigated (or
contact commercial
support services if there are issues sharing the dataset, or if you want
someone else to figure
out the location and request that makes it happen).

Cheers
Andrea


On Fri, May 18, 2018 at 1:13 PM, Andrzej Kępys  wrote:

> Hi All
>
> Bad news - after few next hours the same again.
>
> Stack here:
>
> http://mapabkp.abakus.net.pl/jstack.txt
>
> Any idea?
>
>
> Pozdrawiam
> Andrzej Kępys
> gg: 7918247
> skype: jedrus305
> tel: 605 997 440
>
> W dniu 2018-05-15 o 12:09, Andrzej Kępys pisze:
>
> Hi Andrea, All
>
> I updated to nightly yesterday - till now everything is working fine...
> Just to "not prising a day before sundown" I'll wait till tomorrow and let
> you know.
>
> Thanks
>
> Andy
>
> Pozdrawiam
> Andrzej Kępys
> gg: 7918247
> skype: jedrus305
> tel: 605 997 440
>
> W dniu 2018-05-15 o 10:41, Andrea Aime pisze:
>
> That's why I asked to try out the nightly build, that very same loop got
> modified a few days ago
>
> Cheers
> Andrea
>
> On Tue, May 15, 2018 at 10:30 AM, GeoUser via Geoserver-users <
> geoserver-users@lists.sourceforge.net> wrote:
>
>> Looking at the code, this seems to have changed for geotools 19:
>>
>> - maxAngleChange = cursor.getMaxAngleChange(startOrdinate, endOrdinate);
>> + maxAngleChange = cursor.getMaxAngleChange(startOrdinate, endOrdinate,
>> step);
>>
>> The new getMaxAngleChange was added and the loop inside this new method
>> does
>> not run in a fixed number of steps as the old one. This could lead to
>> thread
>> blocking if the while condition is never reached.
>>
>> https://github.com/geotools/geotools/commit/40a928dff0a60576
>> fe8c3cd5dd27c930341b83b5#diff-7b89b71b1f93aa48e01be0dacb878948
>>
>>
>>
>> --
>> Sent from: http://osgeo-org.1560.x6.nabble.com/GeoServer-User-f3786390.
>> html
>>
>> 
>> --
>> 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-req
>> uesting-and-integrating-new-features-and-improvements-in-GeoServer
>>
>>
>> Geoserver-users@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/geoserver-users
>>
>
>
>
> --
>
> Regards,
>
> Andrea Aime
>
> == GeoServer Professional Services from the experts! Visit
> 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://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 

Re: [Geoserver-users] High CPU usage after 2.13 upgrade

2018-05-18 Thread Andrea Aime
On Fri, May 18, 2018 at 2:02 PM, Andrea Aime 
wrote:

> Hi,
> buffer
>

Ha ha, I meant, "bummer"

Cheers
Andrea

==

GeoServer Professional Services from the experts! Visit 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://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 and accepts no responsibility  for changes
made after they were sent or for other risks which arise as a result of
e-mail transmission, viruses, etc.
--
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


Re: [Geoserver-users] High CPU usage after 2.13 upgrade

2018-05-18 Thread Andrzej Kępys

Hi All

Bad news - after few next hours the same again.

Stack here:

http://mapabkp.abakus.net.pl/jstack.txt

Any idea?


Pozdrawiam
Andrzej Kępys
gg: 7918247
skype: jedrus305
tel: 605 997 440

W dniu 2018-05-15 o 12:09, Andrzej Kępys pisze:


Hi Andrea, All

I updated to nightly yesterday - till now everything is working 
fine... Just to "not prising a day before sundown" I'll wait till 
tomorrow and let you know.


Thanks

Andy

Pozdrawiam
Andrzej Kępys
gg: 7918247
skype: jedrus305
tel: 605 997 440
W dniu 2018-05-15 o 10:41, Andrea Aime pisze:
That's why I asked to try out the nightly build, that very same loop 
got modified a few days ago


Cheers
Andrea

On Tue, May 15, 2018 at 10:30 AM, GeoUser via Geoserver-users 
> wrote:


Looking at the code, this seems to have changed for geotools 19:

- maxAngleChange = cursor.getMaxAngleChange(startOrdinate,
endOrdinate);
+ maxAngleChange = cursor.getMaxAngleChange(startOrdinate,
endOrdinate,
step);

The new getMaxAngleChange was added and the loop inside this new
method does
not run in a fixed number of steps as the old one. This could
lead to thread
blocking if the while condition is never reached.


https://github.com/geotools/geotools/commit/40a928dff0a60576fe8c3cd5dd27c930341b83b5#diff-7b89b71b1f93aa48e01be0dacb878948





--
Sent from:
http://osgeo-org.1560.x6.nabble.com/GeoServer-User-f3786390.html



--
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,

Andrea Aime

==GeoServer Professional Services from the experts! Visit 
http://goo.gl/it488V for more information.==Ing. Andrea Aime 
@geowolfTechnical LeadGeoSolutions S.A.S.Via di Montramito 3/A55054 
 Massarosa (LU)phone: +39 0584 962313fax: +39 0584 1660272mob: +39 
 339 8844549http://www.geo-solutions.ithttp://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 and accepts no responsibility  for changes made 
after