You are viewing a plain text version of this content. The canonical link for it is here.
Posted to solr-user@lucene.apache.org by Frederico Azeiteiro <Fr...@cision.com> on 2010/07/13 10:52:10 UTC

java.lang.NullPointerException

Hi again,

I change the search options to decrease my query size and now I get
passed the URI too long from the other thread.

I already added :

<Set name="headerBufferSize">819200</Set>

<Set name="requestBufferSize">819200</Set>

 

On Jetty config but now I'm stucked again on:

 

13/Jul/2010 9:41:38 org.apache.solr.common.SolrException log

SEVERE: java.lang.NullPointerException

        at java.io.StringReader.<init>(Unknown Source)

 

My querystring has now about 10 000 chars.

Could this be memory issues? 

 

Thank You,

Frederico