[ 
https://issues.apache.org/jira/browse/SOLR-4714?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Hoss Man resolved SOLR-4714.
----------------------------

    Resolution: Invalid

There's really not enough detail here to indicate a Solr problem.

It sounds like you are exceeding the limits allowed according to your Servlet 
Containers settings -- either for the POST body, or for the URL.

google searchers for "HttpParser Full" suggest that this error is coming from 
jetty related to how long the request URL is -- you mentioned you were doing an 
HTTP POST, but w/o any specific code, i suspect that you are still including 
your query as URL params when doing that POST.

If you are still having problems, please send an email with more details (ie: 
servlet container used, example of your request code, details of th server 
respnose, details of the log messages recorded, etc...) to the solr-user@lucene 
mailing list.  There is no need to re-open this bug unless someone confirms 
there is a particular problem with solr.
                
> Solr server request handler failed
> ----------------------------------
>
>                 Key: SOLR-4714
>                 URL: https://issues.apache.org/jira/browse/SOLR-4714
>             Project: Solr
>          Issue Type: Bug
>            Reporter: Hardik Upadhyay
>              Labels: solr
>
> When sending a search request via HttpClient post method,solr server fails to 
> parse the query and prints error "HttpParser full....".
> The search request was for retrieving 600 entity details ,q:(ent1 ent2 ent3 
> ... ent600) 

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org

Reply via email to