On 5/7/2015 3:43 AM, Rahul Singh wrote:
>   I have tried to deploy solr.war from building it from 4.7.2 but it is
> showing the below mentioned error. Has anyone faced the same? any lead
> would also be appreciated.
> 
> Error Message:
> 
> {
>   "responseHeader": {
>     "status": 500,
>     "QTime": 33
>   },
>   "error": {
>     "msg": "parsing error",
>     "trace":
> "org.apache.solr.client.solrj.impl.HttpSolrServer$RemoteSolrException:
> parsing error

Did you change the source code in any way before you compiled it?  You
haven't said what you're actually doing that resulted in this error, or
given any other details about your setup.  It's good that you've given
us the full response with the error, but additional details, like the
request that generated the error and any errors found in the Solr log,
are important.

Because the error comes from HttpSolrServer and is embedded in a Solr
response, I'm guessing this is a distributed request ... but I can't
tell if it's SolrCloud or "manual" sharding.

With no other information to go on, I do have some possible ideas:

You might have changed something fundamental in the source code that
makes the distributed request incompatible with the target core/server.

There might be mixed versions ... either multiple copies of jars on the
classpath from different versions of Solr, or a version with your code
changes trying to talk to another instance without your changes.

Are there error messages in the Solr log on the instance of Solr that
received the distributed request?

Thanks,
Shawn

Reply via email to