I have tried with version 2.24 and 2.25 and the same thing happens. I have the layers defined in the path ‘workspaces///…’. I have the layers defined in the folder ‘gwc-layers’ with their internal coding. From the set of four hundred layers, approximately twenty layers disappeared from the geoserver interface and I don’t know the reason. Everything worked correctly and without any changes in the geometry or in the attribute table, one day they disappeared from the interface but not from the data folder. For more information, it is about geoserver deployed in tomcat and the store gets the layers from a connection to postgis. Can anyone give me a solution?
Please check the logs when you load, it should list a bunch of messages as
each file layer is loaded. Check if your missing layers are listed (with
warnings) or not listed at all.
You can also increase the logging level and reload again.
The only thing I could think of is if some of the layers require a specific
extentions (say MongoDB) and you did not install the same extension when
you updated. Then I would not expect those layers to be available.
Are all of the PostGIS layers unavailable? Perhaps the PostGIS connection
was not available and was “auto disabled”? Fix the connection problem and
re-enable…
Jody