Sure: https://issues.apache.org/jira/browse/SOLR-8194
M.
-Original message-
> From:Alan Woodward
> Sent: Friday 23rd October 2015 18:17
> To: solr-user@lucene.apache.org
> Subject: Re: NPE in CloudSolrClient via AbstractFullDistribZkTestBase
>
> No worries :-)
>> Sent: Friday 23rd October 2015 17:30
>> To: solr-user@lucene.apache.org
>> Subject: Re: NPE in CloudSolrClient via AbstractFullDistribZkTestBase
>>
>> It looks as though you're adding a null SolrInputDocument to your
>> UpdateRequest somehow? The bit tha
17:30
> To: solr-user@lucene.apache.org
> Subject: Re: NPE in CloudSolrClient via AbstractFullDistribZkTestBase
>
> It looks as though you're adding a null SolrInputDocument to your
> UpdateRequest somehow? The bit that's throwing a NPE is iterating through
>
tion
> collection1 failed due to (0) java.lang.NullPointerException, retry? 0
> [TEST-TestRelatedCompiler.testBasicRelations-seed#[C5A84EC72B29125E]] INFO
> org.apache.solr.SolrTestCaseJ4 - ###Ending testBasicRelations
>
> It makes no sense to me, what am i doing wrong here?
>
nt: Friday 23rd October 2015 14:16
> To: solr-user@lucene.apache.org
> Subject: Re: NPE in CloudSolrClient via AbstractFullDistribZkTestBase
>
> The NPE is from another server (hence being wrapped in a
> SolrServerException), so the original issue *should* be being logged
> else
The NPE is from another server (hence being wrapped in a SolrServerException),
so the original issue *should* be being logged elsewhere - are there no errors
earlier on in the log?
Alan Woodward
www.flax.co.uk
On 23 Oct 2015, at 12:44, Markus Jelsma wrote:
> Hi - anyone here to shed some lig
Hi - anyone here to shed some light on the issue?
Markus
-Original message-
> From:Markus Jelsma
> Sent: Tuesday 20th October 2015 13:39
> To: solr-user
> Subject: NPE in CloudSolrClient via AbstractFullDistribZkTestBase
>
> Hi - we have some code inside a unit test, extending
>