Hallo,
Recently started getting the below error pulling polygons from a table with oracle spatial into GeoServer 2.26.2. The data is being published via WMS.
Have built into the data a geometry resolution step with the SDO_UTIL.RECTIFY_GEOMETRY utility but this doesn’t seem to fix the issue.
I did a bit of searching and can only seem to find the external dependency to NetTopologySuite which is throwing this error.
As it’s in the data, I know there’s little on the GeoServer side. However, this then terminates the drawing and the map fails to render.
Is there any advice on how to handle this so that the rest of the map draw completes (mirrors behaviour of ArcGIS)?
Thanks in advance!
2025-06-27T10:06:15 WARNING Map request error (Status: 200; Response:
Rendering process failed. Layers: GDW_BLK_ARE_RD
ETYPE 2003 (Polygon Interior) no expected in a GeometryCollection(2003 is used to represent polygon holes, in a 1003 polygon exterior)
; Content-Type: text/xml;charset=UTF-8; URL: https://<url>/geoserver/<workspace>/ows?SERVICE=WMS&VERSION=1.3.0&REQUEST=GetMap&BBOX=13673.34000000000015%2C326699.8099999999977%2C278045.0250000000233%2C617920.8260000000009&CRS=EPSG%3A28992&WIDTH=330&HEIGHT=363&LAYERS=GDW_BLK_ARE_RD&STYLES=&FORMAT=image%2Fpng&DPI=120&MAP_RESOLUTION=120&FORMAT_OPTIONS=dpi%3A120&TRANSPARENT=TRUE)