/> looking at the stack trace it seems to go wrong at the database level, so you might be able to expand the GRIDSET_ID column in the H2 database to a larger value by hand (it seems you need 34 char) or you could create a grid with a few chars less so it just fits./
Yep, but in my case that column in H2 db is created by the GWC code integrated into GeoServer, and I couldn't change it when adding a new projection to a tiled layer definition in GeoServer. Thus I would say this is a bug in GWC code, which hardcodes "GRIDSET_ID_SIZE = 32" while obviously many strings handled by GeoServer, which are longer than 32 chars, should be recorded in that column. -- 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
