Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-MacOSX/1946/
Java: 64bit/jdk1.7.0 -XX:-UseCompressedOops -XX:+UseSerialGC (asserts: true)
8 tests failed.
REGRESSION: org.apache.solr.TestTrie.testTrieDoubleRangeSearch
Error Message:
SolrCore 'collection1' is not available due to init failure: Error
instantiating class: 'org.apache.lucene.util.LuceneTestCase$3'
Stack Trace:
org.apache.solr.common.SolrException: SolrCore 'collection1' is not available
due to init failure: Error instantiating class:
'org.apache.lucene.util.LuceneTestCase$3'
at org.apache.solr.core.CoreContainer.getCore(CoreContainer.java:765)
at org.apache.solr.util.TestHarness.getCoreInc(TestHarness.java:219)
at org.apache.solr.util.TestHarness.update(TestHarness.java:235)
at
org.apache.solr.util.BaseTestHarness.checkUpdateStatus(BaseTestHarness.java:282)
at
org.apache.solr.util.BaseTestHarness.validateUpdate(BaseTestHarness.java:252)
at org.apache.solr.SolrTestCaseJ4.checkUpdateU(SolrTestCaseJ4.java:677)
at org.apache.solr.SolrTestCaseJ4.assertU(SolrTestCaseJ4.java:656)
at org.apache.solr.SolrTestCaseJ4.assertU(SolrTestCaseJ4.java:650)
at org.apache.solr.TestTrie.testTrieDoubleRangeSearch(TestTrie.java:142)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:606)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1618)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:827)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:877)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
at
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
at
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:798)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:458)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:836)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:738)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:772)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:783)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
at
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:54)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
at
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
at java.lang.Thread.run(Thread.java:745)
Caused by: org.apache.solr.common.SolrException: Error instantiating class:
'org.apache.lucene.util.LuceneTestCase$3'
at org.apache.solr.core.SolrCore.<init>(SolrCore.java:895)
at org.apache.solr.core.SolrCore.<init>(SolrCore.java:653)
at org.apache.solr.core.CoreContainer.create(CoreContainer.java:510)
at org.apache.solr.core.CoreContainer$1.call(CoreContainer.java:274)
at org.apache.solr.core.CoreContainer$1.call(CoreContainer.java:268)
at java.util.concurrent.FutureTask.run(FutureTask.java:262)
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
... 1 more
Caused by: org.apache.solr.common.SolrException: Error instantiating class:
'org.apache.lucene.util.LuceneTestCase$3'
at
org.apache.solr.core.SolrResourceLoader.newInstance(SolrResourceLoader.java:534)
at
org.apache.solr.core.SolrResourceLoader.newInstance(SolrResourceLoader.java:519)
at
org.apache.solr.update.SolrIndexConfig.buildMergeScheduler(SolrIndexConfig.java:305)
at
org.apache.solr.update.SolrIndexConfig.toIndexWriterConfig(SolrIndexConfig.java:230)
at
org.apache.solr.update.SolrIndexWriter.<init>(SolrIndexWriter.java:77)
at
org.apache.solr.update.SolrIndexWriter.create(SolrIndexWriter.java:64)
at org.apache.solr.core.SolrCore.initIndex(SolrCore.java:530)
at org.apache.solr.core.SolrCore.<init>(SolrCore.java:797)
... 8 more
Caused by: java.lang.IllegalAccessException: Class
org.apache.solr.core.SolrResourceLoader can not access a member of class
org.apache.lucene.util.LuceneTestCase$3 with modifiers ""
at sun.reflect.Reflection.ensureMemberAccess(Reflection.java:109)
at java.lang.Class.newInstance(Class.java:368)
at
org.apache.solr.core.SolrResourceLoader.newInstance(SolrResourceLoader.java:531)
... 15 more
REGRESSION: org.apache.solr.TestTrie.testTrieIntRangeSearch
Error Message:
SolrCore 'collection1' is not available due to init failure: Error
instantiating class: 'org.apache.lucene.util.LuceneTestCase$3'
Stack Trace:
org.apache.solr.common.SolrException: SolrCore 'collection1' is not available
due to init failure: Error instantiating class:
'org.apache.lucene.util.LuceneTestCase$3'
at org.apache.solr.core.CoreContainer.getCore(CoreContainer.java:765)
at org.apache.solr.util.TestHarness.getCoreInc(TestHarness.java:219)
at org.apache.solr.util.TestHarness.update(TestHarness.java:235)
at
org.apache.solr.util.BaseTestHarness.checkUpdateStatus(BaseTestHarness.java:282)
at
org.apache.solr.util.BaseTestHarness.validateUpdate(BaseTestHarness.java:252)
at org.apache.solr.SolrTestCaseJ4.checkUpdateU(SolrTestCaseJ4.java:677)
at org.apache.solr.SolrTestCaseJ4.assertU(SolrTestCaseJ4.java:656)
at org.apache.solr.SolrTestCaseJ4.assertU(SolrTestCaseJ4.java:650)
at org.apache.solr.TestTrie.testTrieIntRangeSearch(TestTrie.java:54)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:606)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1618)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:827)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:877)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
at
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
at
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:798)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:458)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:836)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:738)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:772)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:783)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
at
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:54)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
at
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
at java.lang.Thread.run(Thread.java:745)
Caused by: org.apache.solr.common.SolrException: Error instantiating class:
'org.apache.lucene.util.LuceneTestCase$3'
at org.apache.solr.core.SolrCore.<init>(SolrCore.java:895)
at org.apache.solr.core.SolrCore.<init>(SolrCore.java:653)
at org.apache.solr.core.CoreContainer.create(CoreContainer.java:510)
at org.apache.solr.core.CoreContainer$1.call(CoreContainer.java:274)
at org.apache.solr.core.CoreContainer$1.call(CoreContainer.java:268)
at java.util.concurrent.FutureTask.run(FutureTask.java:262)
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
... 1 more
Caused by: org.apache.solr.common.SolrException: Error instantiating class:
'org.apache.lucene.util.LuceneTestCase$3'
at
org.apache.solr.core.SolrResourceLoader.newInstance(SolrResourceLoader.java:534)
at
org.apache.solr.core.SolrResourceLoader.newInstance(SolrResourceLoader.java:519)
at
org.apache.solr.update.SolrIndexConfig.buildMergeScheduler(SolrIndexConfig.java:305)
at
org.apache.solr.update.SolrIndexConfig.toIndexWriterConfig(SolrIndexConfig.java:230)
at
org.apache.solr.update.SolrIndexWriter.<init>(SolrIndexWriter.java:77)
at
org.apache.solr.update.SolrIndexWriter.create(SolrIndexWriter.java:64)
at org.apache.solr.core.SolrCore.initIndex(SolrCore.java:530)
at org.apache.solr.core.SolrCore.<init>(SolrCore.java:797)
... 8 more
Caused by: java.lang.IllegalAccessException: Class
org.apache.solr.core.SolrResourceLoader can not access a member of class
org.apache.lucene.util.LuceneTestCase$3 with modifiers ""
at sun.reflect.Reflection.ensureMemberAccess(Reflection.java:109)
at java.lang.Class.newInstance(Class.java:368)
at
org.apache.solr.core.SolrResourceLoader.newInstance(SolrResourceLoader.java:531)
... 15 more
REGRESSION: org.apache.solr.TestTrie.testTrieFloatRangeSearch
Error Message:
SolrCore 'collection1' is not available due to init failure: Error
instantiating class: 'org.apache.lucene.util.LuceneTestCase$3'
Stack Trace:
org.apache.solr.common.SolrException: SolrCore 'collection1' is not available
due to init failure: Error instantiating class:
'org.apache.lucene.util.LuceneTestCase$3'
at org.apache.solr.core.CoreContainer.getCore(CoreContainer.java:765)
at org.apache.solr.util.TestHarness.getCoreInc(TestHarness.java:219)
at org.apache.solr.util.TestHarness.update(TestHarness.java:235)
at
org.apache.solr.util.BaseTestHarness.checkUpdateStatus(BaseTestHarness.java:282)
at
org.apache.solr.util.BaseTestHarness.validateUpdate(BaseTestHarness.java:252)
at org.apache.solr.SolrTestCaseJ4.checkUpdateU(SolrTestCaseJ4.java:677)
at org.apache.solr.SolrTestCaseJ4.assertU(SolrTestCaseJ4.java:656)
at org.apache.solr.SolrTestCaseJ4.assertU(SolrTestCaseJ4.java:650)
at org.apache.solr.TestTrie.testTrieFloatRangeSearch(TestTrie.java:104)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:606)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1618)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:827)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:877)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
at
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
at
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:798)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:458)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:836)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:738)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:772)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:783)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
at
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:54)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
at
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
at java.lang.Thread.run(Thread.java:745)
Caused by: org.apache.solr.common.SolrException: Error instantiating class:
'org.apache.lucene.util.LuceneTestCase$3'
at org.apache.solr.core.SolrCore.<init>(SolrCore.java:895)
at org.apache.solr.core.SolrCore.<init>(SolrCore.java:653)
at org.apache.solr.core.CoreContainer.create(CoreContainer.java:510)
at org.apache.solr.core.CoreContainer$1.call(CoreContainer.java:274)
at org.apache.solr.core.CoreContainer$1.call(CoreContainer.java:268)
at java.util.concurrent.FutureTask.run(FutureTask.java:262)
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
... 1 more
Caused by: org.apache.solr.common.SolrException: Error instantiating class:
'org.apache.lucene.util.LuceneTestCase$3'
at
org.apache.solr.core.SolrResourceLoader.newInstance(SolrResourceLoader.java:534)
at
org.apache.solr.core.SolrResourceLoader.newInstance(SolrResourceLoader.java:519)
at
org.apache.solr.update.SolrIndexConfig.buildMergeScheduler(SolrIndexConfig.java:305)
at
org.apache.solr.update.SolrIndexConfig.toIndexWriterConfig(SolrIndexConfig.java:230)
at
org.apache.solr.update.SolrIndexWriter.<init>(SolrIndexWriter.java:77)
at
org.apache.solr.update.SolrIndexWriter.create(SolrIndexWriter.java:64)
at org.apache.solr.core.SolrCore.initIndex(SolrCore.java:530)
at org.apache.solr.core.SolrCore.<init>(SolrCore.java:797)
... 8 more
Caused by: java.lang.IllegalAccessException: Class
org.apache.solr.core.SolrResourceLoader can not access a member of class
org.apache.lucene.util.LuceneTestCase$3 with modifiers ""
at sun.reflect.Reflection.ensureMemberAccess(Reflection.java:109)
at java.lang.Class.newInstance(Class.java:368)
at
org.apache.solr.core.SolrResourceLoader.newInstance(SolrResourceLoader.java:531)
... 15 more
REGRESSION:
org.apache.solr.TestTrie.testTrieDoubleRangeSearch_CustomPrecisionStep
Error Message:
SolrCore 'collection1' is not available due to init failure: Error
instantiating class: 'org.apache.lucene.util.LuceneTestCase$3'
Stack Trace:
org.apache.solr.common.SolrException: SolrCore 'collection1' is not available
due to init failure: Error instantiating class:
'org.apache.lucene.util.LuceneTestCase$3'
at org.apache.solr.core.CoreContainer.getCore(CoreContainer.java:765)
at org.apache.solr.util.TestHarness.getCoreInc(TestHarness.java:219)
at org.apache.solr.util.TestHarness.update(TestHarness.java:235)
at
org.apache.solr.util.BaseTestHarness.checkUpdateStatus(BaseTestHarness.java:282)
at
org.apache.solr.util.BaseTestHarness.validateUpdate(BaseTestHarness.java:252)
at org.apache.solr.SolrTestCaseJ4.checkUpdateU(SolrTestCaseJ4.java:677)
at org.apache.solr.SolrTestCaseJ4.assertU(SolrTestCaseJ4.java:656)
at org.apache.solr.SolrTestCaseJ4.assertU(SolrTestCaseJ4.java:650)
at
org.apache.solr.TestTrie.testTrieDoubleRangeSearch_CustomPrecisionStep(TestTrie.java:206)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:606)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1618)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:827)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:877)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
at
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
at
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:798)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:458)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:836)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:738)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:772)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:783)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
at
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:54)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
at
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
at java.lang.Thread.run(Thread.java:745)
Caused by: org.apache.solr.common.SolrException: Error instantiating class:
'org.apache.lucene.util.LuceneTestCase$3'
at org.apache.solr.core.SolrCore.<init>(SolrCore.java:895)
at org.apache.solr.core.SolrCore.<init>(SolrCore.java:653)
at org.apache.solr.core.CoreContainer.create(CoreContainer.java:510)
at org.apache.solr.core.CoreContainer$1.call(CoreContainer.java:274)
at org.apache.solr.core.CoreContainer$1.call(CoreContainer.java:268)
at java.util.concurrent.FutureTask.run(FutureTask.java:262)
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
... 1 more
Caused by: org.apache.solr.common.SolrException: Error instantiating class:
'org.apache.lucene.util.LuceneTestCase$3'
at
org.apache.solr.core.SolrResourceLoader.newInstance(SolrResourceLoader.java:534)
at
org.apache.solr.core.SolrResourceLoader.newInstance(SolrResourceLoader.java:519)
at
org.apache.solr.update.SolrIndexConfig.buildMergeScheduler(SolrIndexConfig.java:305)
at
org.apache.solr.update.SolrIndexConfig.toIndexWriterConfig(SolrIndexConfig.java:230)
at
org.apache.solr.update.SolrIndexWriter.<init>(SolrIndexWriter.java:77)
at
org.apache.solr.update.SolrIndexWriter.create(SolrIndexWriter.java:64)
at org.apache.solr.core.SolrCore.initIndex(SolrCore.java:530)
at org.apache.solr.core.SolrCore.<init>(SolrCore.java:797)
... 8 more
Caused by: java.lang.IllegalAccessException: Class
org.apache.solr.core.SolrResourceLoader can not access a member of class
org.apache.lucene.util.LuceneTestCase$3 with modifiers ""
at sun.reflect.Reflection.ensureMemberAccess(Reflection.java:109)
at java.lang.Class.newInstance(Class.java:368)
at
org.apache.solr.core.SolrResourceLoader.newInstance(SolrResourceLoader.java:531)
... 15 more
REGRESSION: org.apache.solr.TestTrie.testTrieTermQuery
Error Message:
SolrCore 'collection1' is not available due to init failure: Error
instantiating class: 'org.apache.lucene.util.LuceneTestCase$3'
Stack Trace:
org.apache.solr.common.SolrException: SolrCore 'collection1' is not available
due to init failure: Error instantiating class:
'org.apache.lucene.util.LuceneTestCase$3'
at org.apache.solr.core.CoreContainer.getCore(CoreContainer.java:765)
at org.apache.solr.util.TestHarness.getCoreInc(TestHarness.java:219)
at org.apache.solr.util.TestHarness.update(TestHarness.java:235)
at
org.apache.solr.util.BaseTestHarness.checkUpdateStatus(BaseTestHarness.java:282)
at
org.apache.solr.util.BaseTestHarness.validateUpdate(BaseTestHarness.java:252)
at org.apache.solr.SolrTestCaseJ4.checkUpdateU(SolrTestCaseJ4.java:677)
at org.apache.solr.SolrTestCaseJ4.assertU(SolrTestCaseJ4.java:656)
at org.apache.solr.SolrTestCaseJ4.assertU(SolrTestCaseJ4.java:650)
at org.apache.solr.TestTrie.testTrieTermQuery(TestTrie.java:80)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:606)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1618)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:827)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:877)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
at
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
at
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:798)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:458)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:836)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:738)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:772)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:783)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
at
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:54)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
at
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
at java.lang.Thread.run(Thread.java:745)
Caused by: org.apache.solr.common.SolrException: Error instantiating class:
'org.apache.lucene.util.LuceneTestCase$3'
at org.apache.solr.core.SolrCore.<init>(SolrCore.java:895)
at org.apache.solr.core.SolrCore.<init>(SolrCore.java:653)
at org.apache.solr.core.CoreContainer.create(CoreContainer.java:510)
at org.apache.solr.core.CoreContainer$1.call(CoreContainer.java:274)
at org.apache.solr.core.CoreContainer$1.call(CoreContainer.java:268)
at java.util.concurrent.FutureTask.run(FutureTask.java:262)
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
... 1 more
Caused by: org.apache.solr.common.SolrException: Error instantiating class:
'org.apache.lucene.util.LuceneTestCase$3'
at
org.apache.solr.core.SolrResourceLoader.newInstance(SolrResourceLoader.java:534)
at
org.apache.solr.core.SolrResourceLoader.newInstance(SolrResourceLoader.java:519)
at
org.apache.solr.update.SolrIndexConfig.buildMergeScheduler(SolrIndexConfig.java:305)
at
org.apache.solr.update.SolrIndexConfig.toIndexWriterConfig(SolrIndexConfig.java:230)
at
org.apache.solr.update.SolrIndexWriter.<init>(SolrIndexWriter.java:77)
at
org.apache.solr.update.SolrIndexWriter.create(SolrIndexWriter.java:64)
at org.apache.solr.core.SolrCore.initIndex(SolrCore.java:530)
at org.apache.solr.core.SolrCore.<init>(SolrCore.java:797)
... 8 more
Caused by: java.lang.IllegalAccessException: Class
org.apache.solr.core.SolrResourceLoader can not access a member of class
org.apache.lucene.util.LuceneTestCase$3 with modifiers ""
at sun.reflect.Reflection.ensureMemberAccess(Reflection.java:109)
at java.lang.Class.newInstance(Class.java:368)
at
org.apache.solr.core.SolrResourceLoader.newInstance(SolrResourceLoader.java:531)
... 15 more
REGRESSION: org.apache.solr.TestTrie.testTrieFacet_PrecisionStep
Error Message:
SolrCore 'collection1' is not available due to init failure: Error
instantiating class: 'org.apache.lucene.util.LuceneTestCase$3'
Stack Trace:
org.apache.solr.common.SolrException: SolrCore 'collection1' is not available
due to init failure: Error instantiating class:
'org.apache.lucene.util.LuceneTestCase$3'
at org.apache.solr.core.CoreContainer.getCore(CoreContainer.java:765)
at org.apache.solr.util.TestHarness.getCore(TestHarness.java:209)
at org.apache.solr.TestTrie.checkPrecisionSteps(TestTrie.java:271)
at
org.apache.solr.TestTrie.testTrieFacet_PrecisionStep(TestTrie.java:216)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:606)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1618)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:827)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:877)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
at
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
at
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:798)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:458)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:836)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:738)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:772)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:783)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
at
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:54)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
at
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
at java.lang.Thread.run(Thread.java:745)
Caused by: org.apache.solr.common.SolrException: Error instantiating class:
'org.apache.lucene.util.LuceneTestCase$3'
at org.apache.solr.core.SolrCore.<init>(SolrCore.java:895)
at org.apache.solr.core.SolrCore.<init>(SolrCore.java:653)
at org.apache.solr.core.CoreContainer.create(CoreContainer.java:510)
at org.apache.solr.core.CoreContainer$1.call(CoreContainer.java:274)
at org.apache.solr.core.CoreContainer$1.call(CoreContainer.java:268)
at java.util.concurrent.FutureTask.run(FutureTask.java:262)
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
... 1 more
Caused by: org.apache.solr.common.SolrException: Error instantiating class:
'org.apache.lucene.util.LuceneTestCase$3'
at
org.apache.solr.core.SolrResourceLoader.newInstance(SolrResourceLoader.java:534)
at
org.apache.solr.core.SolrResourceLoader.newInstance(SolrResourceLoader.java:519)
at
org.apache.solr.update.SolrIndexConfig.buildMergeScheduler(SolrIndexConfig.java:305)
at
org.apache.solr.update.SolrIndexConfig.toIndexWriterConfig(SolrIndexConfig.java:230)
at
org.apache.solr.update.SolrIndexWriter.<init>(SolrIndexWriter.java:77)
at
org.apache.solr.update.SolrIndexWriter.create(SolrIndexWriter.java:64)
at org.apache.solr.core.SolrCore.initIndex(SolrCore.java:530)
at org.apache.solr.core.SolrCore.<init>(SolrCore.java:797)
... 8 more
Caused by: java.lang.IllegalAccessException: Class
org.apache.solr.core.SolrResourceLoader can not access a member of class
org.apache.lucene.util.LuceneTestCase$3 with modifiers ""
at sun.reflect.Reflection.ensureMemberAccess(Reflection.java:109)
at java.lang.Class.newInstance(Class.java:368)
at
org.apache.solr.core.SolrResourceLoader.newInstance(SolrResourceLoader.java:531)
... 15 more
REGRESSION: org.apache.solr.TestTrie.testTrieLongRangeSearch
Error Message:
SolrCore 'collection1' is not available due to init failure: Error
instantiating class: 'org.apache.lucene.util.LuceneTestCase$3'
Stack Trace:
org.apache.solr.common.SolrException: SolrCore 'collection1' is not available
due to init failure: Error instantiating class:
'org.apache.lucene.util.LuceneTestCase$3'
at org.apache.solr.core.CoreContainer.getCore(CoreContainer.java:765)
at org.apache.solr.util.TestHarness.getCoreInc(TestHarness.java:219)
at org.apache.solr.util.TestHarness.update(TestHarness.java:235)
at
org.apache.solr.util.BaseTestHarness.checkUpdateStatus(BaseTestHarness.java:282)
at
org.apache.solr.util.BaseTestHarness.validateUpdate(BaseTestHarness.java:252)
at org.apache.solr.SolrTestCaseJ4.checkUpdateU(SolrTestCaseJ4.java:677)
at org.apache.solr.SolrTestCaseJ4.assertU(SolrTestCaseJ4.java:656)
at org.apache.solr.SolrTestCaseJ4.assertU(SolrTestCaseJ4.java:650)
at org.apache.solr.TestTrie.testTrieLongRangeSearch(TestTrie.java:123)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:606)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1618)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:827)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:877)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
at
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
at
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:798)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:458)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:836)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:738)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:772)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:783)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
at
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:54)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
at
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
at java.lang.Thread.run(Thread.java:745)
Caused by: org.apache.solr.common.SolrException: Error instantiating class:
'org.apache.lucene.util.LuceneTestCase$3'
at org.apache.solr.core.SolrCore.<init>(SolrCore.java:895)
at org.apache.solr.core.SolrCore.<init>(SolrCore.java:653)
at org.apache.solr.core.CoreContainer.create(CoreContainer.java:510)
at org.apache.solr.core.CoreContainer$1.call(CoreContainer.java:274)
at org.apache.solr.core.CoreContainer$1.call(CoreContainer.java:268)
at java.util.concurrent.FutureTask.run(FutureTask.java:262)
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
... 1 more
Caused by: org.apache.solr.common.SolrException: Error instantiating class:
'org.apache.lucene.util.LuceneTestCase$3'
at
org.apache.solr.core.SolrResourceLoader.newInstance(SolrResourceLoader.java:534)
at
org.apache.solr.core.SolrResourceLoader.newInstance(SolrResourceLoader.java:519)
at
org.apache.solr.update.SolrIndexConfig.buildMergeScheduler(SolrIndexConfig.java:305)
at
org.apache.solr.update.SolrIndexConfig.toIndexWriterConfig(SolrIndexConfig.java:230)
at
org.apache.solr.update.SolrIndexWriter.<init>(SolrIndexWriter.java:77)
at
org.apache.solr.update.SolrIndexWriter.create(SolrIndexWriter.java:64)
at org.apache.solr.core.SolrCore.initIndex(SolrCore.java:530)
at org.apache.solr.core.SolrCore.<init>(SolrCore.java:797)
... 8 more
Caused by: java.lang.IllegalAccessException: Class
org.apache.solr.core.SolrResourceLoader can not access a member of class
org.apache.lucene.util.LuceneTestCase$3 with modifiers ""
at sun.reflect.Reflection.ensureMemberAccess(Reflection.java:109)
at java.lang.Class.newInstance(Class.java:368)
at
org.apache.solr.core.SolrResourceLoader.newInstance(SolrResourceLoader.java:531)
... 15 more
REGRESSION: org.apache.solr.TestTrie.testTrieDateRangeSearch
Error Message:
SolrCore 'collection1' is not available due to init failure: Error
instantiating class: 'org.apache.lucene.util.LuceneTestCase$3'
Stack Trace:
org.apache.solr.common.SolrException: SolrCore 'collection1' is not available
due to init failure: Error instantiating class:
'org.apache.lucene.util.LuceneTestCase$3'
at org.apache.solr.core.CoreContainer.getCore(CoreContainer.java:765)
at org.apache.solr.util.TestHarness.getCoreInc(TestHarness.java:219)
at org.apache.solr.util.TestHarness.update(TestHarness.java:235)
at
org.apache.solr.util.BaseTestHarness.checkUpdateStatus(BaseTestHarness.java:282)
at
org.apache.solr.util.BaseTestHarness.validateUpdate(BaseTestHarness.java:252)
at org.apache.solr.SolrTestCaseJ4.checkUpdateU(SolrTestCaseJ4.java:677)
at org.apache.solr.SolrTestCaseJ4.assertU(SolrTestCaseJ4.java:656)
at org.apache.solr.SolrTestCaseJ4.assertU(SolrTestCaseJ4.java:650)
at org.apache.solr.TestTrie.testTrieDateRangeSearch(TestTrie.java:160)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:606)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1618)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:827)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:877)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
at
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
at
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:798)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:458)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:836)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:738)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:772)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:783)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
at
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:54)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
at
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
at java.lang.Thread.run(Thread.java:745)
Caused by: org.apache.solr.common.SolrException: Error instantiating class:
'org.apache.lucene.util.LuceneTestCase$3'
at org.apache.solr.core.SolrCore.<init>(SolrCore.java:895)
at org.apache.solr.core.SolrCore.<init>(SolrCore.java:653)
at org.apache.solr.core.CoreContainer.create(CoreContainer.java:510)
at org.apache.solr.core.CoreContainer$1.call(CoreContainer.java:274)
at org.apache.solr.core.CoreContainer$1.call(CoreContainer.java:268)
at java.util.concurrent.FutureTask.run(FutureTask.java:262)
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
... 1 more
Caused by: org.apache.solr.common.SolrException: Error instantiating class:
'org.apache.lucene.util.LuceneTestCase$3'
at
org.apache.solr.core.SolrResourceLoader.newInstance(SolrResourceLoader.java:534)
at
org.apache.solr.core.SolrResourceLoader.newInstance(SolrResourceLoader.java:519)
at
org.apache.solr.update.SolrIndexConfig.buildMergeScheduler(SolrIndexConfig.java:305)
at
org.apache.solr.update.SolrIndexConfig.toIndexWriterConfig(SolrIndexConfig.java:230)
at
org.apache.solr.update.SolrIndexWriter.<init>(SolrIndexWriter.java:77)
at
org.apache.solr.update.SolrIndexWriter.create(SolrIndexWriter.java:64)
at org.apache.solr.core.SolrCore.initIndex(SolrCore.java:530)
at org.apache.solr.core.SolrCore.<init>(SolrCore.java:797)
... 8 more
Caused by: java.lang.IllegalAccessException: Class
org.apache.solr.core.SolrResourceLoader can not access a member of class
org.apache.lucene.util.LuceneTestCase$3 with modifiers ""
at sun.reflect.Reflection.ensureMemberAccess(Reflection.java:109)
at java.lang.Class.newInstance(Class.java:368)
at
org.apache.solr.core.SolrResourceLoader.newInstance(SolrResourceLoader.java:531)
... 15 more
Build Log:
[...truncated 11320 lines...]
[junit4] Suite: org.apache.solr.TestTrie
[junit4] 2> Creating dataDir:
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.TestTrie-DDCB6F27B7EF26E3-001/init-core-data-001
[junit4] 2> 3201491 T7620 oas.SolrTestCaseJ4.buildSSLConfig Randomized ssl
(false) and clientAuth (false)
[junit4] 2> 3201494 T7620 oas.SolrTestCaseJ4.initCore ####initCore
[junit4] 2> 3201494 T7620 oasc.SolrResourceLoader.<init> new
SolrResourceLoader for directory:
'/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/src/test-files/solr/collection1/'
[junit4] 2> 3201496 T7620 oasc.SolrResourceLoader.replaceClassLoader
Adding
'file:/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/src/test-files/solr/collection1/lib/.svn/'
to classloader
[junit4] 2> 3201497 T7620 oasc.SolrResourceLoader.replaceClassLoader
Adding
'file:/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/src/test-files/solr/collection1/lib/classes/'
to classloader
[junit4] 2> 3201497 T7620 oasc.SolrResourceLoader.replaceClassLoader
Adding
'file:/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/src/test-files/solr/collection1/lib/README'
to classloader
[junit4] 2> 3201609 T7620 oasc.SolrConfig.<init> Using Lucene
MatchVersion: 6.0.0
[junit4] 2> 3201679 T7620 oasc.SolrConfig.<init> Loaded SolrConfig:
solrconfig.xml
[junit4] 2> 3201680 T7620 oass.IndexSchema.readSchema Reading Solr Schema
from
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/src/test-files/solr/collection1/conf/schema-trie.xml
[junit4] 2> 3201694 T7620 oass.IndexSchema.readSchema [null] Schema
name=example
[junit4] 2> 3201836 T7620 oass.IndexSchema.readSchema default search field
in schema is text
[junit4] 2> 3201839 T7620 oass.IndexSchema.readSchema unique key field: id
[junit4] 2> 3201848 T7620 oasc.SolrResourceLoader.locateSolrHome JNDI not
configured for solr (NoInitialContextEx)
[junit4] 2> 3201848 T7620 oasc.SolrResourceLoader.locateSolrHome using
system property solr.solr.home:
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/src/test-files/solr
[junit4] 2> 3201849 T7620 oasc.SolrResourceLoader.<init> new
SolrResourceLoader for directory:
'/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/src/test-files/solr/'
[junit4] 2> 3201944 T7620 oasc.CoreContainer.<init> New CoreContainer
115647643
[junit4] 2> 3201945 T7620 oasc.CoreContainer.load Loading cores into
CoreContainer
[instanceDir=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/src/test-files/solr/]
[junit4] 2> 3201946 T7620 oashc.HttpShardHandlerFactory.getParameter
Setting socketTimeout to: 0
[junit4] 2> 3201946 T7620 oashc.HttpShardHandlerFactory.getParameter
Setting urlScheme to: null
[junit4] 2> 3201947 T7620 oashc.HttpShardHandlerFactory.getParameter
Setting connTimeout to: 0
[junit4] 2> 3201947 T7620 oashc.HttpShardHandlerFactory.getParameter
Setting maxConnectionsPerHost to: 20
[junit4] 2> 3201948 T7620 oashc.HttpShardHandlerFactory.getParameter
Setting maxConnections to: 10000
[junit4] 2> 3201949 T7620 oashc.HttpShardHandlerFactory.getParameter
Setting corePoolSize to: 0
[junit4] 2> 3201949 T7620 oashc.HttpShardHandlerFactory.getParameter
Setting maximumPoolSize to: 2147483647
[junit4] 2> 3201949 T7620 oashc.HttpShardHandlerFactory.getParameter
Setting maxThreadIdleTime to: 5
[junit4] 2> 3201949 T7620 oashc.HttpShardHandlerFactory.getParameter
Setting sizeOfQueue to: -1
[junit4] 2> 3201950 T7620 oashc.HttpShardHandlerFactory.getParameter
Setting fairnessPolicy to: false
[junit4] 2> 3201950 T7620 oasu.UpdateShardHandler.<init> Creating
UpdateShardHandler HTTP client with params:
socketTimeout=30000&connTimeout=30000&retry=false
[junit4] 2> 3201951 T7620 oasl.LogWatcher.createWatcher SLF4J impl is
org.slf4j.impl.Log4jLoggerFactory
[junit4] 2> 3201951 T7620 oasl.LogWatcher.newRegisteredLogWatcher
Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
[junit4] 2> 3201951 T7620 oasc.CoreContainer.load Host Name:
[junit4] 2> 3201956 T7621 oasc.SolrResourceLoader.<init> new
SolrResourceLoader for directory:
'/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/src/test-files/solr/collection1/'
[junit4] 2> 3201957 T7621 oasc.SolrResourceLoader.replaceClassLoader
Adding
'file:/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/src/test-files/solr/collection1/lib/.svn/'
to classloader
[junit4] 2> 3201957 T7621 oasc.SolrResourceLoader.replaceClassLoader
Adding
'file:/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/src/test-files/solr/collection1/lib/classes/'
to classloader
[junit4] 2> 3201957 T7621 oasc.SolrResourceLoader.replaceClassLoader
Adding
'file:/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/src/test-files/solr/collection1/lib/README'
to classloader
[junit4] 2> 3202071 T7621 oasc.SolrConfig.<init> Using Lucene
MatchVersion: 6.0.0
[junit4] 2> 3202133 T7621 oasc.SolrConfig.<init> Loaded SolrConfig:
solrconfig.xml
[junit4] 2> 3202134 T7621 oass.IndexSchema.readSchema Reading Solr Schema
from
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/src/test-files/solr/collection1/conf/schema-trie.xml
[junit4] 2> 3202141 T7621 oass.IndexSchema.readSchema [collection1] Schema
name=example
[junit4] 2> 3202241 T7621 oass.IndexSchema.readSchema default search field
in schema is text
[junit4] 2> 3202243 T7621 oass.IndexSchema.readSchema unique key field: id
[junit4] 2> 3202250 T7621 oasc.CoreContainer.create Creating SolrCore
'collection1' using configuration from instancedir
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/src/test-files/solr/collection1/
[junit4] 2> 3202250 T7621 oasc.SolrCore.initDirectoryFactory
org.apache.solr.core.MockDirectoryFactory
[junit4] 2> 3202251 T7621 oasc.SolrCore.<init> [collection1] Opening new
SolrCore at
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/src/test-files/solr/collection1/,
dataDir=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.TestTrie-DDCB6F27B7EF26E3-001/init-core-data-001/
[junit4] 2> 3202252 T7621 oasc.JmxMonitoredMap.<init> JMX monitoring is
enabled. Adding Solr mbeans to JMX Server:
com.sun.jmx.mbeanserver.JmxMBeanServer@5b14fd99
[junit4] 2> 3202252 T7621 oasc.CachingDirectoryFactory.get return new
directory for
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.TestTrie-DDCB6F27B7EF26E3-001/init-core-data-001
[junit4] 2> 3202252 T7621 oasc.SolrCore.getNewIndexDir New index directory
detected: old=null
new=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.TestTrie-DDCB6F27B7EF26E3-001/init-core-data-001/index/
[junit4] 2> 3202253 T7621 oasc.SolrCore.initIndex WARN [collection1] Solr
index directory
'/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.TestTrie-DDCB6F27B7EF26E3-001/init-core-data-001/index'
doesn't exist. Creating new index...
[junit4] 2> 3202254 T7621 oasc.CachingDirectoryFactory.get return new
directory for
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.TestTrie-DDCB6F27B7EF26E3-001/init-core-data-001/index
[junit4] 2> 3202254 T7621 oasu.RandomMergePolicy.<init> RandomMergePolicy
wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy:
minMergeSize=1000, mergeFactor=37, maxMergeSize=9223372036854775807,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.0]
[junit4] 2> 3202254 T7621 oasc.CachingDirectoryFactory.closeCacheValue
looking to close
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.TestTrie-DDCB6F27B7EF26E3-001/init-core-data-001/index
[CachedDir<<refCount=0;path=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.TestTrie-DDCB6F27B7EF26E3-001/init-core-data-001/index;done=true>>]
[junit4] 2> 3202255 T7621 oasc.CachingDirectoryFactory.close Closing
directory:
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.TestTrie-DDCB6F27B7EF26E3-001/init-core-data-001/index
[junit4] 2> 3202256 T7621 oasc.SolrCore.close [collection1] CLOSING
SolrCore org.apache.solr.core.SolrCore@6cad2cfd
[junit4] 2> 3202257 T7621 oasu.SolrCoreState.decrefSolrCoreState Closing
SolrCoreState
[junit4] 2> 3202257 T7621 oasu.DefaultSolrCoreState.closeIndexWriter
SolrCoreState ref count has reached 0 - closing IndexWriter
[junit4] 2> 3202257 T7621 oasc.SolrCore.closeSearcher [collection1]
Closing main searcher on request.
[junit4] 2> 3202258 T7621 oasc.CachingDirectoryFactory.close Closing
MockDirectoryFactory - 1 directories currently being tracked
[junit4] 2> 3202259 T7621 oasc.CachingDirectoryFactory.closeCacheValue
looking to close
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.TestTrie-DDCB6F27B7EF26E3-001/init-core-data-001
[CachedDir<<refCount=0;path=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.TestTrie-DDCB6F27B7EF26E3-001/init-core-data-001;done=false>>]
[junit4] 2> 3202259 T7621 oasc.CachingDirectoryFactory.close Closing
directory:
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.TestTrie-DDCB6F27B7EF26E3-001/init-core-data-001
[junit4] 2> 3202259 T7621 oasc.CoreContainer.create ERROR Error creating
core [collection1]: Error instantiating class:
'org.apache.lucene.util.LuceneTestCase$3' org.apache.solr.common.SolrException:
Error instantiating class: 'org.apache.lucene.util.LuceneTestCase$3'
[junit4] 2> at
org.apache.solr.core.SolrCore.<init>(SolrCore.java:895)
[junit4] 2> at
org.apache.solr.core.SolrCore.<init>(SolrCore.java:653)
[junit4] 2> at
org.apache.solr.core.CoreContainer.create(CoreContainer.java:510)
[junit4] 2> at
org.apache.solr.core.CoreContainer$1.call(CoreContainer.java:274)
[junit4] 2> at
org.apache.solr.core.CoreContainer$1.call(CoreContainer.java:268)
[junit4] 2> at
java.util.concurrent.FutureTask.run(FutureTask.java:262)
[junit4] 2> at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
[junit4] 2> at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
[junit4] 2> at java.lang.Thread.run(Thread.java:745)
[junit4] 2> Caused by: org.apache.solr.common.SolrException: Error
instantiating class: 'org.apache.lucene.util.LuceneTestCase$3'
[junit4] 2> at
org.apache.solr.core.SolrResourceLoader.newInstance(SolrResourceLoader.java:534)
[junit4] 2> at
org.apache.solr.core.SolrResourceLoader.newInstance(SolrResourceLoader.java:519)
[junit4] 2> at
org.apache.solr.update.SolrIndexConfig.buildMergeScheduler(SolrIndexConfig.java:305)
[junit4] 2> at
org.apache.solr.update.SolrIndexConfig.toIndexWriterConfig(SolrIndexConfig.java:230)
[junit4] 2> at
org.apache.solr.update.SolrIndexWriter.<init>(SolrIndexWriter.java:77)
[junit4] 2> at
org.apache.solr.update.SolrIndexWriter.create(SolrIndexWriter.java:64)
[junit4] 2> at
org.apache.solr.core.SolrCore.initIndex(SolrCore.java:530)
[junit4] 2> at
org.apache.solr.core.SolrCore.<init>(SolrCore.java:797)
[junit4] 2> ... 8 more
[junit4] 2> Caused by: java.lang.IllegalAccessException: Class
org.apache.solr.core.SolrResourceLoader can not access a member of class
org.apache.lucene.util.LuceneTestCase$3 with modifiers ""
[junit4] 2> at
sun.reflect.Reflection.ensureMemberAccess(Reflection.java:109)
[junit4] 2> at java.lang.Class.newInstance(Class.java:368)
[junit4] 2> at
org.apache.solr.core.SolrResourceLoader.newInstance(SolrResourceLoader.java:531)
[junit4] 2> ... 15 more
[junit4] 2>
[junit4] 2> 3202274 T7620 oas.SolrTestCaseJ4.initCore ####initCore end
[junit4] 2> 3202279 T7620 oas.SolrTestCaseJ4.setUp ###Starting
testTrieDoubleRangeSearch
[junit4] 2> NOTE: reproduce with: ant test -Dtestcase=TestTrie
-Dtests.method=testTrieDoubleRangeSearch -Dtests.seed=DDCB6F27B7EF26E3
-Dtests.slow=true -Dtests.locale=be_BY -Dtests.timezone=Africa/Nouakchott
-Dtests.asserts=true -Dtests.file.encoding=UTF-8
[junit4] ERROR 0.02s | TestTrie.testTrieDoubleRangeSearch <<<
[junit4] > Throwable #1: org.apache.solr.common.SolrException: SolrCore
'collection1' is not available due to init failure: Error instantiating class:
'org.apache.lucene.util.LuceneTestCase$3'
[junit4] > at
org.apache.solr.core.CoreContainer.getCore(CoreContainer.java:765)
[junit4] > at
org.apache.solr.util.TestHarness.getCoreInc(TestHarness.java:219)
[junit4] > at
org.apache.solr.util.TestHarness.update(TestHarness.java:235)
[junit4] > at
org.apache.solr.util.BaseTestHarness.checkUpdateStatus(BaseTestHarness.java:282)
[junit4] > at
org.apache.solr.util.BaseTestHarness.validateUpdate(BaseTestHarness.java:252)
[junit4] > at
org.apache.solr.SolrTestCaseJ4.checkUpdateU(SolrTestCaseJ4.java:677)
[junit4] > at
org.apache.solr.SolrTestCaseJ4.assertU(SolrTestCaseJ4.java:656)
[junit4] > at
org.apache.solr.SolrTestCaseJ4.assertU(SolrTestCaseJ4.java:650)
[junit4] > at
org.apache.solr.TestTrie.testTrieDoubleRangeSearch(TestTrie.java:142)
[junit4] > at java.lang.Thread.run(Thread.java:745)
[junit4] > Caused by: org.apache.solr.common.SolrException: Error
instantiating class: 'org.apache.lucene.util.LuceneTestCase$3'
[junit4] > at
org.apache.solr.core.SolrCore.<init>(SolrCore.java:895)
[junit4] > at
org.apache.solr.core.SolrCore.<init>(SolrCore.java:653)
[junit4] > at
org.apache.solr.core.CoreContainer.create(CoreContainer.java:510)
[junit4] > at
org.apache.solr.core.CoreContainer$1.call(CoreContainer.java:274)
[junit4] > at
org.apache.solr.core.CoreContainer$1.call(CoreContainer.java:268)
[junit4] > at
java.util.concurrent.FutureTask.run(FutureTask.java:262)
[junit4] > at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
[junit4] > at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
[junit4] > ... 1 more
[junit4] > Caused by: org.apache.solr.common.SolrException: Error
instantiating class: 'org.apache.lucene.util.LuceneTestCase$3'
[junit4] > at
org.apache.solr.core.SolrResourceLoader.newInstance(SolrResourceLoader.java:534)
[junit4] > at
org.apache.solr.core.SolrResourceLoader.newInstance(SolrResourceLoader.java:519)
[junit4] > at
org.apache.solr.update.SolrIndexConfig.buildMergeScheduler(SolrIndexConfig.java:305)
[junit4] > at
org.apache.solr.update.SolrIndexConfig.toIndexWriterConfig(SolrIndexConfig.java:230)
[junit4] > at
org.apache.solr.update.SolrIndexWriter.<init>(SolrIndexWriter.java:77)
[junit4] > at
org.apache.solr.update.SolrIndexWriter.create(SolrIndexWriter.java:64)
[junit4] > at
org.apache.solr.core.SolrCore.initIndex(SolrCore.java:530)
[junit4] > at
org.apache.solr.core.SolrCore.<init>(SolrCore.java:797)
[junit4] > ... 8 more
[junit4] > Caused by: java.lang.IllegalAccessException: Class
org.apache.solr.core.SolrResourceLoader can not access a member of class
org.apache.lucene.util.LuceneTestCase$3 with modifiers ""
[junit4] > at java.lang.Class.newInstance(Class.java:368)
[junit4] > at
org.apache.solr.core.SolrResourceLoader.newInstance(SolrResourceLoader.java:531)
[junit4] > ... 15 moreThrowable #2:
org.apache.solr.common.SolrException: SolrCore 'collection1' is not available
due to init failure: Error instantiating class:
'org.apache.lucene.util.LuceneTestCase$3'
[junit4] > at
org.apache.solr.core.CoreContainer.getCore(CoreContainer.java:765)
[junit4] > at
org.apache.solr.util.TestHarness.getCoreInc(TestHarness.java:219)
[junit4] > at
org.apache.solr.util.TestHarness.update(TestHarness.java:235)
[junit4] > at
org.apache.solr.util.BaseTestHarness.checkUpdateStatus(BaseTestHarness.java:282)
[junit4] > at
org.apache.solr.util.BaseTestHarness.validateUpdate(BaseTestHarness.java:252)
[junit4] > at
org.apache.solr.SolrTestCaseJ4.checkUpdateU(SolrTestCaseJ4.java:677)
[junit4] > at
org.apache.solr.SolrTestCaseJ4.assertU(SolrTestCaseJ4.java:656)
[junit4] > at
org.apache.solr.SolrTestCaseJ4.assertU(SolrTestCaseJ4.java:650)
[junit4] > at
org.apache.solr.SolrTestCaseJ4.clearIndex(SolrTestCaseJ4.java:1056)
[junit4] > at org.apache.solr.TestTrie.tearDown(TestTrie.java:47)
[junit4] > at java.lang.Thread.run(Thread.java:745)
[junit4] > Caused by: org.apache.solr.common.SolrException: Error
instantiating class: 'org.apache.lucene.util.LuceneTestCase$3'
[junit4] > at
org.apache.solr.core.SolrCore.<init>(SolrCore.java:895)
[junit4] > at
org.apache.solr.core.SolrCore.<init>(SolrCore.java:653)
[junit4] > at
org.apache.solr.core.CoreContainer.create(CoreContainer.java:510)
[junit4] > at
org.apache.solr.core.CoreContainer$1.call(CoreContainer.java:274)
[junit4] > at
org.apache.solr.core.CoreContainer$1.call(CoreContainer.java:268)
[junit4] > at
java.util.concurrent.FutureTask.run(FutureTask.java:262)
[junit4] > at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
[junit4] > at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
[junit4] > ... 1 more
[junit4] > Caused by: org.apache.solr.common.SolrException: Error
instantiating class: 'org.apache.lucene.util.LuceneTestCase$3'
[junit4] > at
org.apache.solr.core.SolrResourceLoader.newInstance(SolrResourceLoader.java:534)
[junit4] > at
org.apache.solr.core.SolrResourceLoader.newInstance(SolrResourceLoader.java:519)
[junit4] > at
org.apache.solr.update.SolrIndexConfig.buildMergeScheduler(SolrIndexConfig.java:305)
[junit4] > at
org.apache.solr.update.SolrIndexConfig.toIndexWriterConfig(SolrIndexConfig.java:230)
[junit4] > at
org.apache.solr.update.SolrIndexWriter.<init>(SolrIndexWriter.java:77)
[junit4] > at
org.apache.solr.update.SolrIndexWriter.create(SolrIndexWriter.java:64)
[junit4] > at
org.apache.solr.core.SolrCore.initIndex(SolrCore.java:530)
[junit4] > at
org.apache.solr.core.SolrCore.<init>(SolrCore.java:797)
[junit4] > ... 8 more
[junit4] > Caused by: java.lang.IllegalAccessException: Class
org.apache.solr.core.SolrResourceLoader can not access a member of class
org.apache.lucene.util.LuceneTestCase$3 with modifiers ""
[junit4] > at java.lang.Class.newInstance(Class.java:368)
[junit4] > at
org.apache.solr.core.SolrResourceLoader.newInstance(SolrResourceLoader.java:531)
[junit4] > ... 15 more
[junit4] 2> 3202303 T7620 oas.SolrTestCaseJ4.setUp ###Starting
testTrieIntRangeSearch
[junit4] 2> NOTE: reproduce with: ant test -Dtestcase=TestTrie
-Dtests.method=testTrieIntRangeSearch -Dtests.seed=DDCB6F27B7EF26E3
-Dtests.slow=true -Dtests.locale=be_BY -Dtests.timezone=Africa/Nouakchott
-Dtests.asserts=true -Dtests.file.encoding=UTF-8
[junit4] ERROR 0.02s | TestTrie.testTrieIntRangeSearch <<<
[junit4] > Throwable #1: org.apache.solr.common.SolrException: SolrCore
'collection1' is not available due to init failure: Error instantiating class:
'org.apache.lucene.util.LuceneTestCase$3'
[junit4] > at
org.apache.solr.core.CoreContainer.getCore(CoreContainer.java:765)
[junit4] > at
org.apache.solr.util.TestHarness.getCoreInc(TestHarness.java:219)
[junit4] > at
org.apache.solr.util.TestHarness.update(TestHarness.java:235)
[junit4] > at
org.apache.solr.util.BaseTestHarness.checkUpdateStatus(BaseTestHarness.java:282)
[junit4] > at
org.apache.solr.util.BaseTestHarness.validateUpdate(BaseTestHarness.java:252)
[junit4] > at
org.apache.solr.SolrTestCaseJ4.checkUpdateU(SolrTestCaseJ4.java:677)
[junit4] > at
org.apache.solr.SolrTestCaseJ4.assertU(SolrTestCaseJ4.java:656)
[junit4] > at
org.apache.solr.SolrTestCaseJ4.assertU(SolrTestCaseJ4.java:650)
[junit4] > at
org.apache.solr.TestTrie.testTrieIntRangeSearch(TestTrie.java:54)
[junit4] > at java.lang.Thread.run(Thread.java:745)
[junit4] > Caused by: org.apache.solr.common.SolrException: Error
instantiating class: 'org.apache.lucene.util.LuceneTestCase$3'
[junit4] > at
org.apache.solr.core.SolrCore.<init>(SolrCore.java:895)
[junit4] > at
org.apache.solr.core.SolrCore.<init>(SolrCore.java:653)
[junit4] > at
org.apache.solr.core.CoreContainer.create(CoreContainer.java:510)
[junit4] > at
org.apache.solr.core.CoreContainer$1.call(CoreContainer.java:274)
[junit4] > at
org.apache.solr.core.CoreContainer$1.call(CoreContainer.java:268)
[junit4] > at
java.util.concurrent.FutureTask.run(FutureTask.java:262)
[junit4] > at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
[junit4] > at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
[junit4] > ... 1 more
[junit4] > Caused by: org.apache.solr.common.SolrException: Error
instantiating class: 'org.apache.lucene.util.LuceneTestCase$3'
[junit4] > at
org.apache.solr.core.SolrResourceLoader.newInstance(SolrResourceLoader.java:534)
[junit4] > at
org.apache.solr.core.SolrResourceLoader.newInstance(SolrResourceLoader.java:519)
[junit4] > at
org.apache.solr.update.SolrIndexConfig.buildMergeScheduler(SolrIndexConfig.java:305)
[junit4] > at
org.apache.solr.update.SolrIndexConfig.toIndexWriterConfig(SolrIndexConfig.java:230)
[junit4] > at
org.apache.solr.update.SolrIndexWriter.<init>(SolrIndexWriter.java:77)
[junit4] > at
org.apache.solr.update.SolrIndexWriter.create(SolrIndexWriter.java:64)
[junit4] > at
org.apache.solr.core.SolrCore.initIndex(SolrCore.java:530)
[junit4] > at
org.apache.solr.core.SolrCore.<init>(SolrCore.java:797)
[junit4] > ... 8 more
[junit4] > Caused by: java.lang.IllegalAccessException: Class
org.apache.solr.core.SolrResourceLoader can not access a member of class
org.apache.lucene.util.LuceneTestCase$3 with modifiers ""
[junit4] > at java.lang.Class.newInstance(Class.java:368)
[junit4] > at
org.apache.solr.core.SolrResourceLoader.newInstance(SolrResourceLoader.java:531)
[junit4] > ... 15 moreThrowable #2:
org.apache.solr.common.SolrException: SolrCore 'collection1' is not available
due to init failure: Error instantiating class:
'org.apache.lucene.util.LuceneTestCase$3'
[junit4] > at
org.apache.solr.core.CoreContainer.getCore(CoreContainer.java:765)
[junit4] > at
org.apache.solr.util.TestHarness.getCoreInc(TestHarness.java:219)
[junit4] > at
org.apache.solr.util.TestHarness.update(TestHarness.java:235)
[junit4] > at
org.apache.solr.util.BaseTestHarness.checkUpdateStatus(BaseTestHarness.java:282)
[junit4] > at
org.apache.solr.util.BaseTestHarness.validateUpdate(BaseTestHarness.java:252)
[junit4] > at
org.apache.solr.SolrTestCaseJ4.checkUpdateU(SolrTestCaseJ4.java:677)
[junit4] > at
org.apache.solr.SolrTestCaseJ4.assertU(SolrTestCaseJ4.java:656)
[junit4] > at
org.apache.solr.SolrTestCaseJ4.assertU(SolrTestCaseJ4.java:650)
[junit4] > at
org.apache.solr.SolrTestCaseJ4.clearIndex(SolrTestCaseJ4.java:1056)
[junit4] > at org.apache.solr.TestTrie.tearDown(TestTrie.java:47)
[junit4] > at java.lang.Thread.run(Thread.java:745)
[junit4] > Caused by: org.apache.solr.common.SolrException: Error
instantiating class: 'org.apache.lucene.util.LuceneTestCase$3'
[junit4] > at
org.apache.solr.core.SolrCore.<init>(SolrCore.java:895)
[junit4] > at
org.apache.solr.core.SolrCore.<init>(SolrCore.java:653)
[junit4] > at
org.apache.solr.core.CoreContainer.create(CoreContainer.java:510)
[junit4] > at
org.apache.solr.core.CoreContainer$1.call(CoreContainer.java:274)
[junit4] > at
org.apache.solr.core.CoreContainer$1.call(CoreContainer.java:268)
[junit4] > at
java.util.concurrent.FutureTask.run(FutureTask.java:262)
[junit4] > at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
[junit4] > at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
[junit4] > ... 1 more
[junit4] > Caused by: org.apache.solr.common.SolrException: Error
instantiating class: 'org.apache.lucene.util.LuceneTestCase$3'
[junit4] > at
org.apache.solr.core.SolrResourceLoader.newInstance(SolrResourceLoader.java:534)
[junit4] > at
org.apache.solr.core.SolrResourceLoader.newInstance(SolrResourceLoader.java:519)
[junit4] > at
org.apache.solr.update.SolrIndexConfig.buildMergeScheduler(SolrIndexConfig.java:305)
[junit4] > at
org.apache.solr.update.SolrIndexConfig.toIndexWriterConfig(SolrIndexConfig.java:230)
[junit4] > at
org.apache.solr.update.SolrIndexWriter.<init>(SolrIndexWriter.java:77)
[junit4] > at
org.apache.solr.update.SolrIndexWriter.create(SolrIndexWriter.java:64)
[junit4] > at
org.apache.solr.core.SolrCore.initIndex(SolrCore.java:530)
[junit4] > at
org.apache.solr.core.SolrCore.<init>(SolrCore.java:797)
[junit4] > ... 8 more
[junit4] > Caused by: java.lang.IllegalAccessException: Class
org.apache.solr.core.SolrResourceLoader can not access a member of class
org.apache.lucene.util.LuceneTestCase$3 with modifiers ""
[junit4] > at java.lang.Class.newInstance(Class.java:368)
[junit4] > at
org.apache.solr.core.SolrResourceLoader.newInstance(SolrResourceLoader.java:531)
[junit4] > ... 15 more
[junit4] 2> 3202324 T7620 oas.SolrTestCaseJ4.setUp ###Starting
testTrieFloatRangeSearch
[junit4] 2> NOTE: reproduce with: ant test -Dtestcase=TestTrie
-Dtests.method=testTrieFloatRangeSearch -Dtests.seed=DDCB6F27B7EF26E3
-Dtests.slow=true -Dtests.locale=be_BY -Dtests.timezone=Africa/Nouakchott
-Dtests.asserts=true -Dtests.file.encoding=UTF-8
[junit4] ERROR 0.02s | TestTrie.testTrieFloatRangeSearch <<<
[junit4] > Throwable #1: org.apache.solr.common.SolrException: SolrCore
'collection1' is not available due to init failure: Error instantiating class:
'org.apache.lucene.util.LuceneTestCase$3'
[junit4] > at
org.apache.solr.core.CoreContainer.getCore(CoreContainer.java:765)
[junit4] > at
org.apache.solr.util.TestHarness.getCoreInc(TestHarness.java:219)
[junit4] > at
org.apache.solr.util.TestHarness.update(TestHarness.java:235)
[junit4] > at
org.apache.solr.util.BaseTestHarness.checkUpdateStatus(BaseTestHarness.java:282)
[junit4] > at
org.apache.solr.util.BaseTestHarness.validateUpdate(BaseTestHarness.java:252)
[junit4] > at
org.apache.solr.SolrTestCaseJ4.checkUpdateU(SolrTestCaseJ4.java:677)
[junit4] > at
org.apache.solr.SolrTestCaseJ4.assertU(SolrTestCaseJ4.java:656)
[junit4] > at
org.apache.solr.SolrTestCaseJ4.assertU(SolrTestCaseJ4.java:650)
[junit4] > at
org.apache.solr.TestTrie.testTrieFloatRangeSearch(TestTrie.java:104)
[junit4] > at java.lang.Thread.run(Thread.java:745)
[junit4] > Caused by: org.apache.solr.common.SolrException: Error
instantiating class: 'org.apache.lucene.util.LuceneTestCase$3'
[junit4] > at
org.apache.solr.core.SolrCore.<init>(SolrCore.java:895)
[junit4] > at
org.apache.solr.core.SolrCore.<init>(SolrCore.java:653)
[junit4] > at
org.apache.solr.core.CoreContainer.create(CoreContainer.java:510)
[junit4] > at
org.apache.solr.core.CoreContainer$1.call(CoreContainer.java:274)
[junit4] > at
org.apache.solr.core.CoreContainer$1.call(CoreContainer.java:268)
[junit4] > at
java.util.concurrent.FutureTask.run(FutureTask.java:262)
[junit4] > at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
[junit4] > at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
[junit4] > ... 1 more
[junit4] > Caused by: org.apache.solr.common.SolrException: Error
instantiating class: 'org.apache.lucene.util.LuceneTestCase$3'
[junit4] > at
org.apache.solr.core.SolrResourceLoader.newInstance(SolrResourceLoader.java:534)
[junit4] > at
org.apache.solr.core.SolrResourceLoader.newInstance(SolrResourceLoader.java:519)
[junit4] > at
org.apache.solr.update.SolrIndexConfig.buildMergeScheduler(SolrIndexConfig.java:305)
[junit4] > at
org.apache.solr.update.SolrIndexConfig.toIndexWriterConfig(SolrIndexConfig.java:230)
[junit4] > at
org.apache.solr.update.SolrIndexWriter.<init>(SolrIndexWriter.java:77)
[junit4] > at
org.apache.solr.update.SolrIndexWriter.create(SolrIndexWriter.java:64)
[junit4] > at
org.apache.solr.core.SolrCore.initIndex(SolrCore.java:530)
[junit4] > at
org.apache.solr.core.SolrCore.<init>(SolrCore.java:797)
[junit4] > ... 8 more
[junit4] > Caused by: java.lang.IllegalAccessException: Class
org.apache.solr.core.SolrResourceLoader can not access a member of class
org.apache.lucene.util.LuceneTestCase$3 with modifiers ""
[junit4] > at java.lang.Class.newInstance(Class.java:368)
[junit4] > at
org.apache.solr.core.SolrResourceLoader.newInstance(SolrResourceLoader.java:531)
[junit4] > ... 15 moreThrowable #2:
org.apache.solr.common.SolrException: SolrCore 'collection1' is not available
due to init failure: Error instantiating class:
'org.apache.lucene.util.LuceneTestCase$3'
[junit4] > at
org.apache.solr.core.CoreContainer.getCore(CoreContainer.java:765)
[junit4] > at
org.apache.solr.util.TestHarness.getCoreInc(TestHarness.java:219)
[junit4] > at
org.apache.solr.util.TestHarness.update(TestHarness.java:235)
[junit4] > at
org.apache.solr.util.BaseTestHarness.checkUpdateStatus(BaseTestHarness.java:282)
[junit4] > at
org.apache.solr.util.BaseTestHarness.validateUpdate(BaseTestHarness.java:252)
[junit4] > at
org.apache.solr.SolrTestCaseJ4.checkUpdateU(SolrTestCaseJ4.java:677)
[junit4] > at
org.apache.solr.SolrTestCaseJ4.assertU(SolrTestCaseJ4.java:656)
[junit4] > at
org.apache.solr.SolrTestCaseJ4.assertU(SolrTestCaseJ4.java:650)
[junit4] > at
org.apache.solr.SolrTestCaseJ4.clearIndex(SolrTestCaseJ4.java:1056)
[junit4] > at org.apache.solr.TestTrie.tearDown(TestTrie.java:47)
[junit4] > at java.lang.Thread.run(Thread.java:745)
[junit4] > Caused by: org.apache.solr.common.SolrException: Error
instantiating class: 'org.apache.lucene.util.LuceneTestCase$3'
[junit4] > at
org.apache.solr.core.SolrCore.<init>(SolrCore.java:895)
[junit4] > at
org.apache.solr.core.SolrCore.<init>(SolrCore.java:653)
[junit4] > at
org.apache.solr.core.CoreContainer.create(CoreContainer.java:510)
[junit4] > at
org.apache.solr.core.CoreContainer$1.call(CoreContainer.java:274)
[junit4] > at
org.apache.solr.core.CoreContainer$1.call(CoreContainer.java:268)
[junit4] > at
java.util.concurrent.FutureTask.run(FutureTask.java:262)
[junit4] > at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
[junit4] > at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
[junit4] > ... 1 more
[junit4] > Caused by: org.apache.solr.common.SolrException: Error
instantiating class: 'org.apache.lucene.util.LuceneTestCase$3'
[junit4] > at
org.apache.solr.core.SolrResourceLoader.newInstance(SolrResourceLoader.java:534)
[junit4] > at
org.apache.solr.core.SolrResourceLoader.newInstance(SolrResourceLoader.java:519)
[junit4] > at
org.apache.solr.update.SolrIndexConfig.buildMergeScheduler(SolrIndexConfig.java:305)
[junit4] > at
org.apache.solr.update.SolrIndexConfig.toIndexWriterConfig(SolrIndexConfig.java:230)
[junit4] > at
org.apache.solr.update.SolrIndexWriter.<init>(SolrIndexWriter.java:77)
[junit4] > at
org.apache.solr.update.SolrIndexWriter.create(SolrIndexWriter.java:64)
[junit4] > at
org.apache.solr.core.SolrCore.initIndex(SolrCore.java:530)
[junit4] > at
org.apache.solr.core.SolrCore.<init>(SolrCore.java:797)
[junit4] > ... 8 more
[junit4] > Caused by: java.lang.IllegalAccessException: Class
org.apache.solr.core.SolrResourceLoader can not access a member of class
org.apache.lucene.util.LuceneTestCase$3 with modifiers ""
[junit4] > at java.lang.Class.newInstance(Class.java:368)
[junit4] > at
org.apache.solr.core.SolrResourceLoader.newInstance(SolrResourceLoader.java:531)
[junit4] > ... 15 more
[junit4] 2> 3202343 T7620 oas.SolrTestCaseJ4.setUp ###Starting
testTrieDoubleRangeSearch_CustomPrecisionStep
[junit4] 2> NOTE: reproduce with: ant test -Dtestcase=TestTrie
-Dtests.method=testTrieDoubleRangeSearch_CustomPrecisionStep
-Dtests.seed=DDCB6F27B7EF26E3 -Dtests.slow=true -Dtests.locale=be_BY
-Dtests.timezone=Africa/Nouakchott -Dtests.asserts=true
-Dtests.file.encoding=UTF-8
[junit4] ERROR 0.02s |
TestTrie.testTrieDoubleRangeSearch_CustomPrecisionStep <<<
[junit4] > Throwable #1: org.apache.solr.common.SolrException: SolrCore
'collection1' is not available due to init failure: Error instantiating class:
'org.apache.lucene.util.LuceneTestCase$3'
[junit4] > at
org.apache.solr.core.CoreContainer.getCore(CoreContainer.java:765)
[junit4] > at
org.apache.solr.util.TestHarness.getCoreInc(TestHarness.java:219)
[junit4] > at
org.apache.solr.util.TestHarness.update(TestHarness.java:235)
[junit4] > at
org.apache.solr.util.BaseTestHarness.checkUpdateStatus(BaseTestHarness.java:282)
[junit4] > at
org.apache.solr.util.BaseTestHarness.validateUpdate(BaseTestHarness.java:252)
[junit4] > at
org.apache.solr.SolrTestCaseJ4.checkUpdateU(SolrTestCaseJ4.java:677)
[junit4] > at
org.apache.solr.SolrTestCaseJ4.assertU(SolrTestCaseJ4.java:656)
[junit4] > at
org.apache.solr.SolrTestCaseJ4.assertU(SolrTestCaseJ4.java:650)
[junit4] > at
org.apache.solr.TestTrie.testTrieDoubleRangeSearch_CustomPrecisionStep(TestTrie.java:206)
[junit4] > at java.lang.Thread.run(Thread.java:745)
[junit4] > Caused by: org.apache.solr.common.SolrException: Error
instantiating class: 'org.apache.lucene.util.LuceneTestCase$3'
[junit4] > at
org.apache.solr.core.SolrCore.<init>(SolrCore.java:895)
[junit4] > at
org.apache.solr.core.SolrCore.<init>(SolrCore.java:653)
[junit4] > at
org.apache.solr.core.CoreContainer.create(CoreContainer.java:510)
[junit4] > at
org.apache.solr.core.CoreContainer$1.call(CoreContainer.java:274)
[junit4] > at
org.apache.solr.core.CoreContainer$1.call(CoreContainer.java:268)
[junit4] > at
java.util.concurrent.FutureTask.run(FutureTask.java:262)
[junit4] > at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
[junit4] > at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
[junit4] > ... 1 more
[junit4] > Caused by: org.apache.solr.common.SolrException: Error
instantiating class: 'org.apache.lucene.util.LuceneTestCase$3'
[junit4] > at
org.apache.solr.core.SolrResourceLoader.newInstance(SolrResourceL
[...truncated too long message...]
reContainer.getCore(CoreContainer.java:765)
[junit4] > at
org.apache.solr.util.TestHarness.getCoreInc(TestHarness.java:219)
[junit4] > at
org.apache.solr.util.TestHarness.update(TestHarness.java:235)
[junit4] > at
org.apache.solr.util.BaseTestHarness.checkUpdateStatus(BaseTestHarness.java:282)
[junit4] > at
org.apache.solr.util.BaseTestHarness.validateUpdate(BaseTestHarness.java:252)
[junit4] > at
org.apache.solr.SolrTestCaseJ4.checkUpdateU(SolrTestCaseJ4.java:677)
[junit4] > at
org.apache.solr.SolrTestCaseJ4.assertU(SolrTestCaseJ4.java:656)
[junit4] > at
org.apache.solr.SolrTestCaseJ4.assertU(SolrTestCaseJ4.java:650)
[junit4] > at
org.apache.solr.SolrTestCaseJ4.clearIndex(SolrTestCaseJ4.java:1056)
[junit4] > at org.apache.solr.TestTrie.tearDown(TestTrie.java:47)
[junit4] > at java.lang.Thread.run(Thread.java:745)
[junit4] > Caused by: org.apache.solr.common.SolrException: Error
instantiating class: 'org.apache.lucene.util.LuceneTestCase$3'
[junit4] > at
org.apache.solr.core.SolrCore.<init>(SolrCore.java:895)
[junit4] > at
org.apache.solr.core.SolrCore.<init>(SolrCore.java:653)
[junit4] > at
org.apache.solr.core.CoreContainer.create(CoreContainer.java:510)
[junit4] > at
org.apache.solr.core.CoreContainer$1.call(CoreContainer.java:274)
[junit4] > at
org.apache.solr.core.CoreContainer$1.call(CoreContainer.java:268)
[junit4] > at
java.util.concurrent.FutureTask.run(FutureTask.java:262)
[junit4] > at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
[junit4] > at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
[junit4] > ... 1 more
[junit4] > Caused by: org.apache.solr.common.SolrException: Error
instantiating class: 'org.apache.lucene.util.LuceneTestCase$3'
[junit4] > at
org.apache.solr.core.SolrResourceLoader.newInstance(SolrResourceLoader.java:534)
[junit4] > at
org.apache.solr.core.SolrResourceLoader.newInstance(SolrResourceLoader.java:519)
[junit4] > at
org.apache.solr.update.SolrIndexConfig.buildMergeScheduler(SolrIndexConfig.java:305)
[junit4] > at
org.apache.solr.update.SolrIndexConfig.toIndexWriterConfig(SolrIndexConfig.java:230)
[junit4] > at
org.apache.solr.update.SolrIndexWriter.<init>(SolrIndexWriter.java:77)
[junit4] > at
org.apache.solr.update.SolrIndexWriter.create(SolrIndexWriter.java:64)
[junit4] > at
org.apache.solr.core.SolrCore.initIndex(SolrCore.java:530)
[junit4] > at
org.apache.solr.core.SolrCore.<init>(SolrCore.java:797)
[junit4] > ... 8 more
[junit4] > Caused by: java.lang.IllegalAccessException: Class
org.apache.solr.core.SolrResourceLoader can not access a member of class
org.apache.lucene.util.LuceneTestCase$3 with modifiers ""
[junit4] > at java.lang.Class.newInstance(Class.java:368)
[junit4] > at
org.apache.solr.core.SolrResourceLoader.newInstance(SolrResourceLoader.java:531)
[junit4] > ... 15 more
[junit4] 2> 3202453 T7620 oas.SolrTestCaseJ4.deleteCore ###deleteCore
[junit4] 2> 3202455 T7620 oasc.CoreContainer.shutdown Shutting down
CoreContainer instance=115647643
[junit4] 2> NOTE: leaving temporary files on disk at:
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.TestTrie-DDCB6F27B7EF26E3-001
[junit4] 2> NOTE: test params are: codec=Asserting(Lucene50): {},
docValues:{}, sim=RandomSimilarityProvider(queryNorm=true,coord=yes): {},
locale=be_BY, timezone=Africa/Nouakchott
[junit4] 2> NOTE: Mac OS X 10.8.5 x86_64/Oracle Corporation 1.7.0_67
(64-bit)/cpus=2,threads=1,free=77117000,total=360185856
[junit4] 2> NOTE: All tests run in this JVM: [DocumentBuilderTest,
HighlighterMaxOffsetTest, TestDefaultSearchFieldResource,
TestPhraseSuggestions, OverseerTest, ShardSplitTest,
CoreAdminRequestStatusTest, ZkControllerTest, RecoveryZkTest,
SpellCheckComponentTest, TestComponentsName, TestSearchPerf,
DirectUpdateHandlerTest, SuggesterWFSTTest, TestHighFrequencyDictionaryFactory,
TestFiltering, TestRestManager, CoreMergeIndexesAdminHandlerTest,
TestCursorMarkWithoutUniqueKey, CurrencyFieldXmlFileTest,
UUIDUpdateProcessorFallbackTest, CoreAdminCreateDiscoverTest,
DistributedFacetPivotSmallTest, SimpleMLTQParserTest, LeaderElectionTest,
TestShardHandlerFactory, TestDocBasedVersionConstraints, TestOrdValues,
TestFuzzyAnalyzedSuggestions, TestManagedStopFilterFactory,
DocValuesMissingTest, LeaderElectionIntegrationTest, TestCoreDiscovery,
SolrTestCaseJ4Test, StandardRequestHandlerTest, TestJmxMonitoredMap,
SyncSliceTest, DistanceFunctionTest, MultiTermTest, TestDistributedMissingSort,
QueryElevationComponentTest, TestUniqueKeyFieldResource,
TestClassNameShortening, TestLMDirichletSimilarityFactory,
UnloadDistributedZkTest, DocExpirationUpdateProcessorFactoryTest,
TestSolrQueryParser, SSLMigrationTest, OverseerRolesTest,
TestCSVResponseWriter, TestBinaryField,
TestSolrQueryParserDefaultOperatorResource, SchemaVersionSpecificBehaviorTest,
TestXIncludeConfig, TestCloudInspectUtil, OpenCloseCoreStressTest,
IndexSchemaTest, TestRequestStatusCollectionAPI, CircularListTest,
HdfsUnloadDistributedZkTest, TestNRTOpen, TestAnalyzedSuggestions,
TestPHPSerializedResponseWriter, TestStressLucene, TestFastWriter,
TestFunctionQuery, UpdateRequestProcessorFactoryTest, TestStressRecovery,
RankQueryTest, RequiredFieldsTest, TestAtomicUpdateErrorCases,
CloudMLTQParserTest, XmlUpdateRequestHandlerTest, HdfsBasicDistributedZkTest,
TestQueryUtils, LukeRequestHandlerTest, TestMissingGroups,
TestDynamicFieldResource, TestElisionMultitermQuery, TestFieldResource,
TestFoldingMultitermQuery, MergeStrategyTest, TestManagedResourceStorage,
TestStressReorder, TestRemoteStreaming, TestInfoStreamLogging, TestBadConfig,
TestSerializedLuceneMatchVersion, HdfsBasicDistributedZk2Test,
TestBlendedInfixSuggestions, TestInitParams, TestLuceneMatchVersion,
SolrCoreCheckLockOnStartupTest, ShardRoutingCustomTest,
TestFreeTextSuggestions, BasicZkTest, TestSolrConfigHandlerConcurrent,
UniqFieldsUpdateProcessorFactoryTest, SpellPossibilityIteratorTest,
LoggingHandlerTest, TestNoOpRegenerator, SliceStateTest, ModifyConfFileTest,
URLClassifyProcessorTest, SuggesterTSTTest, SolrIndexConfigTest,
SharedFSAutoReplicaFailoverTest, TestQueryTypes, TestSolrXmlPersistence,
TestReload, IndexBasedSpellCheckerTest, OutputWriterTest, TestCloudPivotFacet,
ShowFileRequestHandlerTest, SimpleCollectionCreateDeleteTest,
BinaryUpdateRequestHandlerTest, DateFieldTest, TestQuerySenderNoQuery,
QueryResultKeyTest, OverseerStatusTest, TestManagedSchema,
TermVectorComponentTest, SynonymTokenizerTest, HighlighterConfigTest,
SuggesterTest, ExternalCollectionsTest, PrimUtilsTest, SuggesterFSTTest,
BasicFunctionalityTest, WordBreakSolrSpellCheckerTest,
DistributedIntervalFacetingTest, HttpPartitionTest, TestChildDocTransformer,
ShardRoutingTest, AutoCommitTest, DateRangeFieldTest,
TestFieldTypeCollectionResource, FieldAnalysisRequestHandlerTest,
HdfsChaosMonkeySafeLeaderTest, HdfsSyncSliceTest, FileBasedSpellCheckerTest,
HighlighterTest, NumericFieldsTest, FileUtilsTest, MigrateRouteKeyTest,
TestHashPartitioner, TestComplexPhraseQParserPlugin,
ParsingFieldUpdateProcessorsTest, TestExtendedDismaxParser, BJQParserTest,
StatelessScriptUpdateProcessorFactoryTest, TestMultiCoreConfBootstrap,
TestRecovery, SolrXmlInZkTest, TestBulkSchemaAPI, TestConfigOverlay,
SpatialFilterTest, TestNonDefinedSimilarityFactory, DeleteInactiveReplicaTest,
FacetPivotSmallTest, TestCharFilters, DirectSolrConnectionTest,
TestReloadAndDeleteDocs, TimeZoneUtilsTest, TestFastOutputStream,
TestFieldSortValues, SharedFSAutoReplicaFailoverUtilsTest, TestDocumentBuilder,
TestValueSourceCache, CursorMarkTest, XsltUpdateRequestHandlerTest,
TestFileDictionaryLookup, DistribCursorPagingTest, PolyFieldTest,
TestCollationField, BadCopyFieldTest, TestCollationFieldDocValues,
ChaosMonkeyNothingIsSafeTest, TestDistributedGrouping, TestStressUserVersions,
SampleTest, TestFieldCollectionResource, TestIndexingPerformance,
TestRecoveryHdfs, TestArbitraryIndexDir, CoreAdminHandlerTest,
AnalysisErrorHandlingTest, DistribDocExpirationUpdateProcessorTest,
CollectionsAPIDistributedZkTest, MultiThreadedOCPTest, SOLR749Test,
SignatureUpdateProcessorFactoryTest, PathHierarchyTokenizerFactoryTest,
ChangedSchemaMergeTest, EchoParamsTest, TestFastLRUCache,
TestReplicationHandlerBackup, QueryEqualityTest, TestTrie]
[junit4] Completed in 1.00s, 8 tests, 8 errors <<< FAILURES!
[...truncated 762 lines...]
BUILD FAILED
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/build.xml:525: The following
error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/build.xml:473: The following
error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/build.xml:61: The following
error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/extra-targets.xml:39: The
following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build.xml:186: The
following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/common-build.xml:508:
The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/lucene/common-build.xml:1358:
The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/lucene/common-build.xml:965:
There were test failures: 447 suites, 1820 tests, 8 errors, 50 ignored (20
assumptions)
Total time: 183 minutes 59 seconds
Build step 'Invoke Ant' marked build as failure
[description-setter] Description set: Java: 64bit/jdk1.7.0
-XX:-UseCompressedOops -XX:+UseSerialGC (asserts: true)
Archiving artifacts
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]