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

Yonik Seeley commented on SOLR-7574:
------------------------------------

OK, lets see if we can get this fixed in time for 5.2.1

> NullPointerException in RequestUtil.mergeJSON
> ---------------------------------------------
>
>                 Key: SOLR-7574
>                 URL: https://issues.apache.org/jira/browse/SOLR-7574
>             Project: Solr
>          Issue Type: Bug
>    Affects Versions: 5.1
>            Reporter: Alexey Serba
>            Priority: Trivial
>
> {noformat:title="Steps to reproduce"}
> bin/solr start
> bin/solr create_core -c test
> curl -H 'Content-type: application/json' 
> 'http://localhost:8983/solr/test/select?q=*:*&rows=10&wt=json'
> {noformat}
> {noformat:title="Exception"}
> ERROR - 2015-05-19 21:02:47.144; [   test] 
> org.apache.solr.common.SolrException; null:java.lang.NullPointerException
>         at 
> org.apache.solr.request.json.ObjectUtil$ConflictHandler.mergeMap(ObjectUtil.java:60)
>         at 
> org.apache.solr.request.json.ObjectUtil.mergeObjects(ObjectUtil.java:114)
>         at 
> org.apache.solr.request.json.RequestUtil.mergeJSON(RequestUtil.java:259)
>         at 
> org.apache.solr.request.json.RequestUtil.processParams(RequestUtil.java:176)
>         at 
> org.apache.solr.util.SolrPluginUtils.setDefaults(SolrPluginUtils.java:166)
>         at 
> org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:140)
>         at org.apache.solr.core.SolrCore.execute(SolrCore.java:1984)
> ...
> {noformat}
> While there's no really any point in specifying content-type header with no 
> content stream, but one can forget to remove this when trying different 
> commands with curl / script.



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

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

Reply via email to