[ 
https://issues.apache.org/jira/browse/SOLR-8068?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14852734#comment-14852734
 ] 

Markus Jelsma commented on SOLR-8068:
-------------------------------------

Hello - it is reproducible in the sense that it keeps happening on some nodes 
since a few days, i have no clue. Authentication is disabled. We have multiple 
Solr collections at multiple locations, all get indexed via SolrJ 5.3. Only one 
collection returns this error, on both locations. Strange enough, the NPE is 
logged on the deleting/indexing client. Both collections (same collection, 
different location) only logs the following:

{code}
ERROR - 2015-09-18 12:53:12.606; [c:relations s:shard1 r:core_node1 
x:relations_shard1_replica1] org.apache.solr.request.SolrRequestInfo; Previous 
SolrRequestInfo was not closed!  
req=waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2
ERROR - 2015-09-18 12:53:12.607; [c:relations s:shard1 r:core_node1 
x:relations_shard1_replica1] org.apache.solr.request.SolrRequestInfo; prev == 
info : false
ERROR - 2015-09-18 12:54:39.892; [c:relations s:shard1 r:core_node1 
x:relations_shard1_replica1] org.apache.solr.request.SolrRequestInfo; Previous 
SolrRequestInfo was not closed!  
req=waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2
ERROR - 2015-09-18 12:54:39.893; [c:relations s:shard1 r:core_node1 
x:relations_shard1_replica1] org.apache.solr.request.SolrRequestInfo; prev == 
info : false
{code}

It makes little sense so far.

> NPE in SolrDispatchFilter.authenticateRequest
> ---------------------------------------------
>
>                 Key: SOLR-8068
>                 URL: https://issues.apache.org/jira/browse/SOLR-8068
>             Project: Solr
>          Issue Type: Bug
>    Affects Versions: 5.3
>            Reporter: Markus Jelsma
>             Fix For: 5.4
>
>
> Suddenly, one of our Solr 5.3 nodes responds with the following trace when i 
> send a delete all query via SolrJ.
> {code}
> java.lang.NullPointerException
>         at 
> org.apache.solr.servlet.SolrDispatchFilter.authenticateRequest(SolrDispatchFilter.java:237)
>         at 
> org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:186)
>         at 
> org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:179)
>         at 
> org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1652)
>         at 
> org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:585)
>         at 
> org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:143)
>         at 
> org.eclipse.jetty.security.SecurityHandler.handle(SecurityHandler.java:577)
>         at 
> org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:223)
>         at 
> org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1127)
>         at 
> org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:515)
>         at 
> org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:185)
>         at 
> org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1061)
>         at 
> org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
>         at 
> org.eclipse.jetty.server.handler.ContextHandlerCollection.handle(ContextHandlerCollection.java:215)
>         at 
> org.eclipse.jetty.server.handler.HandlerCollection.handle(HandlerCollection.java:110)
>         at 
> org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:97)
>         at org.eclipse.jetty.server.Server.handle(Server.java:499)
>         at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:310)
>         at 
> org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:257)
>         at 
> org.eclipse.jetty.io.AbstractConnection$2.run(AbstractConnection.java:540)
>         at 
> org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:635)
>         at 
> org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:555)
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to