Build: http://jenkins.thetaphi.de/job/Lucene-Solr-5.x-MacOSX/1905/
Java: 64bit/jdk1.8.0 -XX:+UseCompressedOops -XX:+UseG1GC (asserts: true)
4 tests failed.
REGRESSION: org.apache.solr.cloud.RecoveryZkTest.testDistribSearch
Error Message:
There are still nodes recoverying - waited for 120 seconds
Stack Trace:
java.lang.AssertionError: There are still nodes recoverying - waited for 120
seconds
at
__randomizedtesting.SeedInfo.seed([3A01C55C0C885C52:BBE74B447BD73C6E]:0)
at org.junit.Assert.fail(Assert.java:93)
at
org.apache.solr.cloud.AbstractDistribZkTestBase.waitForRecoveriesToFinish(AbstractDistribZkTestBase.java:178)
at
org.apache.solr.cloud.AbstractFullDistribZkTestBase.waitForRecoveriesToFinish(AbstractFullDistribZkTestBase.java:840)
at
org.apache.solr.cloud.AbstractFullDistribZkTestBase.waitForThingsToLevelOut(AbstractFullDistribZkTestBase.java:1459)
at org.apache.solr.cloud.RecoveryZkTest.doTest(RecoveryZkTest.java:108)
at
org.apache.solr.BaseDistributedSearchTestCase.testDistribSearch(BaseDistributedSearchTestCase.java:869)
at sun.reflect.GeneratedMethodAccessor59.invoke(Unknown Source)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:483)
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)
REGRESSION:
org.apache.solr.rest.schema.analysis.TestManagedStopFilterFactory.testCanHandleDecodingAndEncodingForStopwords
Error Message:
JSON Parse Error: char=<,position=0 BEFORE='<' AFTER='html> <head> <meta
http-equiv="Content-'
Stack Trace:
org.noggit.JSONParser$ParseException: JSON Parse Error: char=<,position=0
BEFORE='<' AFTER='html> <head> <meta http-equiv="Content-'
at
__randomizedtesting.SeedInfo.seed([3A01C55C0C885C52:3AB8A3FBDE6513A2]:0)
at org.noggit.JSONParser.err(JSONParser.java:356)
at org.noggit.JSONParser.handleNonDoubleQuoteString(JSONParser.java:712)
at org.noggit.JSONParser.next(JSONParser.java:886)
at org.noggit.JSONParser.nextEvent(JSONParser.java:930)
at org.noggit.ObjectBuilder.<init>(ObjectBuilder.java:44)
at org.noggit.ObjectBuilder.getVal(ObjectBuilder.java:37)
at org.noggit.ObjectBuilder.fromJSON(ObjectBuilder.java:33)
at org.apache.solr.JSONTestUtil.match(JSONTestUtil.java:81)
at org.apache.solr.JSONTestUtil.match(JSONTestUtil.java:71)
at org.apache.solr.util.RestTestBase.assertJQ(RestTestBase.java:244)
at org.apache.solr.util.RestTestBase.assertJQ(RestTestBase.java:196)
at
org.apache.solr.rest.schema.analysis.TestManagedStopFilterFactory.testCanHandleDecodingAndEncodingForStopwords(TestManagedStopFilterFactory.java:197)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:483)
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)
REGRESSION:
org.apache.solr.rest.schema.analysis.TestManagedStopFilterFactory.testManagedStopwords
Error Message:
JSON Parse Error: char=<,position=0 BEFORE='<' AFTER='html> <head> <meta
http-equiv="Content-'
Stack Trace:
org.noggit.JSONParser$ParseException: JSON Parse Error: char=<,position=0
BEFORE='<' AFTER='html> <head> <meta http-equiv="Content-'
at
__randomizedtesting.SeedInfo.seed([3A01C55C0C885C52:92B232ED675DB055]:0)
at org.noggit.JSONParser.err(JSONParser.java:356)
at org.noggit.JSONParser.handleNonDoubleQuoteString(JSONParser.java:712)
at org.noggit.JSONParser.next(JSONParser.java:886)
at org.noggit.JSONParser.nextEvent(JSONParser.java:930)
at org.noggit.ObjectBuilder.<init>(ObjectBuilder.java:44)
at org.noggit.ObjectBuilder.getVal(ObjectBuilder.java:37)
at org.noggit.ObjectBuilder.fromJSON(ObjectBuilder.java:33)
at org.apache.solr.JSONTestUtil.match(JSONTestUtil.java:81)
at org.apache.solr.JSONTestUtil.match(JSONTestUtil.java:71)
at org.apache.solr.util.RestTestBase.assertJQ(RestTestBase.java:244)
at org.apache.solr.util.RestTestBase.assertJQ(RestTestBase.java:196)
at
org.apache.solr.rest.schema.analysis.TestManagedStopFilterFactory.testManagedStopwords(TestManagedStopFilterFactory.java:92)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:483)
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)
FAILED: junit.framework.TestSuite.org.apache.solr.search.join.BJQParserTest
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 __randomizedtesting.SeedInfo.seed([3A01C55C0C885C52]:0)
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.search.join.BJQParserTest.createIndex(BJQParserTest.java:62)
at
org.apache.solr.search.join.BJQParserTest.beforeClass(BJQParserTest.java:42)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:483)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1618)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:767)
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:893)
at org.apache.solr.core.SolrCore.<init>(SolrCore.java:652)
at org.apache.solr.core.CoreContainer.create(CoreContainer.java:509)
at org.apache.solr.core.CoreContainer$1.call(CoreContainer.java:273)
at org.apache.solr.core.CoreContainer$1.call(CoreContainer.java:267)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
... 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:533)
at
org.apache.solr.core.SolrResourceLoader.newInstance(SolrResourceLoader.java:517)
at
org.apache.solr.update.SolrIndexConfig.buildMergeScheduler(SolrIndexConfig.java:289)
at
org.apache.solr.update.SolrIndexConfig.toIndexWriterConfig(SolrIndexConfig.java:214)
at
org.apache.solr.update.SolrIndexWriter.<init>(SolrIndexWriter.java:78)
at
org.apache.solr.update.SolrIndexWriter.create(SolrIndexWriter.java:64)
at org.apache.solr.core.SolrCore.initIndex(SolrCore.java:529)
at org.apache.solr.core.SolrCore.<init>(SolrCore.java:796)
... 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:101)
at java.lang.Class.newInstance(Class.java:427)
at
org.apache.solr.core.SolrResourceLoader.newInstance(SolrResourceLoader.java:529)
... 15 more
Build Log:
[...truncated 11531 lines...]
[junit4] Suite: org.apache.solr.cloud.RecoveryZkTest
[junit4] 2> Creating dataDir:
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.RecoveryZkTest-3A01C55C0C885C52-001/init-core-data-001
[junit4] 2> 3995365 T11909 oas.SolrTestCaseJ4.buildSSLConfig Randomized
ssl (true) and clientAuth (false)
[junit4] 2> 3995365 T11909
oas.BaseDistributedSearchTestCase.initHostContext Setting hostContext system
property: /
[junit4] 2> 3995370 T11909 oas.SolrTestCaseJ4.setUp ###Starting
testDistribSearch
[junit4] 2> 3995371 T11909 oasc.ZkTestServer.run STARTING ZK TEST SERVER
[junit4] 1> client port:0.0.0.0/0.0.0.0:0
[junit4] 2> 3995372 T11910 oasc.ZkTestServer$ZKServerMain.runFromConfig
Starting server
[junit4] 2> 3995472 T11909 oasc.ZkTestServer.run start zk server on
port:58467
[junit4] 2> 3995473 T11909
oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default
ZkCredentialsProvider
[junit4] 2> 3995474 T11909 oascc.ConnectionManager.waitForConnected
Waiting for client to connect to ZooKeeper
[junit4] 2> 3995481 T11917 oascc.ConnectionManager.process Watcher
org.apache.solr.common.cloud.ConnectionManager@59a8651c
name:ZooKeeperConnection Watcher:127.0.0.1:58467 got event WatchedEvent
state:SyncConnected type:None path:null path:null type:None
[junit4] 2> 3995482 T11909 oascc.ConnectionManager.waitForConnected Client
is connected to ZooKeeper
[junit4] 2> 3995482 T11909 oascc.SolrZkClient.createZkACLProvider Using
default ZkACLProvider
[junit4] 2> 3995483 T11909 oascc.SolrZkClient.makePath makePath: /solr
[junit4] 2> 3995491 T11909
oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default
ZkCredentialsProvider
[junit4] 2> 3995493 T11909 oascc.ConnectionManager.waitForConnected
Waiting for client to connect to ZooKeeper
[junit4] 2> 3995497 T11920 oascc.ConnectionManager.process Watcher
org.apache.solr.common.cloud.ConnectionManager@555a60d7
name:ZooKeeperConnection Watcher:127.0.0.1:58467/solr got event WatchedEvent
state:SyncConnected type:None path:null path:null type:None
[junit4] 2> 3995497 T11909 oascc.ConnectionManager.waitForConnected Client
is connected to ZooKeeper
[junit4] 2> 3995497 T11909 oascc.SolrZkClient.createZkACLProvider Using
default ZkACLProvider
[junit4] 2> 3995497 T11909 oascc.SolrZkClient.makePath makePath:
/collections/collection1
[junit4] 2> 3995505 T11909 oascc.SolrZkClient.makePath makePath:
/collections/collection1/shards
[junit4] 2> 3995510 T11909 oascc.SolrZkClient.makePath makePath:
/collections/control_collection
[junit4] 2> 3995516 T11909 oascc.SolrZkClient.makePath makePath:
/collections/control_collection/shards
[junit4] 2> 3995522 T11909 oasc.AbstractZkTestCase.putConfig put
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/solrconfig-tlog.xml
to /configs/conf1/solrconfig.xml
[junit4] 2> 3995522 T11909 oascc.SolrZkClient.makePath makePath:
/configs/conf1/solrconfig.xml
[junit4] 2> 3995531 T11909 oasc.AbstractZkTestCase.putConfig put
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/schema15.xml
to /configs/conf1/schema.xml
[junit4] 2> 3995531 T11909 oascc.SolrZkClient.makePath makePath:
/configs/conf1/schema.xml
[junit4] 2> 3995538 T11909 oasc.AbstractZkTestCase.putConfig put
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml
to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
[junit4] 2> 3995539 T11909 oascc.SolrZkClient.makePath makePath:
/configs/conf1/solrconfig.snippet.randomindexconfig.xml
[junit4] 2> 3995545 T11909 oasc.AbstractZkTestCase.putConfig put
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/stopwords.txt
to /configs/conf1/stopwords.txt
[junit4] 2> 3995546 T11909 oascc.SolrZkClient.makePath makePath:
/configs/conf1/stopwords.txt
[junit4] 2> 3995552 T11909 oasc.AbstractZkTestCase.putConfig put
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/protwords.txt
to /configs/conf1/protwords.txt
[junit4] 2> 3995552 T11909 oascc.SolrZkClient.makePath makePath:
/configs/conf1/protwords.txt
[junit4] 2> 3995558 T11909 oasc.AbstractZkTestCase.putConfig put
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/currency.xml
to /configs/conf1/currency.xml
[junit4] 2> 3995559 T11909 oascc.SolrZkClient.makePath makePath:
/configs/conf1/currency.xml
[junit4] 2> 3995566 T11909 oasc.AbstractZkTestCase.putConfig put
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml
to /configs/conf1/enumsConfig.xml
[junit4] 2> 3995567 T11909 oascc.SolrZkClient.makePath makePath:
/configs/conf1/enumsConfig.xml
[junit4] 2> 3995573 T11909 oasc.AbstractZkTestCase.putConfig put
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json
to /configs/conf1/open-exchange-rates.json
[junit4] 2> 3995574 T11909 oascc.SolrZkClient.makePath makePath:
/configs/conf1/open-exchange-rates.json
[junit4] 2> 3995581 T11909 oasc.AbstractZkTestCase.putConfig put
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt
to /configs/conf1/mapping-ISOLatin1Accent.txt
[junit4] 2> 3995582 T11909 oascc.SolrZkClient.makePath makePath:
/configs/conf1/mapping-ISOLatin1Accent.txt
[junit4] 2> 3995588 T11909 oasc.AbstractZkTestCase.putConfig put
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt
to /configs/conf1/old_synonyms.txt
[junit4] 2> 3995588 T11909 oascc.SolrZkClient.makePath makePath:
/configs/conf1/old_synonyms.txt
[junit4] 2> 3995595 T11909 oasc.AbstractZkTestCase.putConfig put
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/synonyms.txt
to /configs/conf1/synonyms.txt
[junit4] 2> 3995596 T11909 oascc.SolrZkClient.makePath makePath:
/configs/conf1/synonyms.txt
[junit4] 2> 3995606 T11909
oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default
ZkCredentialsProvider
[junit4] 2> 3995607 T11909 oascc.ConnectionManager.waitForConnected
Waiting for client to connect to ZooKeeper
[junit4] 2> 3995610 T11923 oascc.ConnectionManager.process Watcher
org.apache.solr.common.cloud.ConnectionManager@67ed4bc5
name:ZooKeeperConnection Watcher:127.0.0.1:58467/solr got event WatchedEvent
state:SyncConnected type:None path:null path:null type:None
[junit4] 2> 3995611 T11909 oascc.ConnectionManager.waitForConnected Client
is connected to ZooKeeper
[junit4] 2> 3995611 T11909 oascc.SolrZkClient.createZkACLProvider Using
default ZkACLProvider
[junit4] 2> 3997263 T11909 oejs.Server.doStart jetty-8.1.10.v20130312
[junit4] 2> 3997274 T11909 oejus.SslContextFactory.doStart Enabled
Protocols [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2] of [SSLv2Hello, SSLv3,
TLSv1, TLSv1.1, TLSv1.2]
[junit4] 2> 3997297 T11909 oejs.AbstractConnector.doStart Started
[email protected]:58471
[junit4] 2> 3997300 T11909 oass.SolrDispatchFilter.init
SolrDispatchFilter.init()
[junit4] 2> 3997300 T11909 oasc.SolrResourceLoader.locateSolrHome JNDI not
configured for solr (NoInitialContextEx)
[junit4] 2> 3997301 T11909 oasc.SolrResourceLoader.locateSolrHome using
system property solr.solr.home:
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.RecoveryZkTest-3A01C55C0C885C52-001/tempDir-002
[junit4] 2> 3997301 T11909 oasc.SolrResourceLoader.<init> new
SolrResourceLoader for directory:
'/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.RecoveryZkTest-3A01C55C0C885C52-001/tempDir-002/'
[junit4] 2> 3997341 T11909 oasc.ConfigSolr.fromFile Loading container
configuration from
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.RecoveryZkTest-3A01C55C0C885C52-001/tempDir-002/solr.xml
[junit4] 2> 3997374 T11909 oasc.CoreContainer.<init> New CoreContainer
878519573
[junit4] 2> 3997374 T11909 oasc.CoreContainer.load Loading cores into
CoreContainer
[instanceDir=/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.RecoveryZkTest-3A01C55C0C885C52-001/tempDir-002/]
[junit4] 2> 3997375 T11909 oashc.HttpShardHandlerFactory.getParameter
Setting socketTimeout to: 90000
[junit4] 2> 3997375 T11909 oashc.HttpShardHandlerFactory.getParameter
Setting urlScheme to:
[junit4] 2> 3997375 T11909 oashc.HttpShardHandlerFactory.getParameter
Setting connTimeout to: 15000
[junit4] 2> 3997376 T11909 oashc.HttpShardHandlerFactory.getParameter
Setting maxConnectionsPerHost to: 20
[junit4] 2> 3997376 T11909 oashc.HttpShardHandlerFactory.getParameter
Setting maxConnections to: 10000
[junit4] 2> 3997377 T11909 oashc.HttpShardHandlerFactory.getParameter
Setting corePoolSize to: 0
[junit4] 2> 3997377 T11909 oashc.HttpShardHandlerFactory.getParameter
Setting maximumPoolSize to: 2147483647
[junit4] 2> 3997377 T11909 oashc.HttpShardHandlerFactory.getParameter
Setting maxThreadIdleTime to: 5
[junit4] 2> 3997378 T11909 oashc.HttpShardHandlerFactory.getParameter
Setting sizeOfQueue to: -1
[junit4] 2> 3997378 T11909 oashc.HttpShardHandlerFactory.getParameter
Setting fairnessPolicy to: false
[junit4] 2> 3997381 T11909 oasu.UpdateShardHandler.<init> Creating
UpdateShardHandler HTTP client with params:
socketTimeout=340000&connTimeout=45000&retry=false
[junit4] 2> 3997383 T11909 oasl.LogWatcher.createWatcher SLF4J impl is
org.slf4j.impl.Log4jLoggerFactory
[junit4] 2> 3997383 T11909 oasl.LogWatcher.newRegisteredLogWatcher
Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
[junit4] 2> 3997384 T11909 oasc.CoreContainer.load Host Name: 127.0.0.1
[junit4] 2> 3997384 T11909 oasc.ZkContainer.initZooKeeper Zookeeper
client=127.0.0.1:58467/solr
[junit4] 2> 3997385 T11909 oasc.ZkController.checkChrootPath zkHost
includes chroot
[junit4] 2> 3997385 T11909
oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default
ZkCredentialsProvider
[junit4] 2> 3997391 T11909 oascc.ConnectionManager.waitForConnected
Waiting for client to connect to ZooKeeper
[junit4] 2> 3997394 T11935 oascc.ConnectionManager.process Watcher
org.apache.solr.common.cloud.ConnectionManager@1a95e8e6
name:ZooKeeperConnection Watcher:127.0.0.1:58467 got event WatchedEvent
state:SyncConnected type:None path:null path:null type:None
[junit4] 2> 3997395 T11909 oascc.ConnectionManager.waitForConnected Client
is connected to ZooKeeper
[junit4] 2> 3997396 T11909 oascc.SolrZkClient.createZkACLProvider Using
default ZkACLProvider
[junit4] 2> 3997399 T11909 oascc.ConnectionManager.waitForConnected
Waiting for client to connect to ZooKeeper
[junit4] 2> 3997405 T11938 oascc.ConnectionManager.process Watcher
org.apache.solr.common.cloud.ConnectionManager@709c5681
name:ZooKeeperConnection Watcher:127.0.0.1:58467/solr got event WatchedEvent
state:SyncConnected type:None path:null path:null type:None
[junit4] 2> 3997405 T11909 oascc.ConnectionManager.waitForConnected Client
is connected to ZooKeeper
[junit4] 2> 3997408 T11909 oascc.SolrZkClient.makePath makePath:
/overseer/queue
[junit4] 2> 3997420 T11909 oascc.SolrZkClient.makePath makePath:
/overseer/collection-queue-work
[junit4] 2> 3997428 T11909 oascc.SolrZkClient.makePath makePath:
/overseer/collection-map-running
[junit4] 2> 3997436 T11909 oascc.SolrZkClient.makePath makePath:
/overseer/collection-map-completed
[junit4] 2> 3997443 T11909 oascc.SolrZkClient.makePath makePath:
/overseer/collection-map-failure
[junit4] 2> 3997452 T11909 oascc.SolrZkClient.makePath makePath:
/live_nodes
[junit4] 2> 3997456 T11909 oasc.ZkController.createEphemeralLiveNode
Register node as live in ZooKeeper:/live_nodes/127.0.0.1:58471_
[junit4] 2> 3997457 T11909 oascc.SolrZkClient.makePath makePath:
/live_nodes/127.0.0.1:58471_
[junit4] 2> 3997464 T11909 oascc.SolrZkClient.makePath makePath:
/overseer_elect
[junit4] 2> 3997469 T11909 oascc.SolrZkClient.makePath makePath:
/overseer_elect/election
[junit4] 2> 3997474 T11909 oasc.Overseer.close Overseer (id=null) closing
[junit4] 2> 3997478 T11909 oasc.OverseerElectionContext.runLeaderProcess I
am going to be the leader 127.0.0.1:58471_
[junit4] 2> 3997479 T11909 oascc.SolrZkClient.makePath makePath:
/overseer_elect/leader
[junit4] 2> 3997484 T11909 oasc.Overseer.start Overseer
(id=92828965940559876-127.0.0.1:58471_-n_0000000000) starting
[junit4] 2> 3997490 T11909 oascc.SolrZkClient.makePath makePath:
/overseer/queue-work
[junit4] 2> 3997515 T11909 oasc.OverseerAutoReplicaFailoverThread.<init>
Starting OverseerAutoReplicaFailoverThread
autoReplicaFailoverWorkLoopDelay=10000
autoReplicaFailoverWaitAfterExpiration=30000
autoReplicaFailoverBadNodeExpiration=60000
[junit4] 2> 3997518 T11940 oasc.OverseerCollectionProcessor.run Process
current queue of collection creations
[junit4] 2> 3997522 T11939 oasc.Overseer$ClusterStateUpdater.run Starting
to work on the main queue
[junit4] 2> 3997523 T11909 oascc.SolrZkClient.makePath makePath:
/clusterstate.json
[junit4] 2> 3997527 T11909 oascc.SolrZkClient.makePath makePath:
/aliases.json
[junit4] 2> 3997532 T11909
oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state
from ZooKeeper...
[junit4] 2> 3997552 T11942 oasc.ZkController.publish publishing
core=collection1 state=down collection=control_collection
[junit4] 2> 3997552 T11942 oasc.ZkController.publish numShards not found
on descriptor - reading it from system property
[junit4] 2> 3997556 T11938 oasc.DistributedQueue$LatchWatcher.process
NodeChildrenChanged fired on path /overseer/queue state SyncConnected
[junit4] 2> 3997557 T11942 oasc.ZkController.waitForCoreNodeName look for
our core node name
[junit4] 2> 3997569 T11939 oasc.Overseer$ClusterStateUpdater.updateState
Update state numShards=1 message={
[junit4] 2> "core":"collection1",
[junit4] 2> "roles":null,
[junit4] 2> "base_url":"https://127.0.0.1:58471",
[junit4] 2> "node_name":"127.0.0.1:58471_",
[junit4] 2> "numShards":"1",
[junit4] 2> "state":"down",
[junit4] 2> "shard":null,
[junit4] 2> "collection":"control_collection",
[junit4] 2> "operation":"state"}
[junit4] 2> 3997570 T11939
oasc.Overseer$ClusterStateUpdater.createCollection Create collection
control_collection with shards [shard1]
[junit4] 2> 3997570 T11939
oasc.Overseer$ClusterStateUpdater.createCollection state version
control_collection 1
[junit4] 2> 3997570 T11939 oasc.Overseer$ClusterStateUpdater.updateState
Assigning new node to shard shard=shard1
[junit4] 2> 3997576 T11938 oascc.ZkStateReader$2.process A cluster state
change: WatchedEvent state:SyncConnected type:NodeDataChanged
path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
[junit4] 2> 3998560 T11942 oasc.ZkController.waitForShardId waiting to
find shard id in clusterstate for collection1
[junit4] 2> 3998560 T11942 oasc.ZkController.createCollectionZkNode Check
for collection zkNode:control_collection
[junit4] 2> 3998564 T11942 oasc.ZkController.createCollectionZkNode
Collection zkNode exists
[junit4] 2> 3998564 T11942 oascc.ZkStateReader.readConfigName Load
collection config from:/collections/control_collection
[junit4] 2> 3998568 T11942 oascc.ZkStateReader.readConfigName
path=/collections/control_collection configName=conf1 specified config exists
in ZooKeeper
[junit4] 2> 3998568 T11942 oasc.SolrResourceLoader.<init> new
SolrResourceLoader for directory:
'/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.RecoveryZkTest-3A01C55C0C885C52-001/tempDir-002/collection1/'
[junit4] 2> 3998569 T11942 oasc.SolrResourceLoader.replaceClassLoader
Adding
'file:/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.RecoveryZkTest-3A01C55C0C885C52-001/tempDir-002/collection1/lib/.svn/'
to classloader
[junit4] 2> 3998569 T11942 oasc.SolrResourceLoader.replaceClassLoader
Adding
'file:/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.RecoveryZkTest-3A01C55C0C885C52-001/tempDir-002/collection1/lib/classes/'
to classloader
[junit4] 2> 3998570 T11942 oasc.SolrResourceLoader.replaceClassLoader
Adding
'file:/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.RecoveryZkTest-3A01C55C0C885C52-001/tempDir-002/collection1/lib/README'
to classloader
[junit4] 2> 3998613 T11942 oasc.SolrConfig.<init> Using Lucene
MatchVersion: 5.0.0
[junit4] 2> 3998622 T11942 oasc.SolrConfig.<init> Loaded SolrConfig:
solrconfig.xml
[junit4] 2> 3998625 T11942 oass.IndexSchema.readSchema Reading Solr Schema
from /configs/conf1/schema.xml
[junit4] 2> 3998631 T11942 oass.IndexSchema.readSchema [collection1]
Schema name=test
[junit4] 2> 3998734 T11942 oass.IndexSchema.readSchema default search
field in schema is text
[junit4] 2> 3998734 T11942 oass.IndexSchema.readSchema unique key field: id
[junit4] 2> 3998739 T11942 oass.FileExchangeRateProvider.reload Reloading
exchange rates from file currency.xml
[junit4] 2> 3998742 T11942 oass.FileExchangeRateProvider.reload Reloading
exchange rates from file currency.xml
[junit4] 2> 3998791 T11942 oasc.CoreContainer.create Creating SolrCore
'collection1' using configuration from collection control_collection
[junit4] 2> 3998792 T11942 oasc.SolrCore.initDirectoryFactory
org.apache.solr.core.MockDirectoryFactory
[junit4] 2> 3998792 T11942 oasc.SolrCore.<init> [collection1] Opening new
SolrCore at
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.RecoveryZkTest-3A01C55C0C885C52-001/tempDir-002/collection1/,
dataDir=/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.RecoveryZkTest-3A01C55C0C885C52-001/tempDir-001/control/data/
[junit4] 2> 3998792 T11942 oasc.JmxMonitoredMap.<init> JMX monitoring is
enabled. Adding Solr mbeans to JMX Server:
com.sun.jmx.mbeanserver.JmxMBeanServer@79ef0863
[junit4] 2> 3998793 T11942 oasc.CachingDirectoryFactory.get return new
directory for
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.RecoveryZkTest-3A01C55C0C885C52-001/tempDir-001/control/data
[junit4] 2> 3998793 T11942 oasc.SolrCore.getNewIndexDir New index
directory detected: old=null
new=/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.RecoveryZkTest-3A01C55C0C885C52-001/tempDir-001/control/data/index/
[junit4] 2> 3998793 T11942 oasc.SolrCore.initIndex WARN [collection1] Solr
index directory
'/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.RecoveryZkTest-3A01C55C0C885C52-001/tempDir-001/control/data/index'
doesn't exist. Creating new index...
[junit4] 2> 3998796 T11942 oasc.CachingDirectoryFactory.get return new
directory for
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.RecoveryZkTest-3A01C55C0C885C52-001/tempDir-001/control/data/index
[junit4] 2> 3998797 T11942 oasu.RandomMergePolicy.<init> RandomMergePolicy
wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy:
minMergeSize=1000, mergeFactor=28, maxMergeSize=9223372036854775807,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.3203069649390663]
[junit4] 2> 3998800 T11942 oasc.CachingDirectoryFactory.closeCacheValue
looking to close
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.RecoveryZkTest-3A01C55C0C885C52-001/tempDir-001/control/data/index
[CachedDir<<refCount=0;path=/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.RecoveryZkTest-3A01C55C0C885C52-001/tempDir-001/control/data/index;done=true>>]
[junit4] 2> 3998800 T11942 oasc.CachingDirectoryFactory.close Closing
directory:
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.RecoveryZkTest-3A01C55C0C885C52-001/tempDir-001/control/data/index
[junit4] 2> 3998800 T11942 oasc.SolrCore.close [collection1] CLOSING
SolrCore org.apache.solr.core.SolrCore@37be3b16
[junit4] 2> 3998801 T11942 oasu.SolrCoreState.decrefSolrCoreState Closing
SolrCoreState
[junit4] 2> 3998801 T11942 oasu.DefaultSolrCoreState.closeIndexWriter
SolrCoreState ref count has reached 0 - closing IndexWriter
[junit4] 2> 3998802 T11942 oasc.SolrCore.closeSearcher [collection1]
Closing main searcher on request.
[junit4] 2> 3998809 T11942 oasc.CachingDirectoryFactory.close Closing
MockDirectoryFactory - 1 directories currently being tracked
[junit4] 2> 3998809 T11942 oasc.CachingDirectoryFactory.closeCacheValue
looking to close
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.RecoveryZkTest-3A01C55C0C885C52-001/tempDir-001/control/data
[CachedDir<<refCount=0;path=/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.RecoveryZkTest-3A01C55C0C885C52-001/tempDir-001/control/data;done=false>>]
[junit4] 2> 3998809 T11942 oasc.CachingDirectoryFactory.close Closing
directory:
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.RecoveryZkTest-3A01C55C0C885C52-001/tempDir-001/control/data
[junit4] 2> 3998815 T11942 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:893)
[junit4] 2> at
org.apache.solr.core.SolrCore.<init>(SolrCore.java:652)
[junit4] 2> at
org.apache.solr.core.CoreContainer.create(CoreContainer.java:509)
[junit4] 2> at
org.apache.solr.core.CoreContainer$1.call(CoreContainer.java:273)
[junit4] 2> at
org.apache.solr.core.CoreContainer$1.call(CoreContainer.java:267)
[junit4] 2> at
java.util.concurrent.FutureTask.run(FutureTask.java:266)
[junit4] 2> at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
[junit4] 2> at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
[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:533)
[junit4] 2> at
org.apache.solr.core.SolrResourceLoader.newInstance(SolrResourceLoader.java:517)
[junit4] 2> at
org.apache.solr.update.SolrIndexConfig.buildMergeScheduler(SolrIndexConfig.java:289)
[junit4] 2> at
org.apache.solr.update.SolrIndexConfig.toIndexWriterConfig(SolrIndexConfig.java:214)
[junit4] 2> at
org.apache.solr.update.SolrIndexWriter.<init>(SolrIndexWriter.java:78)
[junit4] 2> at
org.apache.solr.update.SolrIndexWriter.create(SolrIndexWriter.java:64)
[junit4] 2> at
org.apache.solr.core.SolrCore.initIndex(SolrCore.java:529)
[junit4] 2> at
org.apache.solr.core.SolrCore.<init>(SolrCore.java:796)
[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:101)
[junit4] 2> at java.lang.Class.newInstance(Class.java:427)
[junit4] 2> at
org.apache.solr.core.SolrResourceLoader.newInstance(SolrResourceLoader.java:529)
[junit4] 2> ... 15 more
[junit4] 2>
[junit4] 2> 3998821 T11909 oass.SolrDispatchFilter.init
user.dir=/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0
[junit4] 2> 3998821 T11909 oass.SolrDispatchFilter.init
SolrDispatchFilter.init() done
[junit4] 2> 3998825 T11909
oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default
ZkCredentialsProvider
[junit4] 2> 3998832 T11909 oascc.ConnectionManager.waitForConnected
Waiting for client to connect to ZooKeeper
[junit4] 2> 3998839 T11946 oascc.ConnectionManager.process Watcher
org.apache.solr.common.cloud.ConnectionManager@773cc137
name:ZooKeeperConnection Watcher:127.0.0.1:58467/solr got event WatchedEvent
state:SyncConnected type:None path:null path:null type:None
[junit4] 2> 3998840 T11909 oascc.ConnectionManager.waitForConnected Client
is connected to ZooKeeper
[junit4] 2> 3998840 T11909 oascc.SolrZkClient.createZkACLProvider Using
default ZkACLProvider
[junit4] 2> 3998843 T11909
oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state
from ZooKeeper...
[junit4] 2> 3998851 T11909 oasc.ChaosMonkey.monkeyLog monkey: init -
expire sessions:false cause connection loss:false
[junit4] 2> 3998851 T11909 oasc.AbstractFullDistribZkTestBase.createJettys
Creating collection1 with stateFormat=2
[junit4] 2> 3998852 T11909
oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default
ZkCredentialsProvider
[junit4] 2> 3998856 T11909 oascc.ConnectionManager.waitForConnected
Waiting for client to connect to ZooKeeper
[junit4] 2> 3998858 T11949 oascc.ConnectionManager.process Watcher
org.apache.solr.common.cloud.ConnectionManager@f6f363f name:ZooKeeperConnection
Watcher:127.0.0.1:58467/solr got event WatchedEvent state:SyncConnected
type:None path:null path:null type:None
[junit4] 2> 3998858 T11909 oascc.ConnectionManager.waitForConnected Client
is connected to ZooKeeper
[junit4] 2> 3998858 T11909 oascc.SolrZkClient.createZkACLProvider Using
default ZkACLProvider
[junit4] 2> 3998868 T11938 oasc.DistributedQueue$LatchWatcher.process
NodeChildrenChanged fired on path /overseer/queue state SyncConnected
[junit4] 2> 3998919 T11939
oasc.Overseer$ClusterStateUpdater.buildCollection building a new collection:
collection1
[junit4] 2> 3998920 T11939
oasc.Overseer$ClusterStateUpdater.createCollection Create collection
collection1 with shards [shard1]
[junit4] 2> 3998920 T11939
oasc.Overseer$ClusterStateUpdater.createCollection state version collection1 2
[junit4] 2> 3998937 T11939
oasc.Overseer$ClusterStateUpdater.updateZkStates going to create_collection
/collections/collection1/state.json
[junit4] 2> 3998941 T11938 oascc.ZkStateReader$2.process A cluster state
change: WatchedEvent state:SyncConnected type:NodeDataChanged
path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
[junit4] 2> 3998942 T11946 oascc.ZkStateReader$2.process A cluster state
change: WatchedEvent state:SyncConnected type:NodeDataChanged
path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
[junit4] 2> 4000653 T11909 oasc.AbstractFullDistribZkTestBase.createJettys
create jetty 1
[junit4] 2> 4000654 T11909 oejs.Server.doStart jetty-8.1.10.v20130312
[junit4] 2> 4000661 T11909 oejus.SslContextFactory.doStart Enabled
Protocols [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2] of [SSLv2Hello, SSLv3,
TLSv1, TLSv1.1, TLSv1.2]
[junit4] 2> 4000663 T11909 oejs.AbstractConnector.doStart Started
[email protected]:58476
[junit4] 2> 4000667 T11909 oass.SolrDispatchFilter.init
SolrDispatchFilter.init()
[junit4] 2> 4000667 T11909 oasc.SolrResourceLoader.locateSolrHome JNDI not
configured for solr (NoInitialContextEx)
[junit4] 2> 4000668 T11909 oasc.SolrResourceLoader.locateSolrHome using
system property solr.solr.home:
../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.RecoveryZkTest-3A01C55C0C885C52-001/tempDir-003
[junit4] 2> 4000668 T11909 oasc.SolrResourceLoader.<init> new
SolrResourceLoader for directory:
'../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.RecoveryZkTest-3A01C55C0C885C52-001/tempDir-003/'
[junit4] 2> 4000710 T11909 oasc.ConfigSolr.fromFile Loading container
configuration from
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.RecoveryZkTest-3A01C55C0C885C52-001/tempDir-003/solr.xml
[junit4] 2> 4000729 T11909 oasc.CoreContainer.<init> New CoreContainer
1646291037
[junit4] 2> 4000729 T11909 oasc.CoreContainer.load Loading cores into
CoreContainer
[instanceDir=../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.RecoveryZkTest-3A01C55C0C885C52-001/tempDir-003/]
[junit4] 2> 4000730 T11909 oashc.HttpShardHandlerFactory.getParameter
Setting socketTimeout to: 90000
[junit4] 2> 4000730 T11909 oashc.HttpShardHandlerFactory.getParameter
Setting urlScheme to:
[junit4] 2> 4000731 T11909 oashc.HttpShardHandlerFactory.getParameter
Setting connTimeout to: 15000
[junit4] 2> 4000731 T11909 oashc.HttpShardHandlerFactory.getParameter
Setting maxConnectionsPerHost to: 20
[junit4] 2> 4000732 T11909 oashc.HttpShardHandlerFactory.getParameter
Setting maxConnections to: 10000
[junit4] 2> 4000732 T11909 oashc.HttpShardHandlerFactory.getParameter
Setting corePoolSize to: 0
[junit4] 2> 4000733 T11909 oashc.HttpShardHandlerFactory.getParameter
Setting maximumPoolSize to: 2147483647
[junit4] 2> 4000733 T11909 oashc.HttpShardHandlerFactory.getParameter
Setting maxThreadIdleTime to: 5
[junit4] 2> 4000733 T11909 oashc.HttpShardHandlerFactory.getParameter
Setting sizeOfQueue to: -1
[junit4] 2> 4000734 T11909 oashc.HttpShardHandlerFactory.getParameter
Setting fairnessPolicy to: false
[junit4] 2> 4000736 T11909 oasu.UpdateShardHandler.<init> Creating
UpdateShardHandler HTTP client with params:
socketTimeout=340000&connTimeout=45000&retry=false
[junit4] 2> 4000738 T11909 oasl.LogWatcher.createWatcher SLF4J impl is
org.slf4j.impl.Log4jLoggerFactory
[junit4] 2> 4000738 T11909 oasl.LogWatcher.newRegisteredLogWatcher
Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
[junit4] 2> 4000739 T11909 oasc.CoreContainer.load Host Name: 127.0.0.1
[junit4] 2> 4000740 T11909 oasc.ZkContainer.initZooKeeper Zookeeper
client=127.0.0.1:58467/solr
[junit4] 2> 4000740 T11909 oasc.ZkController.checkChrootPath zkHost
includes chroot
[junit4] 2> 4000741 T11909
oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default
ZkCredentialsProvider
[junit4] 2> 4000743 T11909 oascc.ConnectionManager.waitForConnected
Waiting for client to connect to ZooKeeper
[junit4] 2> 4000746 T11961 oascc.ConnectionManager.process Watcher
org.apache.solr.common.cloud.ConnectionManager@386c0079
name:ZooKeeperConnection Watcher:127.0.0.1:58467 got event WatchedEvent
state:SyncConnected type:None path:null path:null type:None
[junit4] 2> 4000747 T11909 oascc.ConnectionManager.waitForConnected Client
is connected to ZooKeeper
[junit4] 2> 4000747 T11909 oascc.SolrZkClient.createZkACLProvider Using
default ZkACLProvider
[junit4] 2> 4000752 T11909 oascc.ConnectionManager.waitForConnected
Waiting for client to connect to ZooKeeper
[junit4] 2> 4000755 T11964 oascc.ConnectionManager.process Watcher
org.apache.solr.common.cloud.ConnectionManager@1df8ca58
name:ZooKeeperConnection Watcher:127.0.0.1:58467/solr got event WatchedEvent
state:SyncConnected type:None path:null path:null type:None
[junit4] 2> 4000755 T11909 oascc.ConnectionManager.waitForConnected Client
is connected to ZooKeeper
[junit4] 2> 4000783 T11909
oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state
from ZooKeeper...
[junit4] 2> 4001799 T11909 oasc.ZkController.createEphemeralLiveNode
Register node as live in ZooKeeper:/live_nodes/127.0.0.1:58476_
[junit4] 2> 4001805 T11909 oascc.SolrZkClient.makePath makePath:
/live_nodes/127.0.0.1:58476_
[junit4] 2> 4001817 T11909 oasc.Overseer.close Overseer (id=null) closing
[junit4] 2> 4001839 T11965 oasc.ZkController.publish publishing
core=collection1 state=down collection=collection1
[junit4] 2> 4001839 T11965 oasc.ZkController.publish numShards not found
on descriptor - reading it from system property
[junit4] 2> 4001844 T11938 oasc.DistributedQueue$LatchWatcher.process
NodeChildrenChanged fired on path /overseer/queue state SyncConnected
[junit4] 2> 4001847 T11965 oasc.ZkController.preRegister Registering watch
for external collection collection1
[junit4] 2> 4001847 T11965 oascc.ZkStateReader.addZkWatch addZkWatch
collection1
[junit4] 2> 4001849 T11965 oascc.ZkStateReader.addZkWatch Updating
collection state at /collections/collection1/state.json from ZooKeeper...
[junit4] 2> 4001854 T11965 oascc.ZkStateReader.updateWatchedCollection
Updating data for collection1 to ver 0
[junit4] 2> 4001854 T11965 oasc.ZkController.waitForCoreNodeName look for
our core node name
[junit4] 2> 4001855 T11939 oasc.Overseer$ClusterStateUpdater.updateState
Update state numShards=1 message={
[junit4] 2> "core":"collection1",
[junit4] 2> "roles":null,
[junit4] 2> "base_url":"https://127.0.0.1:58476",
[junit4] 2> "node_name":"127.0.0.1:58476_",
[junit4] 2> "numShards":"1",
[junit4] 2> "state":"down",
[junit4] 2> "shard":null,
[junit4] 2> "collection":"collection1",
[junit4] 2> "operation":"state"}
[junit4] 2> 4001865 T11939 oasc.Overseer$ClusterStateUpdater.updateState
Collection already exists with numShards=1
[junit4] 2> 4001868 T11939 oasc.Overseer$ClusterStateUpdater.updateState
Assigning new node to shard shard=shard1
[junit4] 2> 4001889 T11939
oasc.Overseer$ClusterStateUpdater.updateZkStates going to update_collection
/collections/collection1/state.json
[junit4] 2> 4001890 T11964 oascc.ZkStateReader$7.process A cluster state
change: WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/collection1/state.json, has occurred - updating...
[junit4] 2> 4001892 T11964 oascc.ZkStateReader.updateWatchedCollection
Updating data for collection1 to ver 1
[junit4] 2> 4002856 T11965 oasc.ZkController.waitForShardId waiting to
find shard id in clusterstate for collection1
[junit4] 2> 4002856 T11965 oasc.ZkController.createCollectionZkNode Check
for collection zkNode:collection1
[junit4] 2> 4002858 T11965 oasc.ZkController.createCollectionZkNode
Collection zkNode exists
[junit4] 2> 4002858 T11965 oascc.ZkStateReader.readConfigName Load
collection config from:/collections/collection1
[junit4] 2> 4002863 T11965 oascc.ZkStateReader.readConfigName
path=/collections/collection1 configName=conf1 specified config exists in
ZooKeeper
[junit4] 2> 4002864 T11965 oasc.SolrResourceLoader.<init> new
SolrResourceLoader for directory:
'../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.RecoveryZkTest-3A01C55C0C885C52-001/tempDir-003/collection1/'
[junit4] 2> 4002867 T11965 oasc.SolrResourceLoader.replaceClassLoader
Adding
'file:/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.RecoveryZkTest-3A01C55C0C885C52-001/tempDir-003/collection1/lib/.svn/'
to classloader
[junit4] 2> 4002869 T11965 oasc.SolrResourceLoader.replaceClassLoader
Adding
'file:/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.RecoveryZkTest-3A01C55C0C885C52-001/tempDir-003/collection1/lib/classes/'
to classloader
[junit4] 2> 4002870 T11965 oasc.SolrResourceLoader.replaceClassLoader
Adding
'file:/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.RecoveryZkTest-3A01C55C0C885C52-001/tempDir-003/collection1/lib/README'
to classloader
[junit4] 2> 4002938 T11965 oasc.SolrConfig.<init> Using Lucene
MatchVersion: 5.0.0
[junit4] 2> 4002974 T11965 oasc.SolrConfig.<init> Loaded SolrConfig:
solrconfig.xml
[junit4] 2> 4002978 T11965 oass.IndexSchema.readSchema Reading Solr Schema
from /configs/conf1/schema.xml
[junit4] 2> 4002983 T11965 oass.IndexSchema.readSchema [collection1]
Schema name=test
[junit4] 2> 4003110 T11965 oass.IndexSchema.readSchema default search
field in schema is text
[junit4] 2> 4003113 T11965 oass.IndexSchema.readSchema unique key field: id
[junit4] 2> 4003114 T11965 oass.FileExchangeRateProvider.reload Reloading
exchange rates from file currency.xml
[junit4] 2> 4003121 T11965 oass.FileExchangeRateProvider.reload Reloading
exchange rates from file currency.xml
[junit4] 2> 4003191 T11965 oasc.CoreContainer.create Creating SolrCore
'collection1' using configuration from collection collection1
[junit4] 2> 4003191 T11965 oasc.SolrCore.initDirectoryFactory
org.apache.solr.core.MockDirectoryFactory
[junit4] 2> 4003192 T11965 oasc.SolrCore.<init> [collection1] Opening new
SolrCore at
../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.RecoveryZkTest-3A01C55C0C885C52-001/tempDir-003/collection1/,
dataDir=/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.RecoveryZkTest-3A01C55C0C885C52-001/tempDir-001/jetty1/
[junit4] 2> 4003192 T11965 oasc.JmxMonitoredMap.<init> JMX monitoring is
enabled. Adding Solr mbeans to JMX Server:
com.sun.jmx.mbeanserver.JmxMBeanServer@79ef0863
[junit4] 2> 4003193 T11965 oasc.CachingDirectoryFactory.get return new
directory for
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.RecoveryZkTest-3A01C55C0C885C52-001/tempDir-001/jetty1
[junit4] 2> 4003194 T11965 oasc.SolrCore.getNewIndexDir New index
directory detected: old=null
new=/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.RecoveryZkTest-3A01C55C0C885C52-001/tempDir-001/jetty1/index/
[junit4] 2> 4003194 T11965 oasc.SolrCore.initIndex WARN [collection1] Solr
index directory
'/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.RecoveryZkTest-3A01C55C0C885C52-001/tempDir-001/jetty1/index'
doesn't exist. Creating new index...
[junit4] 2> 4003196 T11965 oasc.CachingDirectoryFactory.get return new
directory for
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.RecoveryZkTest-3A01C55C0C885C52-001/tempDir-001/jetty1/index
[junit4] 2> 4003197 T11965 oasu.RandomMergePolicy.<init> RandomMergePolicy
wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy:
minMergeSize=1000, mergeFactor=28, maxMergeSize=9223372036854775807,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.3203069649390663]
[junit4] 2> 4003197 T11965 oasc.CachingDirectoryFactory.closeCacheValue
looking to close
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.RecoveryZkTest-3A01C55C0C885C52-001/tempDir-001/jetty1/index
[CachedDir<<refCount=0;path=/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.RecoveryZkTest-3A01C55C0C885C52-001/tempDir-001/jetty1/index;done=true>>]
[junit4] 2> 4003198 T11965 oasc.CachingDirectoryFactory.close Closing
directory:
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.RecoveryZkTest-3A01C55C0C885C52-001/tempDir-001/jetty1/index
[junit4] 2> 4003198 T11965 oasc.SolrCore.close [collection1] CLOSING
SolrCore org.apache.solr.core.SolrCore@11113ae7
[junit4] 2> 4003198 T11965 oasu.SolrCoreState.decrefSolrCoreState Closing
SolrCoreState
[junit4] 2> 4003199 T11965 oasu.DefaultSolrCoreState.closeIndexWriter
SolrCoreState ref count has reached 0 - closing IndexWriter
[junit4] 2> 4003199 T11965 oasc.SolrCore.closeSearcher [collection1]
Closing main searcher on request.
[junit4] 2> 4003211 T11965 oasc.CachingDirectoryFactory.close Closing
MockDirectoryFactory - 1 directories currently being tracked
[junit4] 2> 4003211 T11965 oasc.CachingDirectoryFactory.closeCacheValue
looking to close
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.RecoveryZkTest-3A01C55C0C885C52-001/tempDir-001/jetty1
[CachedDir<<refCount=0;path=/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.RecoveryZkTest-3A01C55C0C885C52-001/tempDir-001/jetty1;done=false>>]
[junit4] 2> 4003212 T11965 oasc.CachingDirectoryFactory.close Closing
directory:
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.RecoveryZkTest-3A01C55C0C885C52-001/tempDir-001/jetty1
[junit4] 2> 4003212 T11965 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:893)
[junit4] 2> at
org.apache.solr.core.SolrCore.<init>(SolrCore.java:652)
[junit4] 2> at
org.apache.solr.core.CoreContainer.create(CoreContainer.java:509)
[junit4] 2> at
org.apache.solr.core.CoreContainer$1.call(CoreContainer.java:273)
[junit4] 2> at
org.apache.solr.core.CoreContainer$1.call(CoreContainer.java:267)
[junit4] 2> at
java.util.concurrent.FutureTask.run(FutureTask.java:266)
[junit4] 2> at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
[junit4] 2> at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
[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:533)
[junit4] 2> at
org.apache.solr.core.SolrResourceLoader.newInstance(SolrResourceLoader.java:517)
[junit4] 2> at
org.apache.solr.update.SolrIndexConfig.buildMergeScheduler(SolrIndexConfig.java:289)
[junit4] 2> at
org.apache.solr.update.SolrIndexConfig.toIndexWriterConfig(SolrIndexConfig.java:214)
[junit4] 2> at
org.apache.solr.update.SolrIndexWriter.<init>(SolrIndexWriter.java:78)
[junit4] 2> at
org.apache.solr.update.SolrIndexWriter.create(SolrIndexWriter.java:64)
[junit4] 2> at
org.apache.solr.core.SolrCore.initIndex(SolrCore.java:529)
[junit4] 2> at
org.apache.solr.core.SolrCore.<init>(SolrCore.java:796)
[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:101)
[junit4] 2> at java.lang.Class.newInstance(Class.java:427)
[junit4] 2> at
org.apache.solr.core.SolrResourceLoader.newInstance(SolrResourceLoader.java:529)
[junit4] 2> ... 15 more
[junit4] 2>
[junit4] 2> 4003223 T11909 oass.SolrDispatchFilter.init
user.dir=/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0
[junit4] 2> 4003223 T11909 oass.SolrDispatchFilter.init
SolrDispatchFilter.init() done
[junit4] 2> 4005560 T11909 oasc.AbstractFullDistribZkTestBase.createJettys
create jetty 2
[junit4] 2> 4005561 T11909 oejs.Server.doStart jetty-8.1.10.v20130312
[junit4] 2> 4005573 T11909 oejus.SslContextFactory.doStart Enabled
Protocols [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2] of [SSLv2Hello, SSLv3,
TLSv1, TLSv1.1, TLSv1.2]
[junit4] 2> 4005575 T11909 oejs.AbstractConnector.doStart Started
[email protected]:58479
[junit4] 2> 4005579 T11909 oass.SolrDispatchFilter.init
SolrDispatchFilter.init()
[junit4] 2> 4005580 T11909 oasc.SolrResourceLoader.locateSolrHome JNDI not
configured for solr (NoInitialContextEx)
[junit4] 2> 4005580 T11909 oasc.SolrResourceLoader.locateSolrHome using
system property solr.solr.home:
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.RecoveryZkTest-3A01C55C0C885C52-001/tempDir-004
[junit4] 2> 4005580 T11909 oasc.SolrResourceLoader.<init> new
SolrResourceLoader for directory:
'/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.RecoveryZkTest-3A01C55C0C885C52-001/tempDir-004/'
[junit4] 2> 4005632 T11909 oasc.ConfigSolr.fromFile Loading container
configuration from
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.RecoveryZkTest-3A01C55C0C885C52-001/tempDir-004/solr.xml
[junit4] 2> 4005654 T11909 oasc.CoreContainer.<init> New CoreContainer
2073050882
[junit4] 2> 4005655 T11909 oasc.CoreContainer.load Loading cores into
CoreContainer
[instanceDir=/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.RecoveryZkTest-3A01C55C0C885C52-001/tempDir-004/]
[junit4] 2> 4005656 T11909 oashc.HttpShardHandlerFactory.getParameter
Setting socketTimeout to: 90000
[junit4] 2> 4005656 T11909 oashc.HttpShardHandlerFactory.getParameter
Setting urlScheme to:
[junit4] 2> 4005657 T11909 oashc.HttpShardHandlerFactory.getParameter
Setting connTimeout to: 15000
[junit4] 2> 4005657 T11909 oashc.HttpShardHandlerFactory.getParameter
Setting maxConnectionsPerHost to: 20
[junit4] 2> 4005658 T11909 oashc.HttpShardHandlerFactory.getParameter
Setting maxConnections to: 10000
[junit4] 2> 4005659 T11909 oashc.HttpShardHandlerFactory.getParameter
Setting corePoolSize to: 0
[junit4] 2> 4005659 T11909 oashc.HttpShardHandlerFactory.getParameter
Setting maximumPoolSize to: 2147483647
[junit4] 2> 4005660 T11909 oashc.HttpShardHandlerFactory.getParameter
Setting maxThreadIdleTime to: 5
[junit4] 2> 4005660 T11909 oashc.HttpShardHandlerFactory.getParameter
Setting sizeOfQueue to: -1
[junit4] 2> 4005661 T11909 oashc.HttpShardHandlerFactory.getParameter
Setting fairnessPolicy to: false
[junit4] 2> 4005664 T11909 oasu.UpdateShardHandler.<init> Creating
UpdateShardHandler HTTP client with params:
socketTimeout=340000&connTimeout=45000&retry=false
[junit4] 2> 4005666 T11909 oasl.LogWatcher.createWatcher SLF4J impl is
org.slf4j.impl.Log4jLoggerFactory
[junit4] 2> 4005666 T11909 oasl.LogWatcher.newRegisteredLogWatcher
Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
[junit4] 2> 4005668 T11909 oasc.CoreContainer.load Host Name: 127.0.0.1
[junit4] 2> 4005669 T11909 oasc.ZkContainer.initZooKeeper Zookeeper
client=127.0.0.1:58467/solr
[junit4] 2> 4005670 T11909 oasc.ZkController.checkChrootPath zkHost
includes chroot
[junit4] 2> 4005670 T11909
oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default
ZkCredentialsProvider
[junit4] 2> 4005674 T11909 oascc.ConnectionManager.waitForConnected
Waiting for client to connect to ZooKeeper
[junit4] 2> 4005681 T11978 oascc.ConnectionManager.process Watcher
org.apache.solr.common.cloud.ConnectionManager@417b6b4 name:ZooKeeperConnection
Watcher:127.0.0.1:58467 got event WatchedEvent state:SyncConnected type:None
path:null path:null type:None
[junit4] 2> 4005683 T11909 oascc.ConnectionManager.waitForConnected Client
is connected to ZooKeeper
[junit4] 2> 4005684 T11909 oascc.SolrZkClient.createZkACLProvider Using
default ZkACLProvider
[junit4] 2> 4005689 T11909 oascc.ConnectionManager.waitForConnected
Waiting for client to connect to ZooKeeper
[junit4] 2> 4005692 T11981 oascc.ConnectionManager.process Watcher
org.apache.solr.common.cloud.ConnectionManager@65434074
name:ZooKeeperConnection Watcher:127.0.0.1:58467/solr got event WatchedEvent
state:SyncConnected type:None path:null path:null type:None
[junit4] 2> 4005693 T11909 oascc.ConnectionManager.waitForConnected Client
is connected to ZooKeeper
[junit4] 2> 4005717 T11909
oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state
from ZooKeeper...
[junit4] 2> 4006738 T11909 oasc.ZkController.createEphemeralLiveNode
Register node as live in ZooKeeper:/live_nodes/127.0.0.1:58479_
[junit4] 2> 4006741 T11909 oascc.SolrZkClient.makePath makePath:
/live_nodes/127.0.0.1:58479_
[junit4] 2> 4006758 T11909 oasc.Overseer.close Overseer (id=null) closing
[junit4] 2> 4006787 T11982 oasc.ZkController.publish publishing
core=collection1 state=down collection=collection1
[junit4] 2> 4006788 T11982 oasc.ZkController.publish numShards not found
on descriptor - reading it from system property
[junit4] 2> 4006801 T11938 oasc.DistributedQueue$LatchWatcher.process
NodeChildrenChanged fired on path /overseer/queue state SyncConnected
[junit4] 2> 4006820 T11982 oasc.ZkController.preRegister Registering watch
for external collection collection1
[junit4] 2> 4006821 T11982 oascc.ZkStateReader.addZkWatch addZkWatch
collection1
[junit4] 2> 4006844 T11939 oasc.Overseer$ClusterStateUpdater.updateState
Update state numShards=1 message={
[junit4] 2> "core":"collection1",
[junit4] 2> "roles":null,
[junit4] 2> "base_url":"https://127.0.0.1:58479",
[junit4] 2> "node_name":"127.0.0.1:58479_",
[junit4] 2> "numShards":"1",
[junit4] 2> "state":"down",
[junit4] 2> "shard":null,
[junit4] 2> "collection":"collection1",
[junit4] 2> "operation":"state"}
[junit4] 2> 4006847 T11982 oascc.ZkStateReader.addZkWatch Updating
collection state at /collections/collection1/state.json from ZooKeeper...
[junit4] 2> 4006852 T11982 oascc.ZkStateReader.updateWatchedCollection
Updating data for collection1 to ver 1
[junit4] 2> 4006854 T11982 oasc.ZkController.waitForCoreNodeName look for
our core node name
[junit4] 2> 4006874 T11939 oasc.Overseer$ClusterStateUpdater.updateState
Collection already exists with numShards=1
[junit4] 2> 4006879 T11939 oasc.Overseer$ClusterStateUpdater.updateState
Assigning new node to shard shard=shard1
[junit4] 2> 4006903 T11939
oasc.Overseer$ClusterStateUpdater.updateZkStates going to update_collection
/collections/collection1/state.json
[junit4] 2> 4006905 T11981 oascc.ZkStateReader$7.process A cluster state
change: WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/collection1/state.json, has occurred - updating...
[junit4] 2> 4006905 T11964 oascc.ZkStateReader$7.process A cluster state
change: WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/collection1/state.json, has occurred - updating...
[junit4] 2> 4006909 T11981 oascc.ZkStateReader.updateWatchedCollection
Updating data for collection1 to ver 2
[junit4] 2> 4006910 T11964 oascc.ZkStateReader.updateWatchedCollection
Updating data for collection1 to ver 2
[junit4] 2> 4007858 T11982 oasc.ZkController.waitForShardId waiting to
find shard id in clusterstate for collection1
[junit4] 2> 4007858 T11982 oasc.ZkController.createCollectionZkNode Check
for collection zkNode:collection1
[junit4] 2> 4007861 T11982 oasc.ZkController.createCollectionZkNode
Collection zkNode exists
[junit4] 2> 4007861 T11982 oascc.ZkStateReader.readConfigName Load
collection config from:/collections/collection1
[junit4] 2> 4007865 T11982 oascc.ZkStateReader.readConfigName
path=/collections/collection1 configName=conf1 specified config exists in
ZooKeeper
[junit4] 2> 4007866 T11982 oasc.SolrResourceLoader.<init> new
SolrResourceLoader for directory:
'/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.RecoveryZkTest-3A01C55C0C885C52-001/tempDir-004/collection1/'
[junit4] 2> 4007868 T11982 oasc.SolrResourceLoader.replaceClassLoader
Adding
'file:/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.RecoveryZkTest-3A01C55C0C885C52-001/tempDir-004/collection1/lib/.svn/'
to classloader
[junit4] 2> 4007868 T11982 oasc.SolrResourceLoader.replaceClassLoader
Adding
'file:/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.RecoveryZkTest-3A01C55C0C885C52-001/tempDir-004/collection1/lib/classes/'
to classloader
[junit4] 2> 4007873 T11982 oasc.SolrResourceLoader.replaceClassLoader
Adding
'file:/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.RecoveryZkTest-3A01C55C0C885C52-001/tempDir-004/collection1/lib/README'
to classloader
[junit4] 2> 4007952 T11982 oasc.SolrConfig.<init> Using Lucene
MatchVersion: 5.0.0
[junit4] 2> 4007972 T11982 oasc.SolrConfig.<init> Loaded SolrConfig:
solrconfig.xml
[junit4] 2> 4007977 T11982 oass.IndexSchema.readSchema Reading Solr Schema
from /configs/conf1/schema.xml
[junit4] 2> 4007986 T11982 oass.IndexSchema.readSchema [collection1]
Schema name=test
[junit4] 2> 4008143 T11982 oass.IndexSchema.readSchema default search
field in schema is text
[junit4] 2> 4008144 T11982 oass.IndexSchema.readSchema unique key field: id
[junit4] 2> 4008146 T11982 oass.FileExchangeRateProvider.reload Reloading
exchange rates from file currency.xml
[junit4] 2> 4008152 T11982 oass.FileExchangeRateProvider.reload Reloading
exchange rates from file currency.xml
[junit4] 2> 4008239 T11982 oasc.CoreContainer.create Creating SolrCore
'collection1' using configuration from collection collection1
[junit4] 2> 4008240 T11982 oasc.SolrCore.initDirectoryFactory
org.apache.solr.core.MockDirectoryFactory
[junit4] 2> 4008240 T11982 oasc.SolrCore.<init> [collection1] Opening new
SolrCore at
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.RecoveryZkTest-3A01C55C0C885C52-001/tempDir-004/collection1/,
dataDir=/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.RecoveryZkTest-3A01C55C0C885C52-001/tempDir-001/jetty2/
[junit4] 2> 4008241 T11982 oasc.JmxMonitoredMap.<init> JMX monitoring is
enabled. Adding Solr mbeans to JMX Server:
com.sun.jmx.mbeanserver.JmxMBeanServer@79ef0863
[junit4] 2> 4008243 T11982 oasc.CachingDirectoryFactory.get return new
directory for
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.RecoveryZkTest-3A01C55C0C885C52-001/tempDir-001/jetty2
[junit4] 2> 4008244 T11982 oasc.SolrCore.getNewIndexDir New index
directory detected: old=null
new=/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.RecoveryZkTest-3A01C55C0C885C52-001/tempDir-001/jetty2/index/
[junit4] 2> 4008244 T11982 oasc.SolrCore.initIndex WARN [collection1] Solr
index directory
'/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.RecoveryZkTest-3A01C55C0C885C52-001/tempDir-001/jetty2/index'
doesn't exist. Creating new index...
[junit4] 2> 4008246 T11982 oasc.CachingDirectoryFactory.get return new
directory for
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.RecoveryZkTest-3A01C55C0C885C52-001/tempDir-001/jetty2/index
[junit4] 2> 4008247 T11982 oasu.RandomMergePolicy.<init> RandomMergePolicy
wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy:
minMergeSize=1000, mergeFactor=28, maxMergeSize=9223372036854775807,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.3203069649390663]
[junit4] 2> 4008248 T11982 oasc.CachingDirectoryFactory.closeCacheValue
looking to close
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.RecoveryZkTest-3A01C55C0C885C52-001/tempDir-001/jetty2/index
[CachedDir<<refCount=0;path=/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.RecoveryZkTest-3A01C55C0C885C52-001/tempDir-001/jetty2/index;done=true>>]
[junit4] 2> 4008248 T11982 oasc.CachingDirectoryFactory.close Closing
directory:
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.RecoveryZkTest-3A01C55C0C885C52-001/tempDir-001/jetty2/index
[junit4] 2> 4008249 T11982 oasc.SolrCore.close [collection1] CLOSING
SolrCore org.apache.solr.core.SolrCore@3171d833
[junit4] 2> 4008249 T11982 oasu.SolrCoreState.decrefSolrCoreState Closing
SolrCoreState
[junit4] 2> 4008250 T11982 oasu.DefaultSolrCoreState.closeIndexWriter
SolrCoreState ref count has reached 0 - closing IndexWriter
[junit4] 2> 4008250 T11982 oasc.SolrCore.closeSearcher [collection1]
Closing main searcher on request.
[junit4] 2> 4008257 T11982 oasc.CachingDirectoryFactory.close Closing
MockDirectoryFactory - 1 directories currently being tracked
[junit4] 2> 4008257 T11982 oasc.CachingDirectoryFactory.closeCacheValue
looking to close
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.RecoveryZkTest-3A01C55C0C885C52-001/tempDir-001/jetty2
[CachedDir<<refCount=0;path=/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.RecoveryZkTest-3A01C55C0C885C52-001/tempDir-001/jetty2;done=false>>]
[junit4] 2> 4008258 T11982 oasc.CachingDirectoryFactory.close Closing
directory:
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.RecoveryZkTest-3A01C55C0C885C52-001/tempDir-001/jetty2
[junit4] 2> 4008258 T11982 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:893)
[junit4] 2> at
org.apache.solr.core.SolrCore.<init>(SolrCore.java:652)
[junit4] 2> at
org.apache.solr.core.CoreContainer.create(CoreContainer.java:509)
[junit4] 2> at
org.apache.solr.core.CoreContainer$1.call(CoreContainer.java:273)
[junit4] 2> at
org.apache.solr.core.CoreContainer$1.call(CoreContainer.java:267)
[junit4] 2> at
java.util.concurrent.FutureTask.run(FutureTask.java:266)
[junit4] 2> at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
[junit4] 2> at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
[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:533)
[junit4] 2> at
org.apache.solr.core.SolrResourceLoader.newInstance(SolrResourceLoader.java:517)
[junit4] 2> at
org.apache.solr.update.SolrIndexConfig.buildMergeScheduler(SolrIndexConfig.java:289)
[junit4] 2> at
org.apache.solr.update.SolrIndexConfig.toIndexWriterConfig(SolrIndexConfig.java:214)
[junit4] 2> at
org.apache.solr.update.SolrIndexWriter.<init>(SolrIndexWriter.java:78)
[junit4] 2> at
org.apache.solr.update.SolrIndexWriter.create(SolrIndexWriter.java:64)
[junit4] 2> at
org.apache.solr.core.SolrCore.initIndex(SolrCore.java:529)
[junit4] 2> at
org.apache.solr.core.SolrCore.<init>(SolrCore.java:796)
[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:101)
[junit4] 2> at java.lang.Class.newInstance(Class.java:427)
[junit4] 2> at
org.apache.solr.core.SolrResourceLoader.newInstance(SolrResourceLoader.java:529)
[junit4] 2> ... 15 more
[junit4] 2>
[junit4] 2> 4008262 T11909 oass.SolrDispatchFilter.init
user.dir=/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0
[junit4] 2> 4008263 T11909 oass.SolrDispatchFilter.init
SolrDispatchFilter.init() done
[junit4] 2> 4008349 T11928 oasc.SolrException.log ERROR
null:org.apache.solr.common.SolrException: SolrCore 'collection1' is not
available due to init failure: Error instantiating class:
'org.apache.lucene.util.LuceneTestCase$3'
[junit4] 2> at
org.apache.solr.core.CoreContainer.getCore(CoreContainer.java:765)
[junit4] 2> at
org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:286)
[junit4] 2> at
org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:202)
[junit4] 2> at
org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1419)
[junit4] 2> at
org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:137)
[junit4] 2> at
org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1419)
[junit4] 2> at
org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:455)
[junit4] 2> at
org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:229)
[junit4] 2> at
org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:137)
[junit4] 2> at
org.eclipse.jetty.server.handler.GzipHandler.handle(GzipHandler.java:301)
[junit4] 2> at
org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1077)
[junit4] 2> at
org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:384)
[junit4] 2> at
org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:193)
[junit4] 2> at
org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1009)
[junit4] 2> at
org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:135)
[junit4] 2> at
org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:116)
[junit4] 2> at
org.eclipse.jetty.server.Server.handle(Server.java:368)
[junit4] 2> at
org.eclipse.jetty.server.AbstractHttpConnection.handleRequest(AbstractHttpConnection.java:489)
[junit4] 2> at
org.eclipse.jetty.server.AbstractHttpConnection.content(AbstractHttpConnection.java:953)
[junit4] 2> at
org.eclipse.jetty.server.AbstractHttpConnection$RequestHandler.content(AbstractHttpConnection.java:1014)
[junit4] 2> at
org.eclipse.jetty.http.HttpParser.parseNext(HttpParser.java:953)
[junit4] 2> at
org.eclipse.jetty.http.HttpParser.parseAvailable(HttpParser.java:240)
[junit4] 2> at
org.eclipse.jetty.server.AsyncHttpConnection.handle(AsyncHttpConnection.java:82)
[junit4] 2> at
org.eclipse.jetty.io.nio.SslConnection.handle(SslConnection.java:196)
[junit4] 2> at
org.eclipse.jetty.io.nio.SelectChannelEndPoint.handle(SelectChannelEndPoint.java:628)
[junit4] 2> at
org.eclipse.jetty.io.nio.SelectChannelEndPoint$1.run(SelectChannelEndPoint.java:52)
[junit4] 2> at
org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:608)
[junit4] 2> at
org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:543)
[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.SolrCore.<init>(SolrCore.java:893)
[junit4] 2> at
org.apache.solr.core.SolrCore.<init>(SolrCore.java:652)
[junit4] 2> at
org.apache.solr.core.CoreContainer.create(CoreContainer.java:509)
[junit4] 2> at
org.apache.solr.core.CoreContainer$1.call(CoreContainer.java:273)
[junit4] 2> at
org.apache.solr.core.CoreContainer$1.call(CoreContainer.java:267)
[junit4] 2> at
java.util.concurrent.FutureTask.run(FutureTask.java:266)
[junit4] 2> at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
[junit4] 2> at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
[junit4] 2> ... 1 more
[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:533)
[junit4] 2> at
org.apache.solr.core.SolrResourceLoader.newInstance(SolrResourceLoader.java:517)
[junit4] 2> at
org.apache.solr.update.SolrIndexConfig.buildMergeScheduler(SolrIndexConfig.java:289)
[junit4] 2> at
org.apache.solr.update.SolrIndexConfig.toIndexWriterConfig(SolrIndexConfig.java:214)
[junit4] 2> at
org.apache.solr.update.SolrIndexWriter.<init>(SolrIndexWriter.java:78)
[junit4] 2> at
org.apache.solr.update.SolrIndexWriter.create(SolrIndexWriter.java:64)
[junit4] 2> at
org.apache.solr.core.SolrCore.initIndex(SolrCore.java:529)
[junit4] 2> at
org.apache.solr.core.SolrCore.<init>(SolrCore.java:796)
[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:101)
[junit4] 2> at java.lang.Class.newInstance(Class.java:427)
[junit4] 2> at
org.apache.solr.core.SolrResourceLoader.newInstance(SolrResourceLoader.java:529)
[junit4] 2> ... 15 more
[junit4] 2>
[junit4] 2> 4008350 T11929 oasc.SolrException.log ERROR
null:org.apache.solr.common.SolrException: SolrCore 'collection1' is not
available due to init failure: Error instantiating class:
'org.apache.lucene.util.LuceneTestCase$3'
[junit4] 2> at
org.apache.solr.core.CoreContainer.getCore(CoreContainer.java:765)
[junit4] 2> at
org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:286)
[junit4] 2> at
org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:202)
[junit4] 2> at
org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1419)
[junit4] 2> at
org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:137)
[junit4] 2> at
org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1419)
[junit4] 2> at
org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:455)
[junit4] 2> at
org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:229)
[junit4] 2> at
org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:137)
[junit4] 2> at
org.eclipse.jetty.server.handler.GzipHandler.handle(GzipHandler.java:301)
[junit4] 2> at
org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1077)
[junit4] 2> at
org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:384)
[junit4] 2> at
org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:193)
[junit4] 2> at
org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1009)
[junit4] 2> at
org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:135)
[junit4] 2> at
org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:116)
[junit4] 2> at
org.eclipse.jetty.server.Server.handle(Server.java:368)
[junit4] 2> at
org.eclipse.jetty.server.AbstractHttpConnection.handleRequest(AbstractHttpConnection.java:489)
[junit4] 2> at
org.eclipse.jetty.server.AbstractHttpConnection.content(AbstractHttpConnection.java:953)
[junit4] 2> at
org.eclipse.jetty.server.AbstractHttpConnectio
[...truncated too long message...]
ibutedZkTest, SyncSliceTest, OpenCloseCoreStressTest, OverseerTest,
BasicZkTest, RecoveryZkTest, FullSolrCloudDistribCmdsTest, TestRandomFaceting,
TestRandomDVFaceting, TestDistributedSearch, AutoCommitTest, TestFaceting,
TestRecovery, DistributedSpellCheckComponentTest, ZkControllerTest,
TestRealTimeGet, TestStressReorder, TestMultiCoreConfBootstrap,
TestStressVersions, DistributedTermsComponentTest, TestRangeQuery,
TestCoreContainer, SimpleFacetsTest, TestSolr4Spatial, SolrCoreTest,
SpellCheckComponentTest, SolrCmdDistributorTest, PeerSyncTest, TestFiltering,
OverseerCollectionProcessorTest, CurrencyFieldOpenExchangeTest,
DistributedQueryElevationComponentTest, CurrencyFieldXmlFileTest,
SignatureUpdateProcessorFactoryTest, SpellCheckCollatorTest,
CoreAdminHandlerTest, TestFoldingMultitermQuery, DocValuesTest, SuggesterTest,
TestTrie, WordBreakSolrSpellCheckerTest, TestPseudoReturnFields,
TestAtomicUpdateErrorCases, DirectUpdateHandlerOptimizeTest,
DefaultValueUpdateProcessorTest, StatelessScriptUpdateProcessorFactoryTest,
DocValuesMultiTest, SolrInfoMBeanTest, LukeRequestHandlerTest,
DirectSolrSpellCheckerTest, DocumentAnalysisRequestHandlerTest,
PrimitiveFieldTypeTest, XmlUpdateRequestHandlerTest, TestValueSourceCache,
TermVectorComponentTest, FastVectorHighlighterTest, LoggingHandlerTest,
RegexBoostProcessorTest, SolrPluginUtilsTest, TestJmxIntegration,
TestCollationField, ReturnFieldsTest, UpdateRequestProcessorFactoryTest,
JSONWriterTest, TestCSVResponseWriter, QueryParsingTest,
TestPHPSerializedResponseWriter, CSVRequestHandlerTest,
CoreContainerCoreInitFailuresTest, TestBinaryResponseWriter, TestLFUCache,
HighlighterConfigTest, SOLR749Test, AlternateDirectoryTest,
TestSolrIndexConfig, SolrIndexConfigTest, BadComponentTest, TestStressRecovery,
TestMergePolicyConfig, TestSolrDeletionPolicy2, SampleTest, TestSearchPerf,
TestElisionMultitermQuery, TestConfig, ExternalFileFieldSortTest,
TestSolrCoreProperties, NotRequiredUniqueKeyTest, TestCodecSupport,
EchoParamsTest, TestDFRSimilarityFactory, TestPerFieldSimilarity,
TestLMDirichletSimilarityFactory, TestLMJelinekMercerSimilarityFactory,
TestIBSimilarityFactory, ResourceLoaderTest, OpenExchangeRatesOrgProviderTest,
URLClassifyProcessorTest, DateMathParserTest, ChaosMonkeyNothingIsSafeTest,
PrimUtilsTest, DateFieldTest, SpellingQueryConverterTest, DOMUtilTest,
TestSolrJ, SystemInfoHandlerTest, FileUtilsTest, CircularListTest, TestRTGBase,
DistributedIntervalFacetingTest, SolrTestCaseJ4Test,
TestCursorMarkWithoutUniqueKey, TestDistributedMissingSort,
TestHighlightDedupGrouping, TestTolerantSearch, AliasIntegrationTest,
CloudExitableDirectoryReaderTest, CollectionsAPIAsyncDistributedZkTest,
DeleteInactiveReplicaTest, DeleteLastCustomShardedReplicaTest,
DeleteReplicaTest, DeleteShardTest, DistribDocExpirationUpdateProcessorTest,
HttpPartitionTest, LeaderFailoverAfterPartitionTest,
LeaderInitiatedRecoveryOnCommitTest, MigrateRouteKeyTest, MultiThreadedOCPTest,
OverriddenZkACLAndCredentialsProvidersTest, OverseerStatusTest,
SSLMigrationTest, SharedFSAutoReplicaFailoverTest,
SharedFSAutoReplicaFailoverUtilsTest, SimpleCollectionCreateDeleteTest,
TestCloudInspectUtil, TestCloudPivotFacet, TestCollectionAPI,
TestDistribDocBasedVersion, TestLeaderElectionZkExpiry, TestReplicaProperties,
TestShortCircuitedRequests, TriLevelCompositeIdRoutingTest,
HdfsBasicDistributedZk2Test, HdfsBasicDistributedZkTest,
HdfsChaosMonkeySafeLeaderTest, HdfsRecoveryZkTest, StressHdfsTest,
QueryResultKeyTest, TestConfigSets, TestImplicitCoreProperties,
TestShardHandlerFactory, TestSolrDynamicMBean, TestSolrXml,
CoreAdminCreateDiscoverTest, DistributedExpandComponentTest,
FacetPivotSmallTest, SuggestComponentTest, TestExpandComponent,
TestPivotHelperCode, TestIntervalFaceting, TestRawResponseWriter,
TestSortingResponseWriter, TestManagedResource, TestManagedResourceStorage,
TestDefaultSearchFieldResource, TestDynamicFieldCollectionResource,
TestDynamicFieldResource, TestFieldTypeCollectionResource,
TestFieldTypeResource, TestManagedSchemaFieldTypeResource,
TestSchemaNameResource, TestSchemaResource, TestSchemaVersionResource,
TestSerializedLuceneMatchVersion, TestSolrQueryParserDefaultOperatorResource,
TestSolrQueryParserResource, TestUniqueKeyFieldResource,
TestManagedStopFilterFactory, TestManagedSynonymFilterFactory,
BadCopyFieldTest, ChangedSchemaMergeTest, DateRangeFieldTest,
DocValuesMissingTest, TestBulkSchemaConcurrent, TestCloudManagedSchema,
TestCollationFieldDocValues, AnalyticsMergeStrategyTest,
TestCollapseQParserPlugin, TestComplexPhraseQParserPlugin, TestInitQParser,
TestMaxScoreQueryParser, TestMissingGroups, TestNoOpRegenerator,
TestOverriddenPrefixQueryForCustomFieldType, TestReRankQParserPlugin,
TestRecoveryHdfs, TestStandardQParsers, TestStressUserVersions, BJQParserTest]
[junit4] 2> NOTE: reproduce with: ant test -Dtestcase=BJQParserTest
-Dtests.seed=3A01C55C0C885C52 -Dtests.slow=true -Dtests.locale=be
-Dtests.timezone=Australia/Queensland -Dtests.asserts=true
-Dtests.file.encoding=UTF-8
[junit4] ERROR 0.00s | BJQParserTest (suite) <<<
[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
__randomizedtesting.SeedInfo.seed([3A01C55C0C885C52]:0)
[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.search.join.BJQParserTest.createIndex(BJQParserTest.java:62)
[junit4] > at
org.apache.solr.search.join.BJQParserTest.beforeClass(BJQParserTest.java:42)
[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:893)
[junit4] > at
org.apache.solr.core.SolrCore.<init>(SolrCore.java:652)
[junit4] > at
org.apache.solr.core.CoreContainer.create(CoreContainer.java:509)
[junit4] > at
org.apache.solr.core.CoreContainer$1.call(CoreContainer.java:273)
[junit4] > at
org.apache.solr.core.CoreContainer$1.call(CoreContainer.java:267)
[junit4] > at
java.util.concurrent.FutureTask.run(FutureTask.java:266)
[junit4] > at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
[junit4] > at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
[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:533)
[junit4] > at
org.apache.solr.core.SolrResourceLoader.newInstance(SolrResourceLoader.java:517)
[junit4] > at
org.apache.solr.update.SolrIndexConfig.buildMergeScheduler(SolrIndexConfig.java:289)
[junit4] > at
org.apache.solr.update.SolrIndexConfig.toIndexWriterConfig(SolrIndexConfig.java:214)
[junit4] > at
org.apache.solr.update.SolrIndexWriter.<init>(SolrIndexWriter.java:78)
[junit4] > at
org.apache.solr.update.SolrIndexWriter.create(SolrIndexWriter.java:64)
[junit4] > at
org.apache.solr.core.SolrCore.initIndex(SolrCore.java:529)
[junit4] > at
org.apache.solr.core.SolrCore.<init>(SolrCore.java:796)
[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:427)
[junit4] > at
org.apache.solr.core.SolrResourceLoader.newInstance(SolrResourceLoader.java:529)
[junit4] > ... 15 more
[junit4] Completed in 0.73s, 0 tests, 1 error <<< FAILURES!
[...truncated 55 lines...]
BUILD FAILED
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/build.xml:525: The following
error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/build.xml:473: The following
error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/build.xml:61: The following
error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/extra-targets.xml:39: The
following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build.xml:189: The
following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/common-build.xml:508: The
following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/lucene/common-build.xml:1359:
The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/lucene/common-build.xml:966:
There were test failures: 445 suites, 1810 tests, 1 suite-level error, 2
errors, 1 failure, 34 ignored (20 assumptions)
Total time: 186 minutes 21 seconds
Build step 'Invoke Ant' marked build as failure
[description-setter] Description set: Java: 64bit/jdk1.8.0
-XX:+UseCompressedOops -XX:+UseG1GC (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]