Open etj opened 2 years ago
Check the datastore
view, or directly the object
table, in the jdbcconfig database. resource
is a table from the jdbcstore module instead (which can be stored in the same db as jdbcconfig, but it's not used by jdbcconfig)
Geoserver 2.19.6 Configuration in JDBCCofnig
Opening the Store page in geoserver I get this is the stacktrace:
Using the REST API I get these stores: http://10.206.199.108:8080/geoserver/rest/workspaces/geonode/datastores.xml
Getting info from this datastore: http://10.206.199.108:8080/geoserver/rest/workspaces/geonode/datastores/road_network_13apr.xml
Looking for the resource in the DB, could not find the store: select * from resources where "content" like '%road_network_13apr%'
Same if looking in the name attrib: select * from resources where "name" like '%road_network_13apr%'
Where is the store info stored?