Hi there, We recently migrated a postgis db from 9.1.4 -> 11 and all bits and pieces appear to have made it across (tables, columns, rows). Likewise I was planning on moving Geoserver to Java 11 (and the latest Geoserver). I've been tinkering with Jetty 9.4.x (latest) and Wildfly 17 and Red Hat's and Amazon's OpenJDK releases and Geoserver 2.15.1. The issue is consistent:
-When either of the two java 11s are being employed and I try to preview a layer in Geoserver that points to this ex 9.1.4 now 11 postgis-postgresql db it shows okay until I zoom out to 1:2M, there and beyond the error is : "code=internalError"Rendering process failed java.io.IOExceptiopnorg.postgresql.util.PSQLException: parse error - invalid geometry Hint: "POLYGON ((?" <-- parse error at position 12 within geometry (doesn't matter whether line or point or polygon, the error message is always the same) It does this for every layer in this database. It doesn't matter whether it's an Postgresql view or a table with geometry. The default and included layers in Geoserver preview without incident at any zoom level. ST_IsValid isn't complaining about these tables. It's the same when I connect the Geoserver to the old database server and the 9.1.4 version of this database. --- When I try Red Hat's and Amazon's JDK 8 with the same servlets and database(es) and Geoserver this issue does not occur, the layers in PostGIS are successfully previewed at any zoom level. Has anyone seen anything similar with java 11 and postgis? Regards, David -- 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 [email protected] https://lists.sourceforge.net/lists/listinfo/geoserver-users
