Hey All,
So I’ve been getting this repeatedly.
Platform;
linux ubuntu 14.04 LTS
geoserver 2.7.2
tomcat 7
I create a new workspace, store and layer (say, shapefile based), publish it with default style.
Create new style, change layer config to change default style.
Then I delete the workspace in which that layer is.
Then when I try and delete the style I get a null pointer exception. (see top of stack trace below).
Is this a known issue?
Thanks
Toby
java.lang.NullPointerException at com.sun.proxy.$Proxy6.equals(Unknown Source) at sun.reflect.GeneratedMethodAccessor96.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:606) at org.geoserver.catalog.impl.ModificationProxy.invoke(ModificationProxy.java:146) at com.sun.proxy.$Proxy6.equals(Unknown Source) at org.geotools.filter.IsEqualsToImpl.evaluateInternal(IsEqualsToImpl.java:84) at org.geotools.filter.MultiCompareFilterImpl.evaluate(MultiCompareFilterImpl.java:68) at org.geotools.filter.OrImpl.evaluate(OrImpl.java:41) at org.geoserver.catalog.impl.DefaultCatalogFacade$1.apply(DefaultCatalogFacade.java:1194) at org.geoserver.catalog.impl.DefaultCatalogFacade$1.apply(DefaultCatalogFacade.java:1190)