Re: [Geoserver-users] WPS extension

2018-09-25 Thread Andrea Aime
Hi,
the error message points at a missing class, maybe the custom WPS extension
is not adding all of its dependencies? Or maybe GeoServer dropped that
dependency along the way.
Normally that class is found inside jackson-databind, don't know which
version of it you'll need though.

Cheers
Andrea


On Tue, Sep 25, 2018 at 4:34 PM César Augusto Ribeiro 
wrote:

> After an upgrade from GeoServer 2.7.2 to 2.13.2, a custom WPS extension
> process stopped working.
> Error:
>
> java.lang.NoClassDefFoundError: org/codehaus/jackson/map/ObjectMapper
> org/codehaus/jackson/map/ObjectMapper
>
> Any ideas?
>
> Thanks
>
> --
> César Augusto
> ___
> 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
--- *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] Emptying tile layer cache

2018-09-25 Thread Trey Stafford
With respect to opening a ticket for this issue - I see that I should 
have the problem confirmed by a third party before submitting an 
official bug report. Would someone be willing to verify that what I am 
experiencing is in fact a bug? Reproducing should be simple:


1. Create a layer and configure it to utilize geowebcache.

2. Seed the cache

3. Attempt to empty the cache with the "Empty" button associated with 
the layer in the admin interface (under the "Tile Caching" section on 
the left hand side, click the "Tile Layers" link). After clicking and 
accepting the confirmation dialogue, the layer should now show 0.0B of 
disk space used for the cache.


4. Confirm that the cache actually still exists. Navigate to the 
geowebcache data directory and observe that the layer's tile cache is 
still present (the directory should be named _).




On 09/25/2018 10:44 AM, Trey Stafford wrote:

All,

I have had some success with clearing a layer's cache this morning. By 
using the 'masstruncate' REST endpoint to geowebcache, I can 
successfully clear the cache for the specified layer. Doing so removes 
the directory containing the previously generated tiles for the layer, 
and the geoserver admin interface correctly shows 0.0 B for disk usage.


I still haven't had any luck getting the 'Empty' button in the admin 
interface to work, despite it showing 0.0B of disk space used after 
clicking it (even refreshing the page shows 0.0 B of disk usage, even 
though a directory listing shows otherwise). I suspect this is a bug, 
so I'll be opening a bug report for this issue.


Thanks again,

Trey


On 09/24/2018 11:59 AM, Trey Stafford wrote:

Hello,

I have encountered what I believe to be some unexpected behavior with 
tile layers cached by geoserver's internal geowebcache implementation.


In the "Tile Layers" menu of the Geoserver admin interface, each 
layer is listed along with information about how much disk space is 
used for tile caching. There's an option to "Empty" the cache, 
removing all cached tiles for the given layer. After selecting this 
option, the disk usage for the layer is given as 0.0 B.


However, checking the geowebcache data directory shows quite the 
opposite: disk usage actually increases by about 1MB after this 
operation, and all cached tiles still appear to be present. I can 
remove the source data from the layer (image mosaic data store) and 
still make gwc requests that serve the tiles that had been previously 
cached when the source data was present.


There does not appear to be anything in the logs that would suggest 
an error is occurring, so perhaps I am misunderstanding what the 
"Empty" option actually does. I have also attempted to use gwc 
"truncate" to remove cached tiles without success.


I have experienced the above described behavior using Geoserver 
versions 2.10.0, 2.13.2, and 2.14.0 on a Debian 9 host. The layer I 
have been testing is an image mosaic with the TIME dimension enabled.


If anyone has any suggestions for why I am experiencing this 
behavior, or how I might properly go about emptying the cache, I 
would greatly appreciate it! The data in our image mosaic is 
occasionally updated (there's an image associated with each day of 
the year, sometimes a date is updated when further processing is 
complete), so I need to invalidate the existing cache and re-seed 
with the new data.


Thanks in advance!

Trey





___
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] DispatcherCallback

2018-09-25 Thread Olyster
Hi,

I've added log in gs-ows and gt-jdbc and something weird happens :

Added a log in :

gt-jdbc.JDBCDataStore.selectSQLPS right before the spatial query is executed

and another in gs.ows.Dispatcher.handleRequestInternal after the execute()
method is called.

In the log, I get the gs-ows log before the gt-jdbc log.

How can the result be ready before the query is sent to DB server ?

Thanks







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


Re: [Geoserver-users] Emptying tile layer cache

2018-09-25 Thread Trey Stafford

All,

I have had some success with clearing a layer's cache this morning. By 
using the 'masstruncate' REST endpoint to geowebcache, I can 
successfully clear the cache for the specified layer. Doing so removes 
the directory containing the previously generated tiles for the layer, 
and the geoserver admin interface correctly shows 0.0 B for disk usage.


I still haven't had any luck getting the 'Empty' button in the admin 
interface to work, despite it showing 0.0B of disk space used after 
clicking it (even refreshing the page shows 0.0 B of disk usage, even 
though a directory listing shows otherwise). I suspect this is a bug, so 
I'll be opening a bug report for this issue.


Thanks again,

Trey


On 09/24/2018 11:59 AM, Trey Stafford wrote:

Hello,

I have encountered what I believe to be some unexpected behavior with 
tile layers cached by geoserver's internal geowebcache implementation.


In the "Tile Layers" menu of the Geoserver admin interface, each layer 
is listed along with information about how much disk space is used for 
tile caching. There's an option to "Empty" the cache, removing all 
cached tiles for the given layer. After selecting this option, the 
disk usage for the layer is given as 0.0 B.


However, checking the geowebcache data directory shows quite the 
opposite: disk usage actually increases by about 1MB after this 
operation, and all cached tiles still appear to be present. I can 
remove the source data from the layer (image mosaic data store) and 
still make gwc requests that serve the tiles that had been previously 
cached when the source data was present.


There does not appear to be anything in the logs that would suggest an 
error is occurring, so perhaps I am misunderstanding what the "Empty" 
option actually does. I have also attempted to use gwc "truncate" to 
remove cached tiles without success.


I have experienced the above described behavior using Geoserver 
versions 2.10.0, 2.13.2, and 2.14.0 on a Debian 9 host. The layer I 
have been testing is an image mosaic with the TIME dimension enabled.


If anyone has any suggestions for why I am experiencing this behavior, 
or how I might properly go about emptying the cache, I would greatly 
appreciate it! The data in our image mosaic is occasionally updated 
(there's an image associated with each day of the year, sometimes a 
date is updated when further processing is complete), so I need to 
invalidate the existing cache and re-seed with the new data.


Thanks in advance!

Trey





___
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] Searching in layers

2018-09-25 Thread César Augusto Ribeiro
Hey Rusu,
Great assumptions (except I don't bother about scale dependency atm).

More details about the project:

- Angular 6 frontend, with addition of LeafletJS;
- Yes, the layers/overlays in question are WMS based, consumed throught
github.com/heigeo/leaflet.wms;
- "Attached" with each layer added to the map, there are a couple of
fields, that allows the user to filter such layer;
- The filter task is an application's custom GET request to the WFS
GetFeature related to the layer and based on fields filled by the user
(which are translated into CQL Filters) and it's results are translated to
a Leaflet's GeoJSON layer, just to highlight features in the already
rendered layer.

I did think about the common practice you mentioned and was wondering: what
if I GET the SLD related to layer (if possible) and maybe transform it's
result into CQL Filters to apply to my WFS GetFeature dynamically (maybe
initially ignoring the scale stuff)? Could be a good thing or you see it's
better to keep the custom search layer?

Thanks!


2018-09-25 11:40 GMT-03:00 Rusu Sorin :

> Hi,
>
> There are some missing information from what you wrote to the list, and as
> always, if possible concrete examples help (especially if your geoserver is
> public)
>
> *My assumptions:*
> You are working with WMS that has a SLD that filters various elements
> in the dataset in order to compose clean maps
> The SLD is probably scale dependennt (various scales show various
> types of data).
>
> *Unknowns*:
> The application/framework you are using to filter the data via WFS
>
> What you would like to see happen is going to be difficult, and is not
> necesserily supported out of the box:
> It is my understanding that the WFS service in geoserver doesn't
> communicate/care/bother with the SLD since it was only designed for use
> with image generation (and GtFeatureInfo, which also relies on retrieving
> data based on rendered output).
> You would basically have to pass the currently active filter in the
> SLD to the WFS in order to first filter out "unwanted/invisible" features,
> and then use the CQL Filter, and WFS feature types are not scale-dependent
> Depending on the application you are using this might be more or less
> achievable.
> A published Geoserver "layer" can be used and reused many times in the
> SLD, giving you the "WMS rendering layers", but the published dataset will
> only be a single FeatureType in the WFS (publishing all the data from the
> source).
>
> Common practice would have you designing a custom "search" layer where
> only the "searchable" features should be configured.
>
> Sorin RUSU
>
>
> Pe ‎marți‎, ‎25‎ ‎septembrie‎ ‎2018‎ ‎17‎:‎26‎:‎15‎ ‎EEST, carrbrpoa <
> carrbr...@gmail.com> a scris:
>
>
> I'm trying to "search" for things in a GeoServer published layer, through
> an
> webmapping app.
>
> For that, I'm using WFS/GetFeature, applying CQL Filters as needed. The
> problem is that the style of the published layer omits some features (SLD's
> rules) and seems that WFS/GetFeature is not aware of that.
>
> Based on that, the results of the WFS/GetFeature can point to features
> otherwise hidden for SLD's rules (what I don't want, actually).
>
> Do you have any suggestions for that?
>
> Thanks in advance!
>
>
>
> --
> 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
>
>


-- 
Atenciosamente,

César Augusto R. Ribeiro
___
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] Searching in layers

2018-09-25 Thread Rusu Sorin via Geoserver-users
Hi,
There are some missing information from what you wrote to the list, and as 
always, if possible concrete examples help (especially if your geoserver is 
public)
My assumptions:You are working with WMS that has a SLD that filters various 
elements in the dataset in order to compose clean mapsThe SLD is probably 
scale dependennt (various scales show various types of data).
Unknowns:The application/framework you are using to filter the data via WFS 
       
What you would like to see happen is going to be difficult, and is not 
necesserily supported out of the box:    It is my understanding that the WFS 
service in geoserver doesn't communicate/care/bother with the SLD since it was 
only designed for use with image generation (and GtFeatureInfo, which also 
relies on retrieving data based on rendered output). 
    You would basically have to pass the currently active filter in the SLD to 
the WFS in order to first filter out "unwanted/invisible" features, and then 
use the CQL Filter, and WFS feature types are not scale-dependent
    Depending on the application you are using this might be more or less 
achievable.     A published Geoserver "layer" can be used and reused many times 
in the SLD, giving you the "WMS rendering layers", but the published dataset 
will only be a single FeatureType in the WFS (publishing all the data from the 
source).
    Common practice would have you designing a custom "search" layer where only 
the "searchable" features should be configured.

Sorin RUSU
 

Pe ‎marți‎, ‎25‎ ‎septembrie‎ ‎2018‎ ‎17‎:‎26‎:‎15‎ ‎EEST, carrbrpoa 
 a scris:  
 
 I'm trying to "search" for things in a GeoServer published layer, through an
webmapping app.

For that, I'm using WFS/GetFeature, applying CQL Filters as needed. The
problem is that the style of the published layer omits some features (SLD's
rules) and seems that WFS/GetFeature is not aware of that.

Based on that, the results of the WFS/GetFeature can point to features
otherwise hidden for SLD's rules (what I don't want, actually).

Do you have any suggestions for that?

Thanks in advance!



--
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] Searching in layers

2018-09-25 Thread Olyster
Hi,

WFS works with actual features thus sld has no effect on them.

You need to pass all required filters (attribute and/or spatial) to
GetFeatures request.



--
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] WPS extension

2018-09-25 Thread César Augusto Ribeiro
After an upgrade from GeoServer 2.7.2 to 2.13.2, a custom WPS extension
process stopped working.
Error:

java.lang.NoClassDefFoundError: org/codehaus/jackson/map/ObjectMapper
org/codehaus/jackson/map/ObjectMapper

Any ideas?

Thanks

-- 
César Augusto
___
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] Searching in layers

2018-09-25 Thread César Augusto Ribeiro
 I'm trying to "search" for things in a GeoServer published layer, through
an webmapping app.

For that, I'm using WFS/GetFeature, applying CQL Filters as needed. The
problem is that the style of the published layer omits some features (SLD's
rules) and seems that WFS/GetFeature is not aware of that.

Based on that, the results of the WFS/GetFeature can point to features
otherwise hidden for SLD's rules (what I don't want, actually).

Do you have any suggestions for that?

Thanks in advance!

-- 
César Augusto
___
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] Searching in layers

2018-09-25 Thread carrbrpoa
I'm trying to "search" for things in a GeoServer published layer, through an
webmapping app.

For that, I'm using WFS/GetFeature, applying CQL Filters as needed. The
problem is that the style of the published layer omits some features (SLD's
rules) and seems that WFS/GetFeature is not aware of that.

Based on that, the results of the WFS/GetFeature can point to features
otherwise hidden for SLD's rules (what I don't want, actually).

Do you have any suggestions for that?

Thanks in advance!



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


Re: [Geoserver-users] DispatcherCallback

2018-09-25 Thread Olyster
Nuno,

thanks for your answer.

I managed to see my log entries after performing a WFS request.

My goal is to clip WFS results using the bbox parameter. 

Using WPS gs:clip is pretty straight forward, fast and the results are fine.

Andrea suggested to use DispatcherCallback to achieve this. If I'm on the
right track, I can see that the results are of type
org.geoserver.wfs.request.FeatureCollectionResponse.

Now I have to modify those results by calling GeometryClipper with the bbox
parameter and send them as the WFS response.

Thanks for your help



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


Re: [Geoserver-users] Geoserver failed when render solr data multi shards

2018-09-25 Thread Nuno Oliveira

Hi,

I never tried to query a Solr index distributed against multiple shards through 
GeoServer, looks like you're in /uncharted waters/, although I can't think about 
any evident reason for this issue.


I don't have enough spare time to deeply investigate this. If you have the 
necessary knowledge you can try to debug what is going on and provide a patch, 
otherwise you may want to have a look at commercial support [1].


Regards,

Nuno Oliveira

[1] http://geoserver.org/support/

On 09/05/2018 07:59 AM, Youzha wrote:

Hi i'm trying to rendering solr data spatial from geoserver layer.
when i try to render it from single shard solr collection, it works normally.
but when i try to render it from multi shards solr collection, i've found an 
error message below on my geoserver. Pls help & advice.


image.png


--
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,
Nuno Oliveira
==
GeoServer Professional Services from the experts!
Visit http://goo.gl/it488V for more information.
==

Nuno Miguel Carvalho Oliveira
@nmcoliveira
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

---

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] Timezone issue

2018-09-25 Thread fawzyb
Hi Daniele, 
Thanks a lot for your reply.
According to the reference you mentioned, it says:"If the timezone is not set, 
it will default to the timezone of the operating system."My OS timezone is also 
GMT+3, so it should be ok to not pass this argument.
Anyway I've tried to pass this argument :
-Duser.timezone=Turkey
and also have tried:
-Dorg.geotools.localDateTimeHandling=true
But I'm getting the same results.

Thanks,Fawzy
--
Securely sent with Tutanota. Claim your encrypted mailbox today!
https://tutanota.com 

24. Sep 2018 18:42 by daniele.romagn...@geo-solutions.it 
:


> Hi Fawzy,
> I think that Andrea was referring to the > -> Duser> .> timezone>  java 
> property.
>
> You may find some references here (the Red warning box):
> http://docs.geoserver.org/latest/en/user/services/wms/googleearth/tutorials/time/time.html#specifying-a-date-range
>  
> 
>
> I know it's not part of the same topic but it may give you some context.
> Hope this helps.> Daniele
>
>
>
> On Mon, Sep 24, 2018 at 4:56 PM,  <> faw...@tutamail.com 
> > > wrote:
>
>>   >> Hi all,>> My environment is Geoserver and PostGIS. 
>> I've a DB table with a timestamp field. My timezone is GMT+3. The date/time 
>> is saved correctly in the DB, but when requesting it with WFS the time is 
>> shifted 3 hours back (i.e GMT+0). 
>>
>> According to this Andrea's answer:>> 
>> http://osgeo-org.1560.x6.nabble.com/Time-Zone-issue-with-dates-using-GeoServer-WFS-td5272760.html#a5272774
>>  
>> 
>> There should be a setting in Geoserver that change its timezone, but I can't 
>> find it.
>> Please help.
>> Thanks,>> Fawzy
>>   
>>
>> ___
>> 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 
> ---
> 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