Hi all,
I recently updated a quite old geoserver instance using a quite old mysql instance, to quite newer versions (Geoserver 2.25, Mysql 5.7) and I have some troubles with rendering a layer in the new version, it is “only” points in EPSG4326 but it is giving me this error:
“Error decoding wkb Attempt to read past end of input”
I have
- tried recreating the Geometry column and repopulate it,
- emptying the Geomertry data and populating only one geometry line with fake data (POINT(1 1))
- created a new store and create a new layer on the same table
with no success the only way to shut down the error it to set all geometries to null but…
I have another website using the same technologies and same kind of data and migration went fine…
I don’t understand what the problem could be here ? Something to do with the data in the table ? But how to found out what ?
Many thanks for any help, I don’t know what else to check…
Sylvie