RE: NPE in CloudSolrClient via AbstractFullDistribZkTestBase

2015-10-23 Thread Markus Jelsma
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 :-)

Re: NPE in CloudSolrClient via AbstractFullDistribZkTestBase

2015-10-23 Thread Alan Woodward
>> 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

RE: NPE in CloudSolrClient via AbstractFullDistribZkTestBase

2015-10-23 Thread Markus Jelsma
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 >

Re: NPE in CloudSolrClient via AbstractFullDistribZkTestBase

2015-10-23 Thread Alan Woodward
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? >

RE: NPE in CloudSolrClient via AbstractFullDistribZkTestBase

2015-10-23 Thread Markus Jelsma
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

Re: NPE in CloudSolrClient via AbstractFullDistribZkTestBase

2015-10-23 Thread Alan Woodward
ome 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 >> >

RE: NPE in CloudSolrClient via AbstractFullDistribZkTestBase

2015-10-23 Thread Markus Jelsma
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 un

NPE in CloudSolrClient via AbstractFullDistribZkTestBase

2015-10-20 Thread Markus Jelsma
Hi - we have some code inside a unit test, extending AbstractFullDistribZkTestBase. I am indexing thousands of documents as part of the test to getCommonCloudSolrClient(); Somewhere down the line it trips over a document. I've debugged inspected the bas document but cannot find anything wrong w