Hi there, I would like to ask if anybody has the same Problem or if it is a known issue? I'm using the new Geoserver 2.17.0 and tried to use the new WMS vendor parameter "CLIP" but I'm getting an NullPointerException from the Geoserver log when performing the second request.
Here is a detailed description: - System setup: GeoServer 2.17.0 running on Java 11.0.2, running on Windows 10 64 bit, Postgresql 10.12 with PostGIS - I have created a ImageMosaic data store with filed based GeoTIFFs and a layer for this with a time dimension, the 'datastore.properties' has a PostgresDB connection (but with Shapefile config I have the same behaviour!) - The WMS request is following: http://localhost/geoserver/wms?SERVICE=WMS&VERSION=1.3.0&REQUEST=GetMap&FORMAT=image%2Fpng8&TRANSPARENT=true&LAYERS=my_layer&CLIP=POLYGON((8538697.614462854%203589377.8974283864%2C8538697.614462854%203606195.850825696%2C8555007.12407975%203606195.850825696%2C8555007.12407975%203589377.8974283864%2C8538697.614462854%203589377.8974283864))&time=2019-01-01T00%3A00%3A00Z&CRS=EPSG%3A3857&STYLES=&WIDTH=2000&HEIGHT=1288&BBOX=8517530.93587376%2C3572360.953935997%2C8593967.964158935%2C3621586.400151651 Geoserver behaves as following: - When I do the request the first time, I'll get a valid response and correct clipped out WMS image response. It behaves like expected. - When I do a second request with a different time stamp, I'll get a NullPointerException (see attached file), I have to restart the tomcat to be able to request the layer again. - When I leave out the CLIP parameter, everything works fine even with different time stamps - Also my colleagues on their machines and on our Linux test server we have this behaviour Has anybody of you detected the same behaviour or can provide me a solution? I'm very thankful for any assistance. Best regards, Michael Michael Bauer [GAF AG]<https://www.gaf.de/> GAF AG * Arnulfstr. 199 * 80634 Munich * Germany Phone: +49 89 121528 851 * Fax: +49 89 121528 79 [email protected]<mailto:[email protected]> * http://www.gaf.de CEO: Dr. Sebastian Carl, Chairman of the supervisory board: Massimo Comparini Place of business: Munich, Magistrate's court Munich HRB 140 509 WARNING: This message contains confidential and/or proprietary information which may be subject to privilege or immunity and which is intended for the use of its addressee only. Should you receive this message in error, you are kindly requested to inform the sender and to definitively remove it from any paper or electronic format. Any other use of this e-mail is strictly forbidden. Thank you in advance for your cooperation.
Geoserver_NPE.log
Description: Geoserver_NPE.log
_______________________________________________ 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 [email protected] https://lists.sourceforge.net/lists/listinfo/geoserver-users
