Custom Vector Dimensions don't work in 2.25.0
RoryMMMM opened this issue · 2 comments
What is the bug or the crash?
When a Custom Vector Dimension is added to any layer it breaks that layer's preview. When clicking the link to an Openlayers or KML preview an WMS error is downloaded:
<?xml version="1.0" encoding="UTF-8" standalone="no"?><!DOCTYPE ServiceExceptionReport SYSTEM "http://localhost:9090/geoserver/schemas/wms/1.1.1/WMS_exception_1_1_1.dtd"> <ServiceExceptionReport version="1.1.1" > <ServiceException>
Layer countries does not have custom dimension support enabled
</ServiceException></ServiceExceptionReport>
This might be a geoserver issue but seeing as how there are a bunch of other 2.25 errors being reported here (and git >> jira) I thought I'd give it a try. Please let me know if this is inappropriate.
I've tested this on the latest (yesterday?) kartoza/geoserver image.
Steps to reproduce the issue
- Download the kartoza/geoserver docker compose file.
- docker compose up
- edit any layer to have a custom dimension.
- click on layer preview. wms error file is downloaded
Versions
GeoServer Version: 2.25.0
Git Revision: bf9a61403423f3b635234a09ec023d5617173fe2
Build Date: 19-Mar-2024 10:05
GeoTools Version: 31.0 (rev 7b3a6ab865e8e49df9d3094516cdc27fe3d21cc3)
GeoWebCache Version: 1.25.0 (rev 1.25.x/87b9e33be5b040e9312d0b34bd630298ff8c2ab7)
Additional context
No response
Can you please try the 2.25.1 tag
No change:
- Pulled and deployed the 2.25.1 docker image,
- changed the "country" test layer to have custom vector dimensions,
- tried to open it with openlayers,
- received the same WMS error.