Can you please share the complete exception stack trace from the log ? - Rahul
On Mon, Oct 25, 2021 at 2:12 PM Michael Conrad <mich...@newsrx.com> wrote: > We have run across an issue where certain searches result in a vague > NPE. Any help into pointing into a correct direction would be appreciated. > > ### Example Log Entries: > > 2021-10-25 18:08:21.683 ERROR (qtp1659840424-39975) [c:alldata s:shard1 > r:core_node64 x:alldata_shard1_replica_n63] o.a.s.h.RequestHandlerBase > java.lang.NullPointerException > > 2021-10-25 18:08:21.683 ERROR (qtp1659840424-39975) [c:alldata s:shard1 > r:core_node64 x:alldata_shard1_replica_n63] o.a.s.s.HttpSolrCall > null:java.lang.NullPointerException > > 2021-10-25 18:09:01.673 ERROR (qtp1659840424-40471) [c:alldata s:shard1 > r:core_node64 x:alldata_shard1_replica_n63] o.a.s.h.RequestHandlerBase > java.lang.NullPointerException > > 2021-10-25 18:09:01.674 ERROR (qtp1659840424-40471) [c:alldata s:shard1 > r:core_node64 x:alldata_shard1_replica_n63] o.a.s.s.HttpSolrCall > null:java.lang.NullPointerException > > ### Example Json Response: > > { > "responseHeader":{ > "zkConnected":true, > "status":500, > "QTime":37, > "params":{ > "q":"issuedate_tdt:[\"2014-04-18T04:00:00Z\" TO > \"2014-04-19T04:00:00Z\"}", > "defType":"edismax", > "distrib":"true", > "_stateVer_":"alldata:2543", > "qf":"_text_txt_en_split^0.1 _text_txt^0.5 _text_ws^2", > "fl":"id", > "start":"0", > "q.op":"AND", > "rows":"50000"}}, > "error":{ > "trace":"java.lang.NullPointerException\n", > "code":500}} > >