You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by Apache Jenkins Server <je...@builds.apache.org> on 2012/03/05 03:09:29 UTC

[JENKINS] Lucene-Solr-tests-only-trunk-java7 - Build # 1879 - Still Failing

Build: https://builds.apache.org/job/Lucene-Solr-tests-only-trunk-java7/1879/

6 tests failed.
FAILED:  org.apache.solr.search.TestRecovery.testRecoveryMultipleLogs

Error Message:
org.apache.solr.common.SolrException

Stack Trace:
java.lang.RuntimeException: org.apache.solr.common.SolrException
	at org.apache.solr.util.TestHarness.<init>(TestHarness.java:152)
	at org.apache.solr.util.TestHarness.<init>(TestHarness.java:135)
	at org.apache.solr.util.TestHarness.<init>(TestHarness.java:125)
	at org.apache.solr.SolrTestCaseJ4.createCore(SolrTestCaseJ4.java:351)
	at org.apache.solr.search.TestRecovery.testRecoveryMultipleLogs(TestRecovery.java:797)
	at org.apache.lucene.util.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:23)
	at org.apache.lucene.util.LuceneTestCase$SubclassSetupTeardownRule$1.evaluate(LuceneTestCase.java:736)
	at org.apache.lucene.util.LuceneTestCase$InternalSetupTeardownRule$1.evaluate(LuceneTestCase.java:632)
	at org.apache.lucene.util.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:22)
	at org.apache.lucene.util.LuceneTestCase$TestResultInterceptorRule$1.evaluate(LuceneTestCase.java:531)
	at org.apache.lucene.util.LuceneTestCase$RememberThreadRule$1.evaluate(LuceneTestCase.java:593)
	at org.apache.lucene.util.LuceneTestCaseRunner.runChild(LuceneTestCaseRunner.java:165)
	at org.apache.lucene.util.LuceneTestCaseRunner.runChild(LuceneTestCaseRunner.java:57)
	at org.apache.lucene.util.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:23)
	at org.apache.lucene.util.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:22)
Caused by: org.apache.solr.common.SolrException
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:614)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:498)
	at org.apache.solr.util.TestHarness$Initializer.initialize(TestHarness.java:216)
	at org.apache.solr.util.TestHarness.<init>(TestHarness.java:140)
Caused by: org.apache.solr.common.SolrException: Error Instantiating Update Handler, solr.DirectUpdateHandler2 failed to instantiate org.apache.solr.update.UpdateHandler
	at org.apache.solr.core.SolrCore.createInstance(SolrCore.java:425)
	at org.apache.solr.core.SolrCore.createUpdateHandler(SolrCore.java:475)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:598)
Caused by: java.lang.reflect.InvocationTargetException
	at java.lang.reflect.Constructor.newInstance(Constructor.java:525)
	at org.apache.solr.core.SolrCore.createInstance(SolrCore.java:418)
Caused by: java.lang.NumberFormatException: For input string: "000000000000000000:"
	at java.lang.NumberFormatException.forInputString(NumberFormatException.java:65)
	at java.lang.Long.parseLong(Long.java:441)
	at java.lang.Long.parseLong(Long.java:483)
	at org.apache.solr.update.UpdateLog.getLastLogId(UpdateLog.java:264)
	at org.apache.solr.update.UpdateLog.init(UpdateLog.java:164)
	at org.apache.solr.update.UpdateHandler.initLog(UpdateHandler.java:94)
	at org.apache.solr.update.UpdateHandler.<init>(UpdateHandler.java:123)
	at org.apache.solr.update.DirectUpdateHandler2.<init>(DirectUpdateHandler2.java:95)


FAILED:  org.apache.solr.search.TestRecovery.testBuffering

Error Message:
null

Stack Trace:
org.apache.solr.common.SolrException
	at org.apache.solr.util.TestHarness.update(TestHarness.java:257)
	at org.apache.solr.util.TestHarness.checkUpdateStatus(TestHarness.java:301)
	at org.apache.solr.util.TestHarness.validateUpdate(TestHarness.java:271)
	at org.apache.solr.SolrTestCaseJ4.checkUpdateU(SolrTestCaseJ4.java:436)
	at org.apache.solr.SolrTestCaseJ4.assertU(SolrTestCaseJ4.java:415)
	at org.apache.solr.SolrTestCaseJ4.assertU(SolrTestCaseJ4.java:409)
	at org.apache.solr.SolrTestCaseJ4.clearIndex(SolrTestCaseJ4.java:772)
	at org.apache.solr.search.TestRecovery.testBuffering(TestRecovery.java:188)
	at org.apache.lucene.util.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:23)
	at org.apache.lucene.util.LuceneTestCase$SubclassSetupTeardownRule$1.evaluate(LuceneTestCase.java:736)
	at org.apache.lucene.util.LuceneTestCase$InternalSetupTeardownRule$1.evaluate(LuceneTestCase.java:632)
	at org.apache.lucene.util.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:22)
	at org.apache.lucene.util.LuceneTestCase$TestResultInterceptorRule$1.evaluate(LuceneTestCase.java:531)
	at org.apache.lucene.util.LuceneTestCase$RememberThreadRule$1.evaluate(LuceneTestCase.java:593)
	at org.apache.lucene.util.LuceneTestCaseRunner.runChild(LuceneTestCaseRunner.java:165)
	at org.apache.lucene.util.LuceneTestCaseRunner.runChild(LuceneTestCaseRunner.java:57)
	at org.apache.lucene.util.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:23)
	at org.apache.lucene.util.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:22)
Caused by: org.apache.lucene.store.AlreadyClosedException: this IndexWriter is closed
	at org.apache.lucene.index.IndexWriter.ensureOpen(IndexWriter.java:811)
	at org.apache.lucene.index.IndexWriter.ensureOpen(IndexWriter.java:816)
	at org.apache.lucene.index.IndexWriter.deleteAll(IndexWriter.java:2083)
	at org.apache.solr.update.DirectUpdateHandler2.deleteAll(DirectUpdateHandler2.java:138)
	at org.apache.solr.update.DirectUpdateHandler2.deleteByQuery(DirectUpdateHandler2.java:290)
	at org.apache.solr.update.processor.RunUpdateProcessor.processDelete(RunUpdateProcessorFactory.java:67)
	at org.apache.solr.update.processor.UpdateRequestProcessor.processDelete(UpdateRequestProcessor.java:55)
	at org.apache.solr.update.processor.DistributedUpdateProcessor.doLocalDelete(DistributedUpdateProcessor.java:363)
	at org.apache.solr.update.processor.DistributedUpdateProcessor.doDeleteByQuery(DistributedUpdateProcessor.java:625)
	at org.apache.solr.update.processor.DistributedUpdateProcessor.processDelete(DistributedUpdateProcessor.java:466)
	at org.apache.solr.handler.XMLLoader.processDelete(XMLLoader.java:235)
	at org.apache.solr.handler.XMLLoader.processUpdate(XMLLoader.java:166)
	at org.apache.solr.handler.XMLLoader.load(XMLLoader.java:79)
	at org.apache.solr.handler.ContentStreamHandlerBase.handleRequestBody(ContentStreamHandlerBase.java:59)
	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:129)
	at org.apache.solr.core.SolrCore.execute(SolrCore.java:1540)
	at org.apache.solr.servlet.DirectSolrConnection.request(DirectSolrConnection.java:131)
	at org.apache.solr.util.TestHarness.update(TestHarness.java:253)


FAILED:  org.apache.solr.search.TestRecovery.testTruncatedLog

Error Message:
null

Stack Trace:
org.apache.solr.common.SolrException
	at org.apache.solr.util.TestHarness.update(TestHarness.java:257)
	at org.apache.solr.util.TestHarness.checkUpdateStatus(TestHarness.java:301)
	at org.apache.solr.util.TestHarness.validateUpdate(TestHarness.java:271)
	at org.apache.solr.SolrTestCaseJ4.checkUpdateU(SolrTestCaseJ4.java:436)
	at org.apache.solr.SolrTestCaseJ4.assertU(SolrTestCaseJ4.java:415)
	at org.apache.solr.SolrTestCaseJ4.assertU(SolrTestCaseJ4.java:409)
	at org.apache.solr.SolrTestCaseJ4.clearIndex(SolrTestCaseJ4.java:772)
	at org.apache.solr.search.TestRecovery.testTruncatedLog(TestRecovery.java:689)
	at org.apache.lucene.util.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:23)
	at org.apache.lucene.util.LuceneTestCase$SubclassSetupTeardownRule$1.evaluate(LuceneTestCase.java:736)
	at org.apache.lucene.util.LuceneTestCase$InternalSetupTeardownRule$1.evaluate(LuceneTestCase.java:632)
	at org.apache.lucene.util.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:22)
	at org.apache.lucene.util.LuceneTestCase$TestResultInterceptorRule$1.evaluate(LuceneTestCase.java:531)
	at org.apache.lucene.util.LuceneTestCase$RememberThreadRule$1.evaluate(LuceneTestCase.java:593)
	at org.apache.lucene.util.LuceneTestCaseRunner.runChild(LuceneTestCaseRunner.java:165)
	at org.apache.lucene.util.LuceneTestCaseRunner.runChild(LuceneTestCaseRunner.java:57)
	at org.apache.lucene.util.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:23)
	at org.apache.lucene.util.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:22)
Caused by: org.apache.lucene.store.AlreadyClosedException: this IndexWriter is closed
	at org.apache.lucene.index.IndexWriter.ensureOpen(IndexWriter.java:811)
	at org.apache.lucene.index.IndexWriter.ensureOpen(IndexWriter.java:816)
	at org.apache.lucene.index.IndexWriter.deleteAll(IndexWriter.java:2083)
	at org.apache.solr.update.DirectUpdateHandler2.deleteAll(DirectUpdateHandler2.java:138)
	at org.apache.solr.update.DirectUpdateHandler2.deleteByQuery(DirectUpdateHandler2.java:290)
	at org.apache.solr.update.processor.RunUpdateProcessor.processDelete(RunUpdateProcessorFactory.java:67)
	at org.apache.solr.update.processor.UpdateRequestProcessor.processDelete(UpdateRequestProcessor.java:55)
	at org.apache.solr.update.processor.DistributedUpdateProcessor.doLocalDelete(DistributedUpdateProcessor.java:363)
	at org.apache.solr.update.processor.DistributedUpdateProcessor.doDeleteByQuery(DistributedUpdateProcessor.java:625)
	at org.apache.solr.update.processor.DistributedUpdateProcessor.processDelete(DistributedUpdateProcessor.java:466)
	at org.apache.solr.handler.XMLLoader.processDelete(XMLLoader.java:235)
	at org.apache.solr.handler.XMLLoader.processUpdate(XMLLoader.java:166)
	at org.apache.solr.handler.XMLLoader.load(XMLLoader.java:79)
	at org.apache.solr.handler.ContentStreamHandlerBase.handleRequestBody(ContentStreamHandlerBase.java:59)
	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:129)
	at org.apache.solr.core.SolrCore.execute(SolrCore.java:1540)
	at org.apache.solr.servlet.DirectSolrConnection.request(DirectSolrConnection.java:131)
	at org.apache.solr.util.TestHarness.update(TestHarness.java:253)


FAILED:  org.apache.solr.search.TestRecovery.testVersionsOnRestart

Error Message:
null

Stack Trace:
org.apache.solr.common.SolrException
	at org.apache.solr.util.TestHarness.update(TestHarness.java:257)
	at org.apache.solr.util.TestHarness.checkUpdateStatus(TestHarness.java:301)
	at org.apache.solr.util.TestHarness.validateUpdate(TestHarness.java:271)
	at org.apache.solr.SolrTestCaseJ4.checkUpdateU(SolrTestCaseJ4.java:436)
	at org.apache.solr.SolrTestCaseJ4.assertU(SolrTestCaseJ4.java:415)
	at org.apache.solr.SolrTestCaseJ4.assertU(SolrTestCaseJ4.java:409)
	at org.apache.solr.SolrTestCaseJ4.clearIndex(SolrTestCaseJ4.java:772)
	at org.apache.solr.search.TestRecovery.testVersionsOnRestart(TestRecovery.java:459)
	at org.apache.lucene.util.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:23)
	at org.apache.lucene.util.LuceneTestCase$SubclassSetupTeardownRule$1.evaluate(LuceneTestCase.java:736)
	at org.apache.lucene.util.LuceneTestCase$InternalSetupTeardownRule$1.evaluate(LuceneTestCase.java:632)
	at org.apache.lucene.util.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:22)
	at org.apache.lucene.util.LuceneTestCase$TestResultInterceptorRule$1.evaluate(LuceneTestCase.java:531)
	at org.apache.lucene.util.LuceneTestCase$RememberThreadRule$1.evaluate(LuceneTestCase.java:593)
	at org.apache.lucene.util.LuceneTestCaseRunner.runChild(LuceneTestCaseRunner.java:165)
	at org.apache.lucene.util.LuceneTestCaseRunner.runChild(LuceneTestCaseRunner.java:57)
	at org.apache.lucene.util.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:23)
	at org.apache.lucene.util.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:22)
Caused by: org.apache.lucene.store.AlreadyClosedException: this IndexWriter is closed
	at org.apache.lucene.index.IndexWriter.ensureOpen(IndexWriter.java:811)
	at org.apache.lucene.index.IndexWriter.ensureOpen(IndexWriter.java:816)
	at org.apache.lucene.index.IndexWriter.deleteAll(IndexWriter.java:2083)
	at org.apache.solr.update.DirectUpdateHandler2.deleteAll(DirectUpdateHandler2.java:138)
	at org.apache.solr.update.DirectUpdateHandler2.deleteByQuery(DirectUpdateHandler2.java:290)
	at org.apache.solr.update.processor.RunUpdateProcessor.processDelete(RunUpdateProcessorFactory.java:67)
	at org.apache.solr.update.processor.UpdateRequestProcessor.processDelete(UpdateRequestProcessor.java:55)
	at org.apache.solr.update.processor.DistributedUpdateProcessor.doLocalDelete(DistributedUpdateProcessor.java:363)
	at org.apache.solr.update.processor.DistributedUpdateProcessor.doDeleteByQuery(DistributedUpdateProcessor.java:625)
	at org.apache.solr.update.processor.DistributedUpdateProcessor.processDelete(DistributedUpdateProcessor.java:466)
	at org.apache.solr.handler.XMLLoader.processDelete(XMLLoader.java:235)
	at org.apache.solr.handler.XMLLoader.processUpdate(XMLLoader.java:166)
	at org.apache.solr.handler.XMLLoader.load(XMLLoader.java:79)
	at org.apache.solr.handler.ContentStreamHandlerBase.handleRequestBody(ContentStreamHandlerBase.java:59)
	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:129)
	at org.apache.solr.core.SolrCore.execute(SolrCore.java:1540)
	at org.apache.solr.servlet.DirectSolrConnection.request(DirectSolrConnection.java:131)
	at org.apache.solr.util.TestHarness.update(TestHarness.java:253)


FAILED:  org.apache.solr.search.TestRecovery.testCleanShutdown

Error Message:
null

Stack Trace:
org.apache.solr.common.SolrException
	at org.apache.solr.util.TestHarness.update(TestHarness.java:257)
	at org.apache.solr.util.TestHarness.checkUpdateStatus(TestHarness.java:301)
	at org.apache.solr.util.TestHarness.validateUpdate(TestHarness.java:271)
	at org.apache.solr.SolrTestCaseJ4.checkUpdateU(SolrTestCaseJ4.java:436)
	at org.apache.solr.SolrTestCaseJ4.assertU(SolrTestCaseJ4.java:415)
	at org.apache.solr.SolrTestCaseJ4.assertU(SolrTestCaseJ4.java:409)
	at org.apache.solr.SolrTestCaseJ4.clearIndex(SolrTestCaseJ4.java:772)
	at org.apache.solr.search.TestRecovery.testCleanShutdown(TestRecovery.java:514)
	at org.apache.lucene.util.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:23)
	at org.apache.lucene.util.LuceneTestCase$SubclassSetupTeardownRule$1.evaluate(LuceneTestCase.java:736)
	at org.apache.lucene.util.LuceneTestCase$InternalSetupTeardownRule$1.evaluate(LuceneTestCase.java:632)
	at org.apache.lucene.util.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:22)
	at org.apache.lucene.util.LuceneTestCase$TestResultInterceptorRule$1.evaluate(LuceneTestCase.java:531)
	at org.apache.lucene.util.LuceneTestCase$RememberThreadRule$1.evaluate(LuceneTestCase.java:593)
	at org.apache.lucene.util.LuceneTestCaseRunner.runChild(LuceneTestCaseRunner.java:165)
	at org.apache.lucene.util.LuceneTestCaseRunner.runChild(LuceneTestCaseRunner.java:57)
	at org.apache.lucene.util.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:23)
	at org.apache.lucene.util.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:22)
Caused by: org.apache.lucene.store.AlreadyClosedException: this IndexWriter is closed
	at org.apache.lucene.index.IndexWriter.ensureOpen(IndexWriter.java:811)
	at org.apache.lucene.index.IndexWriter.ensureOpen(IndexWriter.java:816)
	at org.apache.lucene.index.IndexWriter.deleteAll(IndexWriter.java:2083)
	at org.apache.solr.update.DirectUpdateHandler2.deleteAll(DirectUpdateHandler2.java:138)
	at org.apache.solr.update.DirectUpdateHandler2.deleteByQuery(DirectUpdateHandler2.java:290)
	at org.apache.solr.update.processor.RunUpdateProcessor.processDelete(RunUpdateProcessorFactory.java:67)
	at org.apache.solr.update.processor.UpdateRequestProcessor.processDelete(UpdateRequestProcessor.java:55)
	at org.apache.solr.update.processor.DistributedUpdateProcessor.doLocalDelete(DistributedUpdateProcessor.java:363)
	at org.apache.solr.update.processor.DistributedUpdateProcessor.doDeleteByQuery(DistributedUpdateProcessor.java:625)
	at org.apache.solr.update.processor.DistributedUpdateProcessor.processDelete(DistributedUpdateProcessor.java:466)
	at org.apache.solr.handler.XMLLoader.processDelete(XMLLoader.java:235)
	at org.apache.solr.handler.XMLLoader.processUpdate(XMLLoader.java:166)
	at org.apache.solr.handler.XMLLoader.load(XMLLoader.java:79)
	at org.apache.solr.handler.ContentStreamHandlerBase.handleRequestBody(ContentStreamHandlerBase.java:59)
	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:129)
	at org.apache.solr.core.SolrCore.execute(SolrCore.java:1540)
	at org.apache.solr.servlet.DirectSolrConnection.request(DirectSolrConnection.java:131)
	at org.apache.solr.util.TestHarness.update(TestHarness.java:253)


FAILED:  org.apache.solr.search.TestRecovery.testRemoveOldLogs

Error Message:
null

Stack Trace:
org.apache.solr.common.SolrException
	at org.apache.solr.util.TestHarness.update(TestHarness.java:257)
	at org.apache.solr.util.TestHarness.checkUpdateStatus(TestHarness.java:301)
	at org.apache.solr.util.TestHarness.validateUpdate(TestHarness.java:271)
	at org.apache.solr.SolrTestCaseJ4.checkUpdateU(SolrTestCaseJ4.java:436)
	at org.apache.solr.SolrTestCaseJ4.assertU(SolrTestCaseJ4.java:415)
	at org.apache.solr.SolrTestCaseJ4.assertU(SolrTestCaseJ4.java:409)
	at org.apache.solr.SolrTestCaseJ4.clearIndex(SolrTestCaseJ4.java:772)
	at org.apache.solr.search.TestRecovery.testRemoveOldLogs(TestRecovery.java:574)
	at org.apache.lucene.util.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:23)
	at org.apache.lucene.util.LuceneTestCase$SubclassSetupTeardownRule$1.evaluate(LuceneTestCase.java:736)
	at org.apache.lucene.util.LuceneTestCase$InternalSetupTeardownRule$1.evaluate(LuceneTestCase.java:632)
	at org.apache.lucene.util.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:22)
	at org.apache.lucene.util.LuceneTestCase$TestResultInterceptorRule$1.evaluate(LuceneTestCase.java:531)
	at org.apache.lucene.util.LuceneTestCase$RememberThreadRule$1.evaluate(LuceneTestCase.java:593)
	at org.apache.lucene.util.LuceneTestCaseRunner.runChild(LuceneTestCaseRunner.java:165)
	at org.apache.lucene.util.LuceneTestCaseRunner.runChild(LuceneTestCaseRunner.java:57)
	at org.apache.lucene.util.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:23)
	at org.apache.lucene.util.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:22)
Caused by: org.apache.lucene.store.AlreadyClosedException: this IndexWriter is closed
	at org.apache.lucene.index.IndexWriter.ensureOpen(IndexWriter.java:811)
	at org.apache.lucene.index.IndexWriter.ensureOpen(IndexWriter.java:816)
	at org.apache.lucene.index.IndexWriter.deleteAll(IndexWriter.java:2083)
	at org.apache.solr.update.DirectUpdateHandler2.deleteAll(DirectUpdateHandler2.java:138)
	at org.apache.solr.update.DirectUpdateHandler2.deleteByQuery(DirectUpdateHandler2.java:290)
	at org.apache.solr.update.processor.RunUpdateProcessor.processDelete(RunUpdateProcessorFactory.java:67)
	at org.apache.solr.update.processor.UpdateRequestProcessor.processDelete(UpdateRequestProcessor.java:55)
	at org.apache.solr.update.processor.DistributedUpdateProcessor.doLocalDelete(DistributedUpdateProcessor.java:363)
	at org.apache.solr.update.processor.DistributedUpdateProcessor.doDeleteByQuery(DistributedUpdateProcessor.java:625)
	at org.apache.solr.update.processor.DistributedUpdateProcessor.processDelete(DistributedUpdateProcessor.java:466)
	at org.apache.solr.handler.XMLLoader.processDelete(XMLLoader.java:235)
	at org.apache.solr.handler.XMLLoader.processUpdate(XMLLoader.java:166)
	at org.apache.solr.handler.XMLLoader.load(XMLLoader.java:79)
	at org.apache.solr.handler.ContentStreamHandlerBase.handleRequestBody(ContentStreamHandlerBase.java:59)
	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:129)
	at org.apache.solr.core.SolrCore.execute(SolrCore.java:1540)
	at org.apache.solr.servlet.DirectSolrConnection.request(DirectSolrConnection.java:131)
	at org.apache.solr.util.TestHarness.update(TestHarness.java:253)




Build Log (for compile errors):
[...truncated 10515 lines...]



[JENKINS] Lucene-Solr-tests-only-trunk-java7 - Build # 1880 - Still Failing

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://builds.apache.org/job/Lucene-Solr-tests-only-trunk-java7/1880/

1 tests failed.
FAILED:  junit.framework.TestSuite.org.apache.solr.cloud.BasicDistributedZkTest

Error Message:
ERROR: SolrIndexSearcher opens=94 closes=93

Stack Trace:
junit.framework.AssertionFailedError: ERROR: SolrIndexSearcher opens=94 closes=93
	at org.apache.solr.SolrTestCaseJ4.endTrackingSearchers(SolrTestCaseJ4.java:211)
	at org.apache.solr.SolrTestCaseJ4.afterClassSolrTestCase(SolrTestCaseJ4.java:100)
	at org.apache.lucene.util.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:23)
	at org.apache.lucene.util.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:22)




Build Log (for compile errors):
[...truncated 10922 lines...]