<nrOfIndentSpace>
). However now that looks like a big change for a small gain.
line.sld
, point.sld
etc... using a style info reference. Double check in the xml that the references line up between layer and style.You may want to look at the layer “just after” the one that failed to load.
Unfortunately they are not loaded in alphabetical order, so I would get this info from logs right?
I'm getting cut of stack traces in the geoserver log, in this case trouble initializing a data store, making it hard to debug the issue. Anyone know why and/or how to make it produce the full stack trace? It looks like this:
2021-04-20T19:53:45.091001170Z at org.geoserver.catalog.LockingCatalogFacade.invoke(LockingCatalogFacade.java:36)
2021-04-20T19:53:45.099225762Z ... 127 more
2021-04-20T19:53:45.099238462Z Caused by: java.lang.NullPointerException
2021-04-20T19:53:45.099282862Z at com.sun.proxy.$Proxy25.isIsolated(Unknown Source)
2021-04-20T19:53:45.099298262Z at org.geoserver.catalog.impl.IsolatedCatalogFacade.canSeeWorkspace(IsolatedCatalogFacade.java:650)
2021-04-20T19:53:45.099302562Z at org.geoserver.catalog.impl.IsolatedCatalogFacade.getStoreByName(IsolatedCatalogFacade.java:86)
2021-04-20T19:53:45.099306262Z ... 132 more
2021-04-20T19:53:45.152908210Z 20 Apr 19:53:45 WARN [org.geoserver] - Failed to load data store 'HNV2021_20210226'
@t-book no silly questions, the style references are in ... layer.xml
.
Here is an example in sf/sf/roads/layer.xml, you can see two StyleInfoImpl instances referenced (one as the defaultStyle and one in the styles list).