Re: [Geoserver-users] Help with NullPointerException

2020-12-01 Thread Kris Johnson via Geoserver-users
Thanks for the response, Mark. I looked into the layer in question "gw_recharge" and it does have a default style set ("gw_recharge_keep"). This was done using the web interface. Is there a more authoritative or sure-fire way that I should be using to check if this layer is missing a default

Re: [Geoserver-users] Help with NullPointerException

2020-11-28 Thread mark
On 11/25/20 9:03 PM, Kris Johnson via Geoserver-users wrote: Here is what is reported by the "Caused by:" Caused by: java.lang.NullPointerException at org.geoserver.wms.map.GetMapKvpRequestReader.getDefaultStyle(GetMapKvpRequestReader.java:807) at

Re: [Geoserver-users] Help with NullPointerException

2020-11-25 Thread Kris Johnson via Geoserver-users
Hi Andrea, Thank you for your responses. I finally found time to go back and look at this error again. Here is what is reported by the "Caused by:" > Caused by: java.lang.NullPointerException > at > org.geoserver.wms.map.GetMapKvpRequestReader.getDefaultStyle(GetMapKvpRequestReader.java:807) >

Re: [Geoserver-users] Help with NullPointerException

2020-10-07 Thread Andrea Aime
Also, restart GeoServer, when an exception is thrown many times, the trace is compressed and part of it is omitted. There is also a JVM flag that can be set to avoid trace elision, for reference: https://dzone.com/articles/missing-stack-traces-repeated Cheers Andrea On Tue, Oct 6, 2020 at 9:36

Re: [Geoserver-users] Help with NullPointerException

2020-10-06 Thread Alexander Petkov
The rest of the trace would be helpful, after "Caused by" Adjust logging settings to GEOTOOLS_DEVELOPER, if they are not already. On Tue, Oct 6, 2020 at 1:22 PM Kris Johnson via Geoserver-users < geoserver-users@lists.sourceforge.net> wrote: > I am trying to run a WFS GetFeature. When doing so,

[Geoserver-users] Help with NullPointerException

2020-10-06 Thread Kris Johnson via Geoserver-users
I am trying to run a WFS GetFeature. When doing so, I occasionally get the error I have pasted at the end of the message. There is nothing in this error that I can make heads or tails of. Geoserver version: 2.17.2 "Error: