You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by Policeman Jenkins Server <je...@sd-datasolutions.de> on 2012/12/16 04:54:23 UTC

[JENKINS] Lucene-Solr-trunk-Windows (32bit/jdk1.6.0_37) - Build # 2184 - Still Failing!

Build: http://jenkins.sd-datasolutions.de/job/Lucene-Solr-trunk-Windows/2184/
Java: 32bit/jdk1.6.0_37 -client -XX:+UseSerialGC

2 tests failed.
FAILED:  org.apache.solr.search.TestReload.testGetRealtimeReload

Error Message:
Unable to reload core: collection1

Stack Trace:
org.apache.solr.common.SolrException: Unable to reload core: collection1
	at __randomizedtesting.SeedInfo.seed([C0A522CD1F1DF546:AB6405740AFCB94E]:0)
	at org.apache.solr.core.CoreContainer.recordAndThrow(CoreContainer.java:1606)
	at org.apache.solr.core.CoreContainer.reload(CoreContainer.java:1160)
	at org.apache.solr.util.TestHarness.reload(TestHarness.java:241)
	at org.apache.solr.search.TestReload.testGetRealtimeReload(TestReload.java:45)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:597)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1559)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$600(RandomizedRunner.java:79)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:737)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:773)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:787)
	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.TestRuleFieldCacheSanity$1.evaluate(TestRuleFieldCacheSanity.java:51)
	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:70)
	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:358)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:782)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:442)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:746)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:648)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:682)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:693)
	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 org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:43)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
	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:358)
	at java.lang.Thread.run(Thread.java:662)
Caused by: org.apache.solr.common.SolrException: Error Instantiating Update Handler, solr.DirectUpdateHandler2 failed to instantiate org.apache.solr.update.UpdateHandler
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:789)
	at org.apache.solr.core.SolrCore.reload(SolrCore.java:399)
	at org.apache.solr.core.CoreContainer.reload(CoreContainer.java:1149)
	... 42 more
Caused by: org.apache.solr.common.SolrException: Error Instantiating Update Handler, solr.DirectUpdateHandler2 failed to instantiate org.apache.solr.update.UpdateHandler
	at org.apache.solr.core.SolrCore.createReloadedUpdateHandler(SolrCore.java:556)
	at org.apache.solr.core.SolrCore.createUpdateHandler(SolrCore.java:584)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:776)
	... 44 more
Caused by: java.lang.reflect.InvocationTargetException
	at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
	at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
	at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
	at java.lang.reflect.Constructor.newInstance(Constructor.java:513)
	at org.apache.solr.core.SolrCore.createReloadedUpdateHandler(SolrCore.java:542)
	... 46 more
Caused by: java.lang.RuntimeException: java.io.IOException: Unable to delete file: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\solrtest-TestReload-1355628405214\tlog\tlog.0000000000000000001
	at org.apache.solr.update.UpdateHandler.<init>(UpdateHandler.java:125)
	at org.apache.solr.update.DirectUpdateHandler2.<init>(DirectUpdateHandler2.java:112)
	... 51 more
Caused by: java.io.IOException: Unable to delete file: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\solrtest-TestReload-1355628405214\tlog\tlog.0000000000000000001
	at org.apache.commons.io.FileUtils.forceDelete(FileUtils.java:1919)
	at org.apache.commons.io.FileUtils.cleanDirectory(FileUtils.java:1399)
	at org.apache.commons.io.FileUtils.deleteDirectory(FileUtils.java:1331)
	at org.apache.solr.update.UpdateHandler.clearLog(UpdateHandler.java:91)
	at org.apache.solr.update.UpdateHandler.<init>(UpdateHandler.java:123)
	... 52 more


FAILED:  junit.framework.TestSuite.org.apache.solr.search.TestReload

Error Message:
ERROR: SolrIndexSearcher opens=5 closes=4

Stack Trace:
java.lang.AssertionError: ERROR: SolrIndexSearcher opens=5 closes=4
	at __randomizedtesting.SeedInfo.seed([C0A522CD1F1DF546]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.apache.solr.SolrTestCaseJ4.endTrackingSearchers(SolrTestCaseJ4.java:243)
	at org.apache.solr.SolrTestCaseJ4.afterClass(SolrTestCaseJ4.java:97)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:597)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1559)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$600(RandomizedRunner.java:79)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:700)
	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 org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:43)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
	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:358)
	at java.lang.Thread.run(Thread.java:662)




Build Log:
[...truncated 7954 lines...]
[junit4:junit4] Suite: org.apache.solr.search.TestReload
[junit4:junit4]   2> 192 T10 oas.SolrTestCaseJ4.initCore ####initCore
[junit4:junit4]   2> Creating dataDir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\solrtest-TestReload-1355628405214
[junit4:junit4]   2> 315 T10 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test-files\solr\collection1\'
[junit4:junit4]   2> 323 T10 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-trunk-Windows/solr/build/solr-core/test-files/solr/collection1/lib/classes/' to classloader
[junit4:junit4]   2> 325 T10 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-trunk-Windows/solr/build/solr-core/test-files/solr/collection1/lib/README' to classloader
[junit4:junit4]   2> 1166 T10 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   2> 1358 T10 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig-tlog.xml
[junit4:junit4]   2> 1409 T10 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 1465 T10 oass.IndexSchema.readSchema Schema name=test
[junit4:junit4]   2> 3579 T10 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 3584 T10 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 3963 T10 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 3963 T10 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test-files\solr
[junit4:junit4]   2> 3964 T10 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test-files\solr\'
[junit4:junit4]   2> 4003 T10 oasc.CoreContainer.<init> New CoreContainer 24489446
[junit4:junit4]   2> 4157 T10 oasc.SolrCore.<init> [collection1] Opening new SolrCore at C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test-files\solr\collection1\, dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\solrtest-TestReload-1355628405214\
[junit4:junit4]   2> 4157 T10 oasc.SolrCore.<init> JMX monitoring not detected for core: collection1
[junit4:junit4]   2> 4176 T10 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 4287 T10 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\solrtest-TestReload-1355628405214 forceNew:false
[junit4:junit4]   2> 4288 T10 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\solrtest-TestReload-1355628405214
[junit4:junit4]   2> 4288 T10 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\solrtest-TestReload-1355628405214\index/
[junit4:junit4]   2> 4290 T10 oasc.SolrCore.initIndex WARNING [collection1] Solr index directory 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\solrtest-TestReload-1355628405214\index' doesn't exist. Creating new index...
[junit4:junit4]   2> 4318 T10 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\solrtest-TestReload-1355628405214\index forceNew:false
[junit4:junit4]   2> 4689 T10 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@1c1c92b lockFactory=org.apache.lucene.store.NativeFSLockFactory@12e7c6a),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 4690 T10 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 4694 T10 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\solrtest-TestReload-1355628405214\index
[junit4:junit4]   2> 5928 T10 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 5954 T10 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 5992 T10 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 5998 T10 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 6126 T10 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 6159 T10 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\solrtest-TestReload-1355628405214
[junit4:junit4]   2> 6207 T10 oass.SolrIndexSearcher.<init> Opening Searcher@6cef4 main
[junit4:junit4]   2> 6359 T10 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 6360 T10 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 6474 T10 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 0
[junit4:junit4]   2> 6474 T10 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 6475 T10 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 0
[junit4:junit4]   2> 6475 T10 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 6475 T10 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 6476 T10 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 6476 T10 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 6476 T10 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 6477 T10 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 6517 T10 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=0&connTimeout=0&retry=false
[junit4:junit4]   2> 7123 T10 oasc.CoreContainer.registerCore registering core: collection1
[junit4:junit4]   2> 7123 T14 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@6cef4 main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 7137 T10 oas.SolrTestCaseJ4.initCore ####initCore end
[junit4:junit4]   2> 7171 T10 oas.SolrTestCaseJ4.setUp ###Starting testGetRealtimeReload
[junit4:junit4]   2> ASYNC  NEW_CORE C0 name=collection1 org.apache.solr.core.SolrCore@1efc208
[junit4:junit4]   2> 7499 T10 C0 oasu.DirectUpdateHandler2.deleteAll [collection1] REMOVING ALL DOCUMENTS FROM INDEX
[junit4:junit4]   2> 7503 T10 C0 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\solrtest-TestReload-1355628405214
[junit4:junit4]   2> 7508 T10 C0 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits:num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@1c1c92b lockFactory=org.apache.lucene.store.NativeFSLockFactory@12e7c6a),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 7509 T10 C0 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 7510 T10 C0 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\solrtest-TestReload-1355628405214
[junit4:junit4]   2> 7510 T10 C0 oass.SolrIndexSearcher.<init> Opening Searcher@1dd7bc5 realtime
[junit4:junit4]   2> 7522 T10 C0 REQ [collection1] webapp=null path=null params={_version_=-9223372036854775807&update.distrib=FROMLEADER&versions=true&wt=json&indent=true} status=0 QTime=261 
[junit4:junit4]   2> 7837 T10 C0 oasu.DirectUpdateHandler2.commit start commit{flags=0,_version_=0,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false}
[junit4:junit4]   2> 7838 T10 C0 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=2
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@1c1c92b lockFactory=org.apache.lucene.store.NativeFSLockFactory@12e7c6a),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@1c1c92b lockFactory=org.apache.lucene.store.NativeFSLockFactory@12e7c6a),segFN=segments_2,generation=2,filenames=[segments_2]
[junit4:junit4]   2> 7838 T10 C0 oasc.SolrDeletionPolicy.updateCommits newest commit = 2[segments_2]
[junit4:junit4]   2> 7838 T10 C0 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\solrtest-TestReload-1355628405214
[junit4:junit4]   2> 7840 T10 C0 oass.SolrIndexSearcher.<init> Opening Searcher@102679a main
[junit4:junit4]   2> 7840 T10 C0 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\solrtest-TestReload-1355628405214\index
[junit4:junit4]   2> 7846 T10 C0 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4:junit4]   2> 7854 T14 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@102679a main{StandardDirectoryReader(segments_1:2:nrt)}
[junit4:junit4]   2> 7855 T14 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\solrtest-TestReload-1355628405214\index
[junit4:junit4]   2> 7860 T10 C0 UPDATE [collection1] webapp=null path=null params={} {commit=} 0 271
[junit4:junit4]   2> 8181 T10 C0 UPDATE [collection1] webapp=null path=null params={versions=true&wt=json&indent=true} {add=[1 (1421479418717536256)]} 0 275
[junit4:junit4]   2> 8195 T10 C0 oasu.DirectUpdateHandler2.commit start commit{flags=0,_version_=0,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=true}
[junit4:junit4]   2> 8196 T10 C0 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\solrtest-TestReload-1355628405214
[junit4:junit4]   2> 8751 T10 C0 oass.SolrIndexSearcher.<init> Opening Searcher@e1eae7 main
[junit4:junit4]   2> 8752 T10 C0 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4:junit4]   2> 8755 T14 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@e1eae7 main{StandardDirectoryReader(segments_2:4:nrt _0(5.0):C1)}
[junit4:junit4]   2> 8756 T14 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\solrtest-TestReload-1355628405214\index
[junit4:junit4]   2> 8756 T10 C0 UPDATE [collection1] webapp=null path=null params={} {commit=} 0 561
[junit4:junit4]   2> 8861 T10 C0 REQ [collection1] webapp=null path=null params={id=1&qt=/get} status=0 QTime=88 
[junit4:junit4]   2> 8865 T10 oasc.CoreContainer.reload Reloading SolrCore 'collection1' using instanceDir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test-files\solr\collection1
[junit4:junit4]   2> 8866 T10 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test-files\solr\collection1\'
[junit4:junit4]   2> 8869 T10 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-trunk-Windows/solr/build/solr-core/test-files/solr/collection1/lib/classes/' to classloader
[junit4:junit4]   2> 8871 T10 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-trunk-Windows/solr/build/solr-core/test-files/solr/collection1/lib/README' to classloader
[junit4:junit4]   2> 8963 T10 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   2> 9064 T10 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig-tlog.xml
[junit4:junit4]   2> 9066 T10 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 9097 T10 oass.IndexSchema.readSchema Schema name=test
[junit4:junit4]   2> 10029 T10 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 10036 T10 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 10067 T10 oasc.SolrCore.<init> [collection1] Opening new SolrCore at C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test-files\solr\collection1\, dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\solrtest-TestReload-1355628405214\
[junit4:junit4]   2> 10067 T10 oasc.SolrCore.<init> JMX monitoring not detected for core: collection1
[junit4:junit4]   2> 10069 T10 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\solrtest-TestReload-1355628405214
[junit4:junit4]   2> 10069 T10 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\solrtest-TestReload-1355628405214\index/
[junit4:junit4]   2> 10072 T10 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 10074 T10 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 10075 T10 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 10075 T10 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 10089 T10 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 10097 T10 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\solrtest-TestReload-1355628405214
[junit4:junit4]   2> 10099 T10 oass.SolrIndexSearcher.<init> Opening Searcher@1e090ee main
[junit4:junit4]   2> 10116 T10 oasc.SolrCore.close [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@cd2192
[junit4:junit4]   2> 10116 T15 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@1e090ee main{StandardDirectoryReader(segments_2:4:nrt _0(5.0):C1)}
[junit4:junit4]   2> 10117 T10 oasc.SolrCore.decrefSolrCoreState Closing SolrCoreState
[junit4:junit4]   2> 10117 T10 oasu.DefaultSolrCoreState.closeIndexWriter SolrCoreState ref count has reached 0 - closing IndexWriter
[junit4:junit4]   2> 10118 T10 oasu.DefaultSolrCoreState.closeIndexWriter closing IndexWriter...
[junit4:junit4]   2> 10119 T10 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=2
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@1c1c92b lockFactory=org.apache.lucene.store.NativeFSLockFactory@12e7c6a),segFN=segments_2,generation=2,filenames=[segments_2]
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@1c1c92b lockFactory=org.apache.lucene.store.NativeFSLockFactory@12e7c6a),segFN=segments_3,generation=3,filenames=[_0.fnm, _0.tim, _0.fdx, _0.si, _0.doc, _0.tip, _0.fdt, segments_3]
[junit4:junit4]   2> 10119 T10 oasc.SolrDeletionPolicy.updateCommits newest commit = 3[_0.fnm, _0.tim, _0.fdx, _0.si, _0.doc, _0.tip, _0.fdt, segments_3]
[junit4:junit4]   2> 10122 T10 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\solrtest-TestReload-1355628405214\index
[junit4:junit4]   2> 10123 T10 oasc.SolrCore.closeSearcher [collection1] Closing main searcher on request.
[junit4:junit4]   2> 10123 T10 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\solrtest-TestReload-1355628405214\index
[junit4:junit4]   2> 10124 T10 oasc.CachingDirectoryFactory.close Closing directory when closing factory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\solrtest-TestReload-1355628405214
[junit4:junit4]   2> 131725 T10 oasc.CachingDirectoryFactory.close SEVERE Timeout waiting for all directory ref counts to be released
[junit4:junit4]   2> 131726 T10 oasc.SolrException.log SEVERE Error closing directory:java.lang.AssertionError: 1
[junit4:junit4]   2> 		at org.apache.solr.core.CachingDirectoryFactory.close(CachingDirectoryFactory.java:139)
[junit4:junit4]   2> 		at org.apache.solr.core.SolrCore.close(SolrCore.java:1017)
[junit4:junit4]   2> 		at org.apache.solr.core.SolrCore.<init>(SolrCore.java:788)
[junit4:junit4]   2> 		at org.apache.solr.core.SolrCore.reload(SolrCore.java:399)
[junit4:junit4]   2> 		at org.apache.solr.core.CoreContainer.reload(CoreContainer.java:1149)
[junit4:junit4]   2> 		at org.apache.solr.util.TestHarness.reload(TestHarness.java:241)
[junit4:junit4]   2> 		at org.apache.solr.search.TestReload.testGetRealtimeReload(TestReload.java:45)
[junit4:junit4]   2> 		at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[junit4:junit4]   2> 		at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
[junit4:junit4]   2> 		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
[junit4:junit4]   2> 		at java.lang.reflect.Method.invoke(Method.java:597)
[junit4:junit4]   2> 		at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1559)
[junit4:junit4]   2> 		at com.carrotsearch.randomizedtesting.RandomizedRunner.access$600(RandomizedRunner.java:79)
[junit4:junit4]   2> 		at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:737)
[junit4:junit4]   2> 		at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:773)
[junit4:junit4]   2> 		at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:787)
[junit4:junit4]   2> 		at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
[junit4:junit4]   2> 		at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
[junit4:junit4]   2> 		at org.apache.lucene.util.TestRuleFieldCacheSanity$1.evaluate(TestRuleFieldCacheSanity.java:51)
[junit4:junit4]   2> 		at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
[junit4:junit4]   2> 		at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
[junit4:junit4]   2> 		at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
[junit4:junit4]   2> 		at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
[junit4:junit4]   2> 		at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
[junit4:junit4]   2> 		at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4:junit4]   2> 		at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
[junit4:junit4]   2> 		at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:782)
[junit4:junit4]   2> 		at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:442)
[junit4:junit4]   2> 		at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:746)
[junit4:junit4]   2> 		at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:648)
[junit4:junit4]   2> 		at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:682)
[junit4:junit4]   2> 		at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:693)
[junit4:junit4]   2> 		at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4:junit4]   2> 		at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
[junit4:junit4]   2> 		at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
[junit4:junit4]   2> 		at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
[junit4:junit4]   2> 		at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
[junit4:junit4]   2> 		at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
[junit4:junit4]   2> 		at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
[junit4:junit4]   2> 		at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4:junit4]   2> 		at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:43)
[junit4:junit4]   2> 		at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
[junit4:junit4]   2> 		at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
[junit4:junit4]   2> 		at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
[junit4:junit4]   2> 		at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4:junit4]   2> 		at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
[junit4:junit4]   2> 		at java.lang.Thread.run(Thread.java:662)
[junit4:junit4]   2> 	
[junit4:junit4]   2> 131728 T10 oasc.CoreContainer.recordAndThrow SEVERE Unable to reload core: collection1 org.apache.solr.common.SolrException: Error Instantiating Update Handler, solr.DirectUpdateHandler2 failed to instantiate org.apache.solr.update.UpdateHandler
[junit4:junit4]   2> 	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:789)
[junit4:junit4]   2> 	at org.apache.solr.core.SolrCore.reload(SolrCore.java:399)
[junit4:junit4]   2> 	at org.apache.solr.core.CoreContainer.reload(CoreContainer.java:1149)
[junit4:junit4]   2> 	at org.apache.solr.util.TestHarness.reload(TestHarness.java:241)
[junit4:junit4]   2> 	at org.apache.solr.search.TestReload.testGetRealtimeReload(TestReload.java:45)
[junit4:junit4]   2> 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[junit4:junit4]   2> 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
[junit4:junit4]   2> 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
[junit4:junit4]   2> 	at java.lang.reflect.Method.invoke(Method.java:597)
[junit4:junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1559)
[junit4:junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$600(RandomizedRunner.java:79)
[junit4:junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:737)
[junit4:junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:773)
[junit4:junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:787)
[junit4:junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
[junit4:junit4]   2> 	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
[junit4:junit4]   2> 	at org.apache.lucene.util.TestRuleFieldCacheSanity$1.evaluate(TestRuleFieldCacheSanity.java:51)
[junit4:junit4]   2> 	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
[junit4:junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
[junit4:junit4]   2> 	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
[junit4:junit4]   2> 	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
[junit4:junit4]   2> 	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
[junit4:junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4:junit4]   2> 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
[junit4:junit4]   2> 	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:782)
[junit4:junit4]   2> 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:442)
[junit4:junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:746)
[junit4:junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:648)
[junit4:junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:682)
[junit4:junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:693)
[junit4:junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4:junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
[junit4:junit4]   2> 	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
[junit4:junit4]   2> 	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
[junit4:junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
[junit4:junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
[junit4:junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
[junit4:junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4:junit4]   2> 	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:43)
[junit4:junit4]   2> 	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
[junit4:junit4]   2> 	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
[junit4:junit4]   2> 	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
[junit4:junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4:junit4]   2> 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
[junit4:junit4]   2> 	at java.lang.Thread.run(Thread.java:662)
[junit4:junit4]   2> Caused by: org.apache.solr.common.SolrException: Error Instantiating Update Handler, solr.DirectUpdateHandler2 failed to instantiate org.apache.solr.update.UpdateHandler
[junit4:junit4]   2> 	at org.apache.solr.core.SolrCore.createReloadedUpdateHandler(SolrCore.java:556)
[junit4:junit4]   2> 	at org.apache.solr.core.SolrCore.createUpdateHandler(SolrCore.java:584)
[junit4:junit4]   2> 	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:776)
[junit4:junit4]   2> 	... 44 more
[junit4:junit4]   2> Caused by: java.lang.reflect.InvocationTargetException
[junit4:junit4]   2> 	at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
[junit4:junit4]   2> 	at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
[junit4:junit4]   2> 	at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
[junit4:junit4]   2> 	at java.lang.reflect.Constructor.newInstance(Constructor.java:513)
[junit4:junit4]   2> 	at org.apache.solr.core.SolrCore.createReloadedUpdateHandler(SolrCore.java:542)
[junit4:junit4]   2> 	... 46 more
[junit4:junit4]   2> Caused by: java.lang.RuntimeException: java.io.IOException: Unable to delete file: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\solrtest-TestReload-1355628405214\tlog\tlog.0000000000000000001
[junit4:junit4]   2> 	at org.apache.solr.update.UpdateHandler.<init>(UpdateHandler.java:125)
[junit4:junit4]   2> 	at org.apache.solr.update.DirectUpdateHandler2.<init>(DirectUpdateHandler2.java:112)
[junit4:junit4]   2> 	... 51 more
[junit4:junit4]   2> Caused by: java.io.IOException: Unable to delete file: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\solrtest-TestReload-1355628405214\tlog\tlog.0000000000000000001
[junit4:junit4]   2> 	at org.apache.commons.io.FileUtils.forceDelete(FileUtils.java:1919)
[junit4:junit4]   2> 	at org.apache.commons.io.FileUtils.cleanDirectory(FileUtils.java:1399)
[junit4:junit4]   2> 	at org.apache.commons.io.FileUtils.deleteDirectory(FileUtils.java:1331)
[junit4:junit4]   2> 	at org.apache.solr.update.UpdateHandler.clearLog(UpdateHandler.java:91)
[junit4:junit4]   2> 	at org.apache.solr.update.UpdateHandler.<init>(UpdateHandler.java:123)
[junit4:junit4]   2> 	... 52 more
[junit4:junit4]   2> 
[junit4:junit4]   2> 131735 T10 oas.SolrTestCaseJ4.tearDown ###Ending testGetRealtimeReload
[junit4:junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestReload -Dtests.method=testGetRealtimeReload -Dtests.seed=C0A522CD1F1DF546 -Dtests.slow=true -Dtests.locale=ar_DZ -Dtests.timezone=Etc/GMT-10 -Dtests.file.encoding=US-ASCII
[junit4:junit4] ERROR    125s | TestReload.testGetRealtimeReload <<<
[junit4:junit4]    > Throwable #1: org.apache.solr.common.SolrException: Unable to reload core: collection1
[junit4:junit4]    > 	at __randomizedtesting.SeedInfo.seed([C0A522CD1F1DF546:AB6405740AFCB94E]:0)
[junit4:junit4]    > 	at org.apache.solr.core.CoreContainer.recordAndThrow(CoreContainer.java:1606)
[junit4:junit4]    > 	at org.apache.solr.core.CoreContainer.reload(CoreContainer.java:1160)
[junit4:junit4]    > 	at org.apache.solr.util.TestHarness.reload(TestHarness.java:241)
[junit4:junit4]    > 	at org.apache.solr.search.TestReload.testGetRealtimeReload(TestReload.java:45)
[junit4:junit4]    > 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[junit4:junit4]    > 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
[junit4:junit4]    > 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
[junit4:junit4]    > 	at java.lang.reflect.Method.invoke(Method.java:597)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1559)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$600(RandomizedRunner.java:79)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:737)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:773)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:787)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleFieldCacheSanity$1.evaluate(TestRuleFieldCacheSanity.java:51)
[junit4:junit4]    > 	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:782)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:442)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:746)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:648)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:682)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:693)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
[junit4:junit4]    > 	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:43)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
[junit4:junit4]    > 	at java.lang.Thread.run(Thread.java:662)
[junit4:junit4]    > Caused by: org.apache.solr.common.SolrException: Error Instantiating Update Handler, solr.DirectUpdateHandler2 failed to instantiate org.apache.solr.update.UpdateHandler
[junit4:junit4]    > 	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:789)
[junit4:junit4]    > 	at org.apache.solr.core.SolrCore.reload(SolrCore.java:399)
[junit4:junit4]    > 	at org.apache.solr.core.CoreContainer.reload(CoreContainer.java:1149)
[junit4:junit4]    > 	... 42 more
[junit4:junit4]    > Caused by: org.apache.solr.common.SolrException: Error Instantiating Update Handler, solr.DirectUpdateHandler2 failed to instantiate org.apache.solr.update.UpdateHandler
[junit4:junit4]    > 	at org.apache.solr.core.SolrCore.createReloadedUpdateHandler(SolrCore.java:556)
[junit4:junit4]    > 	at org.apache.solr.core.SolrCore.createUpdateHandler(SolrCore.java:584)
[junit4:junit4]    > 	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:776)
[junit4:junit4]    > 	... 44 more
[junit4:junit4]    > Caused by: java.lang.reflect.InvocationTargetException
[junit4:junit4]    > 	at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
[junit4:junit4]    > 	at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
[junit4:junit4]    > 	at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
[junit4:junit4]    > 	at java.lang.reflect.Constructor.newInstance(Constructor.java:513)
[junit4:junit4]    > 	at org.apache.solr.core.SolrCore.createReloadedUpdateHandler(SolrCore.java:542)
[junit4:junit4]    > 	... 46 more
[junit4:junit4]    > Caused by: java.lang.RuntimeException: java.io.IOException: Unable to delete file: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\solrtest-TestReload-1355628405214\tlog\tlog.0000000000000000001
[junit4:junit4]    > 	at org.apache.solr.update.UpdateHandler.<init>(UpdateHandler.java:125)
[junit4:junit4]    > 	at org.apache.solr.update.DirectUpdateHandler2.<init>(DirectUpdateHandler2.java:112)
[junit4:junit4]    > 	... 51 more
[junit4:junit4]    > Caused by: java.io.IOException: Unable to delete file: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\solrtest-TestReload-1355628405214\tlog\tlog.0000000000000000001
[junit4:junit4]    > 	at org.apache.commons.io.FileUtils.forceDelete(FileUtils.java:1919)
[junit4:junit4]    > 	at org.apache.commons.io.FileUtils.cleanDirectory(FileUtils.java:1399)
[junit4:junit4]    > 	at org.apache.commons.io.FileUtils.deleteDirectory(FileUtils.java:1331)
[junit4:junit4]    > 	at org.apache.solr.update.UpdateHandler.clearLog(UpdateHandler.java:91)
[junit4:junit4]    > 	at org.apache.solr.update.UpdateHandler.<init>(UpdateHandler.java:123)
[junit4:junit4]    > 	... 52 more
[junit4:junit4]   2> 131847 T10 oas.SolrTestCaseJ4.deleteCore ###deleteCore
[junit4:junit4]   2> 131847 T10 oasc.CoreContainer.shutdown Shutting down CoreContainer instance=24489446
[junit4:junit4]   2> 131847 T10 oasc.SolrCore.close [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@1efc208
[junit4:junit4]   2> 131849 T10 oasu.DirectUpdateHandler2.close closing DirectUpdateHandler2{commits=2,autocommits=0,soft autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=1,adds=0,deletesById=0,deletesByQuery=0,errors=1,cumulative_adds=1,cumulative_deletesById=0,cumulative_deletesByQuery=1,cumulative_errors=1}
[junit4:junit4]   2> 131850 T10 oasc.SolrCore.closeSearcher [collection1] Closing main searcher on request.
[junit4:junit4]   2> 131851 T10 oasc.SolrException.log SEVERE Error closing searcher:org.apache.solr.core.SolrCore$8@1b0de2e:java.lang.IllegalArgumentException: Unknown directory: MockDirWrapper(org.apache.lucene.store.RAMDirectory@1c1c92b lockFactory=org.apache.lucene.store.NativeFSLockFactory@12e7c6a) {}
[junit4:junit4]   2> 		at org.apache.solr.core.CachingDirectoryFactory.close(CachingDirectoryFactory.java:158)
[junit4:junit4]   2> 		at org.apache.solr.core.CachingDirectoryFactory.release(CachingDirectoryFactory.java:335)
[junit4:junit4]   2> 		at org.apache.solr.search.SolrIndexSearcher.close(SolrIndexSearcher.java:287)
[junit4:junit4]   2> 		at org.apache.solr.core.SolrCore$8.close(SolrCore.java:1714)
[junit4:junit4]   2> 		at org.apache.solr.util.RefCounted.decref(RefCounted.java:57)
[junit4:junit4]   2> 		at org.apache.solr.core.SolrCore.closeSearcher(SolrCore.java:1785)
[junit4:junit4]   2> 		at org.apache.solr.core.SolrCore.close(SolrCore.java:1008)
[junit4:junit4]   2> 		at org.apache.solr.core.CoreContainer.shutdown(CoreContainer.java:731)
[junit4:junit4]   2> 		at org.apache.solr.util.TestHarness.close(TestHarness.java:448)
[junit4:junit4]   2> 		at org.apache.solr.SolrTestCaseJ4.deleteCore(SolrTestCaseJ4.java:415)
[junit4:junit4]   2> 		at org.apache.solr.SolrTestCaseJ4.afterClass(SolrTestCaseJ4.java:95)
[junit4:junit4]   2> 		at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[junit4:junit4]   2> 		at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
[junit4:junit4]   2> 		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
[junit4:junit4]   2> 		at java.lang.reflect.Method.invoke(Method.java:597)
[junit4:junit4]   2> 		at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1559)
[junit4:junit4]   2> 		at com.carrotsearch.randomizedtesting.RandomizedRunner.access$600(RandomizedRunner.java:79)
[junit4:junit4]   2> 		at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:700)
[junit4:junit4]   2> 		at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4:junit4]   2> 		at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
[junit4:junit4]   2> 		at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
[junit4:junit4]   2> 		at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
[junit4:junit4]   2> 		at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
[junit4:junit4]   2> 		at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
[junit4:junit4]   2> 		at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
[junit4:junit4]   2> 		at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4:junit4]   2> 		at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:43)
[junit4:junit4]   2> 		at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
[junit4:junit4]   2> 		at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
[junit4:junit4]   2> 		at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
[junit4:junit4]   2> 		at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4:junit4]   2> 		at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
[junit4:junit4]   2> 		at java.lang.Thread.run(Thread.java:662)
[junit4:junit4]   2> 	
[junit4:junit4]   2> !!!! WARNING: best effort to remove C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\solrtest-TestReload-1355628405214\tlog\tlog.0000000000000000001 FAILED !!!!!
[junit4:junit4]   2> !!!! WARNING: best effort to remove C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\solrtest-TestReload-1355628405214\tlog FAILED !!!!!
[junit4:junit4]   2> !!!! WARNING: best effort to remove C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\solrtest-TestReload-1355628405214 FAILED !!!!!
[junit4:junit4]   2> 252890 T10 oas.SolrTestCaseJ4.endTrackingSearchers SEVERE ERROR: SolrIndexSearcher opens=5 closes=4
[junit4:junit4]   2> NOTE: test params are: codec=Asserting, sim=DefaultSimilarity, locale=ar_DZ, timezone=Etc/GMT-10
[junit4:junit4]   2> NOTE: Windows 7 6.1 x86/Sun Microsystems Inc. 1.6.0_37 (32-bit)/cpus=2,threads=3,free=7120104,total=16252928
[junit4:junit4]   2> NOTE: All tests run in this JVM: [TestReload]
[junit4:junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestReload -Dtests.seed=C0A522CD1F1DF546 -Dtests.slow=true -Dtests.locale=ar_DZ -Dtests.timezone=Etc/GMT-10 -Dtests.file.encoding=US-ASCII
[junit4:junit4] ERROR   0.00s | TestReload (suite) <<<
[junit4:junit4]    > Throwable #1: java.lang.AssertionError: ERROR: SolrIndexSearcher opens=5 closes=4
[junit4:junit4]    > 	at __randomizedtesting.SeedInfo.seed([C0A522CD1F1DF546]:0)
[junit4:junit4]    > 	at org.junit.Assert.fail(Assert.java:93)
[junit4:junit4]    > 	at org.apache.solr.SolrTestCaseJ4.endTrackingSearchers(SolrTestCaseJ4.java:243)
[junit4:junit4]    > 	at org.apache.solr.SolrTestCaseJ4.afterClass(SolrTestCaseJ4.java:97)
[junit4:junit4]    > 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[junit4:junit4]    > 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
[junit4:junit4]    > 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
[junit4:junit4]    > 	at java.lang.reflect.Method.invoke(Method.java:597)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1559)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$600(RandomizedRunner.java:79)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:700)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
[junit4:junit4]    > 	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:43)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
[junit4:junit4]    > 	at java.lang.Thread.run(Thread.java:662)
[junit4:junit4] Completed in 254.42s, 1 test, 1 failure, 1 error <<< FAILURES!

[...truncated 748 lines...]
BUILD FAILED
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\build.xml:353: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\build.xml:39: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build.xml:178: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\common-build.xml:438: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\lucene\common-build.xml:1175: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\lucene\common-build.xml:840: There were test failures: 241 suites, 1006 tests, 1 suite-level error, 1 error, 12 ignored (7 assumptions)

Total time: 47 minutes 21 seconds
Build step 'Invoke Ant' marked build as failure
Archiving artifacts
Recording test results
Description set: Java: 32bit/jdk1.6.0_37 -client -XX:+UseSerialGC
Email was triggered for: Failure
Sending email for trigger: Failure



[JENKINS] Lucene-Solr-trunk-Windows (64bit/jdk1.7.0_09) - Build # 2191 - Still Failing!

Posted by Policeman Jenkins Server <je...@sd-datasolutions.de>.
Build: http://jenkins.sd-datasolutions.de/job/Lucene-Solr-trunk-Windows/2191/
Java: 64bit/jdk1.7.0_09 -XX:+UseConcMarkSweepGC

1 tests failed.
FAILED:  org.apache.solr.client.solrj.embedded.TestSolrProperties.testProperties

Error Message:
No such core: renamed_core

Stack Trace:
org.apache.solr.common.SolrException: No such core: renamed_core
	at __randomizedtesting.SeedInfo.seed([1B193CF44DF0FE10:52684FFE4BDFC6AE]:0)
	at org.apache.solr.client.solrj.embedded.EmbeddedSolrServer.request(EmbeddedSolrServer.java:112)
	at org.apache.solr.client.solrj.request.CoreAdminRequest.process(CoreAdminRequest.java:429)
	at org.apache.solr.client.solrj.request.CoreAdminRequest.persist(CoreAdminRequest.java:498)
	at org.apache.solr.client.solrj.embedded.TestSolrProperties.testProperties(TestSolrProperties.java:246)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:601)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1559)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$600(RandomizedRunner.java:79)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:737)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:773)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:787)
	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.TestRuleFieldCacheSanity$1.evaluate(TestRuleFieldCacheSanity.java:51)
	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:70)
	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:358)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:782)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:442)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:746)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:648)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:682)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:693)
	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 org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:43)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
	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:358)
	at java.lang.Thread.run(Thread.java:722)




Build Log:
[...truncated 9753 lines...]
[junit4:junit4] Suite: org.apache.solr.client.solrj.embedded.TestSolrProperties
[junit4:junit4]   2> 3020 T411 oasc.CoreContainer.<init> New CoreContainer 1677168745
[junit4:junit4]   2> 3020 T411 oasc.CoreContainer.load Loading CoreContainer using Solr Home: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\solrj\src\test-files\solrj\solr\shared'
[junit4:junit4]   2> 3021 T411 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\solrj\src\test-files\solrj\solr\shared\'
[junit4:junit4]   2> 3090 T411 oasc.CoreContainer.load Registering Log Listener
[junit4:junit4]   2> 3134 T413 oasc.CoreContainer.create Creating SolrCore 'core0' using instanceDir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\solrj\src\test-files\solrj\solr\shared\.
[junit4:junit4]   2> 3140 T414 oasc.CoreContainer.create Creating SolrCore 'core1' using instanceDir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\solrj\src\test-files\solrj\solr\shared\.
[junit4:junit4]   2> 3140 T414 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\solrj\src\test-files\solrj\solr\shared\.\'
[junit4:junit4]   2> 3141 T413 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\solrj\src\test-files\solrj\solr\shared\.\'
[junit4:junit4]   2> 3142 T412 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\solrj\src\test-files\solrj\solr\shared\.
[junit4:junit4]   2> 3142 T412 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\solrj\src\test-files\solrj\solr\shared\.\'
[junit4:junit4]   2> 3225 T414 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   2> 3240 T412 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   2> 3243 T413 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   2> 3338 T413 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 3339 T413 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 3344 T413 oass.IndexSchema.readSchema Schema name=example core EN
[junit4:junit4]   2> 3349 T412 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 3349 T412 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 3359 T412 oass.IndexSchema.readSchema Schema name=example core 
[junit4:junit4]   2> 3405 T414 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 3406 T414 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 3411 T413 oass.IndexSchema.readSchema default search field in schema is name
[junit4:junit4]   2> 3413 T413 oass.IndexSchema.readSchema query parser default operator is OR
[junit4:junit4]   2> 3414 T414 oass.IndexSchema.readSchema Schema name=example core FR
[junit4:junit4]   2> 3415 T413 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 3418 T413 oasc.SolrCore.<init> [core0] Opening new SolrCore at C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\solrj\src\test-files\solrj\solr\shared\.\, dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355672228218/data/EN-3.5\
[junit4:junit4]   2> 3418 T413 oasc.SolrCore.<init> JMX monitoring not detected for core: core0
[junit4:junit4]   2> 3425 T413 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 3426 T413 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355672228218\data\EN-3.5 forceNew:false
[junit4:junit4]   2> 3426 T413 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355672228218\data\EN-3.5
[junit4:junit4]   2> 3426 T413 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355672228218/data/EN-3.5\index/
[junit4:junit4]   2> 3435 T413 oasc.SolrCore.initIndex WARNING [core0] Solr index directory 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355672228218\data\EN-3.5\index' doesn't exist. Creating new index...
[junit4:junit4]   2> 3446 T413 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355672228218\data\EN-3.5\index forceNew:false
[junit4:junit4]   2> 3459 T412 oass.IndexSchema.readSchema default search field in schema is name
[junit4:junit4]   2> 3461 T413 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@3c5ce2a8 lockFactory=org.apache.lucene.store.NativeFSLockFactory@5f2c1393),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 3461 T413 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 3461 T412 oass.IndexSchema.readSchema query parser default operator is OR
[junit4:junit4]   2> 3462 T413 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355672228218\data\EN-3.5\index
[junit4:junit4]   2> 3464 T413 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 3465 T413 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 3466 T413 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 3467 T412 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 3471 T412 oasc.SolrCore.<init> [collection1] Opening new SolrCore at C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\solrj\src\test-files\solrj\solr\shared\.\, dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355672228218/data/-1.3\
[junit4:junit4]   2> 3471 T412 oasc.SolrCore.<init> JMX monitoring not detected for core: collection1
[junit4:junit4]   2> 3472 T412 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 3472 T412 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355672228218\data\-1.3 forceNew:false
[junit4:junit4]   2> 3472 T412 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355672228218\data\-1.3
[junit4:junit4]   2> 3473 T412 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355672228218/data/-1.3\index/
[junit4:junit4]   2> 3477 T413 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 3481 T413 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355672228218\data\EN-3.5
[junit4:junit4]   2> 3481 T413 oass.SolrIndexSearcher.<init> Opening Searcher@2ccb92fa main
[junit4:junit4]   2> 3484 T413 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 3484 T413 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 3485 T413 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 0
[junit4:junit4]   2> 3485 T413 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 3485 T413 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 0
[junit4:junit4]   2> 3485 T413 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 3485 T413 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 3486 T413 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 3486 T413 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 3486 T413 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 3486 T413 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 3486 T413 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=0&connTimeout=0&retry=false
[junit4:junit4]   2> 3491 T412 oasc.SolrCore.initIndex WARNING [collection1] Solr index directory 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355672228218\data\-1.3\index' doesn't exist. Creating new index...
[junit4:junit4]   2> 3503 T412 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355672228218\data\-1.3\index forceNew:false
[junit4:junit4]   2> 3509 T412 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@36ff3f31 lockFactory=org.apache.lucene.store.NativeFSLockFactory@4cd8b18),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 3510 T412 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 3512 T414 oass.IndexSchema.readSchema default search field in schema is name
[junit4:junit4]   2> 3514 T414 oass.IndexSchema.readSchema query parser default operator is OR
[junit4:junit4]   2> 3514 T413 oasc.CoreContainer.registerCore registering core: core0
[junit4:junit4]   2> 3515 T414 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 3516 T415 oasc.SolrCore.registerSearcher [core0] Registered new searcher Searcher@2ccb92fa main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 3516 T412 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355672228218\data\-1.3\index
[junit4:junit4]   2> 3518 T412 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 3519 T412 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 3520 T412 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 3522 T414 oasc.SolrCore.<init> [core1] Opening new SolrCore at C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\solrj\src\test-files\solrj\solr\shared\.\, dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355672228218/data/FR-2.4\
[junit4:junit4]   2> 3522 T414 oasc.SolrCore.<init> JMX monitoring not detected for core: core1
[junit4:junit4]   2> 3522 T414 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 3523 T414 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355672228218\data\FR-2.4 forceNew:false
[junit4:junit4]   2> 3523 T414 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355672228218\data\FR-2.4
[junit4:junit4]   2> 3523 T414 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355672228218/data/FR-2.4\index/
[junit4:junit4]   2> 3525 T414 oasc.SolrCore.initIndex WARNING [core1] Solr index directory 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355672228218\data\FR-2.4\index' doesn't exist. Creating new index...
[junit4:junit4]   2> 3527 T414 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355672228218\data\FR-2.4\index forceNew:false
[junit4:junit4]   2> 3532 T414 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@253c2a95 lockFactory=org.apache.lucene.store.NativeFSLockFactory@1cbdaf54),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 3532 T414 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 3533 T414 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355672228218\data\FR-2.4\index
[junit4:junit4]   2> 3534 T412 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 3535 T414 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 3535 T414 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 3536 T414 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 3543 T412 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355672228218\data\-1.3
[junit4:junit4]   2> 3544 T412 oass.SolrIndexSearcher.<init> Opening Searcher@29059ca1 main
[junit4:junit4]   2> 3549 T414 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 3555 T414 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355672228218\data\FR-2.4
[junit4:junit4]   2> 3555 T414 oass.SolrIndexSearcher.<init> Opening Searcher@2484e46c main
[junit4:junit4]   2> 3559 T414 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 3559 T414 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 3561 T412 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 3564 T412 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 3565 T417 oasc.SolrCore.registerSearcher [core1] Registered new searcher Searcher@2484e46c main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 3566 T414 oasc.CoreContainer.registerCore registering core: core1
[junit4:junit4]   2> 3571 T416 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@29059ca1 main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 3571 T412 oasc.CoreContainer.registerCore registering core: collection1
[junit4:junit4]   2> ASYNC  NEW_CORE C27 name=core0 org.apache.solr.core.SolrCore@196008b8
[junit4:junit4]   2> 3572 T411 C27 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355672228218\data\EN-3.5
[junit4:junit4]   2> 3575 T411 C27 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits:num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@3c5ce2a8 lockFactory=org.apache.lucene.store.NativeFSLockFactory@5f2c1393),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 3577 T411 C27 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 3580 T411 C27 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355672228218\data\EN-3.5
[junit4:junit4]   2> 3580 T411 C27 oass.SolrIndexSearcher.<init> Opening Searcher@2e86563d realtime
[junit4:junit4]   2> 3581 T411 C27 oasu.DirectUpdateHandler2.commit start commit{flags=0,_version_=0,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false}
[junit4:junit4]   2> 3581 T411 C27 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=2
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@3c5ce2a8 lockFactory=org.apache.lucene.store.NativeFSLockFactory@5f2c1393),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@3c5ce2a8 lockFactory=org.apache.lucene.store.NativeFSLockFactory@5f2c1393),segFN=segments_2,generation=2,filenames=[segments_2]
[junit4:junit4]   2> 3581 T411 C27 oasc.SolrDeletionPolicy.updateCommits newest commit = 2[segments_2]
[junit4:junit4]   2> 3582 T411 C27 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355672228218\data\EN-3.5
[junit4:junit4]   2> 3582 T411 C27 oass.SolrIndexSearcher.<init> Opening Searcher@4e8caf77 main
[junit4:junit4]   2> 3583 T411 C27 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355672228218\data\EN-3.5\index
[junit4:junit4]   2> 3583 T411 C27 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4:junit4]   2> 3584 T415 oasc.SolrCore.registerSearcher [core0] Registered new searcher Searcher@4e8caf77 main{StandardDirectoryReader(segments_1:1:nrt)}
[junit4:junit4]   2> 3585 T415 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355672228218\data\EN-3.5\index
[junit4:junit4]   2> 3585 T411 C27 UPDATE [core0] webapp=null path=/update params={commit=true&softCommit=false&waitSearcher=true} {deleteByQuery=*:* (-1421525362957877248),commit=} 0 14
[junit4:junit4]   2> ASYNC  NEW_CORE C28 name=core1 org.apache.solr.core.SolrCore@76bcf61f
[junit4:junit4]   2> 3586 T411 C28 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355672228218\data\FR-2.4
[junit4:junit4]   2> 3590 T411 C28 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits:num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@253c2a95 lockFactory=org.apache.lucene.store.NativeFSLockFactory@1cbdaf54),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 3592 T411 C28 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 3594 T411 C28 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355672228218\data\FR-2.4
[junit4:junit4]   2> 3594 T411 C28 oass.SolrIndexSearcher.<init> Opening Searcher@2059871f realtime
[junit4:junit4]   2> 3595 T411 C28 oasu.DirectUpdateHandler2.commit start commit{flags=0,_version_=0,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false}
[junit4:junit4]   2> 3595 T411 C28 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=2
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@253c2a95 lockFactory=org.apache.lucene.store.NativeFSLockFactory@1cbdaf54),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@253c2a95 lockFactory=org.apache.lucene.store.NativeFSLockFactory@1cbdaf54),segFN=segments_2,generation=2,filenames=[segments_2]
[junit4:junit4]   2> 3596 T411 C28 oasc.SolrDeletionPolicy.updateCommits newest commit = 2[segments_2]
[junit4:junit4]   2> 3596 T411 C28 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355672228218\data\FR-2.4
[junit4:junit4]   2> 3597 T411 C28 oass.SolrIndexSearcher.<init> Opening Searcher@1ec6f1fc main
[junit4:junit4]   2> 3598 T411 C28 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355672228218\data\FR-2.4\index
[junit4:junit4]   2> 3599 T417 oasc.SolrCore.registerSearcher [core1] Registered new searcher Searcher@1ec6f1fc main{StandardDirectoryReader(segments_1:1:nrt)}
[junit4:junit4]   2> 3599 T411 C28 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4:junit4]   2> 3599 T417 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355672228218\data\FR-2.4\index
[junit4:junit4]   2> 3600 T411 C28 UPDATE [core1] webapp=null path=/update params={commit=true&softCommit=false&waitSearcher=true} {deleteByQuery=*:* (-1421525362971508736),commit=} 0 15
[junit4:junit4]   2> 3604 T411 C27 oasu.DirectUpdateHandler2.commit start commit{flags=0,_version_=0,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false}
[junit4:junit4]   2> 3616 T411 C27 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=2
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@3c5ce2a8 lockFactory=org.apache.lucene.store.NativeFSLockFactory@5f2c1393),segFN=segments_2,generation=2,filenames=[segments_2]
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@3c5ce2a8 lockFactory=org.apache.lucene.store.NativeFSLockFactory@5f2c1393),segFN=segments_3,generation=3,filenames=[_0_Asserting_0.tim, _0.fnm, _0_Asserting_0.tip, _0_Memory_0.ram, _0_Lucene41_0.pos, _0_nrm.cfs, _0_Lucene41_0.doc, _0_nrm.cfe, _0.fdx, _0_Asserting_0.pos, _0.si, _0_Lucene41_0.tim, _0.fdt, _0_Asserting_0.doc, _0_Lucene41_0.tip, segments_3]
[junit4:junit4]   2> 3616 T411 C27 oasc.SolrDeletionPolicy.updateCommits newest commit = 3[_0_Asserting_0.tim, _0.fnm, _0_Asserting_0.tip, _0_Memory_0.ram, _0_Lucene41_0.pos, _0_nrm.cfs, _0_Lucene41_0.doc, _0_nrm.cfe, _0.fdx, _0_Asserting_0.pos, _0.si, _0_Lucene41_0.tim, _0.fdt, _0_Asserting_0.doc, _0_Lucene41_0.tip, segments_3]
[junit4:junit4]   2> 3617 T411 C27 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355672228218\data\EN-3.5
[junit4:junit4]   2> 3618 T411 C27 oass.SolrIndexSearcher.<init> Opening Searcher@35ae5558 main
[junit4:junit4]   2> 3619 T415 oasc.SolrCore.registerSearcher [core0] Registered new searcher Searcher@35ae5558 main{StandardDirectoryReader(segments_3:3:nrt _0(5.0):C1)}
[junit4:junit4]   2> 3619 T411 C27 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4:junit4]   2> 3619 T415 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355672228218\data\EN-3.5\index
[junit4:junit4]   2> 3620 T411 C27 UPDATE [core0] webapp=null path=/update params={commit=true&softCommit=false&waitSearcher=true} {add=[AAA (1421525362987237376)],commit=} 0 20
[junit4:junit4]   2> 3621 T411 C28 UPDATE [core1] webapp=null path=/update params={commit=true&softCommit=false&waitSearcher=true} {} 0 1
[junit4:junit4]   2> 3622 T411 C28 oasc.SolrException.log Ignoring exception matching unknown field
[junit4:junit4]   2> 3625 T411 C28 oasu.DirectUpdateHandler2.commit start commit{flags=0,_version_=0,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false}
[junit4:junit4]   2> 3628 T411 C28 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=2
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@253c2a95 lockFactory=org.apache.lucene.store.NativeFSLockFactory@1cbdaf54),segFN=segments_2,generation=2,filenames=[segments_2]
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@253c2a95 lockFactory=org.apache.lucene.store.NativeFSLockFactory@1cbdaf54),segFN=segments_3,generation=3,filenames=[_0_NestedPulsing_0.doc, _0_Asserting_0.tim, _0.fnm, _0_Asserting_0.tip, _0_Memory_0.ram, _0_1.del, _0_nrm.cfs, _0_NestedPulsing_0.tip, _0_NestedPulsing_0.tim, _0_NestedPulsing_0.pos, _0_nrm.cfe, _0.fdx, _0.si, _0_Asserting_0.pos, _0.fdt, _0_Asserting_0.doc, segments_3]
[junit4:junit4]   2> 3628 T411 C28 oasc.SolrDeletionPolicy.updateCommits newest commit = 3[_0_NestedPulsing_0.doc, _0_Asserting_0.tim, _0.fnm, _0_Asserting_0.tip, _0_Memory_0.ram, _0_1.del, _0_nrm.cfs, _0_NestedPulsing_0.tip, _0_NestedPulsing_0.tim, _0_NestedPulsing_0.pos, _0_nrm.cfe, _0.fdx, _0.si, _0_Asserting_0.pos, _0.fdt, _0_Asserting_0.doc, segments_3]
[junit4:junit4]   2> 3629 T411 C28 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355672228218\data\FR-2.4
[junit4:junit4]   2> 3630 T411 C28 oass.SolrIndexSearcher.<init> Opening Searcher@b6b9d25 main
[junit4:junit4]   2> 3630 T417 oasc.SolrCore.registerSearcher [core1] Registered new searcher Searcher@b6b9d25 main{StandardDirectoryReader(segments_3:3:nrt _0(5.0):C2/1)}
[junit4:junit4]   2> 3630 T411 C28 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4:junit4]   2> 3631 T417 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355672228218\data\FR-2.4\index
[junit4:junit4]   2> 3631 T411 C28 UPDATE [core1] webapp=null path=/update params={commit=true&softCommit=false&waitSearcher=true} {add=[BBB (1421525363010306048), BBB (1421525363012403200)],commit=} 0 9
[junit4:junit4]   2> 3632 T411 C27 UPDATE [core0] webapp=null path=/update params={commit=true&softCommit=false&waitSearcher=true} {} 0 0
[junit4:junit4]   2> 3633 T411 C27 oasc.SolrException.log Ignoring exception matching unknown field
[junit4:junit4]   2> 3634 T411 C27 REQ [core0] webapp=null path=/select params={q=id%3AAAA} hits=1 status=0 QTime=0 
[junit4:junit4]   2> 3635 T411 C28 REQ [core1] webapp=null path=/select params={q=id%3AAAA} hits=0 status=0 QTime=0 
[junit4:junit4]   2> 3636 T411 C27 REQ [core0] webapp=null path=/select params={q=id%3AAAA} hits=1 status=0 QTime=0 
[junit4:junit4]   2> 3638 T411 C27 REQ [core0] webapp=null path=/select params={q=id%3ABBB} hits=0 status=0 QTime=2 
[junit4:junit4]   2> 3638 T411 C28 REQ [core1] webapp=null path=/select params={q=id%3AAAA} hits=0 status=0 QTime=0 
[junit4:junit4]   2> 3639 T411 C28 REQ [core1] webapp=null path=/select params={q=id%3ABBB} hits=1 status=0 QTime=0 
[junit4:junit4]   2> 3640 T411 C27 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355672228218\data\EN-3.5\index
[junit4:junit4]   2> 3640 T411 C27 REQ [core0] webapp=null path=/admin/cores params={action=STATUS&core=core0} status=0 QTime=1 
[junit4:junit4]   2> 3641 T411 C27 oasc.CoreContainer.reload Reloading SolrCore 'core0' using instanceDir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\solrj\src\test-files\solrj\solr\shared\.
[junit4:junit4]   2> 3642 T411 C27 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\solrj\src\test-files\solrj\solr\shared\.\'
[junit4:junit4]   2> 3722 T411 C27 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   2> 3786 T411 C27 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 3786 T411 C27 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 3791 T411 C27 oass.IndexSchema.readSchema Schema name=example core EN
[junit4:junit4]   2> 3861 T411 C27 oass.IndexSchema.readSchema default search field in schema is name
[junit4:junit4]   2> 3862 T411 C27 oass.IndexSchema.readSchema query parser default operator is OR
[junit4:junit4]   2> 3864 T411 C27 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 3868 T411 C27 oasc.SolrCore.<init> [core0] Opening new SolrCore at C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\solrj\src\test-files\solrj\solr\shared\.\, dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355672228218/data/EN-3.5\
[junit4:junit4]   2> 3869 T411 C27 oasc.SolrCore.<init> JMX monitoring not detected for core: core0
[junit4:junit4]   2> 3869 T411 C27 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355672228218\data\EN-3.5
[junit4:junit4]   2> 3869 T411 C27 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355672228218/data/EN-3.5\index/
[junit4:junit4]   2> 3871 T411 C27 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 3872 T411 C27 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 3873 T411 C27 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 3883 T411 C27 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 3893 T411 C27 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355672228218\data\EN-3.5
[junit4:junit4]   2> 3894 T411 C27 oass.SolrIndexSearcher.<init> Opening Searcher@266fd86c main
[junit4:junit4]   2> 3897 T411 C27 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 3898 T411 C27 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 3904 T418 oasc.SolrCore.registerSearcher [core0] Registered new searcher Searcher@266fd86c main{StandardDirectoryReader(segments_3:3:nrt _0(5.0):C1)}
[junit4:junit4]   2> 3904 T411 C27 oasc.CoreContainer.registerCore replacing core: core0
[junit4:junit4]   2> 3904 T411 C27 REQ [core0] webapp=null path=/admin/cores params={action=RELOAD&core=core0} status=0 QTime=263 
[junit4:junit4]   2> 3904 T411 C27 oasc.SolrCore.close [core0]  CLOSING SolrCore org.apache.solr.core.SolrCore@196008b8
[junit4:junit4]   2> 3905 T411 C27 oasu.DirectUpdateHandler2.close closing DirectUpdateHandler2{commits=2,autocommits=0,soft autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=0,adds=1,deletesById=0,deletesByQuery=0,errors=1,cumulative_adds=2,cumulative_deletesById=0,cumulative_deletesByQuery=1,cumulative_errors=1}
[junit4:junit4]   2> 3905 T411 C27 oasc.SolrCore.closeSearcher [core0] Closing main searcher on request.
[junit4:junit4]   2> 3905 T411 C27 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355672228218\data\EN-3.5\index
[junit4:junit4]   2> ASYNC  NEW_CORE C29 name=core0 org.apache.solr.core.SolrCore@3c556c88
[junit4:junit4]   2> 3907 T411 C29 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355672228218\data\EN-3.5\index
[junit4:junit4]   2> 3907 T411 C29 REQ [core0] webapp=null path=/admin/cores params={action=STATUS&core=core0} status=0 QTime=2 
[junit4:junit4]   2> 3912 T411 C29 oasc.CoreContainer.persistFile Persisting cores config to .\solrtest-TestSolrProperties-1355672228218\solr-persist.xml
[junit4:junit4]   2> 3934 T411 C29 oasc.SolrXMLSerializer.persistFile Persisting cores config to .\solrtest-TestSolrProperties-1355672228218\solr-persist.xml
[junit4:junit4]   2> 3938 T411 C29 REQ [core0] webapp=null path=/admin/cores params={action=PERSIST&file=solr-persist.xml} status=0 QTime=26 
[junit4:junit4]   2> 3956 T411 C29 oasc.CoreContainer.registerCore registering core: renamed_core
[junit4:junit4]   2> 3956 T411 C29 oasc.CoreContainer.persistFile Persisting cores config to .\solrtest-TestSolrProperties-1355672228218\solr.xml
[junit4:junit4]   2> 3976 T411 C29 oasc.SolrXMLSerializer.persistFile Persisting cores config to .\solrtest-TestSolrProperties-1355672228218\solr.xml
[junit4:junit4]   2> 3980 T411 C29 REQ [renamed_core] webapp=null path=/admin/cores params={action=RENAME&core=core0&other=renamed_core} status=0 QTime=25 
[junit4:junit4]   2> 3980 T411 C29 oasc.CoreContainer.persistFile Persisting cores config to .\solrtest-TestSolrProperties-1355672228218\solr-persist.xml
[junit4:junit4]   2> 3999 T411 C29 oasc.SolrXMLSerializer.persistFile Persisting cores config to .\solrtest-TestSolrProperties-1355672228218\solr-persist.xml
[junit4:junit4]   2> 4003 T411 C29 REQ [renamed_core] webapp=null path=/admin/cores params={action=PERSIST&file=solr-persist.xml} status=0 QTime=23 
[junit4:junit4]   2> 4012 T411 C29 oasc.CoreContainer.create Creating SolrCore 'newCore' using instanceDir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\solrj\src\test-files\solrj\solr\shared
[junit4:junit4]   2> 4013 T411 C29 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\solrj\src\test-files\solrj\solr\shared\'
[junit4:junit4]   2> 4079 T411 C29 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   2> 4146 T411 C29 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 4146 T411 C29 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 4151 T411 C29 oass.IndexSchema.readSchema Schema name=example core 
[junit4:junit4]   2> 4220 T411 C29 oass.IndexSchema.readSchema default search field in schema is name
[junit4:junit4]   2> 4222 T411 C29 oass.IndexSchema.readSchema query parser default operator is OR
[junit4:junit4]   2> 4224 T411 C29 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 4227 T411 C29 oasc.SolrCore.<init> [newCore] Opening new SolrCore at C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\solrj\src\test-files\solrj\solr\shared\, dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355672228218/data/-1.3\
[junit4:junit4]   2> 4227 T411 C29 oasc.SolrCore.<init> JMX monitoring not detected for core: newCore
[junit4:junit4]   2> 4227 T411 C29 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 4229 T411 C29 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355672228218\data\-1.3 forceNew:false
[junit4:junit4]   2> 4229 T411 C29 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355672228218\data\-1.3
[junit4:junit4]   2> 4229 T411 C29 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355672228218/data/-1.3\index/
[junit4:junit4]   2> 4231 T411 C29 oasc.SolrCore.initIndex WARNING [newCore] Solr index directory 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355672228218\data\-1.3\index' doesn't exist. Creating new index...
[junit4:junit4]   2> 4232 T411 C29 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355672228218\data\-1.3\index forceNew:false
[junit4:junit4]   2> 4235 T411 C29 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(RateLimitedDirectoryWrapper(org.apache.lucene.store.RAMDirectory@1f830e0 lockFactory=org.apache.lucene.store.NativeFSLockFactory@713b14d5)),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 4235 T411 C29 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 4236 T411 C29 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355672228218\data\-1.3\index
[junit4:junit4]   2> 4238 T411 C29 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 4239 T411 C29 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 4240 T411 C29 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 4249 T411 C29 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 4256 T411 C29 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355672228218\data\-1.3
[junit4:junit4]   2> 4257 T411 C29 oass.SolrIndexSearcher.<init> Opening Searcher@1c80a74e main
[junit4:junit4]   2> 4260 T411 C29 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 4260 T411 C29 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 4266 T419 oasc.SolrCore.registerSearcher [newCore] Registered new searcher Searcher@1c80a74e main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 4266 T411 C29 oasc.CoreContainer.registerCore registering core: newCore
[junit4:junit4]   2> 4267 T411 C29 oasc.CoreContainer.persistFile Persisting cores config to .\solrtest-TestSolrProperties-1355672228218\solr.xml
[junit4:junit4]   2> 4288 T411 C29 oasc.SolrXMLSerializer.persistFile Persisting cores config to .\solrtest-TestSolrProperties-1355672228218\solr.xml
[junit4:junit4]   2> 4293 T411 C29 REQ [renamed_core] webapp=null path=/admin/cores params={action=CREATE&name=newCore&instanceDir=C%3A%5CUsers%5CJenkinsSlave%5Cworkspace%5CLucene-Solr-trunk-Windows%5Csolr%5Csolrj%5Csrc%5Ctest-files%5Csolrj%5Csolr%5Cshared} status=0 QTime=281 
[junit4:junit4]   2> 4293 T411 C29 oasc.CoreContainer.persistFile Persisting cores config to .\solrtest-TestSolrProperties-1355672228218\solr-persist.xml
[junit4:junit4]   2> 4317 T411 C29 oasc.SolrXMLSerializer.persistFile Persisting cores config to .\solrtest-TestSolrProperties-1355672228218\solr-persist.xml
[junit4:junit4]   2> 4322 T411 C29 REQ [renamed_core] webapp=null path=/admin/cores params={action=PERSIST&file=solr-persist.xml} status=0 QTime=29 
[junit4:junit4]   2> 4329 T411 oasc.CoreContainer.shutdown Shutting down CoreContainer instance=1677168745
[junit4:junit4]   2> 4329 T411 oasc.SolrCore.close [core1]  CLOSING SolrCore org.apache.solr.core.SolrCore@76bcf61f
[junit4:junit4]   2> 4329 T411 oasu.DirectUpdateHandler2.close closing DirectUpdateHandler2{commits=2,autocommits=0,soft autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=0,adds=0,deletesById=0,deletesByQuery=0,errors=1,cumulative_adds=3,cumulative_deletesById=0,cumulative_deletesByQuery=1,cumulative_errors=1}
[junit4:junit4]   2> 4329 T411 oasc.SolrCore.decrefSolrCoreState Closing SolrCoreState
[junit4:junit4]   2> 4330 T411 oasu.DefaultSolrCoreState.closeIndexWriter SolrCoreState ref count has reached 0 - closing IndexWriter
[junit4:junit4]   2> 4330 T411 oasu.DefaultSolrCoreState.closeIndexWriter closing IndexWriter with IndexWriterCloser
[junit4:junit4]   2> 4332 T411 C28 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355672228218\data\FR-2.4\index
[junit4:junit4]   2> 4333 T411 oasc.SolrCore.closeSearcher [core1] Closing main searcher on request.
[junit4:junit4]   2> 4333 T411 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355672228218\data\FR-2.4\index
[junit4:junit4]   2> 4333 T411 oasc.CachingDirectoryFactory.close Closing directory when closing factory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355672228218\data\FR-2.4\index
[junit4:junit4]   2> 4333 T411 oasc.CachingDirectoryFactory.close Closing directory when closing factory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355672228218\data\FR-2.4
[junit4:junit4]   2> 4333 T411 oasc.SolrCore.close [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@6fc2aa1f
[junit4:junit4]   2> 4334 T411 oasu.DirectUpdateHandler2.close closing DirectUpdateHandler2{commits=0,autocommits=0,soft autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=0,adds=0,deletesById=0,deletesByQuery=0,errors=0,cumulative_adds=0,cumulative_deletesById=0,cumulative_deletesByQuery=0,cumulative_errors=0}
[junit4:junit4]   2> 4334 T411 oasc.SolrCore.decrefSolrCoreState Closing SolrCoreState
[junit4:junit4]   2> 4334 T411 oasu.DefaultSolrCoreState.closeIndexWriter SolrCoreState ref count has reached 0 - closing IndexWriter
[junit4:junit4]   2> 4334 T411 oasu.DefaultSolrCoreState.closeIndexWriter closing IndexWriter with IndexWriterCloser
[junit4:junit4]   2> 4335 T411 oasc.SolrCore.closeSearcher [collection1] Closing main searcher on request.
[junit4:junit4]   2> 4336 T411 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355672228218\data\-1.3\index
[junit4:junit4]   2> 4336 T411 oasc.CachingDirectoryFactory.close Closing directory when closing factory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355672228218\data\-1.3
[junit4:junit4]   2> 4336 T411 oasc.CachingDirectoryFactory.close Closing directory when closing factory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355672228218\data\-1.3\index
[junit4:junit4]   2> 4337 T411 oasc.SolrCore.close [renamed_core]  CLOSING SolrCore org.apache.solr.core.SolrCore@3c556c88
[junit4:junit4]   2> 4337 T411 oasu.DirectUpdateHandler2.close closing DirectUpdateHandler2{commits=0,autocommits=0,soft autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=0,adds=0,deletesById=0,deletesByQuery=0,errors=0,cumulative_adds=0,cumulative_deletesById=0,cumulative_deletesByQuery=0,cumulative_errors=0}
[junit4:junit4]   2> 4337 T411 oasc.SolrCore.decrefSolrCoreState Closing SolrCoreState
[junit4:junit4]   2> 4338 T411 oasu.DefaultSolrCoreState.closeIndexWriter SolrCoreState ref count has reached 0 - closing IndexWriter
[junit4:junit4]   2> 4338 T411 oasu.DefaultSolrCoreState.closeIndexWriter closing IndexWriter with IndexWriterCloser
[junit4:junit4]   2> 4340 T411 C29 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355672228218\data\EN-3.5\index
[junit4:junit4]   2> 4341 T411 oasc.SolrCore.closeSearcher [renamed_core] Closing main searcher on request.
[junit4:junit4]   2> 4341 T411 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355672228218\data\EN-3.5\index
[junit4:junit4]   2> 4342 T411 oasc.CachingDirectoryFactory.close Closing directory when closing factory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355672228218\data\EN-3.5\index
[junit4:junit4]   2> 4342 T411 oasc.CachingDirectoryFactory.close Closing directory when closing factory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355672228218\data\EN-3.5
[junit4:junit4]   2> 4342 T411 oasc.SolrCore.close [newCore]  CLOSING SolrCore org.apache.solr.core.SolrCore@2ac9b296
[junit4:junit4]   2> 4343 T411 oasu.DirectUpdateHandler2.close closing DirectUpdateHandler2{commits=0,autocommits=0,soft autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=0,adds=0,deletesById=0,deletesByQuery=0,errors=0,cumulative_adds=0,cumulative_deletesById=0,cumulative_deletesByQuery=0,cumulative_errors=0}
[junit4:junit4]   2> 4343 T411 oasc.SolrCore.decrefSolrCoreState Closing SolrCoreState
[junit4:junit4]   2> 4344 T411 oasu.DefaultSolrCoreState.closeIndexWriter SolrCoreState ref count has reached 0 - closing IndexWriter
[junit4:junit4]   2> 4344 T411 oasu.DefaultSolrCoreState.closeIndexWriter closing IndexWriter with IndexWriterCloser
[junit4:junit4]   2> 4345 T411 oasc.SolrCore.closeSearcher [newCore] Closing main searcher on request.
[junit4:junit4]   2> 4345 T411 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355672228218\data\-1.3\index
[junit4:junit4]   2> 4345 T411 oasc.CachingDirectoryFactory.close Closing directory when closing factory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355672228218\data\-1.3\index
[junit4:junit4]   2> 4346 T411 oasc.CachingDirectoryFactory.close Closing directory when closing factory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355672228218\data\-1.3
[junit4:junit4]   2> 4346 T411 oasc.CoreContainer.<init> New CoreContainer 1226300698
[junit4:junit4]   2> 4347 T411 oasc.CoreContainer.load Loading CoreContainer using Solr Home: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\solrj\src\test-files\solrj\solr\shared'
[junit4:junit4]   2> 4348 T411 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\solrj\src\test-files\solrj\solr\shared\'
[junit4:junit4]   2> 4395 T411 oasc.CoreContainer.load Registering Log Listener
[junit4:junit4]   2> 4436 T420 oasc.CoreContainer.create Creating SolrCore 'core1' using instanceDir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\solrj\src\test-files\solrj\solr\shared\.
[junit4:junit4]   2> 4442 T420 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\solrj\src\test-files\solrj\solr\shared\.\'
[junit4:junit4]   2> 4444 T421 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\solrj\src\test-files\solrj\solr\shared\.
[junit4:junit4]   2> 4446 T421 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\solrj\src\test-files\solrj\solr\shared\.\'
[junit4:junit4]   2> 4463 T422 oasc.CoreContainer.create Creating SolrCore 'renamed_core' using instanceDir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\solrj\src\test-files\solrj\solr\shared\.
[junit4:junit4]   2> 4464 T422 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\solrj\src\test-files\solrj\solr\shared\.\'
[junit4:junit4]   2> 4511 T421 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   2> 4533 T420 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   2> 4592 T422 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   2> 4619 T420 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 4619 T420 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 4647 T420 oass.IndexSchema.readSchema Schema name=example core FR
[junit4:junit4]   2> 4672 T421 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 4673 T421 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 4677 T421 oass.IndexSchema.readSchema Schema name=example core 
[junit4:junit4]   2> 4677 T422 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 4829 T422 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 4835 T422 oass.IndexSchema.readSchema Schema name=example core EN
[junit4:junit4]   2> 4882 T421 oass.IndexSchema.readSchema default search field in schema is name
[junit4:junit4]   2> 4884 T421 oass.IndexSchema.readSchema query parser default operator is OR
[junit4:junit4]   2> 4886 T421 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 4890 T421 oasc.SolrCore.<init> [collection1] Opening new SolrCore at C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\solrj\src\test-files\solrj\solr\shared\.\, dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355672228218/data/-1.3\
[junit4:junit4]   2> 4891 T421 oasc.SolrCore.<init> JMX monitoring not detected for core: collection1
[junit4:junit4]   2> 4891 T421 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 4892 T421 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355672228218\data\-1.3 forceNew:false
[junit4:junit4]   2> 4893 T421 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355672228218\data\-1.3
[junit4:junit4]   2> 4893 T421 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355672228218/data/-1.3\index/
[junit4:junit4]   2> 4895 T421 oasc.SolrCore.initIndex WARNING [collection1] Solr index directory 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355672228218\data\-1.3\index' doesn't exist. Creating new index...
[junit4:junit4]   2> 4895 T421 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355672228218\data\-1.3\index forceNew:false
[junit4:junit4]   2> 4903 T421 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@2dbe2bb7 lockFactory=org.apache.lucene.store.NativeFSLockFactory@26ecf1bf),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 4904 T421 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 4904 T421 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355672228218\data\-1.3\index
[junit4:junit4]   2> 4907 T421 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 4908 T421 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 4909 T421 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 4917 T420 oass.IndexSchema.readSchema default search field in schema is name
[junit4:junit4]   2> 4920 T420 oass.IndexSchema.readSchema query parser default operator is OR
[junit4:junit4]   2> 4922 T421 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 4922 T420 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 4925 T421 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355672228218\data\-1.3
[junit4:junit4]   2> 4926 T421 oass.SolrIndexSearcher.<init> Opening Searcher@5b3883cd main
[junit4:junit4]   2> 4927 T420 oasc.SolrCore.<init> [core1] Opening new SolrCore at C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\solrj\src\test-files\solrj\solr\shared\.\, dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355672228218/data/FR-2.4\
[junit4:junit4]   2> 4928 T420 oasc.SolrCore.<init> JMX monitoring not detected for core: core1
[junit4:junit4]   2> 4928 T420 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 4929 T421 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 4930 T421 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 4931 T421 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 0
[junit4:junit4]   2> 4931 T421 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 4931 T421 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 0
[junit4:junit4]   2> 4931 T421 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 4931 T421 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 4932 T421 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 4932 T421 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 4932 T421 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 4932 T421 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 4933 T421 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=0&connTimeout=0&retry=false
[junit4:junit4]   2> 4929 T420 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355672228218\data\FR-2.4 forceNew:false
[junit4:junit4]   2> 4933 T420 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355672228218\data\FR-2.4
[junit4:junit4]   2> 4934 T420 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355672228218/data/FR-2.4\index/
[junit4:junit4]   2> 4934 T420 oasc.SolrCore.initIndex WARNING [core1] Solr index directory 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355672228218\data\FR-2.4\index' doesn't exist. Creating new index...
[junit4:junit4]   2> 4939 T420 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355672228218\data\FR-2.4\index forceNew:false
[junit4:junit4]   2> 4940 T420 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@6b729f89 lockFactory=org.apache.lucene.store.NativeFSLockFactory@19b56307),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 4941 T420 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 4942 T420 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355672228218\data\FR-2.4\index
[junit4:junit4]   2> 4947 T421 oasc.CoreContainer.registerCore registering core: collection1
[junit4:junit4]   2> 4949 T421 oasc.CoreContainer.create Creating SolrCore 'newCore' using instanceDir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\solrj\src\test-files\solrj\solr\shared
[junit4:junit4]   2> 4949 T421 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\solrj\src\test-files\solrj\solr\shared\'
[junit4:junit4]   2> 4954 T423 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@5b3883cd main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 4960 T420 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 4961 T420 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 4962 T420 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 4977 T422 oass.IndexSchema.readSchema default search field in schema is name
[junit4:junit4]   2> 4978 T422 oass.IndexSchema.readSchema query parser default operator is OR
[junit4:junit4]   2> 4980 T420 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 4981 T422 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 4987 T420 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355672228218\data\FR-2.4
[junit4:junit4]   2> 4989 T422 oasc.SolrCore.<init> [renamed_core] Opening new SolrCore at C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\solrj\src\test-files\solrj\solr\shared\.\, dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355672228218/data/EN-3.5\
[junit4:junit4]   2> 4989 T422 oasc.SolrCore.<init> JMX monitoring not detected for core: renamed_core
[junit4:junit4]   2> 4989 T422 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 4991 T422 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355672228218\data\EN-3.5 forceNew:false
[junit4:junit4]   2> 4991 T422 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355672228218\data\EN-3.5
[junit4:junit4]   2> 4991 T422 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355672228218/data/EN-3.5\index/
[junit4:junit4]   2> 4992 T422 oasc.SolrCore.initIndex WARNING [renamed_core] Solr index directory 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355672228218\data\EN-3.5\index' doesn't exist. Creating new index...
[junit4:junit4]   2> 4992 T422 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355672228218\data\EN-3.5\index forceNew:false
[junit4:junit4]   2> 4993 T420 oass.SolrIndexSearcher.<init> Opening Searcher@12b42f9c main
[junit4:junit4]   2> 4996 T422 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@53fbeaa6 lockFactory=org.apache.lucene.store.NativeFSLockFactory@35218f73),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 4996 T422 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 4997 T422 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355672228218\data\EN-3.5\index
[junit4:junit4]   2> 4998 T422 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 4999 T422 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 4999 T422 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 5015 T422 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 5025 T422 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355672228218\data\EN-3.5
[junit4:junit4]   2> 5027 T420 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 5027 T420 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 5030 T422 oass.SolrIndexSearcher.<init> Opening Searcher@382ec299 main
[junit4:junit4]   2> 5035 T424 oasc.SolrCore.registerSearcher [core1] Registered new searcher Searcher@12b42f9c main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 5035 T420 oasc.CoreContainer.registerCore registering core: core1
[junit4:junit4]   2> 5042 T422 oasc.SolrCore.close [renamed_core]  CLOSING SolrCore org.apache.solr.core.SolrCore@42bcc0bd
[junit4:junit4]   2> 5042 T422 oasc.SolrCore.decrefSolrCoreState Closing SolrCoreState
[junit4:junit4]   2> 5042 T422 oasu.DefaultSolrCoreState.closeIndexWriter SolrCoreState ref count has reached 0 - closing IndexWriter
[junit4:junit4]   2> 5042 T425 oasc.SolrCore.registerSearcher [renamed_core] Registered new searcher Searcher@382ec299 main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 5043 T422 oasc.SolrCore.closeSearcher [renamed_core] Closing main searcher on request.
[junit4:junit4]   2> 5043 T422 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355672228218\data\EN-3.5\index
[junit4:junit4]   2> 5044 T422 oasc.CachingDirectoryFactory.close Closing directory when closing factory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355672228218\data\EN-3.5
[junit4:junit4]   2> 5044 T422 oasc.CachingDirectoryFactory.close Closing directory when closing factory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355672228218\data\EN-3.5\index
[junit4:junit4]   2> 5044 T422 oasc.CoreContainer.recordAndThrow SEVERE Unable to create core: renamed_core org.apache.solr.common.SolrException: Error Instantiating Update Handler, solr.DirectUpdateHandler2 failed to instantiate org.apache.solr.update.UpdateHandler
[junit4:junit4]   2> 	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:789)
[junit4:junit4]   2> 	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:602)
[junit4:junit4]   2> 	at org.apache.solr.core.CoreContainer.createFromLocal(CoreContainer.java:981)
[junit4:junit4]   2> 	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1011)
[junit4:junit4]   2> 	at org.apache.solr.core.CoreContainer$3.call(CoreContainer.java:618)
[junit4:junit4]   2> 	at org.apache.solr.core.CoreContainer$3.call(CoreContainer.java:613)
[junit4:junit4]   2> 	at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:334)
[junit4:junit4]   2> 	at java.util.concurrent.FutureTask.run(FutureTask.java:166)
[junit4:junit4]   2> 	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471)
[junit4:junit4]   2> 	at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:334)
[junit4:junit4]   2> 	at java.util.concurrent.FutureTask.run(FutureTask.java:166)
[junit4:junit4]   2> 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1110)
[junit4:junit4]   2> 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603)
[junit4:junit4]   2> 	at java.lang.Thread.run(Thread.java:722)
[junit4:junit4]   2> Caused by: org.apache.solr.common.SolrException: Error Instantiating Update Handler, solr.DirectUpdateHandler2 failed to instantiate org.apache.solr.update.UpdateHandler
[junit4:junit4]   2> 	at org.apache.solr.core.SolrCore.createInstance(SolrCore.java:526)
[junit4:junit4]   2> 	at org.apache.solr.core.SolrCore.createUpdateHandler(SolrCore.java:580)
[junit4:junit4]   2> 	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:773)
[junit4:junit4]   2> 	... 13 more
[junit4:junit4]   2> Caused by: java.lang.reflect.InvocationTargetException
[junit4:junit4]   2> 	at sun.reflect.GeneratedConstructorAccessor121.newInstance(Unknown Source)
[junit4:junit4]   2> 	at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
[junit4:junit4]   2> 	at java.lang.reflect.Constructor.newInstance(Constructor.java:525)
[junit4:junit4]   2> 	at org.apache.solr.core.SolrCore.createInstance(SolrCore.java:512)
[junit4:junit4]   2> 	... 15 more
[junit4:junit4]   2> Caused by: java.lang.RuntimeException: java.io.IOException: Unable to delete file: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355672228218\data\EN-3.5\tlog\tlog.0000000000000000001
[junit4:junit4]   2> 	at org.apache.solr.update.UpdateHandler.<init>(UpdateHandler.java:125)
[junit4:junit4]   2> 	at org.apache.solr.update.DirectUpdateHandler2.<init>(DirectUpdateHandler2.java:96)
[junit4:junit4]   2> 	... 19 more
[junit4:junit4]   2> Caused by: java.io.IOException: Unable to delete file: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355672228218\data\EN-3.5\tlog\tlog.0000000000000000001
[junit4:junit4]   2> 	at org.apache.commons.io.FileUtils.forceDelete(FileUtils.java:1919)
[junit4:junit4]   2> 	at org.apache.commons.io.FileUtils.cleanDirectory(FileUtils.java:1399)
[junit4:junit4]   2> 	at org.apache.commons.io.FileUtils.deleteDirectory(FileUtils.java:1331)
[junit4:junit4]   2> 	at org.apache.solr.update.UpdateHandler.clearLog(UpdateHandler.java:91)
[junit4:junit4]   2> 	at org.apache.solr.update.UpdateHandler.<init>(UpdateHandler.java:123)
[junit4:junit4]   2> 	... 20 more
[junit4:junit4]   2> 
[junit4:junit4]   2> 5045 T422 oasc.SolrException.log SEVERE null:org.apache.solr.common.SolrException: Unable to create core: renamed_core
[junit4:junit4]   2> 		at org.apache.solr.core.CoreContainer.recordAndThrow(CoreContainer.java:1606)
[junit4:junit4]   2> 		at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1017)
[junit4:junit4]   2> 		at org.apache.solr.core.CoreContainer$3.call(CoreContainer.java:618)
[junit4:junit4]   2> 		at org.apache.solr.core.CoreContainer$3.call(CoreContainer.java:613)
[junit4:junit4]   2> 		at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:334)
[junit4:junit4]   2> 		at java.util.concurrent.FutureTask.run(FutureTask.java:166)
[junit4:junit4]   2> 		at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471)
[junit4:junit4]   2> 		at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:334)
[junit4:junit4]   2> 		at java.util.concurrent.FutureTask.run(FutureTask.java:166)
[junit4:junit4]   2> 		at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1110)
[junit4:junit4]   2> 		at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603)
[junit4:junit4]   2> 		at java.lang.Thread.run(Thread.java:722)
[junit4:junit4]   2> 	Caused by: org.apache.solr.common.SolrException: Error Instantiating Update Handler, solr.DirectUpdateHandler2 failed to instantiate org.apache.solr.update.UpdateHandler
[junit4:junit4]   2> 		at org.apache.solr.core.SolrCore.<init>(SolrCore.java:789)
[junit4:junit4]   2> 		at org.apache.solr.core.SolrCore.<init>(SolrCore.java:602)
[junit4:junit4]   2> 		at org.apache.solr.core.CoreContainer.createFromLocal(CoreContainer.java:981)
[junit4:junit4]   2> 		at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1011)
[junit4:junit4]   2> 		... 10 more
[junit4:junit4]   2> 	Caused by: org.apache.solr.common.SolrException: Error Instantiating Update Handler, solr.DirectUpdateHandler2 failed to instantiate org.apache.solr.update.UpdateHandler
[junit4:junit4]   2> 		at org.apache.solr.core.SolrCore.createInstance(SolrCore.java:526)
[junit4:junit4]   2> 		at org.apache.solr.core.SolrCore.createUpdateHandler(SolrCore.java:580)
[junit4:junit4]   2> 		at org.apache.solr.core.SolrCore.<init>(SolrCore.java:773)
[junit4:junit4]   2> 		... 13 more
[junit4:junit4]   2> 	Caused by: java.lang.reflect.InvocationTargetException
[junit4:junit4]   2> 		at sun.reflect.GeneratedConstructorAccessor121.newInstance(Unknown Source)
[junit4:junit4]   2> 		at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
[junit4:junit4]   2> 		at java.lang.reflect.Constructor.newInstance(Constructor.java:525)
[junit4:junit4]   2> 		at org.apache.solr.core.SolrCore.createInstance(SolrCore.java:512)
[junit4:junit4]   2> 		... 15 more
[junit4:junit4]   2> 	Caused by: java.lang.RuntimeException: java.io.IOException: Unable to delete file: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355672228218\data\EN-3.5\tlog\tlog.0000000000000000001
[junit4:junit4]   2> 		at org.apache.solr.update.UpdateHandler.<init>(UpdateHandler.java:125)
[junit4:junit4]   2> 		at org.apache.solr.update.DirectUpdateHandler2.<init>(DirectUpdateHandler2.java:96)
[junit4:junit4]   2> 		... 19 more
[junit4:junit4]   2> 	Caused by: java.io.IOException: Unable to delete file: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355672228218\data\EN-3.5\tlog\tlog.0000000000000000001
[junit4:junit4]   2> 		at org.apache.commons.io.FileUtils.forceDelete(FileUtils.java:1919)
[junit4:junit4]   2> 		at org.apache.commons.io.FileUtils.cleanDirectory(FileUtils.java:1399)
[junit4:junit4]   2> 		at org.apache.commons.io.FileUtils.deleteDirectory(FileUtils.java:1331)
[junit4:junit4]   2> 		at org.apache.solr.update.UpdateHandler.clearLog(UpdateHandler.java:91)
[junit4:junit4]   2> 		at org.apache.solr.update.UpdateHandler.<init>(UpdateHandler.java:123)
[junit4:junit4]   2> 		... 20 more
[junit4:junit4]   2> 	
[junit4:junit4]   2> 5051 T421 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   2> 5129 T421 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 5131 T421 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 5145 T421 oass.IndexSchema.readSchema Schema name=example core 
[junit4:junit4]   2> 5203 T421 oass.IndexSchema.readSchema default search field in schema is name
[junit4:junit4]   2> 5204 T421 oass.IndexSchema.readSchema query parser default operator is OR
[junit4:junit4]   2> 5207 T421 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 5213 T421 oasc.SolrCore.<init> [newCore] Opening new SolrCore at C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\solrj\src\test-files\solrj\solr\shared\, dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355672228218/data/-1.3\
[junit4:junit4]   2> 5214 T421 oasc.SolrCore.<init> JMX monitoring not detected for core: newCore
[junit4:junit4]   2> 5214 T421 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 5214 T421 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355672228218\data\-1.3 forceNew:false
[junit4:junit4]   2> 5214 T421 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355672228218\data\-1.3
[junit4:junit4]   2> 5215 T421 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355672228218/data/-1.3\index/
[junit4:junit4]   2> 5215 T421 oasc.SolrCore.initIndex WARNING [newCore] Solr index directory 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355672228218\data\-1.3\index' doesn't exist. Creating new index...
[junit4:junit4]   2> 5216 T421 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355672228218\data\-1.3\index forceNew:false
[junit4:junit4]   2> 5220 T421 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(RateLimitedDirectoryWrapper(org.apache.lucene.store.RAMDirectory@e311eb1 lockFactory=org.apache.lucene.store.NativeFSLockFactory@3705e31f)),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 5220 T421 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 5221 T421 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355672228218\data\-1.3\index
[junit4:junit4]   2> 5223 T421 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 5224 T421 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 5224 T421 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 5235 T421 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 5242 T421 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355672228218\data\-1.3
[junit4:junit4]   2> 5242 T421 oass.SolrIndexSearcher.<init> Opening Searcher@552d88a4 main
[junit4:junit4]   2> 5246 T421 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 5247 T421 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 5252 T426 oasc.SolrCore.registerSearcher [newCore] Registered new searcher Searcher@552d88a4 main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 5252 T421 oasc.CoreContainer.registerCore registering core: newCore
[junit4:junit4]   2> 5253 T411 oasc.CoreContainer.shutdown Shutting down CoreContainer instance=1226300698
[junit4:junit4]   2> 5254 T411 oasc.SolrCore.close [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@68520e52
[junit4:junit4]   2> 5254 T411 oasu.DirectUpdateHandler2.close closing DirectUpdateHandler2{commits=0,autocommits=0,soft autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=0,adds=0,deletesById=0,deletesByQuery=0,errors=0,cumulative_adds=0,cumulative_deletesById=0,cumulative_deletesByQuery=0,cumulative_errors=0}
[junit4:junit4]   2> 5254 T411 oasc.SolrCore.decrefSolrCoreState Closing SolrCoreState
[junit4:junit4]   2> 5255 T411 oasu.DefaultSolrCoreState.closeIndexWriter SolrCoreState ref count has reached 0 - closing IndexWriter
[junit4:junit4]   2> 5255 T411 oasu.DefaultSolrCoreState.closeIndexWriter closing IndexWriter with IndexWriterCloser
[junit4:junit4]   2> 5256 T411 oasc.SolrCore.closeSearcher [collection1] Closing main searcher on request.
[junit4:junit4]   2> 5257 T411 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355672228218\data\-1.3\index
[junit4:junit4]   2> 5257 T411 oasc.CachingDirectoryFactory.close Closing directory when closing factory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355672228218\data\-1.3
[junit4:junit4]   2> 5258 T411 oasc.CachingDirectoryFactory.close Closing directory when closing factory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355672228218\data\-1.3\index
[junit4:junit4]   2> 5258 T411 oasc.SolrCore.close [core1]  CLOSING SolrCore org.apache.solr.core.SolrCore@3034705c
[junit4:junit4]   2> 5258 T411 oasu.DirectUpdateHandler2.close closing DirectUpdateHandler2{commits=0,autocommits=0,soft autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=0,adds=0,deletesById=0,deletesByQuery=0,errors=0,cumulative_adds=0,cumulative_deletesById=0,cumulative_deletesByQuery=0,cumulative_errors=0}
[junit4:junit4]   2> 5259 T411 oasc.SolrCore.decrefSolrCoreState Closing SolrCoreState
[junit4:junit4]   2> 5259 T411 oasu.DefaultSolrCoreState.closeIndexWriter SolrCoreState ref count has reached 0 - closing IndexWriter
[junit4:junit4]   2> 5259 T411 oasu.DefaultSolrCoreState.closeIndexWriter closing IndexWriter with IndexWriterCloser
[junit4:junit4]   2> 5259 T411 oasc.SolrCore.closeSearcher [core1] Closing main searcher on request.
[junit4:junit4]   2> 5260 T411 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355672228218\data\FR-2.4\index
[junit4:junit4]   2> 5260 T411 oasc.CachingDirectoryFactory.close Closing directory when closing factory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355672228218\data\FR-2.4
[junit4:junit4]   2> 5260 T411 oasc.CachingDirectoryFactory.close Closing directory when closing factory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355672228218\data\FR-2.4\index
[junit4:junit4]   2> 5261 T411 oasc.SolrCore.close [newCore]  CLOSING SolrCore org.apache.solr.core.SolrCore@276c179d
[junit4:junit4]   2> 5261 T411 oasu.DirectUpdateHandler2.close closing DirectUpdateHandler2{commits=0,autocommits=0,soft autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=0,adds=0,deletesById=0,deletesByQuery=0,errors=0,cumulative_adds=0,cumulative_deletesById=0,cumulative_deletesByQuery=0,cumulative_errors=0}
[junit4:junit4]   2> 5261 T411 oasc.SolrCore.decrefSolrCoreState Closing SolrCoreState
[junit4:junit4]   2> 5262 T411 oasu.DefaultSolrCoreState.closeIndexWriter SolrCoreState ref count has reached 0 - closing IndexWriter
[junit4:junit4]   2> 5262 T411 oasu.DefaultSolrCoreState.closeIndexWriter closing IndexWriter with IndexWriterCloser
[junit4:junit4]   2> 5263 T411 oasc.SolrCore.closeSearcher [newCore] Closing main searcher on request.
[junit4:junit4]   2> 5263 T411 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355672228218\data\-1.3\index
[junit4:junit4]   2> 5264 T411 oasc.CachingDirectoryFactory.close Closing directory when closing factory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355672228218\data\-1.3
[junit4:junit4]   2> 5264 T411 oasc.CachingDirectoryFactory.close Closing directory when closing factory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355672228218\data\-1.3\index
[junit4:junit4]   2> !!!! WARNING: best effort to remove C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355672228218\data\EN-3.5\tlog\tlog.0000000000000000000 FAILED !!!!!
[junit4:junit4]   2> !!!! WARNING: best effort to remove C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355672228218\data\EN-3.5\tlog FAILED !!!!!
[junit4:junit4]   2> !!!! WARNING: best effort to remove C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355672228218\data\EN-3.5 FAILED !!!!!
[junit4:junit4]   2> !!!! WARNING: best effort to remove C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355672228218\data FAILED !!!!!
[junit4:junit4]   2> 5277 T411 oascse.AbstractEmbeddedSolrServerTestCase.tearDown WARNING !!!! WARNING: best effort to remove C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355672228218\data FAILED !!!!!
[junit4:junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestSolrProperties -Dtests.method=testProperties -Dtests.seed=1B193CF44DF0FE10 -Dtests.slow=true -Dtests.locale=cs -Dtests.timezone=SystemV/EST5EDT -Dtests.file.encoding=Cp1252
[junit4:junit4] ERROR   2.35s | TestSolrProperties.testProperties <<<
[junit4:junit4]    > Throwable #1: org.apache.solr.common.SolrException: No such core: renamed_core
[junit4:junit4]    > 	at __randomizedtesting.SeedInfo.seed([1B193CF44DF0FE10:52684FFE4BDFC6AE]:0)
[junit4:junit4]    > 	at org.apache.solr.client.solrj.embedded.EmbeddedSolrServer.request(EmbeddedSolrServer.java:112)
[junit4:junit4]    > 	at org.apache.solr.client.solrj.request.CoreAdminRequest.process(CoreAdminRequest.java:429)
[junit4:junit4]    > 	at org.apache.solr.client.solrj.request.CoreAdminRequest.persist(CoreAdminRequest.java:498)
[junit4:junit4]    > 	at org.apache.solr.client.solrj.embedded.TestSolrProperties.testProperties(TestSolrProperties.java:246)
[junit4:junit4]    > 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[junit4:junit4]    > 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
[junit4:junit4]    > 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[junit4:junit4]    > 	at java.lang.reflect.Method.invoke(Method.java:601)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1559)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$600(RandomizedRunner.java:79)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:737)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:773)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:787)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleFieldCacheSanity$1.evaluate(TestRuleFieldCacheSanity.java:51)
[junit4:junit4]    > 	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:782)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:442)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:746)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:648)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:682)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:693)
[junit4:junit4]    > 	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:43)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
[junit4:junit4]    > 	at java.lang.Thread.run(Thread.java:722)
[junit4:junit4]   2> NOTE: test params are: codec=Lucene41: {id=PostingsFormat(name=Memory doPackFST= true), _version_=PostingsFormat(name=Asserting), core1=PostingsFormat(name=NestedPulsing), core0=Lucene41(blocksize=128)}, sim=RandomSimilarityProvider(queryNorm=false,coord=no): {}, locale=cs, timezone=SystemV/EST5EDT
[junit4:junit4]   2> NOTE: Windows 7 6.1 amd64/Oracle Corporation 1.7.0_09 (64-bit)/cpus=2,threads=1,free=7380192,total=40243200
[junit4:junit4]   2> NOTE: All tests run in this JVM: [SolrParamTest, BasicHttpSolrServerTest, TestHash, TestSpellCheckResponse, TestCoreAdmin, SolrExampleXMLTest, SolrExampleJettyTest, CloudSolrServerTest, TestLBHttpSolrServer, QueryResponseTest, TermsResponseTest, TestJavaBinCodec, LargeVolumeBinaryJettyTest, SolrQueryTest, LargeVolumeEmbeddedTest, SolrExceptionTest, NamedListTest, TestSolrProperties]
[junit4:junit4] Completed in 2.37s, 1 test, 1 error <<< FAILURES!

[...truncated 84 lines...]
BUILD FAILED
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\build.xml:353: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\build.xml:39: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build.xml:185: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\common-build.xml:438: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\lucene\common-build.xml:1175: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\lucene\common-build.xml:840: There were test failures: 45 suites, 241 tests, 1 error

Total time: 64 minutes 41 seconds
Build step 'Invoke Ant' marked build as failure
Archiving artifacts
Recording test results
Description set: Java: 64bit/jdk1.7.0_09 -XX:+UseConcMarkSweepGC
Email was triggered for: Failure
Sending email for trigger: Failure



[JENKINS] Lucene-Solr-trunk-Windows (64bit/jdk1.6.0_37) - Build # 2190 - Still Failing!

Posted by Policeman Jenkins Server <je...@sd-datasolutions.de>.
Build: http://jenkins.sd-datasolutions.de/job/Lucene-Solr-trunk-Windows/2190/
Java: 64bit/jdk1.6.0_37 -XX:+UseParallelGC

1 tests failed.
FAILED:  org.apache.solr.client.solrj.embedded.TestSolrProperties.testProperties

Error Message:
No such core: renamed_core

Stack Trace:
org.apache.solr.common.SolrException: No such core: renamed_core
	at __randomizedtesting.SeedInfo.seed([8D7883AB91BE889E:C409F0A19791B020]:0)
	at org.apache.solr.client.solrj.embedded.EmbeddedSolrServer.request(EmbeddedSolrServer.java:112)
	at org.apache.solr.client.solrj.request.CoreAdminRequest.process(CoreAdminRequest.java:429)
	at org.apache.solr.client.solrj.request.CoreAdminRequest.persist(CoreAdminRequest.java:498)
	at org.apache.solr.client.solrj.embedded.TestSolrProperties.testProperties(TestSolrProperties.java:246)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:597)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1559)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$600(RandomizedRunner.java:79)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:737)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:773)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:787)
	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.TestRuleFieldCacheSanity$1.evaluate(TestRuleFieldCacheSanity.java:51)
	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:70)
	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:358)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:782)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:442)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:746)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:648)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:682)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:693)
	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 org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:43)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
	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:358)
	at java.lang.Thread.run(Thread.java:662)




Build Log:
[...truncated 9053 lines...]
[junit4:junit4] Suite: org.apache.solr.client.solrj.embedded.TestSolrProperties
[junit4:junit4]   2> 26176 T217 oasc.CoreContainer.<init> New CoreContainer 709402783
[junit4:junit4]   2> 26176 T217 oasc.CoreContainer.load Loading CoreContainer using Solr Home: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\solrj\src\test-files\solrj\solr\shared'
[junit4:junit4]   2> 26176 T217 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\solrj\src\test-files\solrj\solr\shared\'
[junit4:junit4]   2> 26208 T217 oasc.CoreContainer.load Registering Log Listener
[junit4:junit4]   2> 26239 T218 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\solrj\src\test-files\solrj\solr\shared\.
[junit4:junit4]   2> 26239 T218 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\solrj\src\test-files\solrj\solr\shared\.\'
[junit4:junit4]   2> 26239 T219 oasc.CoreContainer.create Creating SolrCore 'core0' using instanceDir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\solrj\src\test-files\solrj\solr\shared\.
[junit4:junit4]   2> 26239 T219 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\solrj\src\test-files\solrj\solr\shared\.\'
[junit4:junit4]   2> 26255 T220 oasc.CoreContainer.create Creating SolrCore 'core1' using instanceDir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\solrj\src\test-files\solrj\solr\shared\.
[junit4:junit4]   2> 26255 T220 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\solrj\src\test-files\solrj\solr\shared\.\'
[junit4:junit4]   2> 26317 T218 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   2> 26380 T218 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 26380 T218 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 26380 T218 oass.IndexSchema.readSchema Schema name=example core 
[junit4:junit4]   2> 26380 T219 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   2> 26426 T218 oass.IndexSchema.readSchema default search field in schema is name
[junit4:junit4]   2> 26426 T218 oass.IndexSchema.readSchema query parser default operator is OR
[junit4:junit4]   2> 26426 T218 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 26426 T218 oasc.SolrCore.<init> [collection1] Opening new SolrCore at C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\solrj\src\test-files\solrj\solr\shared\.\, dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355665220857/data/-1.3\
[junit4:junit4]   2> 26426 T218 oasc.SolrCore.<init> JMX monitoring not detected for core: collection1
[junit4:junit4]   2> 26426 T218 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 26442 T219 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 26442 T219 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 26442 T219 oass.IndexSchema.readSchema Schema name=example core EN
[junit4:junit4]   2> 26458 T220 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   2> 26614 T219 oass.IndexSchema.readSchema default search field in schema is name
[junit4:junit4]   2> 26614 T219 oass.IndexSchema.readSchema query parser default operator is OR
[junit4:junit4]   2> 26614 T219 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 26614 T219 oasc.SolrCore.<init> [core0] Opening new SolrCore at C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\solrj\src\test-files\solrj\solr\shared\.\, dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355665220857/data/EN-3.5\
[junit4:junit4]   2> 26614 T219 oasc.SolrCore.<init> JMX monitoring not detected for core: core0
[junit4:junit4]   2> 26614 T219 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 26630 T218 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355665220857\data\-1.3 forceNew:false
[junit4:junit4]   2> 26630 T219 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355665220857\data\EN-3.5 forceNew:false
[junit4:junit4]   2> 26630 T219 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355665220857\data\EN-3.5
[junit4:junit4]   2> 26630 T219 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355665220857/data/EN-3.5\index/
[junit4:junit4]   2> 26630 T218 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355665220857\data\-1.3
[junit4:junit4]   2> 26630 T218 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355665220857/data/-1.3\index/
[junit4:junit4]   2> 26630 T219 oasc.SolrCore.initIndex WARNING [core0] Solr index directory 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355665220857\data\EN-3.5\index' doesn't exist. Creating new index...
[junit4:junit4]   2> 26630 T218 oasc.SolrCore.initIndex WARNING [collection1] Solr index directory 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355665220857\data\-1.3\index' doesn't exist. Creating new index...
[junit4:junit4]   2> 26645 T219 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355665220857\data\EN-3.5\index forceNew:false
[junit4:junit4]   2> 26645 T218 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355665220857\data\-1.3\index forceNew:false
[junit4:junit4]   2> 26661 T220 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 26661 T220 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 26661 T219 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.NIOFSDirectory@C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\index5891858919tmp lockFactory=org.apache.lucene.store.NativeFSLockFactory@4f97e4d2),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 26661 T219 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 26661 T220 oass.IndexSchema.readSchema Schema name=example core FR
[junit4:junit4]   2> 26661 T219 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355665220857\data\EN-3.5\index
[junit4:junit4]   2> 26676 T219 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 26676 T219 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 26676 T219 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 26676 T218 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.NIOFSDirectory@C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\index5891858920tmp lockFactory=org.apache.lucene.store.NativeFSLockFactory@49da30e5),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 26676 T218 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 26676 T219 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 26676 T219 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355665220857\data\EN-3.5
[junit4:junit4]   2> 26676 T219 oass.SolrIndexSearcher.<init> Opening Searcher@d523af5 main
[junit4:junit4]   2> 26692 T219 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 26692 T219 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 26692 T219 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 0
[junit4:junit4]   2> 26692 T219 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 26692 T219 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 0
[junit4:junit4]   2> 26692 T219 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 26692 T219 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 26692 T219 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 26692 T219 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 26692 T219 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 26692 T219 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 26692 T219 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=0&connTimeout=0&retry=false
[junit4:junit4]   2> 26692 T218 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355665220857\data\-1.3\index
[junit4:junit4]   2> 26692 T218 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 26708 T219 oasc.CoreContainer.registerCore registering core: core0
[junit4:junit4]   2> 26708 T221 oasc.SolrCore.registerSearcher [core0] Registered new searcher Searcher@d523af5 main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 26708 T218 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 26708 T218 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 26708 T218 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 26708 T218 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355665220857\data\-1.3
[junit4:junit4]   2> 26723 T218 oass.SolrIndexSearcher.<init> Opening Searcher@517c9f25 main
[junit4:junit4]   2> 26723 T218 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 26723 T218 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 26723 T222 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@517c9f25 main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 26723 T218 oasc.CoreContainer.registerCore registering core: collection1
[junit4:junit4]   2> 26739 T220 oass.IndexSchema.readSchema default search field in schema is name
[junit4:junit4]   2> 26739 T220 oass.IndexSchema.readSchema query parser default operator is OR
[junit4:junit4]   2> 26739 T220 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 26739 T220 oasc.SolrCore.<init> [core1] Opening new SolrCore at C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\solrj\src\test-files\solrj\solr\shared\.\, dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355665220857/data/FR-2.4\
[junit4:junit4]   2> 26739 T220 oasc.SolrCore.<init> JMX monitoring not detected for core: core1
[junit4:junit4]   2> 26739 T220 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 26739 T220 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355665220857\data\FR-2.4 forceNew:false
[junit4:junit4]   2> 26739 T220 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355665220857\data\FR-2.4
[junit4:junit4]   2> 26739 T220 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355665220857/data/FR-2.4\index/
[junit4:junit4]   2> 26739 T220 oasc.SolrCore.initIndex WARNING [core1] Solr index directory 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355665220857\data\FR-2.4\index' doesn't exist. Creating new index...
[junit4:junit4]   2> 26739 T220 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355665220857\data\FR-2.4\index forceNew:false
[junit4:junit4]   2> 26755 T220 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.NIOFSDirectory@C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\index5891858921tmp lockFactory=org.apache.lucene.store.NativeFSLockFactory@2a8bf658),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 26755 T220 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 26755 T220 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355665220857\data\FR-2.4\index
[junit4:junit4]   2> 26770 T220 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 26770 T220 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 26770 T220 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 26770 T220 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 26786 T220 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355665220857\data\FR-2.4
[junit4:junit4]   2> 26786 T220 oass.SolrIndexSearcher.<init> Opening Searcher@d17ffd main
[junit4:junit4]   2> 26786 T220 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 26786 T220 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 26801 T220 oasc.CoreContainer.registerCore registering core: core1
[junit4:junit4]   2> 26801 T223 oasc.SolrCore.registerSearcher [core1] Registered new searcher Searcher@d17ffd main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> ASYNC  NEW_CORE C13 name=core0 org.apache.solr.core.SolrCore@2fdd31da
[junit4:junit4]   2> 26801 T217 C13 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355665220857\data\EN-3.5
[junit4:junit4]   2> 26817 T217 C13 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits:num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.NIOFSDirectory@C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\index5891858919tmp lockFactory=org.apache.lucene.store.NativeFSLockFactory@4f97e4d2),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 26817 T217 C13 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 26817 T217 C13 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355665220857\data\EN-3.5
[junit4:junit4]   2> 26817 T217 C13 oass.SolrIndexSearcher.<init> Opening Searcher@37266fce realtime
[junit4:junit4]   2> 26817 T217 C13 oasu.DirectUpdateHandler2.commit start commit{flags=0,_version_=0,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false}
[junit4:junit4]   2> 26833 T217 C13 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=2
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.NIOFSDirectory@C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\index5891858919tmp lockFactory=org.apache.lucene.store.NativeFSLockFactory@4f97e4d2),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.NIOFSDirectory@C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\index5891858919tmp lockFactory=org.apache.lucene.store.NativeFSLockFactory@4f97e4d2),segFN=segments_2,generation=2,filenames=[segments_2]
[junit4:junit4]   2> 26833 T217 C13 oasc.SolrDeletionPolicy.updateCommits newest commit = 2[segments_2]
[junit4:junit4]   2> 26833 T217 C13 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355665220857\data\EN-3.5
[junit4:junit4]   2> 26833 T217 C13 oass.SolrIndexSearcher.<init> Opening Searcher@3740dfc9 main
[junit4:junit4]   2> 26833 T217 C13 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355665220857\data\EN-3.5\index
[junit4:junit4]   2> 26833 T221 oasc.SolrCore.registerSearcher [core0] Registered new searcher Searcher@3740dfc9 main{StandardDirectoryReader(segments_1:1:nrt)}
[junit4:junit4]   2> 26833 T217 C13 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4:junit4]   2> 26833 T221 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355665220857\data\EN-3.5\index
[junit4:junit4]   2> 26833 T217 C13 /update {commit=true&softCommit=false&waitSearcher=true} {deleteByQuery=*:* (-1421518015280709632),commit=} 0 32
[junit4:junit4]   2> ASYNC  NEW_CORE C14 name=core1 org.apache.solr.core.SolrCore@53bd2e90
[junit4:junit4]   2> 26833 T217 C14 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355665220857\data\FR-2.4
[junit4:junit4]   2> 26848 T217 C14 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits:num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.NIOFSDirectory@C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\index5891858921tmp lockFactory=org.apache.lucene.store.NativeFSLockFactory@2a8bf658),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 26848 T217 C14 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 26848 T217 C14 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355665220857\data\FR-2.4
[junit4:junit4]   2> 26848 T217 C14 oass.SolrIndexSearcher.<init> Opening Searcher@610c7e04 realtime
[junit4:junit4]   2> 26848 T217 C14 oasu.DirectUpdateHandler2.commit start commit{flags=0,_version_=0,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false}
[junit4:junit4]   2> 26848 T217 C14 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=2
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.NIOFSDirectory@C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\index5891858921tmp lockFactory=org.apache.lucene.store.NativeFSLockFactory@2a8bf658),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.NIOFSDirectory@C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\index5891858921tmp lockFactory=org.apache.lucene.store.NativeFSLockFactory@2a8bf658),segFN=segments_2,generation=2,filenames=[segments_2]
[junit4:junit4]   2> 26848 T217 C14 oasc.SolrDeletionPolicy.updateCommits newest commit = 2[segments_2]
[junit4:junit4]   2> 26848 T217 C14 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355665220857\data\FR-2.4
[junit4:junit4]   2> 26848 T217 C14 oass.SolrIndexSearcher.<init> Opening Searcher@18e52ee5 main
[junit4:junit4]   2> 26864 T217 C14 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355665220857\data\FR-2.4\index
[junit4:junit4]   2> 26864 T223 oasc.SolrCore.registerSearcher [core1] Registered new searcher Searcher@18e52ee5 main{StandardDirectoryReader(segments_1:1:nrt)}
[junit4:junit4]   2> 26864 T217 C14 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4:junit4]   2> 26864 T223 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355665220857\data\FR-2.4\index
[junit4:junit4]   2> 26864 T217 C14 /update {commit=true&softCommit=false&waitSearcher=true} {deleteByQuery=*:* (-1421518015314264064),commit=} 0 31
[junit4:junit4]   2> 26864 T217 C13 oasu.DirectUpdateHandler2.commit start commit{flags=0,_version_=0,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false}
[junit4:junit4]   2> 26895 T217 C13 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=2
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.NIOFSDirectory@C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\index5891858919tmp lockFactory=org.apache.lucene.store.NativeFSLockFactory@4f97e4d2),segFN=segments_2,generation=2,filenames=[segments_2]
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.NIOFSDirectory@C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\index5891858919tmp lockFactory=org.apache.lucene.store.NativeFSLockFactory@4f97e4d2),segFN=segments_3,generation=3,filenames=[_0_Lucene40_0.tim, _0.fnm, _0_Lucene40_0.frq, _0_nrm.cfe, _0.fdx, _0_nrm.cfs, _0.si, _0_Lucene40_0.prx, _0.fdt, segments_3, _0_Lucene40_0.tip]
[junit4:junit4]   2> 26895 T217 C13 oasc.SolrDeletionPolicy.updateCommits newest commit = 3[_0_Lucene40_0.tim, _0.fnm, _0_Lucene40_0.frq, _0_nrm.cfe, _0.fdx, _0_nrm.cfs, _0.si, _0_Lucene40_0.prx, _0.fdt, segments_3, _0_Lucene40_0.tip]
[junit4:junit4]   2> 26911 T217 C13 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355665220857\data\EN-3.5
[junit4:junit4]   2> 26926 T217 C13 oass.SolrIndexSearcher.<init> Opening Searcher@16d96b45 main
[junit4:junit4]   2> 26926 T221 oasc.SolrCore.registerSearcher [core0] Registered new searcher Searcher@16d96b45 main{StandardDirectoryReader(segments_3:3:nrt _0(5.0):C1)}
[junit4:junit4]   2> 26926 T217 C13 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4:junit4]   2> 26926 T221 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355665220857\data\EN-3.5\index
[junit4:junit4]   2> 26926 T217 C13 /update {commit=true&softCommit=false&waitSearcher=true} {add=[AAA (1421518015346769920)],commit=} 0 62
[junit4:junit4]   2> 26926 T217 C14 /update {commit=true&softCommit=false&waitSearcher=true} {} 0 0
[junit4:junit4]   2> 26926 T217 C14 oasc.SolrException.log Ignoring exception matching unknown field
[junit4:junit4]   2> 26926 T217 C14 oasu.DirectUpdateHandler2.commit start commit{flags=0,_version_=0,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false}
[junit4:junit4]   2> 26958 T217 C14 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=2
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.NIOFSDirectory@C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\index5891858921tmp lockFactory=org.apache.lucene.store.NativeFSLockFactory@2a8bf658),segFN=segments_2,generation=2,filenames=[segments_2]
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.NIOFSDirectory@C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\index5891858921tmp lockFactory=org.apache.lucene.store.NativeFSLockFactory@2a8bf658),segFN=segments_3,generation=3,filenames=[_0_Lucene40_0.tim, _0.fnm, _0_Lucene40_0.frq, _0_nrm.cfe, _0_1.del, _0.fdx, _0_nrm.cfs, _0.si, _0_Lucene40_0.prx, _0.fdt, segments_3, _0_Lucene40_0.tip]
[junit4:junit4]   2> 26958 T217 C14 oasc.SolrDeletionPolicy.updateCommits newest commit = 3[_0_Lucene40_0.tim, _0.fnm, _0_Lucene40_0.frq, _0_nrm.cfe, _0_1.del, _0.fdx, _0_nrm.cfs, _0.si, _0_Lucene40_0.prx, _0.fdt, segments_3, _0_Lucene40_0.tip]
[junit4:junit4]   2> 26958 T217 C14 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355665220857\data\FR-2.4
[junit4:junit4]   2> 26958 T217 C14 oass.SolrIndexSearcher.<init> Opening Searcher@466668f9 main
[junit4:junit4]   2> 26973 T223 oasc.SolrCore.registerSearcher [core1] Registered new searcher Searcher@466668f9 main{StandardDirectoryReader(segments_3:3:nrt _0(5.0):C2/1)}
[junit4:junit4]   2> 26973 T217 C14 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4:junit4]   2> 26973 T223 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355665220857\data\FR-2.4\index
[junit4:junit4]   2> 26973 T217 C14 /update {commit=true&softCommit=false&waitSearcher=true} {add=[BBB (1421518015411781633), BBB (1421518015411781634)],commit=} 0 47
[junit4:junit4]   2> 26973 T217 C13 /update {commit=true&softCommit=false&waitSearcher=true} {} 0 0
[junit4:junit4]   2> 26973 T217 C13 oasc.SolrException.log Ignoring exception matching unknown field
[junit4:junit4]   2> 26989 T217 C13 REQ /select {q=id%3AAAA} hits=1 status=0 QTime=16 
[junit4:junit4]   2> 26989 T217 C14 REQ /select {q=id%3AAAA} hits=0 status=0 QTime=0 
[junit4:junit4]   2> 26989 T217 C13 REQ /select {q=id%3AAAA} hits=1 status=0 QTime=0 
[junit4:junit4]   2> 26989 T217 C13 REQ /select {q=id%3ABBB} hits=0 status=0 QTime=0 
[junit4:junit4]   2> 26989 T217 C14 REQ /select {q=id%3AAAA} hits=0 status=0 QTime=0 
[junit4:junit4]   2> 27005 T217 C14 REQ /select {q=id%3ABBB} hits=1 status=0 QTime=16 
[junit4:junit4]   2> 27005 T217 C13 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355665220857\data\EN-3.5\index
[junit4:junit4]   2> 27005 T217 C13 REQ /admin/cores {action=STATUS&core=core0} status=0 QTime=0 
[junit4:junit4]   2> 27005 T217 C13 oasc.CoreContainer.reload Reloading SolrCore 'core0' using instanceDir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\solrj\src\test-files\solrj\solr\shared\.
[junit4:junit4]   2> 27005 T217 C13 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\solrj\src\test-files\solrj\solr\shared\.\'
[junit4:junit4]   2> 27067 T217 C13 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   2> 27130 T217 C13 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 27130 T217 C13 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 27145 T217 C13 oass.IndexSchema.readSchema Schema name=example core EN
[junit4:junit4]   2> 27192 T217 C13 oass.IndexSchema.readSchema default search field in schema is name
[junit4:junit4]   2> 27192 T217 C13 oass.IndexSchema.readSchema query parser default operator is OR
[junit4:junit4]   2> 27192 T217 C13 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 27192 T217 C13 oasc.SolrCore.<init> [core0] Opening new SolrCore at C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\solrj\src\test-files\solrj\solr\shared\.\, dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355665220857/data/EN-3.5\
[junit4:junit4]   2> 27192 T217 C13 oasc.SolrCore.<init> JMX monitoring not detected for core: core0
[junit4:junit4]   2> 27192 T217 C13 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355665220857\data\EN-3.5
[junit4:junit4]   2> 27192 T217 C13 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355665220857/data/EN-3.5\index/
[junit4:junit4]   2> 27192 T217 C13 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 27192 T217 C13 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 27208 T217 C13 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 27208 T217 C13 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 27208 T217 C13 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355665220857\data\EN-3.5
[junit4:junit4]   2> 27208 T217 C13 oass.SolrIndexSearcher.<init> Opening Searcher@1e7a9a19 main
[junit4:junit4]   2> 27208 T217 C13 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 27208 T217 C13 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 27223 T224 oasc.SolrCore.registerSearcher [core0] Registered new searcher Searcher@1e7a9a19 main{StandardDirectoryReader(segments_3:3:nrt _0(5.0):C1)}
[junit4:junit4]   2> 27223 T217 C13 oasc.CoreContainer.registerCore replacing core: core0
[junit4:junit4]   2> 27223 T217 C13 REQ /admin/cores {action=RELOAD&core=core0} status=0 QTime=218 
[junit4:junit4]   2> 27223 T217 C13 oasc.SolrCore.close [core0]  CLOSING SolrCore org.apache.solr.core.SolrCore@2fdd31da
[junit4:junit4]   2> 27223 T217 C13 oasu.DirectUpdateHandler2.close closing DirectUpdateHandler2{commits=2,autocommits=0,soft autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=0,adds=1,deletesById=0,deletesByQuery=0,errors=1,cumulative_adds=2,cumulative_deletesById=0,cumulative_deletesByQuery=1,cumulative_errors=1}
[junit4:junit4]   2> 27223 T217 C13 oasc.SolrCore.closeSearcher [core0] Closing main searcher on request.
[junit4:junit4]   2> 27223 T217 C13 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355665220857\data\EN-3.5\index
[junit4:junit4]   2> ASYNC  NEW_CORE C15 name=core0 org.apache.solr.core.SolrCore@52d7f51e
[junit4:junit4]   2> 27223 T217 C15 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355665220857\data\EN-3.5\index
[junit4:junit4]   2> 27223 T217 C15 REQ /admin/cores {action=STATUS&core=core0} status=0 QTime=0 
[junit4:junit4]   2> 27239 T217 C15 oasc.CoreContainer.persistFile Persisting cores config to .\solrtest-TestSolrProperties-1355665220857\solr-persist.xml
[junit4:junit4]   2> 27255 T217 C15 oasc.SolrXMLSerializer.persistFile Persisting cores config to .\solrtest-TestSolrProperties-1355665220857\solr-persist.xml
[junit4:junit4]   2> 27270 T217 C15 REQ /admin/cores {action=PERSIST&file=solr-persist.xml} status=0 QTime=31 
[junit4:junit4]   2> 27286 T217 C15 oasc.CoreContainer.registerCore registering core: renamed_core
[junit4:junit4]   2> 27286 T217 C15 oasc.CoreContainer.persistFile Persisting cores config to .\solrtest-TestSolrProperties-1355665220857\solr.xml
[junit4:junit4]   2> 27317 T217 C15 oasc.SolrXMLSerializer.persistFile Persisting cores config to .\solrtest-TestSolrProperties-1355665220857\solr.xml
[junit4:junit4]   2> 27317 T217 C15 REQ /admin/cores {action=RENAME&core=core0&other=renamed_core} status=0 QTime=31 
[junit4:junit4]   2> 27317 T217 C15 oasc.CoreContainer.persistFile Persisting cores config to .\solrtest-TestSolrProperties-1355665220857\solr-persist.xml
[junit4:junit4]   2> 27348 T217 C15 oasc.SolrXMLSerializer.persistFile Persisting cores config to .\solrtest-TestSolrProperties-1355665220857\solr-persist.xml
[junit4:junit4]   2> 27348 T217 C15 REQ /admin/cores {action=PERSIST&file=solr-persist.xml} status=0 QTime=31 
[junit4:junit4]   2> 27364 T217 C15 oasc.CoreContainer.create Creating SolrCore 'newCore' using instanceDir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\solrj\src\test-files\solrj\solr\shared
[junit4:junit4]   2> 27380 T217 C15 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\solrj\src\test-files\solrj\solr\shared\'
[junit4:junit4]   2> 27426 T217 C15 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   2> 27489 T217 C15 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 27489 T217 C15 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 27489 T217 C15 oass.IndexSchema.readSchema Schema name=example core 
[junit4:junit4]   2> 27536 T217 C15 oass.IndexSchema.readSchema default search field in schema is name
[junit4:junit4]   2> 27536 T217 C15 oass.IndexSchema.readSchema query parser default operator is OR
[junit4:junit4]   2> 27536 T217 C15 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 27551 T217 C15 oasc.SolrCore.<init> [newCore] Opening new SolrCore at C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\solrj\src\test-files\solrj\solr\shared\, dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355665220857/data/-1.3\
[junit4:junit4]   2> 27551 T217 C15 oasc.SolrCore.<init> JMX monitoring not detected for core: newCore
[junit4:junit4]   2> 27551 T217 C15 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 27551 T217 C15 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355665220857\data\-1.3 forceNew:false
[junit4:junit4]   2> 27551 T217 C15 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355665220857\data\-1.3
[junit4:junit4]   2> 27551 T217 C15 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355665220857/data/-1.3\index/
[junit4:junit4]   2> 27551 T217 C15 oasc.SolrCore.initIndex WARNING [newCore] Solr index directory 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355665220857\data\-1.3\index' doesn't exist. Creating new index...
[junit4:junit4]   2> 27551 T217 C15 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355665220857\data\-1.3\index forceNew:false
[junit4:junit4]   2> 27567 T217 C15 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@3eecda4b lockFactory=org.apache.lucene.store.NativeFSLockFactory@19676adb),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 27567 T217 C15 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 27567 T217 C15 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355665220857\data\-1.3\index
[junit4:junit4]   2> 27567 T217 C15 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 27567 T217 C15 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 27567 T217 C15 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 27567 T217 C15 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 27583 T217 C15 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355665220857\data\-1.3
[junit4:junit4]   2> 27583 T217 C15 oass.SolrIndexSearcher.<init> Opening Searcher@3ebcf313 main
[junit4:junit4]   2> 27583 T217 C15 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 27583 T217 C15 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 27598 T225 oasc.SolrCore.registerSearcher [newCore] Registered new searcher Searcher@3ebcf313 main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 27598 T217 C15 oasc.CoreContainer.registerCore registering core: newCore
[junit4:junit4]   2> 27598 T217 C15 oasc.CoreContainer.persistFile Persisting cores config to .\solrtest-TestSolrProperties-1355665220857\solr.xml
[junit4:junit4]   2> 27614 T217 C15 oasc.SolrXMLSerializer.persistFile Persisting cores config to .\solrtest-TestSolrProperties-1355665220857\solr.xml
[junit4:junit4]   2> 27630 T217 C15 REQ /admin/cores {action=CREATE&name=newCore&instanceDir=C%3A%5CUsers%5CJenkinsSlave%5Cworkspace%5CLucene-Solr-trunk-Windows%5Csolr%5Csolrj%5Csrc%5Ctest-files%5Csolrj%5Csolr%5Cshared} status=0 QTime=266 
[junit4:junit4]   2> 27630 T217 C15 oasc.CoreContainer.persistFile Persisting cores config to .\solrtest-TestSolrProperties-1355665220857\solr-persist.xml
[junit4:junit4]   2> 27645 T217 C15 oasc.SolrXMLSerializer.persistFile Persisting cores config to .\solrtest-TestSolrProperties-1355665220857\solr-persist.xml
[junit4:junit4]   2> 27645 T217 C15 REQ /admin/cores {action=PERSIST&file=solr-persist.xml} status=0 QTime=15 
[junit4:junit4]   2> 27645 T217 oasc.CoreContainer.shutdown Shutting down CoreContainer instance=709402783
[junit4:junit4]   2> 27645 T217 oasc.SolrCore.close [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@6a4efd48
[junit4:junit4]   2> 27645 T217 oasu.DirectUpdateHandler2.close closing DirectUpdateHandler2{commits=0,autocommits=0,soft autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=0,adds=0,deletesById=0,deletesByQuery=0,errors=0,cumulative_adds=0,cumulative_deletesById=0,cumulative_deletesByQuery=0,cumulative_errors=0}
[junit4:junit4]   2> 27645 T217 oasc.SolrCore.decrefSolrCoreState Closing SolrCoreState
[junit4:junit4]   2> 27645 T217 oasu.DefaultSolrCoreState.closeIndexWriter SolrCoreState ref count has reached 0 - closing IndexWriter
[junit4:junit4]   2> 27645 T217 oasu.DefaultSolrCoreState.closeIndexWriter closing IndexWriter with IndexWriterCloser
[junit4:junit4]   2> 27661 T217 oasc.SolrCore.closeSearcher [collection1] Closing main searcher on request.
[junit4:junit4]   2> 27661 T217 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355665220857\data\-1.3\index
[junit4:junit4]   2> 27661 T217 oasc.CachingDirectoryFactory.close Closing directory when closing factory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355665220857\data\-1.3
[junit4:junit4]   2> 27661 T217 oasc.CachingDirectoryFactory.close Closing directory when closing factory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355665220857\data\-1.3\index
[junit4:junit4]   2> 27661 T217 oasc.SolrCore.close [core1]  CLOSING SolrCore org.apache.solr.core.SolrCore@53bd2e90
[junit4:junit4]   2> 27661 T217 oasu.DirectUpdateHandler2.close closing DirectUpdateHandler2{commits=2,autocommits=0,soft autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=0,adds=0,deletesById=0,deletesByQuery=0,errors=1,cumulative_adds=3,cumulative_deletesById=0,cumulative_deletesByQuery=1,cumulative_errors=1}
[junit4:junit4]   2> 27661 T217 oasc.SolrCore.decrefSolrCoreState Closing SolrCoreState
[junit4:junit4]   2> 27661 T217 oasu.DefaultSolrCoreState.closeIndexWriter SolrCoreState ref count has reached 0 - closing IndexWriter
[junit4:junit4]   2> 27661 T217 oasu.DefaultSolrCoreState.closeIndexWriter closing IndexWriter with IndexWriterCloser
[junit4:junit4]   2> 27661 T217 C14 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355665220857\data\FR-2.4\index
[junit4:junit4]   2> 27661 T217 oasc.SolrCore.closeSearcher [core1] Closing main searcher on request.
[junit4:junit4]   2> 27661 T217 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355665220857\data\FR-2.4\index
[junit4:junit4]   2> 27661 T217 oasc.CachingDirectoryFactory.close Closing directory when closing factory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355665220857\data\FR-2.4
[junit4:junit4]   2> 27661 T217 oasc.CachingDirectoryFactory.close Closing directory when closing factory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355665220857\data\FR-2.4\index
[junit4:junit4]   2> 27661 T217 oasc.SolrCore.close [renamed_core]  CLOSING SolrCore org.apache.solr.core.SolrCore@52d7f51e
[junit4:junit4]   2> 27661 T217 oasu.DirectUpdateHandler2.close closing DirectUpdateHandler2{commits=0,autocommits=0,soft autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=0,adds=0,deletesById=0,deletesByQuery=0,errors=0,cumulative_adds=0,cumulative_deletesById=0,cumulative_deletesByQuery=0,cumulative_errors=0}
[junit4:junit4]   2> 27661 T217 oasc.SolrCore.decrefSolrCoreState Closing SolrCoreState
[junit4:junit4]   2> 27661 T217 oasu.DefaultSolrCoreState.closeIndexWriter SolrCoreState ref count has reached 0 - closing IndexWriter
[junit4:junit4]   2> 27661 T217 oasu.DefaultSolrCoreState.closeIndexWriter closing IndexWriter with IndexWriterCloser
[junit4:junit4]   2> 27661 T217 C15 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355665220857\data\EN-3.5\index
[junit4:junit4]   2> 27661 T217 oasc.SolrCore.closeSearcher [renamed_core] Closing main searcher on request.
[junit4:junit4]   2> 27661 T217 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355665220857\data\EN-3.5\index
[junit4:junit4]   2> 27661 T217 oasc.CachingDirectoryFactory.close Closing directory when closing factory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355665220857\data\EN-3.5\index
[junit4:junit4]   2> 27661 T217 oasc.CachingDirectoryFactory.close Closing directory when closing factory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355665220857\data\EN-3.5
[junit4:junit4]   2> 27661 T217 oasc.SolrCore.close [newCore]  CLOSING SolrCore org.apache.solr.core.SolrCore@63bb4029
[junit4:junit4]   2> 27661 T217 oasu.DirectUpdateHandler2.close closing DirectUpdateHandler2{commits=0,autocommits=0,soft autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=0,adds=0,deletesById=0,deletesByQuery=0,errors=0,cumulative_adds=0,cumulative_deletesById=0,cumulative_deletesByQuery=0,cumulative_errors=0}
[junit4:junit4]   2> 27661 T217 oasc.SolrCore.decrefSolrCoreState Closing SolrCoreState
[junit4:junit4]   2> 27661 T217 oasu.DefaultSolrCoreState.closeIndexWriter SolrCoreState ref count has reached 0 - closing IndexWriter
[junit4:junit4]   2> 27661 T217 oasu.DefaultSolrCoreState.closeIndexWriter closing IndexWriter with IndexWriterCloser
[junit4:junit4]   2> 27676 T217 oasc.SolrCore.closeSearcher [newCore] Closing main searcher on request.
[junit4:junit4]   2> 27676 T217 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355665220857\data\-1.3\index
[junit4:junit4]   2> 27676 T217 oasc.CachingDirectoryFactory.close Closing directory when closing factory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355665220857\data\-1.3\index
[junit4:junit4]   2> 27676 T217 oasc.CachingDirectoryFactory.close Closing directory when closing factory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355665220857\data\-1.3
[junit4:junit4]   2> 27676 T217 oasc.CoreContainer.<init> New CoreContainer 2020957199
[junit4:junit4]   2> 27676 T217 oasc.CoreContainer.load Loading CoreContainer using Solr Home: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\solrj\src\test-files\solrj\solr\shared'
[junit4:junit4]   2> 27676 T217 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\solrj\src\test-files\solrj\solr\shared\'
[junit4:junit4]   2> 27708 T217 oasc.CoreContainer.load Registering Log Listener
[junit4:junit4]   2> 27739 T226 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\solrj\src\test-files\solrj\solr\shared\.
[junit4:junit4]   2> 27755 T226 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\solrj\src\test-files\solrj\solr\shared\.\'
[junit4:junit4]   2> 27817 T226 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   2> 27848 T227 oasc.CoreContainer.create Creating SolrCore 'core1' using instanceDir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\solrj\src\test-files\solrj\solr\shared\.
[junit4:junit4]   2> 27848 T227 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\solrj\src\test-files\solrj\solr\shared\.\'
[junit4:junit4]   2> 27864 T226 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 27864 T226 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 27880 T226 oass.IndexSchema.readSchema Schema name=example core 
[junit4:junit4]   2> 27880 T228 oasc.CoreContainer.create Creating SolrCore 'renamed_core' using instanceDir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\solrj\src\test-files\solrj\solr\shared\.
[junit4:junit4]   2> 27880 T228 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\solrj\src\test-files\solrj\solr\shared\.\'
[junit4:junit4]   2> 27911 T227 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   2> 27973 T226 oass.IndexSchema.readSchema default search field in schema is name
[junit4:junit4]   2> 27973 T226 oass.IndexSchema.readSchema query parser default operator is OR
[junit4:junit4]   2> 27973 T226 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 27989 T226 oasc.SolrCore.<init> [collection1] Opening new SolrCore at C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\solrj\src\test-files\solrj\solr\shared\.\, dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355665220857/data/-1.3\
[junit4:junit4]   2> 27989 T226 oasc.SolrCore.<init> JMX monitoring not detected for core: collection1
[junit4:junit4]   2> 27989 T226 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 27989 T226 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355665220857\data\-1.3 forceNew:false
[junit4:junit4]   2> 27989 T226 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355665220857\data\-1.3
[junit4:junit4]   2> 27989 T226 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355665220857/data/-1.3\index/
[junit4:junit4]   2> 27989 T227 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 27989 T227 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 27989 T226 oasc.SolrCore.initIndex WARNING [collection1] Solr index directory 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355665220857\data\-1.3\index' doesn't exist. Creating new index...
[junit4:junit4]   2> 27989 T226 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355665220857\data\-1.3\index forceNew:false
[junit4:junit4]   2> 27989 T227 oass.IndexSchema.readSchema Schema name=example core FR
[junit4:junit4]   2> 28036 T228 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   2> 28051 T227 oass.IndexSchema.readSchema default search field in schema is name
[junit4:junit4]   2> 28051 T227 oass.IndexSchema.readSchema query parser default operator is OR
[junit4:junit4]   2> 28051 T227 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 28051 T227 oasc.SolrCore.<init> [core1] Opening new SolrCore at C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\solrj\src\test-files\solrj\solr\shared\.\, dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355665220857/data/FR-2.4\
[junit4:junit4]   2> 28051 T227 oasc.SolrCore.<init> JMX monitoring not detected for core: core1
[junit4:junit4]   2> 28051 T227 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 28067 T227 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355665220857\data\FR-2.4 forceNew:false
[junit4:junit4]   2> 28067 T227 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355665220857\data\FR-2.4
[junit4:junit4]   2> 28067 T227 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355665220857/data/FR-2.4\index/
[junit4:junit4]   2> 28067 T227 oasc.SolrCore.initIndex WARNING [core1] Solr index directory 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355665220857\data\FR-2.4\index' doesn't exist. Creating new index...
[junit4:junit4]   2> 28067 T227 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355665220857\data\FR-2.4\index forceNew:false
[junit4:junit4]   2> 28067 T226 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.NIOFSDirectory@C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\index5891858922tmp lockFactory=org.apache.lucene.store.NativeFSLockFactory@40233b8d),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 28067 T226 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 28067 T226 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355665220857\data\-1.3\index
[junit4:junit4]   2> 28083 T226 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 28083 T226 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 28083 T226 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 28083 T227 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.NIOFSDirectory@C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\index5891858923tmp lockFactory=org.apache.lucene.store.NativeFSLockFactory@46f94b51),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 28083 T227 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 28083 T227 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355665220857\data\FR-2.4\index
[junit4:junit4]   2> 28083 T227 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 28083 T227 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 28083 T227 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 28098 T227 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 28098 T227 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355665220857\data\FR-2.4
[junit4:junit4]   2> 28098 T227 oass.SolrIndexSearcher.<init> Opening Searcher@26f57041 main
[junit4:junit4]   2> 28114 T227 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 28114 T227 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 28114 T227 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 0
[junit4:junit4]   2> 28114 T227 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 28114 T227 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 0
[junit4:junit4]   2> 28114 T227 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 28114 T227 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 28114 T227 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 28114 T227 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 28114 T227 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 28114 T227 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 28114 T227 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=0&connTimeout=0&retry=false
[junit4:junit4]   2> 28130 T226 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 28130 T228 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 28130 T227 oasc.CoreContainer.registerCore registering core: core1
[junit4:junit4]   2> 28130 T228 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 28130 T229 oasc.SolrCore.registerSearcher [core1] Registered new searcher Searcher@26f57041 main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 28130 T227 oasc.CoreContainer.create Creating SolrCore 'newCore' using instanceDir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\solrj\src\test-files\solrj\solr\shared
[junit4:junit4]   2> 28130 T227 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\solrj\src\test-files\solrj\solr\shared\'
[junit4:junit4]   2> 28145 T228 oass.IndexSchema.readSchema Schema name=example core EN
[junit4:junit4]   2> 28145 T226 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355665220857\data\-1.3
[junit4:junit4]   2> 28208 T227 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   2> 28255 T228 oass.IndexSchema.readSchema default search field in schema is name
[junit4:junit4]   2> 28255 T228 oass.IndexSchema.readSchema query parser default operator is OR
[junit4:junit4]   2> 28255 T226 oass.SolrIndexSearcher.<init> Opening Searcher@6aff2287 main
[junit4:junit4]   2> 28255 T226 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 28255 T226 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 28270 T228 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 28270 T228 oasc.SolrCore.<init> [renamed_core] Opening new SolrCore at C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\solrj\src\test-files\solrj\solr\shared\.\, dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355665220857/data/EN-3.5\
[junit4:junit4]   2> 28270 T228 oasc.SolrCore.<init> JMX monitoring not detected for core: renamed_core
[junit4:junit4]   2> 28270 T228 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 28270 T228 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355665220857\data\EN-3.5 forceNew:false
[junit4:junit4]   2> 28270 T228 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355665220857\data\EN-3.5
[junit4:junit4]   2> 28270 T228 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355665220857/data/EN-3.5\index/
[junit4:junit4]   2> 28270 T227 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 28270 T228 oasc.SolrCore.initIndex WARNING [renamed_core] Solr index directory 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355665220857\data\EN-3.5\index' doesn't exist. Creating new index...
[junit4:junit4]   2> 28270 T227 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 28270 T228 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355665220857\data\EN-3.5\index forceNew:false
[junit4:junit4]   2> 28286 T227 oass.IndexSchema.readSchema Schema name=example core 
[junit4:junit4]   2> 28317 T226 oasc.CoreContainer.registerCore registering core: collection1
[junit4:junit4]   2> 28317 T230 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@6aff2287 main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 28317 T228 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.NIOFSDirectory@C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\index5891858924tmp lockFactory=org.apache.lucene.store.NativeFSLockFactory@3de8754c),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 28317 T228 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 28317 T228 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355665220857\data\EN-3.5\index
[junit4:junit4]   2> 28317 T228 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 28317 T228 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 28317 T228 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 28317 T228 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 28333 T228 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355665220857\data\EN-3.5
[junit4:junit4]   2> 28333 T228 oass.SolrIndexSearcher.<init> Opening Searcher@49d9b342 main
[junit4:junit4]   2> 28333 T228 oasc.SolrCore.close [renamed_core]  CLOSING SolrCore org.apache.solr.core.SolrCore@7387d7ee
[junit4:junit4]   2> 28333 T228 oasc.SolrCore.decrefSolrCoreState Closing SolrCoreState
[junit4:junit4]   2> 28333 T228 oasu.DefaultSolrCoreState.closeIndexWriter SolrCoreState ref count has reached 0 - closing IndexWriter
[junit4:junit4]   2> 28333 T231 oasc.SolrCore.registerSearcher [renamed_core] Registered new searcher Searcher@49d9b342 main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 28333 T228 oasc.SolrCore.closeSearcher [renamed_core] Closing main searcher on request.
[junit4:junit4]   2> 28333 T228 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355665220857\data\EN-3.5\index
[junit4:junit4]   2> 28333 T228 oasc.CachingDirectoryFactory.close Closing directory when closing factory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355665220857\data\EN-3.5\index
[junit4:junit4]   2> 28333 T228 oasc.CachingDirectoryFactory.close Closing directory when closing factory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355665220857\data\EN-3.5
[junit4:junit4]   2> 28333 T228 oasc.CoreContainer.recordAndThrow SEVERE Unable to create core: renamed_core org.apache.solr.common.SolrException: Error Instantiating Update Handler, solr.DirectUpdateHandler2 failed to instantiate org.apache.solr.update.UpdateHandler
[junit4:junit4]   2> 	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:789)
[junit4:junit4]   2> 	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:602)
[junit4:junit4]   2> 	at org.apache.solr.core.CoreContainer.createFromLocal(CoreContainer.java:981)
[junit4:junit4]   2> 	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1011)
[junit4:junit4]   2> 	at org.apache.solr.core.CoreContainer$3.call(CoreContainer.java:618)
[junit4:junit4]   2> 	at org.apache.solr.core.CoreContainer$3.call(CoreContainer.java:613)
[junit4:junit4]   2> 	at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
[junit4:junit4]   2> 	at java.util.concurrent.FutureTask.run(FutureTask.java:138)
[junit4:junit4]   2> 	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:439)
[junit4:junit4]   2> 	at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
[junit4:junit4]   2> 	at java.util.concurrent.FutureTask.run(FutureTask.java:138)
[junit4:junit4]   2> 	at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
[junit4:junit4]   2> 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
[junit4:junit4]   2> 	at java.lang.Thread.run(Thread.java:662)
[junit4:junit4]   2> Caused by: org.apache.solr.common.SolrException: Error Instantiating Update Handler, solr.DirectUpdateHandler2 failed to instantiate org.apache.solr.update.UpdateHandler
[junit4:junit4]   2> 	at org.apache.solr.core.SolrCore.createInstance(SolrCore.java:526)
[junit4:junit4]   2> 	at org.apache.solr.core.SolrCore.createUpdateHandler(SolrCore.java:580)
[junit4:junit4]   2> 	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:773)
[junit4:junit4]   2> 	... 13 more
[junit4:junit4]   2> Caused by: java.lang.reflect.InvocationTargetException
[junit4:junit4]   2> 	at sun.reflect.GeneratedConstructorAccessor109.newInstance(Unknown Source)
[junit4:junit4]   2> 	at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
[junit4:junit4]   2> 	at java.lang.reflect.Constructor.newInstance(Constructor.java:513)
[junit4:junit4]   2> 	at org.apache.solr.core.SolrCore.createInstance(SolrCore.java:512)
[junit4:junit4]   2> 	... 15 more
[junit4:junit4]   2> Caused by: java.lang.RuntimeException: java.io.IOException: Unable to delete file: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355665220857\data\EN-3.5\tlog\tlog.0000000000000000001
[junit4:junit4]   2> 	at org.apache.solr.update.UpdateHandler.<init>(UpdateHandler.java:125)
[junit4:junit4]   2> 	at org.apache.solr.update.DirectUpdateHandler2.<init>(DirectUpdateHandler2.java:96)
[junit4:junit4]   2> 	... 19 more
[junit4:junit4]   2> Caused by: java.io.IOException: Unable to delete file: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355665220857\data\EN-3.5\tlog\tlog.0000000000000000001
[junit4:junit4]   2> 	at org.apache.commons.io.FileUtils.forceDelete(FileUtils.java:1919)
[junit4:junit4]   2> 	at org.apache.commons.io.FileUtils.cleanDirectory(FileUtils.java:1399)
[junit4:junit4]   2> 	at org.apache.commons.io.FileUtils.deleteDirectory(FileUtils.java:1331)
[junit4:junit4]   2> 	at org.apache.solr.update.UpdateHandler.clearLog(UpdateHandler.java:91)
[junit4:junit4]   2> 	at org.apache.solr.update.UpdateHandler.<init>(UpdateHandler.java:123)
[junit4:junit4]   2> 	... 20 more
[junit4:junit4]   2> 
[junit4:junit4]   2> 28333 T228 oasc.SolrException.log SEVERE null:org.apache.solr.common.SolrException: Unable to create core: renamed_core
[junit4:junit4]   2> 		at org.apache.solr.core.CoreContainer.recordAndThrow(CoreContainer.java:1606)
[junit4:junit4]   2> 		at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1017)
[junit4:junit4]   2> 		at org.apache.solr.core.CoreContainer$3.call(CoreContainer.java:618)
[junit4:junit4]   2> 		at org.apache.solr.core.CoreContainer$3.call(CoreContainer.java:613)
[junit4:junit4]   2> 		at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
[junit4:junit4]   2> 		at java.util.concurrent.FutureTask.run(FutureTask.java:138)
[junit4:junit4]   2> 		at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:439)
[junit4:junit4]   2> 		at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
[junit4:junit4]   2> 		at java.util.concurrent.FutureTask.run(FutureTask.java:138)
[junit4:junit4]   2> 		at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
[junit4:junit4]   2> 		at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
[junit4:junit4]   2> 		at java.lang.Thread.run(Thread.java:662)
[junit4:junit4]   2> 	Caused by: org.apache.solr.common.SolrException: Error Instantiating Update Handler, solr.DirectUpdateHandler2 failed to instantiate org.apache.solr.update.UpdateHandler
[junit4:junit4]   2> 		at org.apache.solr.core.SolrCore.<init>(SolrCore.java:789)
[junit4:junit4]   2> 		at org.apache.solr.core.SolrCore.<init>(SolrCore.java:602)
[junit4:junit4]   2> 		at org.apache.solr.core.CoreContainer.createFromLocal(CoreContainer.java:981)
[junit4:junit4]   2> 		at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1011)
[junit4:junit4]   2> 		... 10 more
[junit4:junit4]   2> 	Caused by: org.apache.solr.common.SolrException: Error Instantiating Update Handler, solr.DirectUpdateHandler2 failed to instantiate org.apache.solr.update.UpdateHandler
[junit4:junit4]   2> 		at org.apache.solr.core.SolrCore.createInstance(SolrCore.java:526)
[junit4:junit4]   2> 		at org.apache.solr.core.SolrCore.createUpdateHandler(SolrCore.java:580)
[junit4:junit4]   2> 		at org.apache.solr.core.SolrCore.<init>(SolrCore.java:773)
[junit4:junit4]   2> 		... 13 more
[junit4:junit4]   2> 	Caused by: java.lang.reflect.InvocationTargetException
[junit4:junit4]   2> 		at sun.reflect.GeneratedConstructorAccessor109.newInstance(Unknown Source)
[junit4:junit4]   2> 		at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
[junit4:junit4]   2> 		at java.lang.reflect.Constructor.newInstance(Constructor.java:513)
[junit4:junit4]   2> 		at org.apache.solr.core.SolrCore.createInstance(SolrCore.java:512)
[junit4:junit4]   2> 		... 15 more
[junit4:junit4]   2> 	Caused by: java.lang.RuntimeException: java.io.IOException: Unable to delete file: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355665220857\data\EN-3.5\tlog\tlog.0000000000000000001
[junit4:junit4]   2> 		at org.apache.solr.update.UpdateHandler.<init>(UpdateHandler.java:125)
[junit4:junit4]   2> 		at org.apache.solr.update.DirectUpdateHandler2.<init>(DirectUpdateHandler2.java:96)
[junit4:junit4]   2> 		... 19 more
[junit4:junit4]   2> 	Caused by: java.io.IOException: Unable to delete file: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355665220857\data\EN-3.5\tlog\tlog.0000000000000000001
[junit4:junit4]   2> 		at org.apache.commons.io.FileUtils.forceDelete(FileUtils.java:1919)
[junit4:junit4]   2> 		at org.apache.commons.io.FileUtils.cleanDirectory(FileUtils.java:1399)
[junit4:junit4]   2> 		at org.apache.commons.io.FileUtils.deleteDirectory(FileUtils.java:1331)
[junit4:junit4]   2> 		at org.apache.solr.update.UpdateHandler.clearLog(UpdateHandler.java:91)
[junit4:junit4]   2> 		at org.apache.solr.update.UpdateHandler.<init>(UpdateHandler.java:123)
[junit4:junit4]   2> 		... 20 more
[junit4:junit4]   2> 	
[junit4:junit4]   2> 28333 T227 oass.IndexSchema.readSchema default search field in schema is name
[junit4:junit4]   2> 28348 T227 oass.IndexSchema.readSchema query parser default operator is OR
[junit4:junit4]   2> 28348 T227 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 28348 T227 oasc.SolrCore.<init> [newCore] Opening new SolrCore at C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\solrj\src\test-files\solrj\solr\shared\, dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355665220857/data/-1.3\
[junit4:junit4]   2> 28348 T227 oasc.SolrCore.<init> JMX monitoring not detected for core: newCore
[junit4:junit4]   2> 28348 T227 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 28348 T227 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355665220857\data\-1.3 forceNew:false
[junit4:junit4]   2> 28348 T227 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355665220857\data\-1.3
[junit4:junit4]   2> 28348 T227 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355665220857/data/-1.3\index/
[junit4:junit4]   2> 28348 T227 oasc.SolrCore.initIndex WARNING [newCore] Solr index directory 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355665220857\data\-1.3\index' doesn't exist. Creating new index...
[junit4:junit4]   2> 28348 T227 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355665220857\data\-1.3\index forceNew:false
[junit4:junit4]   2> 28348 T227 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@2579972b lockFactory=org.apache.lucene.store.NativeFSLockFactory@6696f8ea),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 28348 T227 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 28348 T227 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355665220857\data\-1.3\index
[junit4:junit4]   2> 28348 T227 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 28348 T227 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 28348 T227 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 28364 T227 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 28364 T227 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355665220857\data\-1.3
[junit4:junit4]   2> 28364 T227 oass.SolrIndexSearcher.<init> Opening Searcher@667be3f8 main
[junit4:junit4]   2> 28364 T227 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 28364 T227 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 28380 T227 oasc.CoreContainer.registerCore registering core: newCore
[junit4:junit4]   2> 28380 T232 oasc.SolrCore.registerSearcher [newCore] Registered new searcher Searcher@667be3f8 main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 28380 T217 oasc.CoreContainer.shutdown Shutting down CoreContainer instance=2020957199
[junit4:junit4]   2> 28380 T217 oasc.SolrCore.close [core1]  CLOSING SolrCore org.apache.solr.core.SolrCore@52a1e1b0
[junit4:junit4]   2> 28380 T217 oasu.DirectUpdateHandler2.close closing DirectUpdateHandler2{commits=0,autocommits=0,soft autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=0,adds=0,deletesById=0,deletesByQuery=0,errors=0,cumulative_adds=0,cumulative_deletesById=0,cumulative_deletesByQuery=0,cumulative_errors=0}
[junit4:junit4]   2> 28380 T217 oasc.SolrCore.decrefSolrCoreState Closing SolrCoreState
[junit4:junit4]   2> 28380 T217 oasu.DefaultSolrCoreState.closeIndexWriter SolrCoreState ref count has reached 0 - closing IndexWriter
[junit4:junit4]   2> 28380 T217 oasu.DefaultSolrCoreState.closeIndexWriter closing IndexWriter with IndexWriterCloser
[junit4:junit4]   2> 28380 T217 oasc.SolrCore.closeSearcher [core1] Closing main searcher on request.
[junit4:junit4]   2> 28380 T217 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355665220857\data\FR-2.4\index
[junit4:junit4]   2> 28380 T217 oasc.CachingDirectoryFactory.close Closing directory when closing factory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355665220857\data\FR-2.4
[junit4:junit4]   2> 28380 T217 oasc.CachingDirectoryFactory.close Closing directory when closing factory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355665220857\data\FR-2.4\index
[junit4:junit4]   2> 28380 T217 oasc.SolrCore.close [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@7ff0afc8
[junit4:junit4]   2> 28380 T217 oasu.DirectUpdateHandler2.close closing DirectUpdateHandler2{commits=0,autocommits=0,soft autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=0,adds=0,deletesById=0,deletesByQuery=0,errors=0,cumulative_adds=0,cumulative_deletesById=0,cumulative_deletesByQuery=0,cumulative_errors=0}
[junit4:junit4]   2> 28380 T217 oasc.SolrCore.decrefSolrCoreState Closing SolrCoreState
[junit4:junit4]   2> 28380 T217 oasu.DefaultSolrCoreState.closeIndexWriter SolrCoreState ref count has reached 0 - closing IndexWriter
[junit4:junit4]   2> 28380 T217 oasu.DefaultSolrCoreState.closeIndexWriter closing IndexWriter with IndexWriterCloser
[junit4:junit4]   2> 28395 T217 oasc.SolrCore.closeSearcher [collection1] Closing main searcher on request.
[junit4:junit4]   2> 28395 T217 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355665220857\data\-1.3\index
[junit4:junit4]   2> 28395 T217 oasc.CachingDirectoryFactory.close Closing directory when closing factory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355665220857\data\-1.3\index
[junit4:junit4]   2> 28395 T217 oasc.CachingDirectoryFactory.close Closing directory when closing factory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355665220857\data\-1.3
[junit4:junit4]   2> 28395 T217 oasc.SolrCore.close [newCore]  CLOSING SolrCore org.apache.solr.core.SolrCore@79a62b24
[junit4:junit4]   2> 28395 T217 oasu.DirectUpdateHandler2.close closing DirectUpdateHandler2{commits=0,autocommits=0,soft autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=0,adds=0,deletesById=0,deletesByQuery=0,errors=0,cumulative_adds=0,cumulative_deletesById=0,cumulative_deletesByQuery=0,cumulative_errors=0}
[junit4:junit4]   2> 28395 T217 oasc.SolrCore.decrefSolrCoreState Closing SolrCoreState
[junit4:junit4]   2> 28395 T217 oasu.DefaultSolrCoreState.closeIndexWriter SolrCoreState ref count has reached 0 - closing IndexWriter
[junit4:junit4]   2> 28395 T217 oasu.DefaultSolrCoreState.closeIndexWriter closing IndexWriter with IndexWriterCloser
[junit4:junit4]   2> 28395 T217 oasc.SolrCore.closeSearcher [newCore] Closing main searcher on request.
[junit4:junit4]   2> 28395 T217 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355665220857\data\-1.3\index
[junit4:junit4]   2> 28395 T217 oasc.CachingDirectoryFactory.close Closing directory when closing factory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355665220857\data\-1.3\index
[junit4:junit4]   2> 28395 T217 oasc.CachingDirectoryFactory.close Closing directory when closing factory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355665220857\data\-1.3
[junit4:junit4]   2> !!!! WARNING: best effort to remove C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355665220857\data\EN-3.5\tlog\tlog.0000000000000000000 FAILED !!!!!
[junit4:junit4]   2> !!!! WARNING: best effort to remove C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355665220857\data\EN-3.5\tlog FAILED !!!!!
[junit4:junit4]   2> !!!! WARNING: best effort to remove C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355665220857\data\EN-3.5 FAILED !!!!!
[junit4:junit4]   2> !!!! WARNING: best effort to remove C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355665220857\data FAILED !!!!!
[junit4:junit4]   2> 28411 T217 oascse.AbstractEmbeddedSolrServerTestCase.tearDown WARNING !!!! WARNING: best effort to remove C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355665220857\data FAILED !!!!!
[junit4:junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestSolrProperties -Dtests.method=testProperties -Dtests.seed=8D7883AB91BE889E -Dtests.slow=true -Dtests.locale=it_IT -Dtests.timezone=Europe/Vatican -Dtests.file.encoding=ISO-8859-1
[junit4:junit4] ERROR   2.30s | TestSolrProperties.testProperties <<<
[junit4:junit4]    > Throwable #1: org.apache.solr.common.SolrException: No such core: renamed_core
[junit4:junit4]    > 	at __randomizedtesting.SeedInfo.seed([8D7883AB91BE889E:C409F0A19791B020]:0)
[junit4:junit4]    > 	at org.apache.solr.client.solrj.embedded.EmbeddedSolrServer.request(EmbeddedSolrServer.java:112)
[junit4:junit4]    > 	at org.apache.solr.client.solrj.request.CoreAdminRequest.process(CoreAdminRequest.java:429)
[junit4:junit4]    > 	at org.apache.solr.client.solrj.request.CoreAdminRequest.persist(CoreAdminRequest.java:498)
[junit4:junit4]    > 	at org.apache.solr.client.solrj.embedded.TestSolrProperties.testProperties(TestSolrProperties.java:246)
[junit4:junit4]    > 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[junit4:junit4]    > 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
[junit4:junit4]    > 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
[junit4:junit4]    > 	at java.lang.reflect.Method.invoke(Method.java:597)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1559)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$600(RandomizedRunner.java:79)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:737)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:773)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:787)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleFieldCacheSanity$1.evaluate(TestRuleFieldCacheSanity.java:51)
[junit4:junit4]    > 	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:782)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:442)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:746)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:648)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:682)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:693)
[junit4:junit4]    > 	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:43)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
[junit4:junit4]    > 	at java.lang.Thread.run(Thread.java:662)
[junit4:junit4]   2> NOTE: test params are: codec=Lucene40, sim=RandomSimilarityProvider(queryNorm=true,coord=yes): {}, locale=it_IT, timezone=Europe/Vatican
[junit4:junit4]   2> NOTE: Windows 7 6.1 amd64/Sun Microsystems Inc. 1.6.0_37 (64-bit)/cpus=2,threads=1,free=90088448,total=164823040
[junit4:junit4]   2> NOTE: All tests run in this JVM: [QueryResponseTest, TestXMLEscaping, TermsResponseTest, BasicHttpSolrServerTest, JettyWebappTest, SolrParamTest, MultiCoreEmbeddedTest, NamedListTest, CloudSolrServerTest, TestSolrProperties]
[junit4:junit4] Completed in 2.34s, 1 test, 1 error <<< FAILURES!

[...truncated 114 lines...]
BUILD FAILED
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\build.xml:353: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\build.xml:39: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build.xml:185: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\common-build.xml:438: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\lucene\common-build.xml:1175: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\lucene\common-build.xml:840: There were test failures: 45 suites, 241 tests, 1 error

Total time: 44 minutes 50 seconds
Build step 'Invoke Ant' marked build as failure
Archiving artifacts
Recording test results
Description set: Java: 64bit/jdk1.6.0_37 -XX:+UseParallelGC
Email was triggered for: Failure
Sending email for trigger: Failure



[JENKINS] Lucene-Solr-trunk-Windows (64bit/jdk1.6.0_37) - Build # 2189 - Still Failing!

Posted by Policeman Jenkins Server <je...@sd-datasolutions.de>.
Build: http://jenkins.sd-datasolutions.de/job/Lucene-Solr-trunk-Windows/2189/
Java: 64bit/jdk1.6.0_37 -XX:+UseConcMarkSweepGC

1 tests failed.
FAILED:  org.apache.solr.client.solrj.embedded.TestSolrProperties.testProperties

Error Message:
No such core: renamed_core

Stack Trace:
org.apache.solr.common.SolrException: No such core: renamed_core
	at __randomizedtesting.SeedInfo.seed([98B003430432891A:D1C17049021DB1A4]:0)
	at org.apache.solr.client.solrj.embedded.EmbeddedSolrServer.request(EmbeddedSolrServer.java:112)
	at org.apache.solr.client.solrj.request.CoreAdminRequest.process(CoreAdminRequest.java:429)
	at org.apache.solr.client.solrj.request.CoreAdminRequest.persist(CoreAdminRequest.java:498)
	at org.apache.solr.client.solrj.embedded.TestSolrProperties.testProperties(TestSolrProperties.java:246)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:597)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1559)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$600(RandomizedRunner.java:79)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:737)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:773)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:787)
	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.TestRuleFieldCacheSanity$1.evaluate(TestRuleFieldCacheSanity.java:51)
	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:70)
	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:358)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:782)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:442)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:746)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:648)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:682)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:693)
	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 org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:43)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
	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:358)
	at java.lang.Thread.run(Thread.java:662)




Build Log:
[...truncated 9082 lines...]
[junit4:junit4] Suite: org.apache.solr.client.solrj.embedded.TestSolrProperties
[junit4:junit4]   2> 6903 T296 oasc.CoreContainer.<init> New CoreContainer 1680496909
[junit4:junit4]   2> 6904 T296 oasc.CoreContainer.load Loading CoreContainer using Solr Home: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\solrj\src\test-files\solrj\solr\shared'
[junit4:junit4]   2> 6904 T296 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\solrj\src\test-files\solrj\solr\shared\'
[junit4:junit4]   2> 6971 T296 oasc.CoreContainer.load Registering Log Listener
[junit4:junit4]   2> 7020 T297 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\solrj\src\test-files\solrj\solr\shared\.
[junit4:junit4]   2> 7021 T298 oasc.CoreContainer.create Creating SolrCore 'core0' using instanceDir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\solrj\src\test-files\solrj\solr\shared\.
[junit4:junit4]   2> 7022 T297 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\solrj\src\test-files\solrj\solr\shared\.\'
[junit4:junit4]   2> 7022 T298 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\solrj\src\test-files\solrj\solr\shared\.\'
[junit4:junit4]   2> 7066 T299 oasc.CoreContainer.create Creating SolrCore 'core1' using instanceDir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\solrj\src\test-files\solrj\solr\shared\.
[junit4:junit4]   2> 7066 T299 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\solrj\src\test-files\solrj\solr\shared\.\'
[junit4:junit4]   2> 7086 T297 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   2> 7127 T299 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   2> 7156 T298 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   2> 7305 T298 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 7306 T298 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 7309 T299 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 7309 T299 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 7314 T298 oass.IndexSchema.readSchema Schema name=example core EN
[junit4:junit4]   2> 7315 T299 oass.IndexSchema.readSchema Schema name=example core FR
[junit4:junit4]   2> 7401 T298 oass.IndexSchema.readSchema default search field in schema is name
[junit4:junit4]   2> 7403 T298 oass.IndexSchema.readSchema query parser default operator is OR
[junit4:junit4]   2> 7405 T298 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 7410 T298 oasc.SolrCore.<init> [core0] Opening new SolrCore at C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\solrj\src\test-files\solrj\solr\shared\.\, dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355659497234/data/EN-3.5\
[junit4:junit4]   2> 7410 T298 oasc.SolrCore.<init> JMX monitoring not detected for core: core0
[junit4:junit4]   2> 7411 T298 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 7419 T297 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 7420 T297 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 7425 T297 oass.IndexSchema.readSchema Schema name=example core 
[junit4:junit4]   2> 7431 T299 oass.IndexSchema.readSchema default search field in schema is name
[junit4:junit4]   2> 7433 T299 oass.IndexSchema.readSchema query parser default operator is OR
[junit4:junit4]   2> 7435 T299 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 7445 T298 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355659497234\data\EN-3.5 forceNew:false
[junit4:junit4]   2> 7445 T298 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355659497234\data\EN-3.5
[junit4:junit4]   2> 7445 T298 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355659497234/data/EN-3.5\index/
[junit4:junit4]   2> 7447 T299 oasc.SolrCore.<init> [core1] Opening new SolrCore at C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\solrj\src\test-files\solrj\solr\shared\.\, dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355659497234/data/FR-2.4\
[junit4:junit4]   2> 7447 T299 oasc.SolrCore.<init> JMX monitoring not detected for core: core1
[junit4:junit4]   2> 7447 T299 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 7447 T298 oasc.SolrCore.initIndex WARNING [core0] Solr index directory 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355659497234\data\EN-3.5\index' doesn't exist. Creating new index...
[junit4:junit4]   2> 7449 T299 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355659497234\data\FR-2.4 forceNew:false
[junit4:junit4]   2> 7449 T299 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355659497234\data\FR-2.4
[junit4:junit4]   2> 7449 T299 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355659497234/data/FR-2.4\index/
[junit4:junit4]   2> 7450 T299 oasc.SolrCore.initIndex WARNING [core1] Solr index directory 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355659497234\data\FR-2.4\index' doesn't exist. Creating new index...
[junit4:junit4]   2> 7451 T299 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355659497234\data\FR-2.4\index forceNew:false
[junit4:junit4]   2> 7455 T299 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@5e20a82a lockFactory=org.apache.lucene.store.NativeFSLockFactory@42557280),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 7456 T299 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 7456 T299 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355659497234\data\FR-2.4\index
[junit4:junit4]   2> 7458 T299 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 7458 T299 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 7459 T299 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 7462 T298 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355659497234\data\EN-3.5\index forceNew:false
[junit4:junit4]   2> 7466 T299 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 7468 T298 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@6b5635fa lockFactory=org.apache.lucene.store.NativeFSLockFactory@617de0a8),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 7468 T298 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 7469 T298 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355659497234\data\EN-3.5\index
[junit4:junit4]   2> 7470 T298 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 7470 T298 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 7471 T298 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 7479 T299 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355659497234\data\FR-2.4
[junit4:junit4]   2> 7480 T299 oass.SolrIndexSearcher.<init> Opening Searcher@2a8ee504 main
[junit4:junit4]   2> 7483 T299 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 7483 T299 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 7485 T299 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 0
[junit4:junit4]   2> 7485 T299 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 7485 T299 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 0
[junit4:junit4]   2> 7485 T299 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 7486 T299 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 7486 T299 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 7486 T299 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 7486 T299 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 7486 T299 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 7487 T299 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=0&connTimeout=0&retry=false
[junit4:junit4]   2> 7492 T298 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 7500 T298 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355659497234\data\EN-3.5
[junit4:junit4]   2> 7500 T298 oass.SolrIndexSearcher.<init> Opening Searcher@2b29f6e7 main
[junit4:junit4]   2> 7506 T298 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 7506 T298 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 7521 T299 oasc.CoreContainer.registerCore registering core: core1
[junit4:junit4]   2> 7523 T301 oasc.SolrCore.registerSearcher [core0] Registered new searcher Searcher@2b29f6e7 main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 7523 T300 oasc.SolrCore.registerSearcher [core1] Registered new searcher Searcher@2a8ee504 main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 7524 T298 oasc.CoreContainer.registerCore registering core: core0
[junit4:junit4]   2> 7534 T297 oass.IndexSchema.readSchema default search field in schema is name
[junit4:junit4]   2> 7534 T297 oass.IndexSchema.readSchema query parser default operator is OR
[junit4:junit4]   2> 7534 T297 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 7539 T297 oasc.SolrCore.<init> [collection1] Opening new SolrCore at C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\solrj\src\test-files\solrj\solr\shared\.\, dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355659497234/data/-1.3\
[junit4:junit4]   2> 7540 T297 oasc.SolrCore.<init> JMX monitoring not detected for core: collection1
[junit4:junit4]   2> 7540 T297 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 7541 T297 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355659497234\data\-1.3 forceNew:false
[junit4:junit4]   2> 7541 T297 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355659497234\data\-1.3
[junit4:junit4]   2> 7541 T297 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355659497234/data/-1.3\index/
[junit4:junit4]   2> 7543 T297 oasc.SolrCore.initIndex WARNING [collection1] Solr index directory 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355659497234\data\-1.3\index' doesn't exist. Creating new index...
[junit4:junit4]   2> 7544 T297 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355659497234\data\-1.3\index forceNew:false
[junit4:junit4]   2> 7548 T297 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@4a0ecb06 lockFactory=org.apache.lucene.store.NativeFSLockFactory@32ae48dc),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 7549 T297 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 7550 T297 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355659497234\data\-1.3\index
[junit4:junit4]   2> 7552 T297 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 7553 T297 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 7554 T297 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 7563 T297 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 7574 T297 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355659497234\data\-1.3
[junit4:junit4]   2> 7574 T297 oass.SolrIndexSearcher.<init> Opening Searcher@32787e9f main
[junit4:junit4]   2> 7578 T297 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 7578 T297 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 7588 T297 oasc.CoreContainer.registerCore registering core: collection1
[junit4:junit4]   2> 7588 T302 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@32787e9f main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> ASYNC  NEW_CORE C22 name=core0 org.apache.solr.core.SolrCore@58cf323d
[junit4:junit4]   2> 7589 T296 C22 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355659497234\data\EN-3.5
[junit4:junit4]   2> 7595 T296 C22 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits:num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@6b5635fa lockFactory=org.apache.lucene.store.NativeFSLockFactory@617de0a8),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 7596 T296 C22 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 7598 T296 C22 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355659497234\data\EN-3.5
[junit4:junit4]   2> 7599 T296 C22 oass.SolrIndexSearcher.<init> Opening Searcher@7fae4426 realtime
[junit4:junit4]   2> 7599 T296 C22 oasu.DirectUpdateHandler2.commit start commit{flags=0,_version_=0,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false}
[junit4:junit4]   2> 7600 T296 C22 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=2
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@6b5635fa lockFactory=org.apache.lucene.store.NativeFSLockFactory@617de0a8),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@6b5635fa lockFactory=org.apache.lucene.store.NativeFSLockFactory@617de0a8),segFN=segments_2,generation=2,filenames=[segments_2]
[junit4:junit4]   2> 7601 T296 C22 oasc.SolrDeletionPolicy.updateCommits newest commit = 2[segments_2]
[junit4:junit4]   2> 7601 T296 C22 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355659497234\data\EN-3.5
[junit4:junit4]   2> 7602 T296 C22 oass.SolrIndexSearcher.<init> Opening Searcher@233685ac main
[junit4:junit4]   2> 7603 T296 C22 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355659497234\data\EN-3.5\index
[junit4:junit4]   2> 7603 T301 oasc.SolrCore.registerSearcher [core0] Registered new searcher Searcher@233685ac main{StandardDirectoryReader(segments_1:1:nrt)}
[junit4:junit4]   2> 7603 T296 C22 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4:junit4]   2> 7603 T301 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355659497234\data\EN-3.5\index
[junit4:junit4]   2> 7604 T296 C22 UPDATE [core0] webapp=null path=/update params={commit=true&softCommit=false&waitSearcher=true} {deleteByQuery=*:* (-1421512013695156224),commit=} 0 15
[junit4:junit4]   2> ASYNC  NEW_CORE C23 name=core1 org.apache.solr.core.SolrCore@70e74c49
[junit4:junit4]   2> 7605 T296 C23 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355659497234\data\FR-2.4
[junit4:junit4]   2> 7611 T296 C23 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits:num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@5e20a82a lockFactory=org.apache.lucene.store.NativeFSLockFactory@42557280),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 7612 T296 C23 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 7615 T296 C23 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355659497234\data\FR-2.4
[junit4:junit4]   2> 7616 T296 C23 oass.SolrIndexSearcher.<init> Opening Searcher@7bff1855 realtime
[junit4:junit4]   2> 7617 T296 C23 oasu.DirectUpdateHandler2.commit start commit{flags=0,_version_=0,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false}
[junit4:junit4]   2> 7618 T296 C23 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=2
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@5e20a82a lockFactory=org.apache.lucene.store.NativeFSLockFactory@42557280),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@5e20a82a lockFactory=org.apache.lucene.store.NativeFSLockFactory@42557280),segFN=segments_2,generation=2,filenames=[segments_2]
[junit4:junit4]   2> 7619 T296 C23 oasc.SolrDeletionPolicy.updateCommits newest commit = 2[segments_2]
[junit4:junit4]   2> 7619 T296 C23 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355659497234\data\FR-2.4
[junit4:junit4]   2> 7619 T296 C23 oass.SolrIndexSearcher.<init> Opening Searcher@7bf5f379 main
[junit4:junit4]   2> 7619 T296 C23 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355659497234\data\FR-2.4\index
[junit4:junit4]   2> 7620 T300 oasc.SolrCore.registerSearcher [core1] Registered new searcher Searcher@7bf5f379 main{StandardDirectoryReader(segments_1:1:nrt)}
[junit4:junit4]   2> 7620 T296 C23 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4:junit4]   2> 7621 T300 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355659497234\data\FR-2.4\index
[junit4:junit4]   2> 7622 T296 C23 UPDATE [core1] webapp=null path=/update params={commit=true&softCommit=false&waitSearcher=true} {deleteByQuery=*:* (-1421512013710884864),commit=} 0 18
[junit4:junit4]   2> 7626 T296 C22 oasu.DirectUpdateHandler2.commit start commit{flags=0,_version_=0,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false}
[junit4:junit4]   2> 7658 T296 C22 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=2
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@6b5635fa lockFactory=org.apache.lucene.store.NativeFSLockFactory@617de0a8),segFN=segments_2,generation=2,filenames=[segments_2]
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@6b5635fa lockFactory=org.apache.lucene.store.NativeFSLockFactory@617de0a8),segFN=segments_3,generation=3,filenames=[_0.fnm, _0_TestBloomFilteredLucene41Postings_0.blm, _0_TestBloomFilteredLucene41Postings_0.tim, _0_MockVariableIntBlock_0.doc, _0_nrm.cfs, _0_MockVariableIntBlock_0.skp, _0_TestBloomFilteredLucene41Postings_0.tip, _0_TestBloomFilteredLucene41Postings_0.pos, _0_MockVariableIntBlock_0.pyl, _0_Pulsing41_0.doc, _0_Pulsing41_0.pos, _0_Pulsing41_0.tim, _0_MockVariableIntBlock_0.tib, _0_Pulsing41_0.tip, _0_MockVariableIntBlock_0.frq, _0_nrm.cfe, _0_MockVariableIntBlock_0.pos, _0_TestBloomFilteredLucene41Postings_0.doc, _0.fdx, _0.si, _0.fdt, _0_MockVariableIntBlock_0.tii, segments_3]
[junit4:junit4]   2> 7659 T296 C22 oasc.SolrDeletionPolicy.updateCommits newest commit = 3[_0.fnm, _0_TestBloomFilteredLucene41Postings_0.blm, _0_TestBloomFilteredLucene41Postings_0.tim, _0_MockVariableIntBlock_0.doc, _0_nrm.cfs, _0_MockVariableIntBlock_0.skp, _0_TestBloomFilteredLucene41Postings_0.tip, _0_TestBloomFilteredLucene41Postings_0.pos, _0_MockVariableIntBlock_0.pyl, _0_Pulsing41_0.doc, _0_Pulsing41_0.pos, _0_Pulsing41_0.tim, _0_MockVariableIntBlock_0.tib, _0_Pulsing41_0.tip, _0_MockVariableIntBlock_0.frq, _0_nrm.cfe, _0_MockVariableIntBlock_0.pos, _0_TestBloomFilteredLucene41Postings_0.doc, _0.fdx, _0.si, _0.fdt, _0_MockVariableIntBlock_0.tii, segments_3]
[junit4:junit4]   2> 7659 T296 C22 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355659497234\data\EN-3.5
[junit4:junit4]   2> 7670 T296 C22 oass.SolrIndexSearcher.<init> Opening Searcher@5a9f0e68 main
[junit4:junit4]   2> 7670 T296 C22 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4:junit4]   2> 7671 T301 oasc.SolrCore.registerSearcher [core0] Registered new searcher Searcher@5a9f0e68 main{StandardDirectoryReader(segments_3:3:nrt _0(5.0):C1)}
[junit4:junit4]   2> 7671 T301 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355659497234\data\EN-3.5\index
[junit4:junit4]   2> 7671 T296 C22 UPDATE [core0] webapp=null path=/update params={commit=true&softCommit=false&waitSearcher=true} {add=[AAA (1421512013729759232)],commit=} 0 49
[junit4:junit4]   2> 7671 T296 C23 UPDATE [core1] webapp=null path=/update params={commit=true&softCommit=false&waitSearcher=true} {} 0 0
[junit4:junit4]   2> 7671 T296 C23 oasc.SolrException.log Ignoring exception matching unknown field
[junit4:junit4]   2> 7674 T296 C23 oasu.DirectUpdateHandler2.commit start commit{flags=0,_version_=0,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false}
[junit4:junit4]   2> 7678 T296 C23 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=2
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@5e20a82a lockFactory=org.apache.lucene.store.NativeFSLockFactory@42557280),segFN=segments_2,generation=2,filenames=[segments_2]
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@5e20a82a lockFactory=org.apache.lucene.store.NativeFSLockFactory@42557280),segFN=segments_3,generation=3,filenames=[_0.fnm, _0_MockVariableIntBlock_0.doc, _0_1.del, _0_nrm.cfs, _0_MockVariableIntBlock_0.skp, _0_MockVariableIntBlock_0.pyl, _0_Pulsing41_0.doc, _0_Pulsing41_0.pos, _0_Pulsing41_0.tim, _0_MockVariableIntBlock_0.tib, _0_Pulsing41_0.tip, _0_MockVariableIntBlock_0.frq, _0_nrm.cfe, _0_MockVariableIntBlock_0.pos, _0.fdx, _0.si, _0_MockVariableIntBlock_0.tii, _0.fdt, segments_3]
[junit4:junit4]   2> 7678 T296 C23 oasc.SolrDeletionPolicy.updateCommits newest commit = 3[_0.fnm, _0_MockVariableIntBlock_0.doc, _0_1.del, _0_nrm.cfs, _0_MockVariableIntBlock_0.skp, _0_MockVariableIntBlock_0.pyl, _0_Pulsing41_0.doc, _0_Pulsing41_0.pos, _0_Pulsing41_0.tim, _0_MockVariableIntBlock_0.tib, _0_Pulsing41_0.tip, _0_MockVariableIntBlock_0.frq, _0_nrm.cfe, _0_MockVariableIntBlock_0.pos, _0.fdx, _0.si, _0_MockVariableIntBlock_0.tii, _0.fdt, segments_3]
[junit4:junit4]   2> 7679 T296 C23 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355659497234\data\FR-2.4
[junit4:junit4]   2> 7681 T296 C23 oass.SolrIndexSearcher.<init> Opening Searcher@4e241f4e main
[junit4:junit4]   2> 7682 T296 C23 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4:junit4]   2> 7683 T300 oasc.SolrCore.registerSearcher [core1] Registered new searcher Searcher@4e241f4e main{StandardDirectoryReader(segments_3:3:nrt _0(5.0):C2/1)}
[junit4:junit4]   2> 7684 T300 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355659497234\data\FR-2.4\index
[junit4:junit4]   2> 7685 T296 C23 UPDATE [core1] webapp=null path=/update params={commit=true&softCommit=false&waitSearcher=true} {add=[BBB (1421512013781139457), BBB (1421512013782188032)],commit=} 0 14
[junit4:junit4]   2> 7685 T296 C22 UPDATE [core0] webapp=null path=/update params={commit=true&softCommit=false&waitSearcher=true} {} 0 0
[junit4:junit4]   2> 7686 T296 C22 oasc.SolrException.log Ignoring exception matching unknown field
[junit4:junit4]   2> 7692 T296 C22 REQ [core0] webapp=null path=/select params={q=id%3AAAA} hits=1 status=0 QTime=5 
[junit4:junit4]   2> 7693 T296 C23 REQ [core1] webapp=null path=/select params={q=id%3AAAA} hits=0 status=0 QTime=0 
[junit4:junit4]   2> 7694 T296 C22 REQ [core0] webapp=null path=/select params={q=id%3AAAA} hits=1 status=0 QTime=1 
[junit4:junit4]   2> 7695 T296 C22 REQ [core0] webapp=null path=/select params={q=id%3ABBB} hits=0 status=0 QTime=1 
[junit4:junit4]   2> 7696 T296 C23 REQ [core1] webapp=null path=/select params={q=id%3AAAA} hits=0 status=0 QTime=1 
[junit4:junit4]   2> 7697 T296 C23 REQ [core1] webapp=null path=/select params={q=id%3ABBB} hits=1 status=0 QTime=1 
[junit4:junit4]   2> 7697 T296 C22 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355659497234\data\EN-3.5\index
[junit4:junit4]   2> 7699 T296 C22 REQ [core0] webapp=null path=/admin/cores params={action=STATUS&core=core0} status=0 QTime=2 
[junit4:junit4]   2> 7699 T296 C22 oasc.CoreContainer.reload Reloading SolrCore 'core0' using instanceDir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\solrj\src\test-files\solrj\solr\shared\.
[junit4:junit4]   2> 7700 T296 C22 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\solrj\src\test-files\solrj\solr\shared\.\'
[junit4:junit4]   2> 7792 T296 C22 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   2> 7884 T296 C22 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 7886 T296 C22 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 7893 T296 C22 oass.IndexSchema.readSchema Schema name=example core EN
[junit4:junit4]   2> 7959 T296 C22 oass.IndexSchema.readSchema default search field in schema is name
[junit4:junit4]   2> 7961 T296 C22 oass.IndexSchema.readSchema query parser default operator is OR
[junit4:junit4]   2> 7964 T296 C22 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 7969 T296 C22 oasc.SolrCore.<init> [core0] Opening new SolrCore at C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\solrj\src\test-files\solrj\solr\shared\.\, dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355659497234/data/EN-3.5\
[junit4:junit4]   2> 7970 T296 C22 oasc.SolrCore.<init> JMX monitoring not detected for core: core0
[junit4:junit4]   2> 7970 T296 C22 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355659497234\data\EN-3.5
[junit4:junit4]   2> 7972 T296 C22 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355659497234/data/EN-3.5\index/
[junit4:junit4]   2> 7974 T296 C22 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 7976 T296 C22 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 7976 T296 C22 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 7983 T296 C22 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 7990 T296 C22 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355659497234\data\EN-3.5
[junit4:junit4]   2> 7990 T296 C22 oass.SolrIndexSearcher.<init> Opening Searcher@3ec27ce4 main
[junit4:junit4]   2> 7993 T296 C22 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 7994 T296 C22 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 8000 T296 C22 oasc.CoreContainer.registerCore replacing core: core0
[junit4:junit4]   2> 8001 T296 C22 REQ [core0] webapp=null path=/admin/cores params={action=RELOAD&core=core0} status=0 QTime=302 
[junit4:junit4]   2> 8002 T296 C22 oasc.SolrCore.close [core0]  CLOSING SolrCore org.apache.solr.core.SolrCore@58cf323d
[junit4:junit4]   2> 8002 T296 C22 oasu.DirectUpdateHandler2.close closing DirectUpdateHandler2{commits=2,autocommits=0,soft autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=0,adds=1,deletesById=0,deletesByQuery=0,errors=1,cumulative_adds=2,cumulative_deletesById=0,cumulative_deletesByQuery=1,cumulative_errors=1}
[junit4:junit4]   2> 8002 T303 oasc.SolrCore.registerSearcher [core0] Registered new searcher Searcher@3ec27ce4 main{StandardDirectoryReader(segments_3:3:nrt _0(5.0):C1)}
[junit4:junit4]   2> 8003 T296 C22 oasc.SolrCore.closeSearcher [core0] Closing main searcher on request.
[junit4:junit4]   2> 8003 T296 C22 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355659497234\data\EN-3.5\index
[junit4:junit4]   2> ASYNC  NEW_CORE C24 name=core0 org.apache.solr.core.SolrCore@3041143e
[junit4:junit4]   2> 8004 T296 C24 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355659497234\data\EN-3.5\index
[junit4:junit4]   2> 8004 T296 C24 REQ [core0] webapp=null path=/admin/cores params={action=STATUS&core=core0} status=0 QTime=1 
[junit4:junit4]   2> 8007 T296 C24 oasc.CoreContainer.persistFile Persisting cores config to .\solrtest-TestSolrProperties-1355659497234\solr-persist.xml
[junit4:junit4]   2> 8027 T296 C24 oasc.SolrXMLSerializer.persistFile Persisting cores config to .\solrtest-TestSolrProperties-1355659497234\solr-persist.xml
[junit4:junit4]   2> 8031 T296 C24 REQ [core0] webapp=null path=/admin/cores params={action=PERSIST&file=solr-persist.xml} status=0 QTime=24 
[junit4:junit4]   2> 8055 T296 C24 oasc.CoreContainer.registerCore registering core: renamed_core
[junit4:junit4]   2> 8055 T296 C24 oasc.CoreContainer.persistFile Persisting cores config to .\solrtest-TestSolrProperties-1355659497234\solr.xml
[junit4:junit4]   2> 8083 T296 C24 oasc.SolrXMLSerializer.persistFile Persisting cores config to .\solrtest-TestSolrProperties-1355659497234\solr.xml
[junit4:junit4]   2> 8090 T296 C24 REQ [renamed_core] webapp=null path=/admin/cores params={action=RENAME&core=core0&other=renamed_core} status=0 QTime=36 
[junit4:junit4]   2> 8090 T296 C24 oasc.CoreContainer.persistFile Persisting cores config to .\solrtest-TestSolrProperties-1355659497234\solr-persist.xml
[junit4:junit4]   2> 8117 T296 C24 oasc.SolrXMLSerializer.persistFile Persisting cores config to .\solrtest-TestSolrProperties-1355659497234\solr-persist.xml
[junit4:junit4]   2> 8125 T296 C24 REQ [renamed_core] webapp=null path=/admin/cores params={action=PERSIST&file=solr-persist.xml} status=0 QTime=35 
[junit4:junit4]   2> 8145 T296 C24 oasc.CoreContainer.create Creating SolrCore 'newCore' using instanceDir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\solrj\src\test-files\solrj\solr\shared
[junit4:junit4]   2> 8147 T296 C24 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\solrj\src\test-files\solrj\solr\shared\'
[junit4:junit4]   2> 8240 T296 C24 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   2> 8315 T296 C24 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 8316 T296 C24 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 8320 T296 C24 oass.IndexSchema.readSchema Schema name=example core 
[junit4:junit4]   2> 8372 T296 C24 oass.IndexSchema.readSchema default search field in schema is name
[junit4:junit4]   2> 8374 T296 C24 oass.IndexSchema.readSchema query parser default operator is OR
[junit4:junit4]   2> 8376 T296 C24 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 8379 T296 C24 oasc.SolrCore.<init> [newCore] Opening new SolrCore at C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\solrj\src\test-files\solrj\solr\shared\, dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355659497234/data/-1.3\
[junit4:junit4]   2> 8379 T296 C24 oasc.SolrCore.<init> JMX monitoring not detected for core: newCore
[junit4:junit4]   2> 8380 T296 C24 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 8380 T296 C24 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355659497234\data\-1.3 forceNew:false
[junit4:junit4]   2> 8381 T296 C24 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355659497234\data\-1.3
[junit4:junit4]   2> 8381 T296 C24 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355659497234/data/-1.3\index/
[junit4:junit4]   2> 8382 T296 C24 oasc.SolrCore.initIndex WARNING [newCore] Solr index directory 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355659497234\data\-1.3\index' doesn't exist. Creating new index...
[junit4:junit4]   2> 8383 T296 C24 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355659497234\data\-1.3\index forceNew:false
[junit4:junit4]   2> 8385 T296 C24 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@2e0c8411 lockFactory=org.apache.lucene.store.NativeFSLockFactory@2bf8d0a4),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 8385 T296 C24 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 8386 T296 C24 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355659497234\data\-1.3\index
[junit4:junit4]   2> 8387 T296 C24 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 8388 T296 C24 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 8389 T296 C24 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 8395 T296 C24 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 8402 T296 C24 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355659497234\data\-1.3
[junit4:junit4]   2> 8403 T296 C24 oass.SolrIndexSearcher.<init> Opening Searcher@62dba79e main
[junit4:junit4]   2> 8406 T296 C24 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 8407 T296 C24 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 8412 T304 oasc.SolrCore.registerSearcher [newCore] Registered new searcher Searcher@62dba79e main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 8412 T296 C24 oasc.CoreContainer.registerCore registering core: newCore
[junit4:junit4]   2> 8413 T296 C24 oasc.CoreContainer.persistFile Persisting cores config to .\solrtest-TestSolrProperties-1355659497234\solr.xml
[junit4:junit4]   2> 8441 T296 C24 oasc.SolrXMLSerializer.persistFile Persisting cores config to .\solrtest-TestSolrProperties-1355659497234\solr.xml
[junit4:junit4]   2> 8446 T296 C24 REQ [renamed_core] webapp=null path=/admin/cores params={action=CREATE&name=newCore&instanceDir=C%3A%5CUsers%5CJenkinsSlave%5Cworkspace%5CLucene-Solr-trunk-Windows%5Csolr%5Csolrj%5Csrc%5Ctest-files%5Csolrj%5Csolr%5Cshared} status=0 QTime=301 
[junit4:junit4]   2> 8447 T296 C24 oasc.CoreContainer.persistFile Persisting cores config to .\solrtest-TestSolrProperties-1355659497234\solr-persist.xml
[junit4:junit4]   2> 8471 T296 C24 oasc.SolrXMLSerializer.persistFile Persisting cores config to .\solrtest-TestSolrProperties-1355659497234\solr-persist.xml
[junit4:junit4]   2> 8477 T296 C24 REQ [renamed_core] webapp=null path=/admin/cores params={action=PERSIST&file=solr-persist.xml} status=0 QTime=30 
[junit4:junit4]   2> 8487 T296 oasc.CoreContainer.shutdown Shutting down CoreContainer instance=1680496909
[junit4:junit4]   2> 8487 T296 oasc.SolrCore.close [core1]  CLOSING SolrCore org.apache.solr.core.SolrCore@70e74c49
[junit4:junit4]   2> 8488 T296 oasu.DirectUpdateHandler2.close closing DirectUpdateHandler2{commits=2,autocommits=0,soft autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=0,adds=0,deletesById=0,deletesByQuery=0,errors=1,cumulative_adds=3,cumulative_deletesById=0,cumulative_deletesByQuery=1,cumulative_errors=1}
[junit4:junit4]   2> 8488 T296 oasc.SolrCore.decrefSolrCoreState Closing SolrCoreState
[junit4:junit4]   2> 8488 T296 oasu.DefaultSolrCoreState.closeIndexWriter SolrCoreState ref count has reached 0 - closing IndexWriter
[junit4:junit4]   2> 8488 T296 oasu.DefaultSolrCoreState.closeIndexWriter closing IndexWriter with IndexWriterCloser
[junit4:junit4]   2> 8490 T296 C23 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355659497234\data\FR-2.4\index
[junit4:junit4]   2> 8491 T296 oasc.SolrCore.closeSearcher [core1] Closing main searcher on request.
[junit4:junit4]   2> 8491 T296 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355659497234\data\FR-2.4\index
[junit4:junit4]   2> 8491 T296 oasc.CachingDirectoryFactory.close Closing directory when closing factory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355659497234\data\FR-2.4\index
[junit4:junit4]   2> 8492 T296 oasc.CachingDirectoryFactory.close Closing directory when closing factory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355659497234\data\FR-2.4
[junit4:junit4]   2> 8492 T296 oasc.SolrCore.close [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@2161df1f
[junit4:junit4]   2> 8493 T296 oasu.DirectUpdateHandler2.close closing DirectUpdateHandler2{commits=0,autocommits=0,soft autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=0,adds=0,deletesById=0,deletesByQuery=0,errors=0,cumulative_adds=0,cumulative_deletesById=0,cumulative_deletesByQuery=0,cumulative_errors=0}
[junit4:junit4]   2> 8493 T296 oasc.SolrCore.decrefSolrCoreState Closing SolrCoreState
[junit4:junit4]   2> 8493 T296 oasu.DefaultSolrCoreState.closeIndexWriter SolrCoreState ref count has reached 0 - closing IndexWriter
[junit4:junit4]   2> 8493 T296 oasu.DefaultSolrCoreState.closeIndexWriter closing IndexWriter with IndexWriterCloser
[junit4:junit4]   2> 8495 T296 oasc.SolrCore.closeSearcher [collection1] Closing main searcher on request.
[junit4:junit4]   2> 8496 T296 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355659497234\data\-1.3\index
[junit4:junit4]   2> 8496 T296 oasc.CachingDirectoryFactory.close Closing directory when closing factory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355659497234\data\-1.3\index
[junit4:junit4]   2> 8496 T296 oasc.CachingDirectoryFactory.close Closing directory when closing factory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355659497234\data\-1.3
[junit4:junit4]   2> 8496 T296 oasc.SolrCore.close [renamed_core]  CLOSING SolrCore org.apache.solr.core.SolrCore@3041143e
[junit4:junit4]   2> 8497 T296 oasu.DirectUpdateHandler2.close closing DirectUpdateHandler2{commits=0,autocommits=0,soft autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=0,adds=0,deletesById=0,deletesByQuery=0,errors=0,cumulative_adds=0,cumulative_deletesById=0,cumulative_deletesByQuery=0,cumulative_errors=0}
[junit4:junit4]   2> 8497 T296 oasc.SolrCore.decrefSolrCoreState Closing SolrCoreState
[junit4:junit4]   2> 8497 T296 oasu.DefaultSolrCoreState.closeIndexWriter SolrCoreState ref count has reached 0 - closing IndexWriter
[junit4:junit4]   2> 8497 T296 oasu.DefaultSolrCoreState.closeIndexWriter closing IndexWriter with IndexWriterCloser
[junit4:junit4]   2> 8499 T296 C24 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355659497234\data\EN-3.5\index
[junit4:junit4]   2> 8500 T296 oasc.SolrCore.closeSearcher [renamed_core] Closing main searcher on request.
[junit4:junit4]   2> 8500 T296 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355659497234\data\EN-3.5\index
[junit4:junit4]   2> 8500 T296 oasc.CachingDirectoryFactory.close Closing directory when closing factory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355659497234\data\EN-3.5\index
[junit4:junit4]   2> 8501 T296 oasc.CachingDirectoryFactory.close Closing directory when closing factory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355659497234\data\EN-3.5
[junit4:junit4]   2> 8501 T296 oasc.SolrCore.close [newCore]  CLOSING SolrCore org.apache.solr.core.SolrCore@3f0ba812
[junit4:junit4]   2> 8501 T296 oasu.DirectUpdateHandler2.close closing DirectUpdateHandler2{commits=0,autocommits=0,soft autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=0,adds=0,deletesById=0,deletesByQuery=0,errors=0,cumulative_adds=0,cumulative_deletesById=0,cumulative_deletesByQuery=0,cumulative_errors=0}
[junit4:junit4]   2> 8502 T296 oasc.SolrCore.decrefSolrCoreState Closing SolrCoreState
[junit4:junit4]   2> 8502 T296 oasu.DefaultSolrCoreState.closeIndexWriter SolrCoreState ref count has reached 0 - closing IndexWriter
[junit4:junit4]   2> 8502 T296 oasu.DefaultSolrCoreState.closeIndexWriter closing IndexWriter with IndexWriterCloser
[junit4:junit4]   2> 8503 T296 oasc.SolrCore.closeSearcher [newCore] Closing main searcher on request.
[junit4:junit4]   2> 8503 T296 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355659497234\data\-1.3\index
[junit4:junit4]   2> 8503 T296 oasc.CachingDirectoryFactory.close Closing directory when closing factory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355659497234\data\-1.3\index
[junit4:junit4]   2> 8503 T296 oasc.CachingDirectoryFactory.close Closing directory when closing factory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355659497234\data\-1.3
[junit4:junit4]   2> 8504 T296 oasc.CoreContainer.<init> New CoreContainer 611618594
[junit4:junit4]   2> 8505 T296 oasc.CoreContainer.load Loading CoreContainer using Solr Home: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\solrj\src\test-files\solrj\solr\shared'
[junit4:junit4]   2> 8509 T296 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\solrj\src\test-files\solrj\solr\shared\'
[junit4:junit4]   2> 8548 T296 oasc.CoreContainer.load Registering Log Listener
[junit4:junit4]   2> 8577 T305 oasc.CoreContainer.create Creating SolrCore 'core1' using instanceDir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\solrj\src\test-files\solrj\solr\shared\.
[junit4:junit4]   2> 8578 T305 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\solrj\src\test-files\solrj\solr\shared\.\'
[junit4:junit4]   2> 8582 T307 oasc.CoreContainer.create Creating SolrCore 'renamed_core' using instanceDir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\solrj\src\test-files\solrj\solr\shared\.
[junit4:junit4]   2> 8583 T307 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\solrj\src\test-files\solrj\solr\shared\.\'
[junit4:junit4]   2> 8591 T306 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\solrj\src\test-files\solrj\solr\shared\.
[junit4:junit4]   2> 8591 T306 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\solrj\src\test-files\solrj\solr\shared\.\'
[junit4:junit4]   2> 8631 T305 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   2> 8689 T306 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   2> 8696 T305 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 8697 T305 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 8700 T305 oass.IndexSchema.readSchema Schema name=example core FR
[junit4:junit4]   2> 8710 T307 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   2> 8756 T306 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 8756 T306 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 8762 T306 oass.IndexSchema.readSchema Schema name=example core 
[junit4:junit4]   2> 8828 T305 oass.IndexSchema.readSchema default search field in schema is name
[junit4:junit4]   2> 8829 T305 oass.IndexSchema.readSchema query parser default operator is OR
[junit4:junit4]   2> 8831 T305 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 8833 T305 oasc.SolrCore.<init> [core1] Opening new SolrCore at C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\solrj\src\test-files\solrj\solr\shared\.\, dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355659497234/data/FR-2.4\
[junit4:junit4]   2> 8834 T305 oasc.SolrCore.<init> JMX monitoring not detected for core: core1
[junit4:junit4]   2> 8834 T305 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 8834 T305 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355659497234\data\FR-2.4 forceNew:false
[junit4:junit4]   2> 8835 T305 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355659497234\data\FR-2.4
[junit4:junit4]   2> 8835 T305 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355659497234/data/FR-2.4\index/
[junit4:junit4]   2> 8836 T305 oasc.SolrCore.initIndex WARNING [core1] Solr index directory 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355659497234\data\FR-2.4\index' doesn't exist. Creating new index...
[junit4:junit4]   2> 8836 T305 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355659497234\data\FR-2.4\index forceNew:false
[junit4:junit4]   2> 8867 T307 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 8868 T307 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 8872 T307 oass.IndexSchema.readSchema Schema name=example core EN
[junit4:junit4]   2> 8887 T305 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@2d2e3a2c lockFactory=org.apache.lucene.store.NativeFSLockFactory@686c20c8),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 8888 T305 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 8888 T305 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355659497234\data\FR-2.4\index
[junit4:junit4]   2> 8890 T305 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 8891 T305 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 8891 T305 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 8920 T305 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 8942 T307 oass.IndexSchema.readSchema default search field in schema is name
[junit4:junit4]   2> 8944 T307 oass.IndexSchema.readSchema query parser default operator is OR
[junit4:junit4]   2> 8945 T307 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 8947 T306 oass.IndexSchema.readSchema default search field in schema is name
[junit4:junit4]   2> 8948 T306 oass.IndexSchema.readSchema query parser default operator is OR
[junit4:junit4]   2> 8949 T307 oasc.SolrCore.<init> [renamed_core] Opening new SolrCore at C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\solrj\src\test-files\solrj\solr\shared\.\, dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355659497234/data/EN-3.5\
[junit4:junit4]   2> 8949 T307 oasc.SolrCore.<init> JMX monitoring not detected for core: renamed_core
[junit4:junit4]   2> 8949 T307 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 8950 T305 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355659497234\data\FR-2.4
[junit4:junit4]   2> 8951 T307 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355659497234\data\EN-3.5 forceNew:false
[junit4:junit4]   2> 8951 T306 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 8951 T305 oass.SolrIndexSearcher.<init> Opening Searcher@47b38592 main
[junit4:junit4]   2> 8951 T307 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355659497234\data\EN-3.5
[junit4:junit4]   2> 8951 T307 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355659497234/data/EN-3.5\index/
[junit4:junit4]   2> 8952 T307 oasc.SolrCore.initIndex WARNING [renamed_core] Solr index directory 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355659497234\data\EN-3.5\index' doesn't exist. Creating new index...
[junit4:junit4]   2> 8954 T306 oasc.SolrCore.<init> [collection1] Opening new SolrCore at C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\solrj\src\test-files\solrj\solr\shared\.\, dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355659497234/data/-1.3\
[junit4:junit4]   2> 8954 T306 oasc.SolrCore.<init> JMX monitoring not detected for core: collection1
[junit4:junit4]   2> 8954 T306 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 8955 T306 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355659497234\data\-1.3 forceNew:false
[junit4:junit4]   2> 8955 T306 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355659497234\data\-1.3
[junit4:junit4]   2> 8955 T306 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355659497234/data/-1.3\index/
[junit4:junit4]   2> 8956 T306 oasc.SolrCore.initIndex WARNING [collection1] Solr index directory 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355659497234\data\-1.3\index' doesn't exist. Creating new index...
[junit4:junit4]   2> 8956 T306 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355659497234\data\-1.3\index forceNew:false
[junit4:junit4]   2> 8959 T307 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355659497234\data\EN-3.5\index forceNew:false
[junit4:junit4]   2> 8962 T307 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@466155e3 lockFactory=org.apache.lucene.store.NativeFSLockFactory@541b3e93),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 8963 T307 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 8963 T305 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 8964 T305 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 8964 T305 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 0
[junit4:junit4]   2> 8964 T305 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 8964 T305 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 0
[junit4:junit4]   2> 8964 T305 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 8964 T307 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355659497234\data\EN-3.5\index
[junit4:junit4]   2> 8965 T306 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@2c179360 lockFactory=org.apache.lucene.store.NativeFSLockFactory@11a23b84),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 8965 T306 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 8965 T307 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 8966 T307 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 8966 T306 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355659497234\data\-1.3\index
[junit4:junit4]   2> 8964 T305 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 8966 T305 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 8967 T305 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 8967 T305 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 8967 T305 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 8968 T305 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=0&connTimeout=0&retry=false
[junit4:junit4]   2> 8966 T307 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 8968 T306 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 8969 T306 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 8969 T306 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 8974 T307 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 8976 T306 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 8983 T306 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355659497234\data\-1.3
[junit4:junit4]   2> 8983 T307 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355659497234\data\EN-3.5
[junit4:junit4]   2> 8983 T306 oass.SolrIndexSearcher.<init> Opening Searcher@61c658c9 main
[junit4:junit4]   2> 8987 T306 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 8987 T306 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 8987 T308 oasc.SolrCore.registerSearcher [core1] Registered new searcher Searcher@47b38592 main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 8984 T307 oass.SolrIndexSearcher.<init> Opening Searcher@53a928f9 main
[junit4:junit4]   2> 8987 T305 oasc.CoreContainer.registerCore registering core: core1
[junit4:junit4]   2> 8987 T305 oasc.CoreContainer.create Creating SolrCore 'newCore' using instanceDir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\solrj\src\test-files\solrj\solr\shared
[junit4:junit4]   2> 8988 T305 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\solrj\src\test-files\solrj\solr\shared\'
[junit4:junit4]   2> 8992 T307 oasc.SolrCore.close [renamed_core]  CLOSING SolrCore org.apache.solr.core.SolrCore@1b3bae89
[junit4:junit4]   2> 8992 T307 oasc.SolrCore.decrefSolrCoreState Closing SolrCoreState
[junit4:junit4]   2> 8992 T307 oasu.DefaultSolrCoreState.closeIndexWriter SolrCoreState ref count has reached 0 - closing IndexWriter
[junit4:junit4]   2> 8992 T310 oasc.SolrCore.registerSearcher [renamed_core] Registered new searcher Searcher@53a928f9 main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 8993 T307 oasc.SolrCore.closeSearcher [renamed_core] Closing main searcher on request.
[junit4:junit4]   2> 8993 T307 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355659497234\data\EN-3.5\index
[junit4:junit4]   2> 8993 T307 oasc.CachingDirectoryFactory.close Closing directory when closing factory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355659497234\data\EN-3.5
[junit4:junit4]   2> 8993 T307 oasc.CachingDirectoryFactory.close Closing directory when closing factory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355659497234\data\EN-3.5\index
[junit4:junit4]   2> 8994 T307 oasc.CoreContainer.recordAndThrow SEVERE Unable to create core: renamed_core org.apache.solr.common.SolrException: Error Instantiating Update Handler, solr.DirectUpdateHandler2 failed to instantiate org.apache.solr.update.UpdateHandler
[junit4:junit4]   2> 	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:789)
[junit4:junit4]   2> 	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:602)
[junit4:junit4]   2> 	at org.apache.solr.core.CoreContainer.createFromLocal(CoreContainer.java:981)
[junit4:junit4]   2> 	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1011)
[junit4:junit4]   2> 	at org.apache.solr.core.CoreContainer$3.call(CoreContainer.java:618)
[junit4:junit4]   2> 	at org.apache.solr.core.CoreContainer$3.call(CoreContainer.java:613)
[junit4:junit4]   2> 	at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
[junit4:junit4]   2> 	at java.util.concurrent.FutureTask.run(FutureTask.java:138)
[junit4:junit4]   2> 	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:439)
[junit4:junit4]   2> 	at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
[junit4:junit4]   2> 	at java.util.concurrent.FutureTask.run(FutureTask.java:138)
[junit4:junit4]   2> 	at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
[junit4:junit4]   2> 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
[junit4:junit4]   2> 	at java.lang.Thread.run(Thread.java:662)
[junit4:junit4]   2> Caused by: org.apache.solr.common.SolrException: Error Instantiating Update Handler, solr.DirectUpdateHandler2 failed to instantiate org.apache.solr.update.UpdateHandler
[junit4:junit4]   2> 	at org.apache.solr.core.SolrCore.createInstance(SolrCore.java:526)
[junit4:junit4]   2> 	at org.apache.solr.core.SolrCore.createUpdateHandler(SolrCore.java:580)
[junit4:junit4]   2> 	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:773)
[junit4:junit4]   2> 	... 13 more
[junit4:junit4]   2> Caused by: java.lang.reflect.InvocationTargetException
[junit4:junit4]   2> 	at sun.reflect.GeneratedConstructorAccessor100.newInstance(Unknown Source)
[junit4:junit4]   2> 	at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
[junit4:junit4]   2> 	at java.lang.reflect.Constructor.newInstance(Constructor.java:513)
[junit4:junit4]   2> 	at org.apache.solr.core.SolrCore.createInstance(SolrCore.java:512)
[junit4:junit4]   2> 	... 15 more
[junit4:junit4]   2> Caused by: java.lang.RuntimeException: java.io.IOException: Unable to delete file: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355659497234\data\EN-3.5\tlog\tlog.0000000000000000001
[junit4:junit4]   2> 	at org.apache.solr.update.UpdateHandler.<init>(UpdateHandler.java:125)
[junit4:junit4]   2> 	at org.apache.solr.update.DirectUpdateHandler2.<init>(DirectUpdateHandler2.java:96)
[junit4:junit4]   2> 	... 19 more
[junit4:junit4]   2> Caused by: java.io.IOException: Unable to delete file: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355659497234\data\EN-3.5\tlog\tlog.0000000000000000001
[junit4:junit4]   2> 	at org.apache.commons.io.FileUtils.forceDelete(FileUtils.java:1919)
[junit4:junit4]   2> 	at org.apache.commons.io.FileUtils.cleanDirectory(FileUtils.java:1399)
[junit4:junit4]   2> 	at org.apache.commons.io.FileUtils.deleteDirectory(FileUtils.java:1331)
[junit4:junit4]   2> 	at org.apache.solr.update.UpdateHandler.clearLog(UpdateHandler.java:91)
[junit4:junit4]   2> 	at org.apache.solr.update.UpdateHandler.<init>(UpdateHandler.java:123)
[junit4:junit4]   2> 	... 20 more
[junit4:junit4]   2> 
[junit4:junit4]   2> 8998 T309 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@61c658c9 main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 8998 T306 oasc.CoreContainer.registerCore registering core: collection1
[junit4:junit4]   2> 8999 T307 oasc.SolrException.log SEVERE null:org.apache.solr.common.SolrException: Unable to create core: renamed_core
[junit4:junit4]   2> 		at org.apache.solr.core.CoreContainer.recordAndThrow(CoreContainer.java:1606)
[junit4:junit4]   2> 		at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1017)
[junit4:junit4]   2> 		at org.apache.solr.core.CoreContainer$3.call(CoreContainer.java:618)
[junit4:junit4]   2> 		at org.apache.solr.core.CoreContainer$3.call(CoreContainer.java:613)
[junit4:junit4]   2> 		at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
[junit4:junit4]   2> 		at java.util.concurrent.FutureTask.run(FutureTask.java:138)
[junit4:junit4]   2> 		at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:439)
[junit4:junit4]   2> 		at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
[junit4:junit4]   2> 		at java.util.concurrent.FutureTask.run(FutureTask.java:138)
[junit4:junit4]   2> 		at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
[junit4:junit4]   2> 		at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
[junit4:junit4]   2> 		at java.lang.Thread.run(Thread.java:662)
[junit4:junit4]   2> 	Caused by: org.apache.solr.common.SolrException: Error Instantiating Update Handler, solr.DirectUpdateHandler2 failed to instantiate org.apache.solr.update.UpdateHandler
[junit4:junit4]   2> 		at org.apache.solr.core.SolrCore.<init>(SolrCore.java:789)
[junit4:junit4]   2> 		at org.apache.solr.core.SolrCore.<init>(SolrCore.java:602)
[junit4:junit4]   2> 		at org.apache.solr.core.CoreContainer.createFromLocal(CoreContainer.java:981)
[junit4:junit4]   2> 		at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1011)
[junit4:junit4]   2> 		... 10 more
[junit4:junit4]   2> 	Caused by: org.apache.solr.common.SolrException: Error Instantiating Update Handler, solr.DirectUpdateHandler2 failed to instantiate org.apache.solr.update.UpdateHandler
[junit4:junit4]   2> 		at org.apache.solr.core.SolrCore.createInstance(SolrCore.java:526)
[junit4:junit4]   2> 		at org.apache.solr.core.SolrCore.createUpdateHandler(SolrCore.java:580)
[junit4:junit4]   2> 		at org.apache.solr.core.SolrCore.<init>(SolrCore.java:773)
[junit4:junit4]   2> 		... 13 more
[junit4:junit4]   2> 	Caused by: java.lang.reflect.InvocationTargetException
[junit4:junit4]   2> 		at sun.reflect.GeneratedConstructorAccessor100.newInstance(Unknown Source)
[junit4:junit4]   2> 		at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
[junit4:junit4]   2> 		at java.lang.reflect.Constructor.newInstance(Constructor.java:513)
[junit4:junit4]   2> 		at org.apache.solr.core.SolrCore.createInstance(SolrCore.java:512)
[junit4:junit4]   2> 		... 15 more
[junit4:junit4]   2> 	Caused by: java.lang.RuntimeException: java.io.IOException: Unable to delete file: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355659497234\data\EN-3.5\tlog\tlog.0000000000000000001
[junit4:junit4]   2> 		at org.apache.solr.update.UpdateHandler.<init>(UpdateHandler.java:125)
[junit4:junit4]   2> 		at org.apache.solr.update.DirectUpdateHandler2.<init>(DirectUpdateHandler2.java:96)
[junit4:junit4]   2> 		... 19 more
[junit4:junit4]   2> 	Caused by: java.io.IOException: Unable to delete file: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355659497234\data\EN-3.5\tlog\tlog.0000000000000000001
[junit4:junit4]   2> 		at org.apache.commons.io.FileUtils.forceDelete(FileUtils.java:1919)
[junit4:junit4]   2> 		at org.apache.commons.io.FileUtils.cleanDirectory(FileUtils.java:1399)
[junit4:junit4]   2> 		at org.apache.commons.io.FileUtils.deleteDirectory(FileUtils.java:1331)
[junit4:junit4]   2> 		at org.apache.solr.update.UpdateHandler.clearLog(UpdateHandler.java:91)
[junit4:junit4]   2> 		at org.apache.solr.update.UpdateHandler.<init>(UpdateHandler.java:123)
[junit4:junit4]   2> 		... 20 more
[junit4:junit4]   2> 	
[junit4:junit4]   2> 9053 T305 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   2> 9115 T305 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 9115 T305 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 9120 T305 oass.IndexSchema.readSchema Schema name=example core 
[junit4:junit4]   2> 9178 T305 oass.IndexSchema.readSchema default search field in schema is name
[junit4:junit4]   2> 9181 T305 oass.IndexSchema.readSchema query parser default operator is OR
[junit4:junit4]   2> 9183 T305 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 9187 T305 oasc.SolrCore.<init> [newCore] Opening new SolrCore at C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\solrj\src\test-files\solrj\solr\shared\, dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355659497234/data/-1.3\
[junit4:junit4]   2> 9188 T305 oasc.SolrCore.<init> JMX monitoring not detected for core: newCore
[junit4:junit4]   2> 9188 T305 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 9188 T305 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355659497234\data\-1.3 forceNew:false
[junit4:junit4]   2> 9188 T305 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355659497234\data\-1.3
[junit4:junit4]   2> 9188 T305 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355659497234/data/-1.3\index/
[junit4:junit4]   2> 9190 T305 oasc.SolrCore.initIndex WARNING [newCore] Solr index directory 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355659497234\data\-1.3\index' doesn't exist. Creating new index...
[junit4:junit4]   2> 9191 T305 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355659497234\data\-1.3\index forceNew:false
[junit4:junit4]   2> 9194 T305 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@5fbc4e89 lockFactory=org.apache.lucene.store.NativeFSLockFactory@d2ebdb3),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 9194 T305 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 9195 T305 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355659497234\data\-1.3\index
[junit4:junit4]   2> 9196 T305 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 9197 T305 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 9197 T305 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 9204 T305 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 9210 T305 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355659497234\data\-1.3
[junit4:junit4]   2> 9210 T305 oass.SolrIndexSearcher.<init> Opening Searcher@11e19edb main
[junit4:junit4]   2> 9212 T305 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 9212 T305 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 9218 T305 oasc.CoreContainer.registerCore registering core: newCore
[junit4:junit4]   2> 9218 T311 oasc.SolrCore.registerSearcher [newCore] Registered new searcher Searcher@11e19edb main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 9219 T296 oasc.CoreContainer.shutdown Shutting down CoreContainer instance=611618594
[junit4:junit4]   2> 9219 T296 oasc.SolrCore.close [core1]  CLOSING SolrCore org.apache.solr.core.SolrCore@79cfc2c0
[junit4:junit4]   2> 9234 T296 oasu.DirectUpdateHandler2.close closing DirectUpdateHandler2{commits=0,autocommits=0,soft autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=0,adds=0,deletesById=0,deletesByQuery=0,errors=0,cumulative_adds=0,cumulative_deletesById=0,cumulative_deletesByQuery=0,cumulative_errors=0}
[junit4:junit4]   2> 9236 T296 oasc.SolrCore.decrefSolrCoreState Closing SolrCoreState
[junit4:junit4]   2> 9236 T296 oasu.DefaultSolrCoreState.closeIndexWriter SolrCoreState ref count has reached 0 - closing IndexWriter
[junit4:junit4]   2> 9236 T296 oasu.DefaultSolrCoreState.closeIndexWriter closing IndexWriter with IndexWriterCloser
[junit4:junit4]   2> 9237 T296 oasc.SolrCore.closeSearcher [core1] Closing main searcher on request.
[junit4:junit4]   2> 9238 T296 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355659497234\data\FR-2.4\index
[junit4:junit4]   2> 9238 T296 oasc.CachingDirectoryFactory.close Closing directory when closing factory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355659497234\data\FR-2.4
[junit4:junit4]   2> 9238 T296 oasc.CachingDirectoryFactory.close Closing directory when closing factory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355659497234\data\FR-2.4\index
[junit4:junit4]   2> 9238 T296 oasc.SolrCore.close [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@41539e8b
[junit4:junit4]   2> 9238 T296 oasu.DirectUpdateHandler2.close closing DirectUpdateHandler2{commits=0,autocommits=0,soft autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=0,adds=0,deletesById=0,deletesByQuery=0,errors=0,cumulative_adds=0,cumulative_deletesById=0,cumulative_deletesByQuery=0,cumulative_errors=0}
[junit4:junit4]   2> 9238 T296 oasc.SolrCore.decrefSolrCoreState Closing SolrCoreState
[junit4:junit4]   2> 9239 T296 oasu.DefaultSolrCoreState.closeIndexWriter SolrCoreState ref count has reached 0 - closing IndexWriter
[junit4:junit4]   2> 9239 T296 oasu.DefaultSolrCoreState.closeIndexWriter closing IndexWriter with IndexWriterCloser
[junit4:junit4]   2> 9241 T296 oasc.SolrCore.closeSearcher [collection1] Closing main searcher on request.
[junit4:junit4]   2> 9241 T296 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355659497234\data\-1.3\index
[junit4:junit4]   2> 9241 T296 oasc.CachingDirectoryFactory.close Closing directory when closing factory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355659497234\data\-1.3
[junit4:junit4]   2> 9241 T296 oasc.CachingDirectoryFactory.close Closing directory when closing factory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355659497234\data\-1.3\index
[junit4:junit4]   2> 9242 T296 oasc.SolrCore.close [newCore]  CLOSING SolrCore org.apache.solr.core.SolrCore@7999dcfe
[junit4:junit4]   2> 9242 T296 oasu.DirectUpdateHandler2.close closing DirectUpdateHandler2{commits=0,autocommits=0,soft autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=0,adds=0,deletesById=0,deletesByQuery=0,errors=0,cumulative_adds=0,cumulative_deletesById=0,cumulative_deletesByQuery=0,cumulative_errors=0}
[junit4:junit4]   2> 9242 T296 oasc.SolrCore.decrefSolrCoreState Closing SolrCoreState
[junit4:junit4]   2> 9242 T296 oasu.DefaultSolrCoreState.closeIndexWriter SolrCoreState ref count has reached 0 - closing IndexWriter
[junit4:junit4]   2> 9243 T296 oasu.DefaultSolrCoreState.closeIndexWriter closing IndexWriter with IndexWriterCloser
[junit4:junit4]   2> 9246 T296 oasc.SolrCore.closeSearcher [newCore] Closing main searcher on request.
[junit4:junit4]   2> 9246 T296 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355659497234\data\-1.3\index
[junit4:junit4]   2> 9247 T296 oasc.CachingDirectoryFactory.close Closing directory when closing factory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355659497234\data\-1.3\index
[junit4:junit4]   2> 9247 T296 oasc.CachingDirectoryFactory.close Closing directory when closing factory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355659497234\data\-1.3
[junit4:junit4]   2> !!!! WARNING: best effort to remove C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355659497234\data\EN-3.5\tlog\tlog.0000000000000000000 FAILED !!!!!
[junit4:junit4]   2> !!!! WARNING: best effort to remove C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355659497234\data\EN-3.5\tlog FAILED !!!!!
[junit4:junit4]   2> !!!! WARNING: best effort to remove C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355659497234\data\EN-3.5 FAILED !!!!!
[junit4:junit4]   2> !!!! WARNING: best effort to remove C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355659497234\data FAILED !!!!!
[junit4:junit4]   2> 9261 T296 oascse.AbstractEmbeddedSolrServerTestCase.tearDown WARNING !!!! WARNING: best effort to remove C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355659497234\data FAILED !!!!!
[junit4:junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestSolrProperties -Dtests.method=testProperties -Dtests.seed=98B003430432891A -Dtests.slow=true -Dtests.locale=et_EE -Dtests.timezone=America/Managua -Dtests.file.encoding=UTF-8
[junit4:junit4] ERROR   2.43s | TestSolrProperties.testProperties <<<
[junit4:junit4]    > Throwable #1: org.apache.solr.common.SolrException: No such core: renamed_core
[junit4:junit4]    > 	at __randomizedtesting.SeedInfo.seed([98B003430432891A:D1C17049021DB1A4]:0)
[junit4:junit4]    > 	at org.apache.solr.client.solrj.embedded.EmbeddedSolrServer.request(EmbeddedSolrServer.java:112)
[junit4:junit4]    > 	at org.apache.solr.client.solrj.request.CoreAdminRequest.process(CoreAdminRequest.java:429)
[junit4:junit4]    > 	at org.apache.solr.client.solrj.request.CoreAdminRequest.persist(CoreAdminRequest.java:498)
[junit4:junit4]    > 	at org.apache.solr.client.solrj.embedded.TestSolrProperties.testProperties(TestSolrProperties.java:246)
[junit4:junit4]    > 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[junit4:junit4]    > 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
[junit4:junit4]    > 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
[junit4:junit4]    > 	at java.lang.reflect.Method.invoke(Method.java:597)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1559)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$600(RandomizedRunner.java:79)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:737)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:773)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:787)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleFieldCacheSanity$1.evaluate(TestRuleFieldCacheSanity.java:51)
[junit4:junit4]    > 	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:782)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:442)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:746)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:648)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:682)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:693)
[junit4:junit4]    > 	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:43)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
[junit4:junit4]    > 	at java.lang.Thread.run(Thread.java:662)
[junit4:junit4]   2> NOTE: test params are: codec=Lucene41: {id=MockVariableIntBlock(baseBlockSize=66), _version_=Pulsing41(freqCutoff=11 minBlockSize=17 maxBlockSize=62), core1=Pulsing41(freqCutoff=11 minBlockSize=17 maxBlockSize=62), core0=PostingsFormat(name=TestBloomFilteredLucene41Postings)}, sim=DefaultSimilarity, locale=et_EE, timezone=America/Managua
[junit4:junit4]   2> NOTE: Windows 7 6.1 amd64/Sun Microsystems Inc. 1.6.0_37 (64-bit)/cpus=2,threads=1,free=55202752,total=85000192
[junit4:junit4]   2> NOTE: All tests run in this JVM: [SolrExampleEmbeddedTest, SolrDocumentTest, TestLBHttpSolrServer, NamedListTest, TestDocumentObjectBinder, TestFastInputStream, TestHash, FacetFieldTest, SolrExampleBinaryTest, TestEmbeddedSolrServer, SolrExampleStreamingBinaryTest, FieldAnalysisResponseTest, MultiCoreExampleJettyTest, TestCoreAdmin, SolrQueryTest, IteratorChainTest, SolrExampleJettyTest, TestSolrProperties]
[junit4:junit4] Completed in 2.45s, 1 test, 1 error <<< FAILURES!

[...truncated 90 lines...]
BUILD FAILED
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\build.xml:353: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\build.xml:39: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build.xml:185: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\common-build.xml:438: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\lucene\common-build.xml:1175: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\lucene\common-build.xml:840: There were test failures: 45 suites, 241 tests, 1 error

Total time: 47 minutes 50 seconds
Build step 'Invoke Ant' marked build as failure
Archiving artifacts
Recording test results
Description set: Java: 64bit/jdk1.6.0_37 -XX:+UseConcMarkSweepGC
Email was triggered for: Failure
Sending email for trigger: Failure



[JENKINS] Lucene-Solr-trunk-Windows (32bit/jdk1.6.0_37) - Build # 2188 - Still Failing!

Posted by Policeman Jenkins Server <je...@sd-datasolutions.de>.
Build: http://jenkins.sd-datasolutions.de/job/Lucene-Solr-trunk-Windows/2188/
Java: 32bit/jdk1.6.0_37 -server -XX:+UseConcMarkSweepGC

1 tests failed.
FAILED:  org.apache.solr.client.solrj.embedded.TestSolrProperties.testProperties

Error Message:
No such core: renamed_core

Stack Trace:
org.apache.solr.common.SolrException: No such core: renamed_core
	at __randomizedtesting.SeedInfo.seed([91463584EF5B26C8:D837468EE9741E76]:0)
	at org.apache.solr.client.solrj.embedded.EmbeddedSolrServer.request(EmbeddedSolrServer.java:112)
	at org.apache.solr.client.solrj.request.CoreAdminRequest.process(CoreAdminRequest.java:429)
	at org.apache.solr.client.solrj.request.CoreAdminRequest.persist(CoreAdminRequest.java:498)
	at org.apache.solr.client.solrj.embedded.TestSolrProperties.testProperties(TestSolrProperties.java:246)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:597)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1559)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$600(RandomizedRunner.java:79)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:737)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:773)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:787)
	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.TestRuleFieldCacheSanity$1.evaluate(TestRuleFieldCacheSanity.java:51)
	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:70)
	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:358)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:782)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:442)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:746)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:648)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:682)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:693)
	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 org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:43)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
	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:358)
	at java.lang.Thread.run(Thread.java:662)




Build Log:
[...truncated 9079 lines...]
[junit4:junit4] Suite: org.apache.solr.client.solrj.embedded.TestSolrProperties
[junit4:junit4]   2> 11172 T379 oasc.CoreContainer.<init> New CoreContainer 17231623
[junit4:junit4]   2> 11173 T379 oasc.CoreContainer.load Loading CoreContainer using Solr Home: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\solrj\src\test-files\solrj\solr\shared'
[junit4:junit4]   2> 11173 T379 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\solrj\src\test-files\solrj\solr\shared\'
[junit4:junit4]   2> 11218 T379 oasc.CoreContainer.load Registering Log Listener
[junit4:junit4]   2> 11251 T381 oasc.CoreContainer.create Creating SolrCore 'core0' using instanceDir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\solrj\src\test-files\solrj\solr\shared\.
[junit4:junit4]   2> 11252 T380 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\solrj\src\test-files\solrj\solr\shared\.
[junit4:junit4]   2> 11253 T381 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\solrj\src\test-files\solrj\solr\shared\.\'
[junit4:junit4]   2> 11253 T380 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\solrj\src\test-files\solrj\solr\shared\.\'
[junit4:junit4]   2> 11270 T382 oasc.CoreContainer.create Creating SolrCore 'core1' using instanceDir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\solrj\src\test-files\solrj\solr\shared\.
[junit4:junit4]   2> 11284 T382 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\solrj\src\test-files\solrj\solr\shared\.\'
[junit4:junit4]   2> 11311 T380 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   2> 11375 T382 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   2> 11477 T380 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 11478 T380 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 11483 T380 oass.IndexSchema.readSchema Schema name=example core 
[junit4:junit4]   2> 11486 T381 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   2> 11552 T382 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 11552 T382 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 11558 T382 oass.IndexSchema.readSchema Schema name=example core FR
[junit4:junit4]   2> 11585 T381 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 11585 T381 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 11590 T381 oass.IndexSchema.readSchema Schema name=example core EN
[junit4:junit4]   2> 11655 T381 oass.IndexSchema.readSchema default search field in schema is name
[junit4:junit4]   2> 11656 T381 oass.IndexSchema.readSchema query parser default operator is OR
[junit4:junit4]   2> 11658 T381 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 11661 T381 oasc.SolrCore.<init> [core0] Opening new SolrCore at C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\solrj\src\test-files\solrj\solr\shared\.\, dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355653661542/data/EN-3.5\
[junit4:junit4]   2> 11661 T381 oasc.SolrCore.<init> JMX monitoring not detected for core: core0
[junit4:junit4]   2> 11662 T381 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 11662 T380 oass.IndexSchema.readSchema default search field in schema is name
[junit4:junit4]   2> 11663 T381 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355653661542\data\EN-3.5 forceNew:false
[junit4:junit4]   2> 11663 T381 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355653661542\data\EN-3.5
[junit4:junit4]   2> 11663 T381 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355653661542/data/EN-3.5\index/
[junit4:junit4]   2> 11666 T380 oass.IndexSchema.readSchema query parser default operator is OR
[junit4:junit4]   2> 11667 T381 oasc.SolrCore.initIndex WARNING [core0] Solr index directory 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355653661542\data\EN-3.5\index' doesn't exist. Creating new index...
[junit4:junit4]   2> 11667 T381 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355653661542\data\EN-3.5\index forceNew:false
[junit4:junit4]   2> 11667 T380 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 11674 T380 oasc.SolrCore.<init> [collection1] Opening new SolrCore at C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\solrj\src\test-files\solrj\solr\shared\.\, dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355653661542/data/-1.3\
[junit4:junit4]   2> 11674 T380 oasc.SolrCore.<init> JMX monitoring not detected for core: collection1
[junit4:junit4]   2> 11674 T380 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 11675 T380 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355653661542\data\-1.3 forceNew:false
[junit4:junit4]   2> 11675 T380 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355653661542\data\-1.3
[junit4:junit4]   2> 11675 T380 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355653661542/data/-1.3\index/
[junit4:junit4]   2> 11677 T380 oasc.SolrCore.initIndex WARNING [collection1] Solr index directory 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355653661542\data\-1.3\index' doesn't exist. Creating new index...
[junit4:junit4]   2> 11683 T382 oass.IndexSchema.readSchema default search field in schema is name
[junit4:junit4]   2> 11685 T382 oass.IndexSchema.readSchema query parser default operator is OR
[junit4:junit4]   2> 11686 T382 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 11689 T382 oasc.SolrCore.<init> [core1] Opening new SolrCore at C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\solrj\src\test-files\solrj\solr\shared\.\, dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355653661542/data/FR-2.4\
[junit4:junit4]   2> 11689 T382 oasc.SolrCore.<init> JMX monitoring not detected for core: core1
[junit4:junit4]   2> 11690 T382 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 11690 T382 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355653661542\data\FR-2.4 forceNew:false
[junit4:junit4]   2> 11691 T382 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355653661542\data\FR-2.4
[junit4:junit4]   2> 11691 T382 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355653661542/data/FR-2.4\index/
[junit4:junit4]   2> 11692 T382 oasc.SolrCore.initIndex WARNING [core1] Solr index directory 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355653661542\data\FR-2.4\index' doesn't exist. Creating new index...
[junit4:junit4]   2> 11693 T382 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355653661542\data\FR-2.4\index forceNew:false
[junit4:junit4]   2> 11696 T382 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(NRTCachingDirectory(org.apache.lucene.store.RAMDirectory@97df94 lockFactory=org.apache.lucene.store.NativeFSLockFactory@194a0ad; maxCacheMB=0.1064453125 maxMergeSizeMB=0.98828125)),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 11696 T382 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 11697 T382 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355653661542\data\FR-2.4\index
[junit4:junit4]   2> 11698 T382 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 11699 T382 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 11699 T382 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 11707 T382 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 11714 T380 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355653661542\data\-1.3\index forceNew:false
[junit4:junit4]   2> 11719 T380 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(NRTCachingDirectory(org.apache.lucene.store.RAMDirectory@1145e2e lockFactory=org.apache.lucene.store.NativeFSLockFactory@da9ae; maxCacheMB=0.1064453125 maxMergeSizeMB=0.98828125)),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 11719 T380 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 11719 T380 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355653661542\data\-1.3\index
[junit4:junit4]   2> 11720 T380 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 11721 T380 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 11721 T380 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 11729 T380 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 11737 T382 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355653661542\data\FR-2.4
[junit4:junit4]   2> 11737 T382 oass.SolrIndexSearcher.<init> Opening Searcher@bc7a23 main
[junit4:junit4]   2> 11740 T382 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 11741 T382 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 11741 T382 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 0
[junit4:junit4]   2> 11741 T382 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 11741 T382 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 0
[junit4:junit4]   2> 11741 T382 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 11742 T382 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 11742 T382 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 11742 T382 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 11742 T382 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 11742 T382 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 11742 T382 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=0&connTimeout=0&retry=false
[junit4:junit4]   2> 11753 T380 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355653661542\data\-1.3
[junit4:junit4]   2> 11753 T380 oass.SolrIndexSearcher.<init> Opening Searcher@bed4c1 main
[junit4:junit4]   2> 11757 T380 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 11758 T380 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 11764 T382 oasc.CoreContainer.registerCore registering core: core1
[junit4:junit4]   2> 11764 T383 oasc.SolrCore.registerSearcher [core1] Registered new searcher Searcher@bc7a23 main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 11773 T380 oasc.CoreContainer.registerCore registering core: collection1
[junit4:junit4]   2> 11773 T381 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(NRTCachingDirectory(org.apache.lucene.store.RAMDirectory@ac3c11 lockFactory=org.apache.lucene.store.NativeFSLockFactory@1403290; maxCacheMB=0.1064453125 maxMergeSizeMB=0.98828125)),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 11775 T381 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 11776 T381 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355653661542\data\EN-3.5\index
[junit4:junit4]   2> 11778 T381 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 11779 T381 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 11779 T381 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 11786 T381 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 11793 T381 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355653661542\data\EN-3.5
[junit4:junit4]   2> 11793 T381 oass.SolrIndexSearcher.<init> Opening Searcher@6985a3 main
[junit4:junit4]   2> 11797 T381 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 11797 T381 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 11801 T384 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@bed4c1 main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 11805 T381 oasc.CoreContainer.registerCore registering core: core0
[junit4:junit4]   2> 11806 T385 oasc.SolrCore.registerSearcher [core0] Registered new searcher Searcher@6985a3 main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> ASYNC  NEW_CORE C27 name=core0 org.apache.solr.core.SolrCore@c042ba
[junit4:junit4]   2> 11810 T379 C27 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355653661542\data\EN-3.5
[junit4:junit4]   2> 11815 T379 C27 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits:num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(NRTCachingDirectory(org.apache.lucene.store.RAMDirectory@ac3c11 lockFactory=org.apache.lucene.store.NativeFSLockFactory@1403290; maxCacheMB=0.1064453125 maxMergeSizeMB=0.98828125)),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 11816 T379 C27 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 11818 T379 C27 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355653661542\data\EN-3.5
[junit4:junit4]   2> 11819 T379 C27 oass.SolrIndexSearcher.<init> Opening Searcher@18dbef1 realtime
[junit4:junit4]   2> 11819 T379 C27 oasu.DirectUpdateHandler2.commit start commit{flags=0,_version_=0,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false}
[junit4:junit4]   2> 11820 T379 C27 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=2
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(NRTCachingDirectory(org.apache.lucene.store.RAMDirectory@ac3c11 lockFactory=org.apache.lucene.store.NativeFSLockFactory@1403290; maxCacheMB=0.1064453125 maxMergeSizeMB=0.98828125)),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(NRTCachingDirectory(org.apache.lucene.store.RAMDirectory@ac3c11 lockFactory=org.apache.lucene.store.NativeFSLockFactory@1403290; maxCacheMB=0.1064453125 maxMergeSizeMB=0.98828125)),segFN=segments_2,generation=2,filenames=[segments_2]
[junit4:junit4]   2> 11820 T379 C27 oasc.SolrDeletionPolicy.updateCommits newest commit = 2[segments_2]
[junit4:junit4]   2> 11820 T379 C27 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355653661542\data\EN-3.5
[junit4:junit4]   2> 11821 T379 C27 oass.SolrIndexSearcher.<init> Opening Searcher@1edfab8 main
[junit4:junit4]   2> 11821 T379 C27 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355653661542\data\EN-3.5\index
[junit4:junit4]   2> 11822 T385 oasc.SolrCore.registerSearcher [core0] Registered new searcher Searcher@1edfab8 main{StandardDirectoryReader(segments_1:1:nrt)}
[junit4:junit4]   2> 11822 T385 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355653661542\data\EN-3.5\index
[junit4:junit4]   2> 11823 T379 C27 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4:junit4]   2> 11823 T379 C27 UPDATE [core0] webapp=null path=/update params={commit=true&softCommit=false&waitSearcher=true} {deleteByQuery=*:* (-1421505894477201408),commit=} 0 14
[junit4:junit4]   2> ASYNC  NEW_CORE C28 name=core1 org.apache.solr.core.SolrCore@980461
[junit4:junit4]   2> 11825 T379 C28 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355653661542\data\FR-2.4
[junit4:junit4]   2> 11829 T379 C28 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits:num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(NRTCachingDirectory(org.apache.lucene.store.RAMDirectory@97df94 lockFactory=org.apache.lucene.store.NativeFSLockFactory@194a0ad; maxCacheMB=0.1064453125 maxMergeSizeMB=0.98828125)),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 11830 T379 C28 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 11831 T379 C28 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355653661542\data\FR-2.4
[junit4:junit4]   2> 11831 T379 C28 oass.SolrIndexSearcher.<init> Opening Searcher@dea215 realtime
[junit4:junit4]   2> 11831 T379 C28 oasu.DirectUpdateHandler2.commit start commit{flags=0,_version_=0,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false}
[junit4:junit4]   2> 11833 T379 C28 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=2
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(NRTCachingDirectory(org.apache.lucene.store.RAMDirectory@97df94 lockFactory=org.apache.lucene.store.NativeFSLockFactory@194a0ad; maxCacheMB=0.1064453125 maxMergeSizeMB=0.98828125)),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(NRTCachingDirectory(org.apache.lucene.store.RAMDirectory@97df94 lockFactory=org.apache.lucene.store.NativeFSLockFactory@194a0ad; maxCacheMB=0.1064453125 maxMergeSizeMB=0.98828125)),segFN=segments_2,generation=2,filenames=[segments_2]
[junit4:junit4]   2> 11833 T379 C28 oasc.SolrDeletionPolicy.updateCommits newest commit = 2[segments_2]
[junit4:junit4]   2> 11833 T379 C28 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355653661542\data\FR-2.4
[junit4:junit4]   2> 11834 T379 C28 oass.SolrIndexSearcher.<init> Opening Searcher@1f4d4bd main
[junit4:junit4]   2> 11835 T379 C28 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355653661542\data\FR-2.4\index
[junit4:junit4]   2> 11836 T383 oasc.SolrCore.registerSearcher [core1] Registered new searcher Searcher@1f4d4bd main{StandardDirectoryReader(segments_1:1:nrt)}
[junit4:junit4]   2> 11836 T379 C28 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4:junit4]   2> 11836 T383 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355653661542\data\FR-2.4\index
[junit4:junit4]   2> 11837 T379 C28 UPDATE [core1] webapp=null path=/update params={commit=true&softCommit=false&waitSearcher=true} {deleteByQuery=*:* (-1421505894493978624),commit=} 0 12
[junit4:junit4]   2> 11840 T379 C27 oasu.DirectUpdateHandler2.commit start commit{flags=0,_version_=0,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false}
[junit4:junit4]   2> 11855 T379 C27 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=2
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(NRTCachingDirectory(org.apache.lucene.store.RAMDirectory@ac3c11 lockFactory=org.apache.lucene.store.NativeFSLockFactory@1403290; maxCacheMB=0.1064453125 maxMergeSizeMB=0.98828125)),segFN=segments_2,generation=2,filenames=[segments_2]
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(NRTCachingDirectory(org.apache.lucene.store.RAMDirectory@ac3c11 lockFactory=org.apache.lucene.store.NativeFSLockFactory@1403290; maxCacheMB=0.1064453125 maxMergeSizeMB=0.98828125)),segFN=segments_3,generation=3,filenames=[_0_Lucene41WithOrds_0.tib, _0_Asserting_0.tim, _0.fnm, _0_Lucene41WithOrds_0.doc, _0_Asserting_0.tip, _0_MockVariableIntBlock_0.doc, _0_Lucene41WithOrds_0.tii, _0_Lucene41WithOrds_0.pos, _0_nrm.cfs, _0_MockVariableIntBlock_0.skp, _0_MockVariableIntBlock_0.pyl, _0_MockVariableIntBlock_0.tib, _0_MockVariableIntBlock_0.frq, _0_nrm.cfe, _0_MockVariableIntBlock_0.pos, _0.fdx, _0.si, _0_Asserting_0.pos, _0_Asserting_0.doc, _0.fdt, _0_MockVariableIntBlock_0.tii, segments_3]
[junit4:junit4]   2> 11856 T379 C27 oasc.SolrDeletionPolicy.updateCommits newest commit = 3[_0_Lucene41WithOrds_0.tib, _0_Asserting_0.tim, _0.fnm, _0_Lucene41WithOrds_0.doc, _0_Asserting_0.tip, _0_MockVariableIntBlock_0.doc, _0_Lucene41WithOrds_0.tii, _0_Lucene41WithOrds_0.pos, _0_nrm.cfs, _0_MockVariableIntBlock_0.skp, _0_MockVariableIntBlock_0.pyl, _0_MockVariableIntBlock_0.tib, _0_MockVariableIntBlock_0.frq, _0_nrm.cfe, _0_MockVariableIntBlock_0.pos, _0.fdx, _0.si, _0_Asserting_0.pos, _0_Asserting_0.doc, _0.fdt, _0_MockVariableIntBlock_0.tii, segments_3]
[junit4:junit4]   2> 11860 T379 C27 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355653661542\data\EN-3.5
[junit4:junit4]   2> 11901 T379 C27 oass.SolrIndexSearcher.<init> Opening Searcher@b523dc main
[junit4:junit4]   2> 11902 T385 oasc.SolrCore.registerSearcher [core0] Registered new searcher Searcher@b523dc main{StandardDirectoryReader(segments_3:3:nrt _0(5.0):C1)}
[junit4:junit4]   2> 11902 T379 C27 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4:junit4]   2> 11902 T385 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355653661542\data\EN-3.5\index
[junit4:junit4]   2> 11902 T379 C27 UPDATE [core0] webapp=null path=/update params={commit=true&softCommit=false&waitSearcher=true} {add=[AAA (1421505894506561536)],commit=} 0 65
[junit4:junit4]   2> 11903 T379 C28 UPDATE [core1] webapp=null path=/update params={commit=true&softCommit=false&waitSearcher=true} {} 0 0
[junit4:junit4]   2> 11904 T379 C28 oasc.SolrException.log Ignoring exception matching unknown field
[junit4:junit4]   2> 11907 T379 C28 oasu.DirectUpdateHandler2.commit start commit{flags=0,_version_=0,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false}
[junit4:junit4]   2> 11911 T379 C28 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=2
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(NRTCachingDirectory(org.apache.lucene.store.RAMDirectory@97df94 lockFactory=org.apache.lucene.store.NativeFSLockFactory@194a0ad; maxCacheMB=0.1064453125 maxMergeSizeMB=0.98828125)),segFN=segments_2,generation=2,filenames=[segments_2]
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(NRTCachingDirectory(org.apache.lucene.store.RAMDirectory@97df94 lockFactory=org.apache.lucene.store.NativeFSLockFactory@194a0ad; maxCacheMB=0.1064453125 maxMergeSizeMB=0.98828125)),segFN=segments_3,generation=3,filenames=[_0_Lucene41WithOrds_0.tib, _0.fnm, _0_Lucene41WithOrds_0.doc, _0_MockVariableIntBlock_0.doc, _0_1.del, _0_Lucene41WithOrds_0.tii, _0_Lucene41WithOrds_0.pos, _0_nrm.cfs, _0_MockVariableIntBlock_0.skp, _0_MockVariableIntBlock_0.pyl, _0_Pulsing41_0.doc, _0_Pulsing41_0.pos, _0_Pulsing41_0.tim, _0_MockVariableIntBlock_0.tib, _0_Pulsing41_0.tip, _0_MockVariableIntBlock_0.frq, _0_nrm.cfe, _0_MockVariableIntBlock_0.pos, _0.fdx, _0.si, _0.fdt, _0_MockVariableIntBlock_0.tii, segments_3]
[junit4:junit4]   2> 11911 T379 C28 oasc.SolrDeletionPolicy.updateCommits newest commit = 3[_0_Lucene41WithOrds_0.tib, _0.fnm, _0_Lucene41WithOrds_0.doc, _0_MockVariableIntBlock_0.doc, _0_1.del, _0_Lucene41WithOrds_0.tii, _0_Lucene41WithOrds_0.pos, _0_nrm.cfs, _0_MockVariableIntBlock_0.skp, _0_MockVariableIntBlock_0.pyl, _0_Pulsing41_0.doc, _0_Pulsing41_0.pos, _0_Pulsing41_0.tim, _0_MockVariableIntBlock_0.tib, _0_Pulsing41_0.tip, _0_MockVariableIntBlock_0.frq, _0_nrm.cfe, _0_MockVariableIntBlock_0.pos, _0.fdx, _0.si, _0.fdt, _0_MockVariableIntBlock_0.tii, segments_3]
[junit4:junit4]   2> 11912 T379 C28 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355653661542\data\FR-2.4
[junit4:junit4]   2> 11914 T379 C28 oass.SolrIndexSearcher.<init> Opening Searcher@140ac2c main
[junit4:junit4]   2> 11915 T383 oasc.SolrCore.registerSearcher [core1] Registered new searcher Searcher@140ac2c main{StandardDirectoryReader(segments_3:3:nrt _0(5.0):C2/1)}
[junit4:junit4]   2> 11915 T379 C28 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4:junit4]   2> 11915 T383 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355653661542\data\FR-2.4\index
[junit4:junit4]   2> 11916 T379 C28 UPDATE [core1] webapp=null path=/update params={commit=true&softCommit=false&waitSearcher=true} {add=[BBB (1421505894576816128), BBB (1421505894579961856)],commit=} 0 12
[junit4:junit4]   2> 11917 T379 C27 UPDATE [core0] webapp=null path=/update params={commit=true&softCommit=false&waitSearcher=true} {} 0 1
[junit4:junit4]   2> 11918 T379 C27 oasc.SolrException.log Ignoring exception matching unknown field
[junit4:junit4]   2> 11932 T379 C27 REQ [core0] webapp=null path=/select params={q=id%3AAAA} hits=1 status=0 QTime=13 
[junit4:junit4]   2> 11933 T379 C28 REQ [core1] webapp=null path=/select params={q=id%3AAAA} hits=0 status=0 QTime=0 
[junit4:junit4]   2> 11934 T379 C27 REQ [core0] webapp=null path=/select params={q=id%3AAAA} hits=1 status=0 QTime=0 
[junit4:junit4]   2> 11935 T379 C27 REQ [core0] webapp=null path=/select params={q=id%3ABBB} hits=0 status=0 QTime=0 
[junit4:junit4]   2> 11935 T379 C28 REQ [core1] webapp=null path=/select params={q=id%3AAAA} hits=0 status=0 QTime=0 
[junit4:junit4]   2> 11936 T379 C28 REQ [core1] webapp=null path=/select params={q=id%3ABBB} hits=1 status=0 QTime=1 
[junit4:junit4]   2> 11943 T379 C27 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355653661542\data\EN-3.5\index
[junit4:junit4]   2> 11944 T379 C27 REQ [core0] webapp=null path=/admin/cores params={action=STATUS&core=core0} status=0 QTime=8 
[junit4:junit4]   2> 11944 T379 C27 oasc.CoreContainer.reload Reloading SolrCore 'core0' using instanceDir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\solrj\src\test-files\solrj\solr\shared\.
[junit4:junit4]   2> 11945 T379 C27 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\solrj\src\test-files\solrj\solr\shared\.\'
[junit4:junit4]   2> 12007 T379 C27 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   2> 12077 T379 C27 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 12078 T379 C27 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 12083 T379 C27 oass.IndexSchema.readSchema Schema name=example core EN
[junit4:junit4]   2> 12134 T379 C27 oass.IndexSchema.readSchema default search field in schema is name
[junit4:junit4]   2> 12136 T379 C27 oass.IndexSchema.readSchema query parser default operator is OR
[junit4:junit4]   2> 12137 T379 C27 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 12141 T379 C27 oasc.SolrCore.<init> [core0] Opening new SolrCore at C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\solrj\src\test-files\solrj\solr\shared\.\, dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355653661542/data/EN-3.5\
[junit4:junit4]   2> 12141 T379 C27 oasc.SolrCore.<init> JMX monitoring not detected for core: core0
[junit4:junit4]   2> 12141 T379 C27 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355653661542\data\EN-3.5
[junit4:junit4]   2> 12142 T379 C27 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355653661542/data/EN-3.5\index/
[junit4:junit4]   2> 12143 T379 C27 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 12144 T379 C27 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 12145 T379 C27 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 12150 T379 C27 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 12154 T379 C27 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355653661542\data\EN-3.5
[junit4:junit4]   2> 12154 T379 C27 oass.SolrIndexSearcher.<init> Opening Searcher@bc56a2 main
[junit4:junit4]   2> 12159 T379 C27 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 12159 T379 C27 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 12166 T386 oasc.SolrCore.registerSearcher [core0] Registered new searcher Searcher@bc56a2 main{StandardDirectoryReader(segments_3:3:nrt _0(5.0):C1)}
[junit4:junit4]   2> 12166 T379 C27 oasc.CoreContainer.registerCore replacing core: core0
[junit4:junit4]   2> 12166 T379 C27 REQ [core0] webapp=null path=/admin/cores params={action=RELOAD&core=core0} status=0 QTime=222 
[junit4:junit4]   2> 12167 T379 C27 oasc.SolrCore.close [core0]  CLOSING SolrCore org.apache.solr.core.SolrCore@c042ba
[junit4:junit4]   2> 12167 T379 C27 oasu.DirectUpdateHandler2.close closing DirectUpdateHandler2{commits=2,autocommits=0,soft autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=0,adds=1,deletesById=0,deletesByQuery=0,errors=1,cumulative_adds=2,cumulative_deletesById=0,cumulative_deletesByQuery=1,cumulative_errors=1}
[junit4:junit4]   2> 12168 T379 C27 oasc.SolrCore.closeSearcher [core0] Closing main searcher on request.
[junit4:junit4]   2> 12168 T379 C27 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355653661542\data\EN-3.5\index
[junit4:junit4]   2> ASYNC  NEW_CORE C29 name=core0 org.apache.solr.core.SolrCore@1c82121
[junit4:junit4]   2> 12169 T379 C29 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355653661542\data\EN-3.5\index
[junit4:junit4]   2> 12169 T379 C29 REQ [core0] webapp=null path=/admin/cores params={action=STATUS&core=core0} status=0 QTime=1 
[junit4:junit4]   2> 12173 T379 C29 oasc.CoreContainer.persistFile Persisting cores config to .\solrtest-TestSolrProperties-1355653661542\solr-persist.xml
[junit4:junit4]   2> 12188 T379 C29 oasc.SolrXMLSerializer.persistFile Persisting cores config to .\solrtest-TestSolrProperties-1355653661542\solr-persist.xml
[junit4:junit4]   2> 12191 T379 C29 REQ [core0] webapp=null path=/admin/cores params={action=PERSIST&file=solr-persist.xml} status=0 QTime=18 
[junit4:junit4]   2> 12210 T379 C29 oasc.CoreContainer.registerCore registering core: renamed_core
[junit4:junit4]   2> 12210 T379 C29 oasc.CoreContainer.persistFile Persisting cores config to .\solrtest-TestSolrProperties-1355653661542\solr.xml
[junit4:junit4]   2> 12225 T379 C29 oasc.SolrXMLSerializer.persistFile Persisting cores config to .\solrtest-TestSolrProperties-1355653661542\solr.xml
[junit4:junit4]   2> 12228 T379 C29 REQ [renamed_core] webapp=null path=/admin/cores params={action=RENAME&core=core0&other=renamed_core} status=0 QTime=19 
[junit4:junit4]   2> 12232 T379 C29 oasc.CoreContainer.persistFile Persisting cores config to .\solrtest-TestSolrProperties-1355653661542\solr-persist.xml
[junit4:junit4]   2> 12249 T379 C29 oasc.SolrXMLSerializer.persistFile Persisting cores config to .\solrtest-TestSolrProperties-1355653661542\solr-persist.xml
[junit4:junit4]   2> 12255 T379 C29 REQ [renamed_core] webapp=null path=/admin/cores params={action=PERSIST&file=solr-persist.xml} status=0 QTime=23 
[junit4:junit4]   2> 12349 T379 C29 oasc.CoreContainer.create Creating SolrCore 'newCore' using instanceDir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\solrj\src\test-files\solrj\solr\shared
[junit4:junit4]   2> 12350 T379 C29 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\solrj\src\test-files\solrj\solr\shared\'
[junit4:junit4]   2> 12414 T379 C29 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   2> 12476 T379 C29 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 12477 T379 C29 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 12480 T379 C29 oass.IndexSchema.readSchema Schema name=example core 
[junit4:junit4]   2> 12535 T379 C29 oass.IndexSchema.readSchema default search field in schema is name
[junit4:junit4]   2> 12536 T379 C29 oass.IndexSchema.readSchema query parser default operator is OR
[junit4:junit4]   2> 12537 T379 C29 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 12541 T379 C29 oasc.SolrCore.<init> [newCore] Opening new SolrCore at C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\solrj\src\test-files\solrj\solr\shared\, dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355653661542/data/-1.3\
[junit4:junit4]   2> 12542 T379 C29 oasc.SolrCore.<init> JMX monitoring not detected for core: newCore
[junit4:junit4]   2> 12542 T379 C29 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 12543 T379 C29 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355653661542\data\-1.3 forceNew:false
[junit4:junit4]   2> 12543 T379 C29 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355653661542\data\-1.3
[junit4:junit4]   2> 12544 T379 C29 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355653661542/data/-1.3\index/
[junit4:junit4]   2> 12545 T379 C29 oasc.SolrCore.initIndex WARNING [newCore] Solr index directory 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355653661542\data\-1.3\index' doesn't exist. Creating new index...
[junit4:junit4]   2> 12545 T379 C29 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355653661542\data\-1.3\index forceNew:false
[junit4:junit4]   2> 12548 T379 C29 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@18f2e35 lockFactory=org.apache.lucene.store.NativeFSLockFactory@3087bd),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 12549 T379 C29 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 12549 T379 C29 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355653661542\data\-1.3\index
[junit4:junit4]   2> 12551 T379 C29 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 12552 T379 C29 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 12553 T379 C29 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 12558 T379 C29 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 12566 T379 C29 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355653661542\data\-1.3
[junit4:junit4]   2> 12567 T379 C29 oass.SolrIndexSearcher.<init> Opening Searcher@15d6184 main
[junit4:junit4]   2> 12572 T379 C29 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 12572 T379 C29 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 12583 T379 C29 oasc.CoreContainer.registerCore registering core: newCore
[junit4:junit4]   2> 12583 T387 oasc.SolrCore.registerSearcher [newCore] Registered new searcher Searcher@15d6184 main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 12583 T379 C29 oasc.CoreContainer.persistFile Persisting cores config to .\solrtest-TestSolrProperties-1355653661542\solr.xml
[junit4:junit4]   2> 12604 T379 C29 oasc.SolrXMLSerializer.persistFile Persisting cores config to .\solrtest-TestSolrProperties-1355653661542\solr.xml
[junit4:junit4]   2> 12609 T379 C29 REQ [renamed_core] webapp=null path=/admin/cores params={action=CREATE&name=newCore&instanceDir=C%3A%5CUsers%5CJenkinsSlave%5Cworkspace%5CLucene-Solr-trunk-Windows%5Csolr%5Csolrj%5Csrc%5Ctest-files%5Csolrj%5Csolr%5Cshared} status=0 QTime=261 
[junit4:junit4]   2> 12609 T379 C29 oasc.CoreContainer.persistFile Persisting cores config to .\solrtest-TestSolrProperties-1355653661542\solr-persist.xml
[junit4:junit4]   2> 12629 T379 C29 oasc.SolrXMLSerializer.persistFile Persisting cores config to .\solrtest-TestSolrProperties-1355653661542\solr-persist.xml
[junit4:junit4]   2> 12636 T379 C29 REQ [renamed_core] webapp=null path=/admin/cores params={action=PERSIST&file=solr-persist.xml} status=0 QTime=27 
[junit4:junit4]   2> 12643 T379 oasc.CoreContainer.shutdown Shutting down CoreContainer instance=17231623
[junit4:junit4]   2> 12643 T379 oasc.SolrCore.close [core1]  CLOSING SolrCore org.apache.solr.core.SolrCore@980461
[junit4:junit4]   2> 12643 T379 oasu.DirectUpdateHandler2.close closing DirectUpdateHandler2{commits=2,autocommits=0,soft autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=0,adds=0,deletesById=0,deletesByQuery=0,errors=1,cumulative_adds=3,cumulative_deletesById=0,cumulative_deletesByQuery=1,cumulative_errors=1}
[junit4:junit4]   2> 12644 T379 oasc.SolrCore.decrefSolrCoreState Closing SolrCoreState
[junit4:junit4]   2> 12644 T379 oasu.DefaultSolrCoreState.closeIndexWriter SolrCoreState ref count has reached 0 - closing IndexWriter
[junit4:junit4]   2> 12644 T379 oasu.DefaultSolrCoreState.closeIndexWriter closing IndexWriter with IndexWriterCloser
[junit4:junit4]   2> 12646 T379 C28 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355653661542\data\FR-2.4\index
[junit4:junit4]   2> 12647 T379 oasc.SolrCore.closeSearcher [core1] Closing main searcher on request.
[junit4:junit4]   2> 12647 T379 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355653661542\data\FR-2.4\index
[junit4:junit4]   2> 12647 T379 oasc.CachingDirectoryFactory.close Closing directory when closing factory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355653661542\data\FR-2.4
[junit4:junit4]   2> 12647 T379 oasc.CachingDirectoryFactory.close Closing directory when closing factory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355653661542\data\FR-2.4\index
[junit4:junit4]   2> 12648 T379 oasc.SolrCore.close [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@2e3919
[junit4:junit4]   2> 12649 T379 oasu.DirectUpdateHandler2.close closing DirectUpdateHandler2{commits=0,autocommits=0,soft autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=0,adds=0,deletesById=0,deletesByQuery=0,errors=0,cumulative_adds=0,cumulative_deletesById=0,cumulative_deletesByQuery=0,cumulative_errors=0}
[junit4:junit4]   2> 12649 T379 oasc.SolrCore.decrefSolrCoreState Closing SolrCoreState
[junit4:junit4]   2> 12649 T379 oasu.DefaultSolrCoreState.closeIndexWriter SolrCoreState ref count has reached 0 - closing IndexWriter
[junit4:junit4]   2> 12649 T379 oasu.DefaultSolrCoreState.closeIndexWriter closing IndexWriter with IndexWriterCloser
[junit4:junit4]   2> 12650 T379 oasc.SolrCore.closeSearcher [collection1] Closing main searcher on request.
[junit4:junit4]   2> 12651 T379 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355653661542\data\-1.3\index
[junit4:junit4]   2> 12651 T379 oasc.CachingDirectoryFactory.close Closing directory when closing factory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355653661542\data\-1.3
[junit4:junit4]   2> 12651 T379 oasc.CachingDirectoryFactory.close Closing directory when closing factory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355653661542\data\-1.3\index
[junit4:junit4]   2> 12651 T379 oasc.SolrCore.close [renamed_core]  CLOSING SolrCore org.apache.solr.core.SolrCore@1c82121
[junit4:junit4]   2> 12652 T379 oasu.DirectUpdateHandler2.close closing DirectUpdateHandler2{commits=0,autocommits=0,soft autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=0,adds=0,deletesById=0,deletesByQuery=0,errors=0,cumulative_adds=0,cumulative_deletesById=0,cumulative_deletesByQuery=0,cumulative_errors=0}
[junit4:junit4]   2> 12652 T379 oasc.SolrCore.decrefSolrCoreState Closing SolrCoreState
[junit4:junit4]   2> 12652 T379 oasu.DefaultSolrCoreState.closeIndexWriter SolrCoreState ref count has reached 0 - closing IndexWriter
[junit4:junit4]   2> 12652 T379 oasu.DefaultSolrCoreState.closeIndexWriter closing IndexWriter with IndexWriterCloser
[junit4:junit4]   2> 12654 T379 C29 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355653661542\data\EN-3.5\index
[junit4:junit4]   2> 12655 T379 oasc.SolrCore.closeSearcher [renamed_core] Closing main searcher on request.
[junit4:junit4]   2> 12655 T379 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355653661542\data\EN-3.5\index
[junit4:junit4]   2> 12655 T379 oasc.CachingDirectoryFactory.close Closing directory when closing factory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355653661542\data\EN-3.5\index
[junit4:junit4]   2> 12656 T379 oasc.CachingDirectoryFactory.close Closing directory when closing factory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355653661542\data\EN-3.5
[junit4:junit4]   2> 12656 T379 oasc.SolrCore.close [newCore]  CLOSING SolrCore org.apache.solr.core.SolrCore@53cb28
[junit4:junit4]   2> 12656 T379 oasu.DirectUpdateHandler2.close closing DirectUpdateHandler2{commits=0,autocommits=0,soft autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=0,adds=0,deletesById=0,deletesByQuery=0,errors=0,cumulative_adds=0,cumulative_deletesById=0,cumulative_deletesByQuery=0,cumulative_errors=0}
[junit4:junit4]   2> 12656 T379 oasc.SolrCore.decrefSolrCoreState Closing SolrCoreState
[junit4:junit4]   2> 12656 T379 oasu.DefaultSolrCoreState.closeIndexWriter SolrCoreState ref count has reached 0 - closing IndexWriter
[junit4:junit4]   2> 12656 T379 oasu.DefaultSolrCoreState.closeIndexWriter closing IndexWriter with IndexWriterCloser
[junit4:junit4]   2> 12658 T379 oasc.SolrCore.closeSearcher [newCore] Closing main searcher on request.
[junit4:junit4]   2> 12658 T379 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355653661542\data\-1.3\index
[junit4:junit4]   2> 12659 T379 oasc.CachingDirectoryFactory.close Closing directory when closing factory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355653661542\data\-1.3\index
[junit4:junit4]   2> 12659 T379 oasc.CachingDirectoryFactory.close Closing directory when closing factory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355653661542\data\-1.3
[junit4:junit4]   2> 12659 T379 oasc.CoreContainer.<init> New CoreContainer 24192786
[junit4:junit4]   2> 12660 T379 oasc.CoreContainer.load Loading CoreContainer using Solr Home: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\solrj\src\test-files\solrj\solr\shared'
[junit4:junit4]   2> 12661 T379 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\solrj\src\test-files\solrj\solr\shared\'
[junit4:junit4]   2> 12711 T379 oasc.CoreContainer.load Registering Log Listener
[junit4:junit4]   2> 12741 T388 oasc.CoreContainer.create Creating SolrCore 'core1' using instanceDir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\solrj\src\test-files\solrj\solr\shared\.
[junit4:junit4]   2> 12742 T388 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\solrj\src\test-files\solrj\solr\shared\.\'
[junit4:junit4]   2> 12747 T390 oasc.CoreContainer.create Creating SolrCore 'renamed_core' using instanceDir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\solrj\src\test-files\solrj\solr\shared\.
[junit4:junit4]   2> 12747 T390 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\solrj\src\test-files\solrj\solr\shared\.\'
[junit4:junit4]   2> 12777 T389 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\solrj\src\test-files\solrj\solr\shared\.
[junit4:junit4]   2> 12777 T389 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\solrj\src\test-files\solrj\solr\shared\.\'
[junit4:junit4]   2> 12810 T388 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   2> 12826 T389 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   2> 12842 T390 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   2> 12909 T390 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 12910 T390 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 12915 T390 oass.IndexSchema.readSchema Schema name=example core EN
[junit4:junit4]   2> 12934 T389 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 12935 T389 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 12941 T389 oass.IndexSchema.readSchema Schema name=example core 
[junit4:junit4]   2> 12977 T388 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 12977 T388 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 12982 T388 oass.IndexSchema.readSchema Schema name=example core FR
[junit4:junit4]   2> 13008 T389 oass.IndexSchema.readSchema default search field in schema is name
[junit4:junit4]   2> 13009 T389 oass.IndexSchema.readSchema query parser default operator is OR
[junit4:junit4]   2> 13011 T389 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 13014 T389 oasc.SolrCore.<init> [collection1] Opening new SolrCore at C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\solrj\src\test-files\solrj\solr\shared\.\, dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355653661542/data/-1.3\
[junit4:junit4]   2> 13014 T389 oasc.SolrCore.<init> JMX monitoring not detected for core: collection1
[junit4:junit4]   2> 13015 T389 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 13015 T389 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355653661542\data\-1.3 forceNew:false
[junit4:junit4]   2> 13015 T389 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355653661542\data\-1.3
[junit4:junit4]   2> 13016 T389 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355653661542/data/-1.3\index/
[junit4:junit4]   2> 13016 T389 oasc.SolrCore.initIndex WARNING [collection1] Solr index directory 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355653661542\data\-1.3\index' doesn't exist. Creating new index...
[junit4:junit4]   2> 13017 T389 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355653661542\data\-1.3\index forceNew:false
[junit4:junit4]   2> 13020 T389 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(NRTCachingDirectory(org.apache.lucene.store.RAMDirectory@d3d46d lockFactory=org.apache.lucene.store.NativeFSLockFactory@18c8ca; maxCacheMB=0.1064453125 maxMergeSizeMB=0.98828125)),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 13020 T389 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 13021 T389 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355653661542\data\-1.3\index
[junit4:junit4]   2> 13022 T389 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 13022 T389 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 13022 T389 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 13045 T388 oass.IndexSchema.readSchema default search field in schema is name
[junit4:junit4]   2> 13047 T388 oass.IndexSchema.readSchema query parser default operator is OR
[junit4:junit4]   2> 13049 T388 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 13055 T389 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 13059 T389 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355653661542\data\-1.3
[junit4:junit4]   2> 13061 T390 oass.IndexSchema.readSchema default search field in schema is name
[junit4:junit4]   2> 13062 T390 oass.IndexSchema.readSchema query parser default operator is OR
[junit4:junit4]   2> 13064 T390 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 13064 T389 oass.SolrIndexSearcher.<init> Opening Searcher@8b33e8 main
[junit4:junit4]   2> 13065 T388 oasc.SolrCore.<init> [core1] Opening new SolrCore at C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\solrj\src\test-files\solrj\solr\shared\.\, dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355653661542/data/FR-2.4\
[junit4:junit4]   2> 13066 T388 oasc.SolrCore.<init> JMX monitoring not detected for core: core1
[junit4:junit4]   2> 13066 T388 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 13068 T388 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355653661542\data\FR-2.4 forceNew:false
[junit4:junit4]   2> 13068 T388 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355653661542\data\FR-2.4
[junit4:junit4]   2> 13068 T388 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355653661542/data/FR-2.4\index/
[junit4:junit4]   2> 13068 T389 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 13068 T389 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 13068 T389 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 0
[junit4:junit4]   2> 13068 T389 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 13068 T389 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 0
[junit4:junit4]   2> 13068 T389 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 13069 T389 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 13069 T389 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 13069 T389 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 13069 T389 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 13069 T389 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 13069 T389 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=0&connTimeout=0&retry=false
[junit4:junit4]   2> 13073 T390 oasc.SolrCore.<init> [renamed_core] Opening new SolrCore at C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\solrj\src\test-files\solrj\solr\shared\.\, dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355653661542/data/EN-3.5\
[junit4:junit4]   2> 13073 T390 oasc.SolrCore.<init> JMX monitoring not detected for core: renamed_core
[junit4:junit4]   2> 13073 T390 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 13068 T388 oasc.SolrCore.initIndex WARNING [core1] Solr index directory 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355653661542\data\FR-2.4\index' doesn't exist. Creating new index...
[junit4:junit4]   2> 13074 T388 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355653661542\data\FR-2.4\index forceNew:false
[junit4:junit4]   2> 13077 T388 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(NRTCachingDirectory(org.apache.lucene.store.RAMDirectory@523fa1 lockFactory=org.apache.lucene.store.NativeFSLockFactory@1ba0fda; maxCacheMB=0.1064453125 maxMergeSizeMB=0.98828125)),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 13077 T388 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 13077 T388 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355653661542\data\FR-2.4\index
[junit4:junit4]   2> 13079 T388 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 13074 T390 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355653661542\data\EN-3.5 forceNew:false
[junit4:junit4]   2> 13080 T390 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355653661542\data\EN-3.5
[junit4:junit4]   2> 13080 T390 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355653661542/data/EN-3.5\index/
[junit4:junit4]   2> 13081 T388 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 13081 T388 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 13081 T390 oasc.SolrCore.initIndex WARNING [renamed_core] Solr index directory 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355653661542\data\EN-3.5\index' doesn't exist. Creating new index...
[junit4:junit4]   2> 13081 T390 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355653661542\data\EN-3.5\index forceNew:false
[junit4:junit4]   2> 13083 T390 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(NRTCachingDirectory(org.apache.lucene.store.RAMDirectory@e29127 lockFactory=org.apache.lucene.store.NativeFSLockFactory@1f680ea; maxCacheMB=0.1064453125 maxMergeSizeMB=0.98828125)),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 13091 T390 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 13091 T390 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355653661542\data\EN-3.5\index
[junit4:junit4]   2> 13092 T390 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 13093 T390 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 13093 T390 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 13086 T389 oasc.CoreContainer.registerCore registering core: collection1
[junit4:junit4]   2> 13090 T388 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 13100 T389 oasc.CoreContainer.create Creating SolrCore 'newCore' using instanceDir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\solrj\src\test-files\solrj\solr\shared
[junit4:junit4]   2> 13100 T389 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\solrj\src\test-files\solrj\solr\shared\'
[junit4:junit4]   2> 13086 T391 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@8b33e8 main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 13100 T390 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 13108 T388 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355653661542\data\FR-2.4
[junit4:junit4]   2> 13109 T388 oass.SolrIndexSearcher.<init> Opening Searcher@21477c main
[junit4:junit4]   2> 13115 T388 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 13115 T388 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 13122 T390 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355653661542\data\EN-3.5
[junit4:junit4]   2> 13122 T390 oass.SolrIndexSearcher.<init> Opening Searcher@ea1569 main
[junit4:junit4]   2> 13128 T390 oasc.SolrCore.close [renamed_core]  CLOSING SolrCore org.apache.solr.core.SolrCore@23a1fd
[junit4:junit4]   2> 13128 T390 oasc.SolrCore.decrefSolrCoreState Closing SolrCoreState
[junit4:junit4]   2> 13128 T390 oasu.DefaultSolrCoreState.closeIndexWriter SolrCoreState ref count has reached 0 - closing IndexWriter
[junit4:junit4]   2> 13128 T393 oasc.SolrCore.registerSearcher [renamed_core] Registered new searcher Searcher@ea1569 main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 13128 T390 oasc.SolrCore.closeSearcher [renamed_core] Closing main searcher on request.
[junit4:junit4]   2> 13128 T390 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355653661542\data\EN-3.5\index
[junit4:junit4]   2> 13128 T390 oasc.CachingDirectoryFactory.close Closing directory when closing factory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355653661542\data\EN-3.5
[junit4:junit4]   2> 13128 T390 oasc.CachingDirectoryFactory.close Closing directory when closing factory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355653661542\data\EN-3.5\index
[junit4:junit4]   2> 13129 T390 oasc.CoreContainer.recordAndThrow SEVERE Unable to create core: renamed_core org.apache.solr.common.SolrException: Error Instantiating Update Handler, solr.DirectUpdateHandler2 failed to instantiate org.apache.solr.update.UpdateHandler
[junit4:junit4]   2> 	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:789)
[junit4:junit4]   2> 	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:602)
[junit4:junit4]   2> 	at org.apache.solr.core.CoreContainer.createFromLocal(CoreContainer.java:981)
[junit4:junit4]   2> 	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1011)
[junit4:junit4]   2> 	at org.apache.solr.core.CoreContainer$3.call(CoreContainer.java:618)
[junit4:junit4]   2> 	at org.apache.solr.core.CoreContainer$3.call(CoreContainer.java:613)
[junit4:junit4]   2> 	at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
[junit4:junit4]   2> 	at java.util.concurrent.FutureTask.run(FutureTask.java:138)
[junit4:junit4]   2> 	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:439)
[junit4:junit4]   2> 	at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
[junit4:junit4]   2> 	at java.util.concurrent.FutureTask.run(FutureTask.java:138)
[junit4:junit4]   2> 	at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
[junit4:junit4]   2> 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
[junit4:junit4]   2> 	at java.lang.Thread.run(Thread.java:662)
[junit4:junit4]   2> Caused by: org.apache.solr.common.SolrException: Error Instantiating Update Handler, solr.DirectUpdateHandler2 failed to instantiate org.apache.solr.update.UpdateHandler
[junit4:junit4]   2> 	at org.apache.solr.core.SolrCore.createInstance(SolrCore.java:526)
[junit4:junit4]   2> 	at org.apache.solr.core.SolrCore.createUpdateHandler(SolrCore.java:580)
[junit4:junit4]   2> 	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:773)
[junit4:junit4]   2> 	... 13 more
[junit4:junit4]   2> Caused by: java.lang.reflect.InvocationTargetException
[junit4:junit4]   2> 	at sun.reflect.GeneratedConstructorAccessor102.newInstance(Unknown Source)
[junit4:junit4]   2> 	at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
[junit4:junit4]   2> 	at java.lang.reflect.Constructor.newInstance(Constructor.java:513)
[junit4:junit4]   2> 	at org.apache.solr.core.SolrCore.createInstance(SolrCore.java:512)
[junit4:junit4]   2> 	... 15 more
[junit4:junit4]   2> Caused by: java.lang.RuntimeException: java.io.IOException: Unable to delete file: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355653661542\data\EN-3.5\tlog\tlog.0000000000000000001
[junit4:junit4]   2> 	at org.apache.solr.update.UpdateHandler.<init>(UpdateHandler.java:125)
[junit4:junit4]   2> 	at org.apache.solr.update.DirectUpdateHandler2.<init>(DirectUpdateHandler2.java:96)
[junit4:junit4]   2> 	... 19 more
[junit4:junit4]   2> Caused by: java.io.IOException: Unable to delete file: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355653661542\data\EN-3.5\tlog\tlog.0000000000000000001
[junit4:junit4]   2> 	at org.apache.commons.io.FileUtils.forceDelete(FileUtils.java:1919)
[junit4:junit4]   2> 	at org.apache.commons.io.FileUtils.cleanDirectory(FileUtils.java:1399)
[junit4:junit4]   2> 	at org.apache.commons.io.FileUtils.deleteDirectory(FileUtils.java:1331)
[junit4:junit4]   2> 	at org.apache.solr.update.UpdateHandler.clearLog(UpdateHandler.java:91)
[junit4:junit4]   2> 	at org.apache.solr.update.UpdateHandler.<init>(UpdateHandler.java:123)
[junit4:junit4]   2> 	... 20 more
[junit4:junit4]   2> 
[junit4:junit4]   2> 13133 T388 oasc.CoreContainer.registerCore registering core: core1
[junit4:junit4]   2> 13134 T390 oasc.SolrException.log SEVERE null:org.apache.solr.common.SolrException: Unable to create core: renamed_core
[junit4:junit4]   2> 		at org.apache.solr.core.CoreContainer.recordAndThrow(CoreContainer.java:1606)
[junit4:junit4]   2> 		at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1017)
[junit4:junit4]   2> 		at org.apache.solr.core.CoreContainer$3.call(CoreContainer.java:618)
[junit4:junit4]   2> 		at org.apache.solr.core.CoreContainer$3.call(CoreContainer.java:613)
[junit4:junit4]   2> 		at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
[junit4:junit4]   2> 		at java.util.concurrent.FutureTask.run(FutureTask.java:138)
[junit4:junit4]   2> 		at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:439)
[junit4:junit4]   2> 		at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
[junit4:junit4]   2> 		at java.util.concurrent.FutureTask.run(FutureTask.java:138)
[junit4:junit4]   2> 		at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
[junit4:junit4]   2> 		at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
[junit4:junit4]   2> 		at java.lang.Thread.run(Thread.java:662)
[junit4:junit4]   2> 	Caused by: org.apache.solr.common.SolrException: Error Instantiating Update Handler, solr.DirectUpdateHandler2 failed to instantiate org.apache.solr.update.UpdateHandler
[junit4:junit4]   2> 		at org.apache.solr.core.SolrCore.<init>(SolrCore.java:789)
[junit4:junit4]   2> 		at org.apache.solr.core.SolrCore.<init>(SolrCore.java:602)
[junit4:junit4]   2> 		at org.apache.solr.core.CoreContainer.createFromLocal(CoreContainer.java:981)
[junit4:junit4]   2> 		at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1011)
[junit4:junit4]   2> 		... 10 more
[junit4:junit4]   2> 	Caused by: org.apache.solr.common.SolrException: Error Instantiating Update Handler, solr.DirectUpdateHandler2 failed to instantiate org.apache.solr.update.UpdateHandler
[junit4:junit4]   2> 		at org.apache.solr.core.SolrCore.createInstance(SolrCore.java:526)
[junit4:junit4]   2> 		at org.apache.solr.core.SolrCore.createUpdateHandler(SolrCore.java:580)
[junit4:junit4]   2> 		at org.apache.solr.core.SolrCore.<init>(SolrCore.java:773)
[junit4:junit4]   2> 		... 13 more
[junit4:junit4]   2> 	Caused by: java.lang.reflect.InvocationTargetException
[junit4:junit4]   2> 		at sun.reflect.GeneratedConstructorAccessor102.newInstance(Unknown Source)
[junit4:junit4]   2> 		at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
[junit4:junit4]   2> 		at java.lang.reflect.Constructor.newInstance(Constructor.java:513)
[junit4:junit4]   2> 		at org.apache.solr.core.SolrCore.createInstance(SolrCore.java:512)
[junit4:junit4]   2> 		... 15 more
[junit4:junit4]   2> 	Caused by: java.lang.RuntimeException: java.io.IOException: Unable to delete file: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355653661542\data\EN-3.5\tlog\tlog.0000000000000000001
[junit4:junit4]   2> 		at org.apache.solr.update.UpdateHandler.<init>(UpdateHandler.java:125)
[junit4:junit4]   2> 		at org.apache.solr.update.DirectUpdateHandler2.<init>(DirectUpdateHandler2.java:96)
[junit4:junit4]   2> 		... 19 more
[junit4:junit4]   2> 	Caused by: java.io.IOException: Unable to delete file: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355653661542\data\EN-3.5\tlog\tlog.0000000000000000001
[junit4:junit4]   2> 		at org.apache.commons.io.FileUtils.forceDelete(FileUtils.java:1919)
[junit4:junit4]   2> 		at org.apache.commons.io.FileUtils.cleanDirectory(FileUtils.java:1399)
[junit4:junit4]   2> 		at org.apache.commons.io.FileUtils.deleteDirectory(FileUtils.java:1331)
[junit4:junit4]   2> 		at org.apache.solr.update.UpdateHandler.clearLog(UpdateHandler.java:91)
[junit4:junit4]   2> 		at org.apache.solr.update.UpdateHandler.<init>(UpdateHandler.java:123)
[junit4:junit4]   2> 		... 20 more
[junit4:junit4]   2> 	
[junit4:junit4]   2> 13136 T392 oasc.SolrCore.registerSearcher [core1] Registered new searcher Searcher@21477c main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 13177 T389 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   2> 13260 T389 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 13261 T389 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 13265 T389 oass.IndexSchema.readSchema Schema name=example core 
[junit4:junit4]   2> 13319 T389 oass.IndexSchema.readSchema default search field in schema is name
[junit4:junit4]   2> 13321 T389 oass.IndexSchema.readSchema query parser default operator is OR
[junit4:junit4]   2> 13323 T389 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 13325 T389 oasc.SolrCore.<init> [newCore] Opening new SolrCore at C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\solrj\src\test-files\solrj\solr\shared\, dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355653661542/data/-1.3\
[junit4:junit4]   2> 13325 T389 oasc.SolrCore.<init> JMX monitoring not detected for core: newCore
[junit4:junit4]   2> 13325 T389 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 13326 T389 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355653661542\data\-1.3 forceNew:false
[junit4:junit4]   2> 13326 T389 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355653661542\data\-1.3
[junit4:junit4]   2> 13326 T389 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355653661542/data/-1.3\index/
[junit4:junit4]   2> 13328 T389 oasc.SolrCore.initIndex WARNING [newCore] Solr index directory 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355653661542\data\-1.3\index' doesn't exist. Creating new index...
[junit4:junit4]   2> 13328 T389 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355653661542\data\-1.3\index forceNew:false
[junit4:junit4]   2> 13330 T389 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@34c0bd lockFactory=org.apache.lucene.store.NativeFSLockFactory@fa4704),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 13331 T389 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 13331 T389 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355653661542\data\-1.3\index
[junit4:junit4]   2> 13333 T389 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 13333 T389 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 13335 T389 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 13341 T389 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 13347 T389 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355653661542\data\-1.3
[junit4:junit4]   2> 13348 T389 oass.SolrIndexSearcher.<init> Opening Searcher@56e684 main
[junit4:junit4]   2> 13351 T389 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 13352 T389 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 13358 T389 oasc.CoreContainer.registerCore registering core: newCore
[junit4:junit4]   2> 13359 T394 oasc.SolrCore.registerSearcher [newCore] Registered new searcher Searcher@56e684 main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 13360 T379 oasc.CoreContainer.shutdown Shutting down CoreContainer instance=24192786
[junit4:junit4]   2> 13362 T379 oasc.SolrCore.close [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@180bfe1
[junit4:junit4]   2> 13362 T379 oasu.DirectUpdateHandler2.close closing DirectUpdateHandler2{commits=0,autocommits=0,soft autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=0,adds=0,deletesById=0,deletesByQuery=0,errors=0,cumulative_adds=0,cumulative_deletesById=0,cumulative_deletesByQuery=0,cumulative_errors=0}
[junit4:junit4]   2> 13362 T379 oasc.SolrCore.decrefSolrCoreState Closing SolrCoreState
[junit4:junit4]   2> 13363 T379 oasu.DefaultSolrCoreState.closeIndexWriter SolrCoreState ref count has reached 0 - closing IndexWriter
[junit4:junit4]   2> 13363 T379 oasu.DefaultSolrCoreState.closeIndexWriter closing IndexWriter with IndexWriterCloser
[junit4:junit4]   2> 13364 T379 oasc.SolrCore.closeSearcher [collection1] Closing main searcher on request.
[junit4:junit4]   2> 13364 T379 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355653661542\data\-1.3\index
[junit4:junit4]   2> 13364 T379 oasc.CachingDirectoryFactory.close Closing directory when closing factory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355653661542\data\-1.3\index
[junit4:junit4]   2> 13364 T379 oasc.CachingDirectoryFactory.close Closing directory when closing factory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355653661542\data\-1.3
[junit4:junit4]   2> 13365 T379 oasc.SolrCore.close [core1]  CLOSING SolrCore org.apache.solr.core.SolrCore@d36b7b
[junit4:junit4]   2> 13365 T379 oasu.DirectUpdateHandler2.close closing DirectUpdateHandler2{commits=0,autocommits=0,soft autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=0,adds=0,deletesById=0,deletesByQuery=0,errors=0,cumulative_adds=0,cumulative_deletesById=0,cumulative_deletesByQuery=0,cumulative_errors=0}
[junit4:junit4]   2> 13365 T379 oasc.SolrCore.decrefSolrCoreState Closing SolrCoreState
[junit4:junit4]   2> 13365 T379 oasu.DefaultSolrCoreState.closeIndexWriter SolrCoreState ref count has reached 0 - closing IndexWriter
[junit4:junit4]   2> 13366 T379 oasu.DefaultSolrCoreState.closeIndexWriter closing IndexWriter with IndexWriterCloser
[junit4:junit4]   2> 13367 T379 oasc.SolrCore.closeSearcher [core1] Closing main searcher on request.
[junit4:junit4]   2> 13368 T379 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355653661542\data\FR-2.4\index
[junit4:junit4]   2> 13369 T379 oasc.CachingDirectoryFactory.close Closing directory when closing factory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355653661542\data\FR-2.4\index
[junit4:junit4]   2> 13369 T379 oasc.CachingDirectoryFactory.close Closing directory when closing factory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355653661542\data\FR-2.4
[junit4:junit4]   2> 13369 T379 oasc.SolrCore.close [newCore]  CLOSING SolrCore org.apache.solr.core.SolrCore@21f9c0
[junit4:junit4]   2> 13370 T379 oasu.DirectUpdateHandler2.close closing DirectUpdateHandler2{commits=0,autocommits=0,soft autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=0,adds=0,deletesById=0,deletesByQuery=0,errors=0,cumulative_adds=0,cumulative_deletesById=0,cumulative_deletesByQuery=0,cumulative_errors=0}
[junit4:junit4]   2> 13370 T379 oasc.SolrCore.decrefSolrCoreState Closing SolrCoreState
[junit4:junit4]   2> 13370 T379 oasu.DefaultSolrCoreState.closeIndexWriter SolrCoreState ref count has reached 0 - closing IndexWriter
[junit4:junit4]   2> 13370 T379 oasu.DefaultSolrCoreState.closeIndexWriter closing IndexWriter with IndexWriterCloser
[junit4:junit4]   2> 13371 T379 oasc.SolrCore.closeSearcher [newCore] Closing main searcher on request.
[junit4:junit4]   2> 13371 T379 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355653661542\data\-1.3\index
[junit4:junit4]   2> 13371 T379 oasc.CachingDirectoryFactory.close Closing directory when closing factory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355653661542\data\-1.3
[junit4:junit4]   2> 13371 T379 oasc.CachingDirectoryFactory.close Closing directory when closing factory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355653661542\data\-1.3\index
[junit4:junit4]   2> !!!! WARNING: best effort to remove C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355653661542\data\EN-3.5\tlog\tlog.0000000000000000000 FAILED !!!!!
[junit4:junit4]   2> !!!! WARNING: best effort to remove C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355653661542\data\EN-3.5\tlog FAILED !!!!!
[junit4:junit4]   2> !!!! WARNING: best effort to remove C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355653661542\data\EN-3.5 FAILED !!!!!
[junit4:junit4]   2> !!!! WARNING: best effort to remove C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355653661542\data FAILED !!!!!
[junit4:junit4]   2> 13386 T379 oascse.AbstractEmbeddedSolrServerTestCase.tearDown WARNING !!!! WARNING: best effort to remove C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355653661542\data FAILED !!!!!
[junit4:junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestSolrProperties -Dtests.method=testProperties -Dtests.seed=91463584EF5B26C8 -Dtests.slow=true -Dtests.locale=iw -Dtests.timezone=America/Ensenada -Dtests.file.encoding=ISO-8859-1
[junit4:junit4] ERROR   2.28s | TestSolrProperties.testProperties <<<
[junit4:junit4]    > Throwable #1: org.apache.solr.common.SolrException: No such core: renamed_core
[junit4:junit4]    > 	at __randomizedtesting.SeedInfo.seed([91463584EF5B26C8:D837468EE9741E76]:0)
[junit4:junit4]    > 	at org.apache.solr.client.solrj.embedded.EmbeddedSolrServer.request(EmbeddedSolrServer.java:112)
[junit4:junit4]    > 	at org.apache.solr.client.solrj.request.CoreAdminRequest.process(CoreAdminRequest.java:429)
[junit4:junit4]    > 	at org.apache.solr.client.solrj.request.CoreAdminRequest.persist(CoreAdminRequest.java:498)
[junit4:junit4]    > 	at org.apache.solr.client.solrj.embedded.TestSolrProperties.testProperties(TestSolrProperties.java:246)
[junit4:junit4]    > 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[junit4:junit4]    > 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
[junit4:junit4]    > 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
[junit4:junit4]    > 	at java.lang.reflect.Method.invoke(Method.java:597)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1559)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$600(RandomizedRunner.java:79)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:737)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:773)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:787)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleFieldCacheSanity$1.evaluate(TestRuleFieldCacheSanity.java:51)
[junit4:junit4]    > 	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:782)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:442)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:746)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:648)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:682)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:693)
[junit4:junit4]    > 	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:43)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
[junit4:junit4]    > 	at java.lang.Thread.run(Thread.java:662)
[junit4:junit4]   2> NOTE: test params are: codec=Lucene41: {id=MockVariableIntBlock(baseBlockSize=107), _version_=PostingsFormat(name=Lucene41WithOrds), core1=Pulsing41(freqCutoff=15 minBlockSize=86 maxBlockSize=210), core0=PostingsFormat(name=Asserting)}, sim=RandomSimilarityProvider(queryNorm=false,coord=yes): {}, locale=iw, timezone=America/Ensenada
[junit4:junit4]   2> NOTE: Windows 7 6.1 x86/Sun Microsystems Inc. 1.6.0_37 (32-bit)/cpus=2,threads=1,free=32927224,total=65470464
[junit4:junit4]   2> NOTE: All tests run in this JVM: [TestLBHttpSolrServer, AnlysisResponseBaseTest, CloudSolrServerTest, MultiCoreExampleJettyTest, TermsResponseTest, SolrExampleXMLTest, TestHash, TestCoreAdmin, TestFastInputStream, SolrParamTest, TestNamedListCodec, SolrDocumentTest, FacetFieldTest, TestSolrProperties]
[junit4:junit4] Completed in 2.31s, 1 test, 1 error <<< FAILURES!

[...truncated 96 lines...]
BUILD FAILED
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\build.xml:353: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\build.xml:39: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build.xml:185: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\common-build.xml:438: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\lucene\common-build.xml:1175: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\lucene\common-build.xml:840: There were test failures: 45 suites, 241 tests, 1 error

Total time: 46 minutes 38 seconds
Build step 'Invoke Ant' marked build as failure
Archiving artifacts
Recording test results
Description set: Java: 32bit/jdk1.6.0_37 -server -XX:+UseConcMarkSweepGC
Email was triggered for: Failure
Sending email for trigger: Failure



[JENKINS] Lucene-Solr-trunk-Windows (64bit/jdk1.6.0_37) - Build # 2187 - Still Failing!

Posted by Policeman Jenkins Server <je...@sd-datasolutions.de>.
Build: http://jenkins.sd-datasolutions.de/job/Lucene-Solr-trunk-Windows/2187/
Java: 64bit/jdk1.6.0_37 -XX:+UseParallelGC

1 tests failed.
FAILED:  org.apache.solr.client.solrj.embedded.TestSolrProperties.testProperties

Error Message:
No such core: renamed_core

Stack Trace:
org.apache.solr.common.SolrException: No such core: renamed_core
	at __randomizedtesting.SeedInfo.seed([2A13E1F86EDABFD8:636292F268F58766]:0)
	at org.apache.solr.client.solrj.embedded.EmbeddedSolrServer.request(EmbeddedSolrServer.java:112)
	at org.apache.solr.client.solrj.request.CoreAdminRequest.process(CoreAdminRequest.java:429)
	at org.apache.solr.client.solrj.request.CoreAdminRequest.persist(CoreAdminRequest.java:498)
	at org.apache.solr.client.solrj.embedded.TestSolrProperties.testProperties(TestSolrProperties.java:246)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:597)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1559)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$600(RandomizedRunner.java:79)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:737)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:773)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:787)
	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.TestRuleFieldCacheSanity$1.evaluate(TestRuleFieldCacheSanity.java:51)
	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:70)
	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:358)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:782)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:442)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:746)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:648)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:682)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:693)
	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 org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:43)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
	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:358)
	at java.lang.Thread.run(Thread.java:662)




Build Log:
[...truncated 9081 lines...]
[junit4:junit4] Suite: org.apache.solr.client.solrj.embedded.TestSolrProperties
[junit4:junit4]   2> 1860 T140 oasc.CoreContainer.<init> New CoreContainer 695488723
[junit4:junit4]   2> 1860 T140 oasc.CoreContainer.load Loading CoreContainer using Solr Home: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\solrj\src\test-files\solrj\solr\shared'
[junit4:junit4]   2> 1860 T140 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\solrj\src\test-files\solrj\solr\shared\'
[junit4:junit4]   2> 1909 T140 oasc.CoreContainer.load Registering Log Listener
[junit4:junit4]   2> 1951 T141 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\solrj\src\test-files\solrj\solr\shared\.
[junit4:junit4]   2> 1956 T142 oasc.CoreContainer.create Creating SolrCore 'core0' using instanceDir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\solrj\src\test-files\solrj\solr\shared\.
[junit4:junit4]   2> 1956 T141 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\solrj\src\test-files\solrj\solr\shared\.\'
[junit4:junit4]   2> 1956 T142 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\solrj\src\test-files\solrj\solr\shared\.\'
[junit4:junit4]   2> 1957 T143 oasc.CoreContainer.create Creating SolrCore 'core1' using instanceDir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\solrj\src\test-files\solrj\solr\shared\.
[junit4:junit4]   2> 1957 T143 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\solrj\src\test-files\solrj\solr\shared\.\'
[junit4:junit4]   2> 2035 T141 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   2> 2108 T141 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 2108 T141 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 2136 T141 oass.IndexSchema.readSchema Schema name=example core 
[junit4:junit4]   2> 2165 T142 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   2> 2168 T143 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   2> 2234 T142 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 2235 T142 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 2240 T143 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 2241 T143 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 2246 T143 oass.IndexSchema.readSchema Schema name=example core FR
[junit4:junit4]   2> 2275 T142 oass.IndexSchema.readSchema Schema name=example core EN
[junit4:junit4]   2> 2332 T142 oass.IndexSchema.readSchema default search field in schema is name
[junit4:junit4]   2> 2334 T142 oass.IndexSchema.readSchema query parser default operator is OR
[junit4:junit4]   2> 2336 T142 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 2339 T142 oasc.SolrCore.<init> [core0] Opening new SolrCore at C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\solrj\src\test-files\solrj\solr\shared\.\, dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355647902891/data/EN-3.5\
[junit4:junit4]   2> 2340 T142 oasc.SolrCore.<init> JMX monitoring not detected for core: core0
[junit4:junit4]   2> 2340 T142 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 2343 T142 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355647902891\data\EN-3.5 forceNew:false
[junit4:junit4]   2> 2345 T142 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355647902891\data\EN-3.5
[junit4:junit4]   2> 2345 T142 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355647902891/data/EN-3.5\index/
[junit4:junit4]   2> 2346 T142 oasc.SolrCore.initIndex WARNING [core0] Solr index directory 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355647902891\data\EN-3.5\index' doesn't exist. Creating new index...
[junit4:junit4]   2> 2349 T142 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355647902891\data\EN-3.5\index forceNew:false
[junit4:junit4]   2> 2353 T142 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   2> 		commit{dir=BaseDirectoryWrapper(NRTCachingDirectory(org.apache.lucene.store.RAMDirectory@6356d4d5 lockFactory=org.apache.lucene.store.NativeFSLockFactory@4861c19c; maxCacheMB=0.7490234375 maxMergeSizeMB=0.638671875)),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 2354 T142 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 2355 T142 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355647902891\data\EN-3.5\index
[junit4:junit4]   2> 2376 T142 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 2378 T142 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 2379 T142 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 2386 T142 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 2391 T142 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355647902891\data\EN-3.5
[junit4:junit4]   2> 2391 T142 oass.SolrIndexSearcher.<init> Opening Searcher@1b1d11dc main
[junit4:junit4]   2> 2394 T142 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 2395 T142 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 2395 T142 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 0
[junit4:junit4]   2> 2395 T142 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 2395 T142 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 0
[junit4:junit4]   2> 2395 T142 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 2395 T142 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 2395 T142 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 2396 T142 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 2396 T142 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 2396 T142 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 2398 T142 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=0&connTimeout=0&retry=false
[junit4:junit4]   2> 2402 T143 oass.IndexSchema.readSchema default search field in schema is name
[junit4:junit4]   2> 2404 T143 oass.IndexSchema.readSchema query parser default operator is OR
[junit4:junit4]   2> 2407 T143 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 2411 T143 oasc.SolrCore.<init> [core1] Opening new SolrCore at C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\solrj\src\test-files\solrj\solr\shared\.\, dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355647902891/data/FR-2.4\
[junit4:junit4]   2> 2411 T143 oasc.SolrCore.<init> JMX monitoring not detected for core: core1
[junit4:junit4]   2> 2412 T143 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 2412 T142 oasc.CoreContainer.registerCore registering core: core0
[junit4:junit4]   2> 2412 T144 oasc.SolrCore.registerSearcher [core0] Registered new searcher Searcher@1b1d11dc main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 2413 T143 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355647902891\data\FR-2.4 forceNew:false
[junit4:junit4]   2> 2413 T143 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355647902891\data\FR-2.4
[junit4:junit4]   2> 2413 T143 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355647902891/data/FR-2.4\index/
[junit4:junit4]   2> 2414 T141 oass.IndexSchema.readSchema default search field in schema is name
[junit4:junit4]   2> 2417 T141 oass.IndexSchema.readSchema query parser default operator is OR
[junit4:junit4]   2> 2418 T141 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 2421 T143 oasc.SolrCore.initIndex WARNING [core1] Solr index directory 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355647902891\data\FR-2.4\index' doesn't exist. Creating new index...
[junit4:junit4]   2> 2421 T143 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355647902891\data\FR-2.4\index forceNew:false
[junit4:junit4]   2> 2422 T141 oasc.SolrCore.<init> [collection1] Opening new SolrCore at C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\solrj\src\test-files\solrj\solr\shared\.\, dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355647902891/data/-1.3\
[junit4:junit4]   2> 2422 T141 oasc.SolrCore.<init> JMX monitoring not detected for core: collection1
[junit4:junit4]   2> 2422 T141 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 2423 T141 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355647902891\data\-1.3 forceNew:false
[junit4:junit4]   2> 2423 T141 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355647902891\data\-1.3
[junit4:junit4]   2> 2423 T141 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355647902891/data/-1.3\index/
[junit4:junit4]   2> 2424 T141 oasc.SolrCore.initIndex WARNING [collection1] Solr index directory 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355647902891\data\-1.3\index' doesn't exist. Creating new index...
[junit4:junit4]   2> 2425 T143 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   2> 		commit{dir=BaseDirectoryWrapper(NRTCachingDirectory(org.apache.lucene.store.RAMDirectory@47b0efe1 lockFactory=org.apache.lucene.store.NativeFSLockFactory@433c7a9f; maxCacheMB=0.7490234375 maxMergeSizeMB=0.638671875)),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 2425 T141 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355647902891\data\-1.3\index forceNew:false
[junit4:junit4]   2> 2425 T143 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 2425 T143 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355647902891\data\FR-2.4\index
[junit4:junit4]   2> 2428 T143 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 2429 T143 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 2429 T143 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 2430 T141 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   2> 		commit{dir=BaseDirectoryWrapper(NRTCachingDirectory(org.apache.lucene.store.RAMDirectory@6950694c lockFactory=org.apache.lucene.store.NativeFSLockFactory@672a3be5; maxCacheMB=0.7490234375 maxMergeSizeMB=0.638671875)),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 2430 T141 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 2430 T141 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355647902891\data\-1.3\index
[junit4:junit4]   2> 2432 T141 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 2432 T141 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 2433 T141 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 2437 T143 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 2441 T141 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 2443 T143 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355647902891\data\FR-2.4
[junit4:junit4]   2> 2444 T143 oass.SolrIndexSearcher.<init> Opening Searcher@4d39d878 main
[junit4:junit4]   2> 2444 T141 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355647902891\data\-1.3
[junit4:junit4]   2> 2444 T141 oass.SolrIndexSearcher.<init> Opening Searcher@5b4017cf main
[junit4:junit4]   2> 2449 T141 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 2449 T143 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 2450 T141 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 2450 T143 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 2463 T145 oasc.SolrCore.registerSearcher [core1] Registered new searcher Searcher@4d39d878 main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 2463 T143 oasc.CoreContainer.registerCore registering core: core1
[junit4:junit4]   2> 2463 T141 oasc.CoreContainer.registerCore registering core: collection1
[junit4:junit4]   2> 2463 T146 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@5b4017cf main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> ASYNC  NEW_CORE C16 name=core0 org.apache.solr.core.SolrCore@6a4d93ee
[junit4:junit4]   2> 2465 T140 C16 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355647902891\data\EN-3.5
[junit4:junit4]   2> 2469 T140 C16 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits:num=1
[junit4:junit4]   2> 		commit{dir=BaseDirectoryWrapper(NRTCachingDirectory(org.apache.lucene.store.RAMDirectory@6356d4d5 lockFactory=org.apache.lucene.store.NativeFSLockFactory@4861c19c; maxCacheMB=0.7490234375 maxMergeSizeMB=0.638671875)),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 2470 T140 C16 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 2472 T140 C16 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355647902891\data\EN-3.5
[junit4:junit4]   2> 2473 T140 C16 oass.SolrIndexSearcher.<init> Opening Searcher@280305f8 realtime
[junit4:junit4]   2> 2473 T140 C16 oasu.DirectUpdateHandler2.commit start commit{flags=0,_version_=0,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false}
[junit4:junit4]   2> 2474 T140 C16 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=2
[junit4:junit4]   2> 		commit{dir=BaseDirectoryWrapper(NRTCachingDirectory(org.apache.lucene.store.RAMDirectory@6356d4d5 lockFactory=org.apache.lucene.store.NativeFSLockFactory@4861c19c; maxCacheMB=0.7490234375 maxMergeSizeMB=0.638671875)),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 		commit{dir=BaseDirectoryWrapper(NRTCachingDirectory(org.apache.lucene.store.RAMDirectory@6356d4d5 lockFactory=org.apache.lucene.store.NativeFSLockFactory@4861c19c; maxCacheMB=0.7490234375 maxMergeSizeMB=0.638671875)),segFN=segments_2,generation=2,filenames=[segments_2]
[junit4:junit4]   2> 2474 T140 C16 oasc.SolrDeletionPolicy.updateCommits newest commit = 2[segments_2]
[junit4:junit4]   2> 2474 T140 C16 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355647902891\data\EN-3.5
[junit4:junit4]   2> 2475 T140 C16 oass.SolrIndexSearcher.<init> Opening Searcher@5cc626b1 main
[junit4:junit4]   2> 2475 T140 C16 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355647902891\data\EN-3.5\index
[junit4:junit4]   2> 2477 T144 oasc.SolrCore.registerSearcher [core0] Registered new searcher Searcher@5cc626b1 main{StandardDirectoryReader(segments_1:1:nrt)}
[junit4:junit4]   2> 2477 T140 C16 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4:junit4]   2> 2477 T144 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355647902891\data\EN-3.5\index
[junit4:junit4]   2> 2477 T140 C16 UPDATE [core0] webapp=null path=/update params={commit=true&softCommit=false&waitSearcher=true} {deleteByQuery=*:* (-1421499856058318848),commit=} 0 13
[junit4:junit4]   2> ASYNC  NEW_CORE C17 name=core1 org.apache.solr.core.SolrCore@1fcebee
[junit4:junit4]   2> 2478 T140 C17 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355647902891\data\FR-2.4
[junit4:junit4]   2> 2483 T140 C17 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits:num=1
[junit4:junit4]   2> 		commit{dir=BaseDirectoryWrapper(NRTCachingDirectory(org.apache.lucene.store.RAMDirectory@47b0efe1 lockFactory=org.apache.lucene.store.NativeFSLockFactory@433c7a9f; maxCacheMB=0.7490234375 maxMergeSizeMB=0.638671875)),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 2484 T140 C17 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 2494 T140 C17 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355647902891\data\FR-2.4
[junit4:junit4]   2> 2494 T140 C17 oass.SolrIndexSearcher.<init> Opening Searcher@5546c05c realtime
[junit4:junit4]   2> 2496 T140 C17 oasu.DirectUpdateHandler2.commit start commit{flags=0,_version_=0,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false}
[junit4:junit4]   2> 2497 T140 C17 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=2
[junit4:junit4]   2> 		commit{dir=BaseDirectoryWrapper(NRTCachingDirectory(org.apache.lucene.store.RAMDirectory@47b0efe1 lockFactory=org.apache.lucene.store.NativeFSLockFactory@433c7a9f; maxCacheMB=0.7490234375 maxMergeSizeMB=0.638671875)),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 		commit{dir=BaseDirectoryWrapper(NRTCachingDirectory(org.apache.lucene.store.RAMDirectory@47b0efe1 lockFactory=org.apache.lucene.store.NativeFSLockFactory@433c7a9f; maxCacheMB=0.7490234375 maxMergeSizeMB=0.638671875)),segFN=segments_2,generation=2,filenames=[segments_2]
[junit4:junit4]   2> 2497 T140 C17 oasc.SolrDeletionPolicy.updateCommits newest commit = 2[segments_2]
[junit4:junit4]   2> 2498 T140 C17 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355647902891\data\FR-2.4
[junit4:junit4]   2> 2498 T140 C17 oass.SolrIndexSearcher.<init> Opening Searcher@674f8035 main
[junit4:junit4]   2> 2499 T140 C17 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355647902891\data\FR-2.4\index
[junit4:junit4]   2> 2499 T145 oasc.SolrCore.registerSearcher [core1] Registered new searcher Searcher@674f8035 main{StandardDirectoryReader(segments_1:1:nrt)}
[junit4:junit4]   2> 2499 T145 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355647902891\data\FR-2.4\index
[junit4:junit4]   2> 2499 T140 C17 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4:junit4]   2> 2500 T140 C17 UPDATE [core1] webapp=null path=/update params={commit=true&softCommit=false&waitSearcher=true} {deleteByQuery=*:* (-1421499856072998912),commit=} 0 22
[junit4:junit4]   2> 2503 T140 C16 oasu.DirectUpdateHandler2.commit start commit{flags=0,_version_=0,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false}
[junit4:junit4]   2> 2507 T140 C16 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=2
[junit4:junit4]   2> 		commit{dir=BaseDirectoryWrapper(NRTCachingDirectory(org.apache.lucene.store.RAMDirectory@6356d4d5 lockFactory=org.apache.lucene.store.NativeFSLockFactory@4861c19c; maxCacheMB=0.7490234375 maxMergeSizeMB=0.638671875)),segFN=segments_2,generation=2,filenames=[segments_2]
[junit4:junit4]   2> 		commit{dir=BaseDirectoryWrapper(NRTCachingDirectory(org.apache.lucene.store.RAMDirectory@6356d4d5 lockFactory=org.apache.lucene.store.NativeFSLockFactory@4861c19c; maxCacheMB=0.7490234375 maxMergeSizeMB=0.638671875)),segFN=segments_3,generation=3,filenames=[_0.fnm, _0_Lucene41_0.pos, _0_Memory_0.ram, _0_MockVariableIntBlock_0.doc, _0_nrm.cfs, _0_MockVariableIntBlock_0.skp, _0_MockVariableIntBlock_0.pyl, _0_MockVariableIntBlock_0.tib, _0_Lucene41_0.doc, _0_nrm.cfe, _0_MockVariableIntBlock_0.frq, _0_MockVariableIntBlock_0.pos, _0.fdx, _0.si, _0_Lucene41_0.tim, _0_MockVariableIntBlock_0.tii, _0_Lucene41_0.tip, _0.fdt, segments_3]
[junit4:junit4]   2> 2507 T140 C16 oasc.SolrDeletionPolicy.updateCommits newest commit = 3[_0.fnm, _0_Lucene41_0.pos, _0_Memory_0.ram, _0_MockVariableIntBlock_0.doc, _0_nrm.cfs, _0_MockVariableIntBlock_0.skp, _0_MockVariableIntBlock_0.pyl, _0_MockVariableIntBlock_0.tib, _0_Lucene41_0.doc, _0_nrm.cfe, _0_MockVariableIntBlock_0.frq, _0_MockVariableIntBlock_0.pos, _0.fdx, _0.si, _0_Lucene41_0.tim, _0_MockVariableIntBlock_0.tii, _0_Lucene41_0.tip, _0.fdt, segments_3]
[junit4:junit4]   2> 2508 T140 C16 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355647902891\data\EN-3.5
[junit4:junit4]   2> 2510 T140 C16 oass.SolrIndexSearcher.<init> Opening Searcher@68c7416a main
[junit4:junit4]   2> 2510 T140 C16 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4:junit4]   2> 2511 T144 oasc.SolrCore.registerSearcher [core0] Registered new searcher Searcher@68c7416a main{StandardDirectoryReader(segments_3:3:nrt _0(5.0):C1)}
[junit4:junit4]   2> 2511 T144 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355647902891\data\EN-3.5\index
[junit4:junit4]   2> 2511 T140 C16 UPDATE [core0] webapp=null path=/update params={commit=true&softCommit=false&waitSearcher=true} {add=[AAA (1421499856096067584)],commit=} 0 11
[junit4:junit4]   2> 2512 T140 C17 UPDATE [core1] webapp=null path=/update params={commit=true&softCommit=false&waitSearcher=true} {} 0 1
[junit4:junit4]   2> 2512 T140 C17 oasc.SolrException.log Ignoring exception matching unknown field
[junit4:junit4]   2> 2516 T140 C17 oasu.DirectUpdateHandler2.commit start commit{flags=0,_version_=0,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false}
[junit4:junit4]   2> 2519 T140 C17 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=2
[junit4:junit4]   2> 		commit{dir=BaseDirectoryWrapper(NRTCachingDirectory(org.apache.lucene.store.RAMDirectory@47b0efe1 lockFactory=org.apache.lucene.store.NativeFSLockFactory@433c7a9f; maxCacheMB=0.7490234375 maxMergeSizeMB=0.638671875)),segFN=segments_2,generation=2,filenames=[segments_2]
[junit4:junit4]   2> 		commit{dir=BaseDirectoryWrapper(NRTCachingDirectory(org.apache.lucene.store.RAMDirectory@47b0efe1 lockFactory=org.apache.lucene.store.NativeFSLockFactory@433c7a9f; maxCacheMB=0.7490234375 maxMergeSizeMB=0.638671875)),segFN=segments_3,generation=3,filenames=[_0.fnm, _0_Lucene41_0.pos, _0_MockVariableIntBlock_0.doc, _0_1.del, _0_nrm.cfs, _0_MockVariableIntBlock_0.skp, _0_MockVariableIntBlock_0.pyl, _0_MockVariableIntBlock_0.tib, _0_Lucene41_0.doc, _0_nrm.cfe, _0_SimpleText_0.pst, _0_MockVariableIntBlock_0.frq, _0_MockVariableIntBlock_0.pos, _0.fdx, _0.si, _0_Lucene41_0.tim, _0_MockVariableIntBlock_0.tii, _0_Lucene41_0.tip, _0.fdt, segments_3]
[junit4:junit4]   2> 2519 T140 C17 oasc.SolrDeletionPolicy.updateCommits newest commit = 3[_0.fnm, _0_Lucene41_0.pos, _0_MockVariableIntBlock_0.doc, _0_1.del, _0_nrm.cfs, _0_MockVariableIntBlock_0.skp, _0_MockVariableIntBlock_0.pyl, _0_MockVariableIntBlock_0.tib, _0_Lucene41_0.doc, _0_nrm.cfe, _0_SimpleText_0.pst, _0_MockVariableIntBlock_0.frq, _0_MockVariableIntBlock_0.pos, _0.fdx, _0.si, _0_Lucene41_0.tim, _0_MockVariableIntBlock_0.tii, _0_Lucene41_0.tip, _0.fdt, segments_3]
[junit4:junit4]   2> 2520 T140 C17 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355647902891\data\FR-2.4
[junit4:junit4]   2> 2521 T140 C17 oass.SolrIndexSearcher.<init> Opening Searcher@30cbd684 main
[junit4:junit4]   2> 2522 T140 C17 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4:junit4]   2> 2522 T145 oasc.SolrCore.registerSearcher [core1] Registered new searcher Searcher@30cbd684 main{StandardDirectoryReader(segments_3:3:nrt _0(5.0):C2/1)}
[junit4:junit4]   2> 2522 T145 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355647902891\data\FR-2.4\index
[junit4:junit4]   2> 2527 T140 C17 UPDATE [core1] webapp=null path=/update params={commit=true&softCommit=false&waitSearcher=true} {add=[BBB (1421499856109699072), BBB (1421499856112844800)],commit=} 0 15
[junit4:junit4]   2> 2527 T140 C16 UPDATE [core0] webapp=null path=/update params={commit=true&softCommit=false&waitSearcher=true} {} 0 0
[junit4:junit4]   2> 2528 T140 C16 oasc.SolrException.log Ignoring exception matching unknown field
[junit4:junit4]   2> 2529 T140 C16 REQ [core0] webapp=null path=/select params={q=id%3AAAA} hits=1 status=0 QTime=1 
[junit4:junit4]   2> 2529 T140 C17 REQ [core1] webapp=null path=/select params={q=id%3AAAA} hits=0 status=0 QTime=0 
[junit4:junit4]   2> 2530 T140 C16 REQ [core0] webapp=null path=/select params={q=id%3AAAA} hits=1 status=0 QTime=0 
[junit4:junit4]   2> 2531 T140 C16 REQ [core0] webapp=null path=/select params={q=id%3ABBB} hits=0 status=0 QTime=1 
[junit4:junit4]   2> 2531 T140 C17 REQ [core1] webapp=null path=/select params={q=id%3AAAA} hits=0 status=0 QTime=0 
[junit4:junit4]   2> 2532 T140 C17 REQ [core1] webapp=null path=/select params={q=id%3ABBB} hits=1 status=0 QTime=0 
[junit4:junit4]   2> 2533 T140 C16 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355647902891\data\EN-3.5\index
[junit4:junit4]   2> 2533 T140 C16 REQ [core0] webapp=null path=/admin/cores params={action=STATUS&core=core0} status=0 QTime=0 
[junit4:junit4]   2> 2534 T140 C16 oasc.CoreContainer.reload Reloading SolrCore 'core0' using instanceDir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\solrj\src\test-files\solrj\solr\shared\.
[junit4:junit4]   2> 2536 T140 C16 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\solrj\src\test-files\solrj\solr\shared\.\'
[junit4:junit4]   2> 2606 T140 C16 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   2> 2681 T140 C16 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 2681 T140 C16 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 2692 T140 C16 oass.IndexSchema.readSchema Schema name=example core EN
[junit4:junit4]   2> 2754 T140 C16 oass.IndexSchema.readSchema default search field in schema is name
[junit4:junit4]   2> 2756 T140 C16 oass.IndexSchema.readSchema query parser default operator is OR
[junit4:junit4]   2> 2757 T140 C16 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 2761 T140 C16 oasc.SolrCore.<init> [core0] Opening new SolrCore at C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\solrj\src\test-files\solrj\solr\shared\.\, dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355647902891/data/EN-3.5\
[junit4:junit4]   2> 2761 T140 C16 oasc.SolrCore.<init> JMX monitoring not detected for core: core0
[junit4:junit4]   2> 2761 T140 C16 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355647902891\data\EN-3.5
[junit4:junit4]   2> 2761 T140 C16 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355647902891/data/EN-3.5\index/
[junit4:junit4]   2> 2765 T140 C16 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 2766 T140 C16 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 2767 T140 C16 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 2773 T140 C16 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 2777 T140 C16 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355647902891\data\EN-3.5
[junit4:junit4]   2> 2777 T140 C16 oass.SolrIndexSearcher.<init> Opening Searcher@412bc86d main
[junit4:junit4]   2> 2779 T140 C16 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 2779 T140 C16 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 2787 T140 C16 oasc.CoreContainer.registerCore replacing core: core0
[junit4:junit4]   2> 2787 T147 oasc.SolrCore.registerSearcher [core0] Registered new searcher Searcher@412bc86d main{StandardDirectoryReader(segments_3:3:nrt _0(5.0):C1)}
[junit4:junit4]   2> 2788 T140 C16 REQ [core0] webapp=null path=/admin/cores params={action=RELOAD&core=core0} status=0 QTime=254 
[junit4:junit4]   2> 2788 T140 C16 oasc.SolrCore.close [core0]  CLOSING SolrCore org.apache.solr.core.SolrCore@6a4d93ee
[junit4:junit4]   2> 2788 T140 C16 oasu.DirectUpdateHandler2.close closing DirectUpdateHandler2{commits=2,autocommits=0,soft autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=0,adds=1,deletesById=0,deletesByQuery=0,errors=1,cumulative_adds=2,cumulative_deletesById=0,cumulative_deletesByQuery=1,cumulative_errors=1}
[junit4:junit4]   2> 2790 T140 C16 oasc.SolrCore.closeSearcher [core0] Closing main searcher on request.
[junit4:junit4]   2> 2790 T140 C16 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355647902891\data\EN-3.5\index
[junit4:junit4]   2> ASYNC  NEW_CORE C18 name=core0 org.apache.solr.core.SolrCore@414f73cd
[junit4:junit4]   2> 2790 T140 C18 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355647902891\data\EN-3.5\index
[junit4:junit4]   2> 2791 T140 C18 REQ [core0] webapp=null path=/admin/cores params={action=STATUS&core=core0} status=0 QTime=1 
[junit4:junit4]   2> 2796 T140 C18 oasc.CoreContainer.persistFile Persisting cores config to .\solrtest-TestSolrProperties-1355647902891\solr-persist.xml
[junit4:junit4]   2> 2828 T140 C18 oasc.SolrXMLSerializer.persistFile Persisting cores config to .\solrtest-TestSolrProperties-1355647902891\solr-persist.xml
[junit4:junit4]   2> 2833 T140 C18 REQ [core0] webapp=null path=/admin/cores params={action=PERSIST&file=solr-persist.xml} status=0 QTime=37 
[junit4:junit4]   2> 2852 T140 C18 oasc.CoreContainer.registerCore registering core: renamed_core
[junit4:junit4]   2> 2852 T140 C18 oasc.CoreContainer.persistFile Persisting cores config to .\solrtest-TestSolrProperties-1355647902891\solr.xml
[junit4:junit4]   2> 2872 T140 C18 oasc.SolrXMLSerializer.persistFile Persisting cores config to .\solrtest-TestSolrProperties-1355647902891\solr.xml
[junit4:junit4]   2> 2888 T140 C18 REQ [renamed_core] webapp=null path=/admin/cores params={action=RENAME&core=core0&other=renamed_core} status=0 QTime=36 
[junit4:junit4]   2> 2889 T140 C18 oasc.CoreContainer.persistFile Persisting cores config to .\solrtest-TestSolrProperties-1355647902891\solr-persist.xml
[junit4:junit4]   2> 2926 T140 C18 oasc.SolrXMLSerializer.persistFile Persisting cores config to .\solrtest-TestSolrProperties-1355647902891\solr-persist.xml
[junit4:junit4]   2> 2934 T140 C18 REQ [renamed_core] webapp=null path=/admin/cores params={action=PERSIST&file=solr-persist.xml} status=0 QTime=46 
[junit4:junit4]   2> 2981 T140 C18 oasc.CoreContainer.create Creating SolrCore 'newCore' using instanceDir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\solrj\src\test-files\solrj\solr\shared
[junit4:junit4]   2> 2982 T140 C18 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\solrj\src\test-files\solrj\solr\shared\'
[junit4:junit4]   2> 3044 T140 C18 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   2> 3114 T140 C18 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 3114 T140 C18 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 3121 T140 C18 oass.IndexSchema.readSchema Schema name=example core 
[junit4:junit4]   2> 3180 T140 C18 oass.IndexSchema.readSchema default search field in schema is name
[junit4:junit4]   2> 3182 T140 C18 oass.IndexSchema.readSchema query parser default operator is OR
[junit4:junit4]   2> 3184 T140 C18 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 3189 T140 C18 oasc.SolrCore.<init> [newCore] Opening new SolrCore at C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\solrj\src\test-files\solrj\solr\shared\, dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355647902891/data/-1.3\
[junit4:junit4]   2> 3189 T140 C18 oasc.SolrCore.<init> JMX monitoring not detected for core: newCore
[junit4:junit4]   2> 3190 T140 C18 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 3190 T140 C18 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355647902891\data\-1.3 forceNew:false
[junit4:junit4]   2> 3191 T140 C18 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355647902891\data\-1.3
[junit4:junit4]   2> 3191 T140 C18 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355647902891/data/-1.3\index/
[junit4:junit4]   2> 3192 T140 C18 oasc.SolrCore.initIndex WARNING [newCore] Solr index directory 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355647902891\data\-1.3\index' doesn't exist. Creating new index...
[junit4:junit4]   2> 3193 T140 C18 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355647902891\data\-1.3\index forceNew:false
[junit4:junit4]   2> 3195 T140 C18 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@68fd6f7 lockFactory=org.apache.lucene.store.NativeFSLockFactory@67744ae6),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 3196 T140 C18 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 3197 T140 C18 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355647902891\data\-1.3\index
[junit4:junit4]   2> 3199 T140 C18 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 3200 T140 C18 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 3201 T140 C18 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 3208 T140 C18 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 3215 T140 C18 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355647902891\data\-1.3
[junit4:junit4]   2> 3215 T140 C18 oass.SolrIndexSearcher.<init> Opening Searcher@862a94b main
[junit4:junit4]   2> 3219 T140 C18 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 3219 T140 C18 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 3226 T148 oasc.SolrCore.registerSearcher [newCore] Registered new searcher Searcher@862a94b main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 3226 T140 C18 oasc.CoreContainer.registerCore registering core: newCore
[junit4:junit4]   2> 3226 T140 C18 oasc.CoreContainer.persistFile Persisting cores config to .\solrtest-TestSolrProperties-1355647902891\solr.xml
[junit4:junit4]   2> 3250 T140 C18 oasc.SolrXMLSerializer.persistFile Persisting cores config to .\solrtest-TestSolrProperties-1355647902891\solr.xml
[junit4:junit4]   2> 3255 T140 C18 REQ [renamed_core] webapp=null path=/admin/cores params={action=CREATE&name=newCore&instanceDir=C%3A%5CUsers%5CJenkinsSlave%5Cworkspace%5CLucene-Solr-trunk-Windows%5Csolr%5Csolrj%5Csrc%5Ctest-files%5Csolrj%5Csolr%5Cshared} status=0 QTime=276 
[junit4:junit4]   2> 3255 T140 C18 oasc.CoreContainer.persistFile Persisting cores config to .\solrtest-TestSolrProperties-1355647902891\solr-persist.xml
[junit4:junit4]   2> 3279 T140 C18 oasc.SolrXMLSerializer.persistFile Persisting cores config to .\solrtest-TestSolrProperties-1355647902891\solr-persist.xml
[junit4:junit4]   2> 3285 T140 C18 REQ [renamed_core] webapp=null path=/admin/cores params={action=PERSIST&file=solr-persist.xml} status=0 QTime=30 
[junit4:junit4]   2> 3293 T140 oasc.CoreContainer.shutdown Shutting down CoreContainer instance=695488723
[junit4:junit4]   2> 3293 T140 oasc.SolrCore.close [core1]  CLOSING SolrCore org.apache.solr.core.SolrCore@1fcebee
[junit4:junit4]   2> 3294 T140 oasu.DirectUpdateHandler2.close closing DirectUpdateHandler2{commits=2,autocommits=0,soft autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=0,adds=0,deletesById=0,deletesByQuery=0,errors=1,cumulative_adds=3,cumulative_deletesById=0,cumulative_deletesByQuery=1,cumulative_errors=1}
[junit4:junit4]   2> 3294 T140 oasc.SolrCore.decrefSolrCoreState Closing SolrCoreState
[junit4:junit4]   2> 3295 T140 oasu.DefaultSolrCoreState.closeIndexWriter SolrCoreState ref count has reached 0 - closing IndexWriter
[junit4:junit4]   2> 3295 T140 oasu.DefaultSolrCoreState.closeIndexWriter closing IndexWriter with IndexWriterCloser
[junit4:junit4]   2> 3298 T140 C17 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355647902891\data\FR-2.4\index
[junit4:junit4]   2> 3299 T140 oasc.SolrCore.closeSearcher [core1] Closing main searcher on request.
[junit4:junit4]   2> 3299 T140 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355647902891\data\FR-2.4\index
[junit4:junit4]   2> 3299 T140 oasc.CachingDirectoryFactory.close Closing directory when closing factory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355647902891\data\FR-2.4\index
[junit4:junit4]   2> 3349 T140 oasc.CachingDirectoryFactory.close Closing directory when closing factory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355647902891\data\FR-2.4
[junit4:junit4]   2> 3350 T140 oasc.SolrCore.close [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@3e55747
[junit4:junit4]   2> 3350 T140 oasu.DirectUpdateHandler2.close closing DirectUpdateHandler2{commits=0,autocommits=0,soft autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=0,adds=0,deletesById=0,deletesByQuery=0,errors=0,cumulative_adds=0,cumulative_deletesById=0,cumulative_deletesByQuery=0,cumulative_errors=0}
[junit4:junit4]   2> 3350 T140 oasc.SolrCore.decrefSolrCoreState Closing SolrCoreState
[junit4:junit4]   2> 3350 T140 oasu.DefaultSolrCoreState.closeIndexWriter SolrCoreState ref count has reached 0 - closing IndexWriter
[junit4:junit4]   2> 3350 T140 oasu.DefaultSolrCoreState.closeIndexWriter closing IndexWriter with IndexWriterCloser
[junit4:junit4]   2> 3352 T140 oasc.SolrCore.closeSearcher [collection1] Closing main searcher on request.
[junit4:junit4]   2> 3353 T140 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355647902891\data\-1.3\index
[junit4:junit4]   2> 3353 T140 oasc.CachingDirectoryFactory.close Closing directory when closing factory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355647902891\data\-1.3
[junit4:junit4]   2> 3353 T140 oasc.CachingDirectoryFactory.close Closing directory when closing factory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355647902891\data\-1.3\index
[junit4:junit4]   2> 3354 T140 oasc.SolrCore.close [renamed_core]  CLOSING SolrCore org.apache.solr.core.SolrCore@414f73cd
[junit4:junit4]   2> 3354 T140 oasu.DirectUpdateHandler2.close closing DirectUpdateHandler2{commits=0,autocommits=0,soft autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=0,adds=0,deletesById=0,deletesByQuery=0,errors=0,cumulative_adds=0,cumulative_deletesById=0,cumulative_deletesByQuery=0,cumulative_errors=0}
[junit4:junit4]   2> 3354 T140 oasc.SolrCore.decrefSolrCoreState Closing SolrCoreState
[junit4:junit4]   2> 3354 T140 oasu.DefaultSolrCoreState.closeIndexWriter SolrCoreState ref count has reached 0 - closing IndexWriter
[junit4:junit4]   2> 3354 T140 oasu.DefaultSolrCoreState.closeIndexWriter closing IndexWriter with IndexWriterCloser
[junit4:junit4]   2> 3358 T140 C18 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355647902891\data\EN-3.5\index
[junit4:junit4]   2> 3359 T140 oasc.SolrCore.closeSearcher [renamed_core] Closing main searcher on request.
[junit4:junit4]   2> 3359 T140 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355647902891\data\EN-3.5\index
[junit4:junit4]   2> 3359 T140 oasc.CachingDirectoryFactory.close Closing directory when closing factory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355647902891\data\EN-3.5\index
[junit4:junit4]   2> 3363 T140 oasc.CachingDirectoryFactory.close Closing directory when closing factory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355647902891\data\EN-3.5
[junit4:junit4]   2> 3363 T140 oasc.SolrCore.close [newCore]  CLOSING SolrCore org.apache.solr.core.SolrCore@5e026e6d
[junit4:junit4]   2> 3364 T140 oasu.DirectUpdateHandler2.close closing DirectUpdateHandler2{commits=0,autocommits=0,soft autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=0,adds=0,deletesById=0,deletesByQuery=0,errors=0,cumulative_adds=0,cumulative_deletesById=0,cumulative_deletesByQuery=0,cumulative_errors=0}
[junit4:junit4]   2> 3364 T140 oasc.SolrCore.decrefSolrCoreState Closing SolrCoreState
[junit4:junit4]   2> 3364 T140 oasu.DefaultSolrCoreState.closeIndexWriter SolrCoreState ref count has reached 0 - closing IndexWriter
[junit4:junit4]   2> 3364 T140 oasu.DefaultSolrCoreState.closeIndexWriter closing IndexWriter with IndexWriterCloser
[junit4:junit4]   2> 3365 T140 oasc.SolrCore.closeSearcher [newCore] Closing main searcher on request.
[junit4:junit4]   2> 3365 T140 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355647902891\data\-1.3\index
[junit4:junit4]   2> 3365 T140 oasc.CachingDirectoryFactory.close Closing directory when closing factory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355647902891\data\-1.3\index
[junit4:junit4]   2> 3367 T140 oasc.CachingDirectoryFactory.close Closing directory when closing factory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355647902891\data\-1.3
[junit4:junit4]   2> 3367 T140 oasc.CoreContainer.<init> New CoreContainer 1588660737
[junit4:junit4]   2> 3368 T140 oasc.CoreContainer.load Loading CoreContainer using Solr Home: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\solrj\src\test-files\solrj\solr\shared'
[junit4:junit4]   2> 3368 T140 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\solrj\src\test-files\solrj\solr\shared\'
[junit4:junit4]   2> 3418 T140 oasc.CoreContainer.load Registering Log Listener
[junit4:junit4]   2> 3459 T149 oasc.CoreContainer.create Creating SolrCore 'core1' using instanceDir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\solrj\src\test-files\solrj\solr\shared\.
[junit4:junit4]   2> 3460 T149 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\solrj\src\test-files\solrj\solr\shared\.\'
[junit4:junit4]   2> 3465 T151 oasc.CoreContainer.create Creating SolrCore 'renamed_core' using instanceDir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\solrj\src\test-files\solrj\solr\shared\.
[junit4:junit4]   2> 3465 T151 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\solrj\src\test-files\solrj\solr\shared\.\'
[junit4:junit4]   2> 3480 T150 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\solrj\src\test-files\solrj\solr\shared\.
[junit4:junit4]   2> 3480 T150 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\solrj\src\test-files\solrj\solr\shared\.\'
[junit4:junit4]   2> 3521 T149 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   2> 3524 T151 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   2> 3602 T151 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 3603 T151 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 3609 T151 oass.IndexSchema.readSchema Schema name=example core EN
[junit4:junit4]   2> 3644 T150 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   2> 3679 T149 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 3679 T149 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 3687 T149 oass.IndexSchema.readSchema Schema name=example core FR
[junit4:junit4]   2> 3742 T151 oass.IndexSchema.readSchema default search field in schema is name
[junit4:junit4]   2> 3744 T151 oass.IndexSchema.readSchema query parser default operator is OR
[junit4:junit4]   2> 3745 T151 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 3750 T151 oasc.SolrCore.<init> [renamed_core] Opening new SolrCore at C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\solrj\src\test-files\solrj\solr\shared\.\, dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355647902891/data/EN-3.5\
[junit4:junit4]   2> 3750 T151 oasc.SolrCore.<init> JMX monitoring not detected for core: renamed_core
[junit4:junit4]   2> 3750 T151 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 3754 T149 oass.IndexSchema.readSchema default search field in schema is name
[junit4:junit4]   2> 3756 T149 oass.IndexSchema.readSchema query parser default operator is OR
[junit4:junit4]   2> 3759 T149 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 3762 T149 oasc.SolrCore.<init> [core1] Opening new SolrCore at C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\solrj\src\test-files\solrj\solr\shared\.\, dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355647902891/data/FR-2.4\
[junit4:junit4]   2> 3762 T149 oasc.SolrCore.<init> JMX monitoring not detected for core: core1
[junit4:junit4]   2> 3764 T149 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 3764 T149 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355647902891\data\FR-2.4 forceNew:false
[junit4:junit4]   2> 3765 T149 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355647902891\data\FR-2.4
[junit4:junit4]   2> 3765 T149 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355647902891/data/FR-2.4\index/
[junit4:junit4]   2> 3765 T151 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355647902891\data\EN-3.5 forceNew:false
[junit4:junit4]   2> 3766 T149 oasc.SolrCore.initIndex WARNING [core1] Solr index directory 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355647902891\data\FR-2.4\index' doesn't exist. Creating new index...
[junit4:junit4]   2> 3766 T149 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355647902891\data\FR-2.4\index forceNew:false
[junit4:junit4]   2> 3770 T150 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 3770 T150 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 3771 T149 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   2> 		commit{dir=BaseDirectoryWrapper(NRTCachingDirectory(org.apache.lucene.store.RAMDirectory@71dd8d46 lockFactory=org.apache.lucene.store.NativeFSLockFactory@3afe79c; maxCacheMB=0.7490234375 maxMergeSizeMB=0.638671875)),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 3771 T149 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 3772 T149 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355647902891\data\FR-2.4\index
[junit4:junit4]   2> 3773 T149 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 3775 T149 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 3775 T149 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 3776 T151 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355647902891\data\EN-3.5
[junit4:junit4]   2> 3776 T151 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355647902891/data/EN-3.5\index/
[junit4:junit4]   2> 3781 T150 oass.IndexSchema.readSchema Schema name=example core 
[junit4:junit4]   2> 3784 T149 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 3788 T151 oasc.SolrCore.initIndex WARNING [renamed_core] Solr index directory 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355647902891\data\EN-3.5\index' doesn't exist. Creating new index...
[junit4:junit4]   2> 3789 T151 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355647902891\data\EN-3.5\index forceNew:false
[junit4:junit4]   2> 3791 T149 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355647902891\data\FR-2.4
[junit4:junit4]   2> 3791 T149 oass.SolrIndexSearcher.<init> Opening Searcher@1e6bbcd0 main
[junit4:junit4]   2> 3792 T151 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   2> 		commit{dir=BaseDirectoryWrapper(NRTCachingDirectory(org.apache.lucene.store.RAMDirectory@5d1c5b77 lockFactory=org.apache.lucene.store.NativeFSLockFactory@66c821ea; maxCacheMB=0.7490234375 maxMergeSizeMB=0.638671875)),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 3792 T151 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 3793 T151 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355647902891\data\EN-3.5\index
[junit4:junit4]   2> 3794 T151 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 3797 T151 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 3797 T151 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 3799 T149 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 3800 T149 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 3800 T149 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 0
[junit4:junit4]   2> 3800 T149 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 3802 T149 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 0
[junit4:junit4]   2> 3802 T149 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 3802 T149 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 3802 T149 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 3803 T149 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 3803 T149 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 3803 T149 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 3803 T149 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=0&connTimeout=0&retry=false
[junit4:junit4]   2> 3814 T151 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 3819 T151 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355647902891\data\EN-3.5
[junit4:junit4]   2> 3819 T151 oass.SolrIndexSearcher.<init> Opening Searcher@6e6fdcaf main
[junit4:junit4]   2> 3826 T151 oasc.SolrCore.close [renamed_core]  CLOSING SolrCore org.apache.solr.core.SolrCore@72019dcd
[junit4:junit4]   2> 3826 T151 oasc.SolrCore.decrefSolrCoreState Closing SolrCoreState
[junit4:junit4]   2> 3826 T151 oasu.DefaultSolrCoreState.closeIndexWriter SolrCoreState ref count has reached 0 - closing IndexWriter
[junit4:junit4]   2> 3827 T153 oasc.SolrCore.registerSearcher [renamed_core] Registered new searcher Searcher@6e6fdcaf main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 3827 T151 oasc.SolrCore.closeSearcher [renamed_core] Closing main searcher on request.
[junit4:junit4]   2> 3827 T151 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355647902891\data\EN-3.5\index
[junit4:junit4]   2> 3828 T151 oasc.CachingDirectoryFactory.close Closing directory when closing factory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355647902891\data\EN-3.5\index
[junit4:junit4]   2> 3828 T151 oasc.CachingDirectoryFactory.close Closing directory when closing factory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355647902891\data\EN-3.5
[junit4:junit4]   2> 3828 T151 oasc.CoreContainer.recordAndThrow SEVERE Unable to create core: renamed_core org.apache.solr.common.SolrException: Error Instantiating Update Handler, solr.DirectUpdateHandler2 failed to instantiate org.apache.solr.update.UpdateHandler
[junit4:junit4]   2> 	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:789)
[junit4:junit4]   2> 	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:602)
[junit4:junit4]   2> 	at org.apache.solr.core.CoreContainer.createFromLocal(CoreContainer.java:981)
[junit4:junit4]   2> 	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1011)
[junit4:junit4]   2> 	at org.apache.solr.core.CoreContainer$3.call(CoreContainer.java:618)
[junit4:junit4]   2> 	at org.apache.solr.core.CoreContainer$3.call(CoreContainer.java:613)
[junit4:junit4]   2> 	at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
[junit4:junit4]   2> 	at java.util.concurrent.FutureTask.run(FutureTask.java:138)
[junit4:junit4]   2> 	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:439)
[junit4:junit4]   2> 	at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
[junit4:junit4]   2> 	at java.util.concurrent.FutureTask.run(FutureTask.java:138)
[junit4:junit4]   2> 	at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
[junit4:junit4]   2> 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
[junit4:junit4]   2> 	at java.lang.Thread.run(Thread.java:662)
[junit4:junit4]   2> Caused by: org.apache.solr.common.SolrException: Error Instantiating Update Handler, solr.DirectUpdateHandler2 failed to instantiate org.apache.solr.update.UpdateHandler
[junit4:junit4]   2> 	at org.apache.solr.core.SolrCore.createInstance(SolrCore.java:526)
[junit4:junit4]   2> 	at org.apache.solr.core.SolrCore.createUpdateHandler(SolrCore.java:580)
[junit4:junit4]   2> 	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:773)
[junit4:junit4]   2> 	... 13 more
[junit4:junit4]   2> Caused by: java.lang.reflect.InvocationTargetException
[junit4:junit4]   2> 	at sun.reflect.GeneratedConstructorAccessor115.newInstance(Unknown Source)
[junit4:junit4]   2> 	at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
[junit4:junit4]   2> 	at java.lang.reflect.Constructor.newInstance(Constructor.java:513)
[junit4:junit4]   2> 	at org.apache.solr.core.SolrCore.createInstance(SolrCore.java:512)
[junit4:junit4]   2> 	... 15 more
[junit4:junit4]   2> Caused by: java.lang.RuntimeException: java.io.IOException: Unable to delete file: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355647902891\data\EN-3.5\tlog\tlog.0000000000000000001
[junit4:junit4]   2> 	at org.apache.solr.update.UpdateHandler.<init>(UpdateHandler.java:125)
[junit4:junit4]   2> 	at org.apache.solr.update.DirectUpdateHandler2.<init>(DirectUpdateHandler2.java:96)
[junit4:junit4]   2> 	... 19 more
[junit4:junit4]   2> Caused by: java.io.IOException: Unable to delete file: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355647902891\data\EN-3.5\tlog\tlog.0000000000000000001
[junit4:junit4]   2> 	at org.apache.commons.io.FileUtils.forceDelete(FileUtils.java:1919)
[junit4:junit4]   2> 	at org.apache.commons.io.FileUtils.cleanDirectory(FileUtils.java:1399)
[junit4:junit4]   2> 	at org.apache.commons.io.FileUtils.deleteDirectory(FileUtils.java:1331)
[junit4:junit4]   2> 	at org.apache.solr.update.UpdateHandler.clearLog(UpdateHandler.java:91)
[junit4:junit4]   2> 	at org.apache.solr.update.UpdateHandler.<init>(UpdateHandler.java:123)
[junit4:junit4]   2> 	... 20 more
[junit4:junit4]   2> 
[junit4:junit4]   2> 3832 T151 oasc.SolrException.log SEVERE null:org.apache.solr.common.SolrException: Unable to create core: renamed_core
[junit4:junit4]   2> 		at org.apache.solr.core.CoreContainer.recordAndThrow(CoreContainer.java:1606)
[junit4:junit4]   2> 		at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1017)
[junit4:junit4]   2> 		at org.apache.solr.core.CoreContainer$3.call(CoreContainer.java:618)
[junit4:junit4]   2> 		at org.apache.solr.core.CoreContainer$3.call(CoreContainer.java:613)
[junit4:junit4]   2> 		at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
[junit4:junit4]   2> 		at java.util.concurrent.FutureTask.run(FutureTask.java:138)
[junit4:junit4]   2> 		at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:439)
[junit4:junit4]   2> 		at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
[junit4:junit4]   2> 		at java.util.concurrent.FutureTask.run(FutureTask.java:138)
[junit4:junit4]   2> 		at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
[junit4:junit4]   2> 		at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
[junit4:junit4]   2> 		at java.lang.Thread.run(Thread.java:662)
[junit4:junit4]   2> 	Caused by: org.apache.solr.common.SolrException: Error Instantiating Update Handler, solr.DirectUpdateHandler2 failed to instantiate org.apache.solr.update.UpdateHandler
[junit4:junit4]   2> 		at org.apache.solr.core.SolrCore.<init>(SolrCore.java:789)
[junit4:junit4]   2> 		at org.apache.solr.core.SolrCore.<init>(SolrCore.java:602)
[junit4:junit4]   2> 		at org.apache.solr.core.CoreContainer.createFromLocal(CoreContainer.java:981)
[junit4:junit4]   2> 		at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1011)
[junit4:junit4]   2> 		... 10 more
[junit4:junit4]   2> 	Caused by: org.apache.solr.common.SolrException: Error Instantiating Update Handler, solr.DirectUpdateHandler2 failed to instantiate org.apache.solr.update.UpdateHandler
[junit4:junit4]   2> 		at org.apache.solr.core.SolrCore.createInstance(SolrCore.java:526)
[junit4:junit4]   2> 		at org.apache.solr.core.SolrCore.createUpdateHandler(SolrCore.java:580)
[junit4:junit4]   2> 		at org.apache.solr.core.SolrCore.<init>(SolrCore.java:773)
[junit4:junit4]   2> 		... 13 more
[junit4:junit4]   2> 	Caused by: java.lang.reflect.InvocationTargetException
[junit4:junit4]   2> 		at sun.reflect.GeneratedConstructorAccessor115.newInstance(Unknown Source)
[junit4:junit4]   2> 		at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
[junit4:junit4]   2> 		at java.lang.reflect.Constructor.newInstance(Constructor.java:513)
[junit4:junit4]   2> 		at org.apache.solr.core.SolrCore.createInstance(SolrCore.java:512)
[junit4:junit4]   2> 		... 15 more
[junit4:junit4]   2> 	Caused by: java.lang.RuntimeException: java.io.IOException: Unable to delete file: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355647902891\data\EN-3.5\tlog\tlog.0000000000000000001
[junit4:junit4]   2> 		at org.apache.solr.update.UpdateHandler.<init>(UpdateHandler.java:125)
[junit4:junit4]   2> 		at org.apache.solr.update.DirectUpdateHandler2.<init>(DirectUpdateHandler2.java:96)
[junit4:junit4]   2> 		... 19 more
[junit4:junit4]   2> 	Caused by: java.io.IOException: Unable to delete file: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355647902891\data\EN-3.5\tlog\tlog.0000000000000000001
[junit4:junit4]   2> 		at org.apache.commons.io.FileUtils.forceDelete(FileUtils.java:1919)
[junit4:junit4]   2> 		at org.apache.commons.io.FileUtils.cleanDirectory(FileUtils.java:1399)
[junit4:junit4]   2> 		at org.apache.commons.io.FileUtils.deleteDirectory(FileUtils.java:1331)
[junit4:junit4]   2> 		at org.apache.solr.update.UpdateHandler.clearLog(UpdateHandler.java:91)
[junit4:junit4]   2> 		at org.apache.solr.update.UpdateHandler.<init>(UpdateHandler.java:123)
[junit4:junit4]   2> 		... 20 more
[junit4:junit4]   2> 	
[junit4:junit4]   2> 3833 T151 oasc.CoreContainer.create Creating SolrCore 'newCore' using instanceDir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\solrj\src\test-files\solrj\solr\shared
[junit4:junit4]   2> 3833 T151 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\solrj\src\test-files\solrj\solr\shared\'
[junit4:junit4]   2> 3897 T150 oass.IndexSchema.readSchema default search field in schema is name
[junit4:junit4]   2> 3899 T150 oass.IndexSchema.readSchema query parser default operator is OR
[junit4:junit4]   2> 3902 T150 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 3906 T150 oasc.SolrCore.<init> [collection1] Opening new SolrCore at C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\solrj\src\test-files\solrj\solr\shared\.\, dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355647902891/data/-1.3\
[junit4:junit4]   2> 3906 T150 oasc.SolrCore.<init> JMX monitoring not detected for core: collection1
[junit4:junit4]   2> 3906 T150 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 3907 T151 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   2> 3908 T150 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355647902891\data\-1.3 forceNew:false
[junit4:junit4]   2> 3908 T150 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355647902891\data\-1.3
[junit4:junit4]   2> 3908 T150 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355647902891/data/-1.3\index/
[junit4:junit4]   2> 3909 T150 oasc.SolrCore.initIndex WARNING [collection1] Solr index directory 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355647902891\data\-1.3\index' doesn't exist. Creating new index...
[junit4:junit4]   2> 3909 T150 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355647902891\data\-1.3\index forceNew:false
[junit4:junit4]   2> 3913 T150 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   2> 		commit{dir=BaseDirectoryWrapper(NRTCachingDirectory(org.apache.lucene.store.RAMDirectory@1efe2851 lockFactory=org.apache.lucene.store.NativeFSLockFactory@691269e5; maxCacheMB=0.7490234375 maxMergeSizeMB=0.638671875)),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 3913 T150 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 3914 T150 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355647902891\data\-1.3\index
[junit4:junit4]   2> 3923 T150 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 3924 T150 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 3924 T150 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 3933 T150 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 3935 T149 oasc.CoreContainer.registerCore registering core: core1
[junit4:junit4]   2> 3936 T152 oasc.SolrCore.registerSearcher [core1] Registered new searcher Searcher@1e6bbcd0 main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 3937 T150 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355647902891\data\-1.3
[junit4:junit4]   2> 3939 T150 oass.SolrIndexSearcher.<init> Opening Searcher@3f6e4f00 main
[junit4:junit4]   2> 3942 T150 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 3942 T150 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 3950 T150 oasc.CoreContainer.registerCore registering core: collection1
[junit4:junit4]   2> 3950 T154 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@3f6e4f00 main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 3999 T151 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 4000 T151 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 4011 T151 oass.IndexSchema.readSchema Schema name=example core 
[junit4:junit4]   2> 4083 T151 oass.IndexSchema.readSchema default search field in schema is name
[junit4:junit4]   2> 4085 T151 oass.IndexSchema.readSchema query parser default operator is OR
[junit4:junit4]   2> 4087 T151 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 4092 T151 oasc.SolrCore.<init> [newCore] Opening new SolrCore at C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\solrj\src\test-files\solrj\solr\shared\, dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355647902891/data/-1.3\
[junit4:junit4]   2> 4092 T151 oasc.SolrCore.<init> JMX monitoring not detected for core: newCore
[junit4:junit4]   2> 4092 T151 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 4093 T151 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355647902891\data\-1.3 forceNew:false
[junit4:junit4]   2> 4093 T151 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355647902891\data\-1.3
[junit4:junit4]   2> 4093 T151 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355647902891/data/-1.3\index/
[junit4:junit4]   2> 4094 T151 oasc.SolrCore.initIndex WARNING [newCore] Solr index directory 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355647902891\data\-1.3\index' doesn't exist. Creating new index...
[junit4:junit4]   2> 4095 T151 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355647902891\data\-1.3\index forceNew:false
[junit4:junit4]   2> 4098 T151 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@ff15d64 lockFactory=org.apache.lucene.store.NativeFSLockFactory@5126db0),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 4099 T151 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 4099 T151 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355647902891\data\-1.3\index
[junit4:junit4]   2> 4101 T151 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 4103 T151 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 4103 T151 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 4111 T151 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 4120 T151 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355647902891\data\-1.3
[junit4:junit4]   2> 4120 T151 oass.SolrIndexSearcher.<init> Opening Searcher@4ef14f35 main
[junit4:junit4]   2> 4125 T151 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 4125 T151 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 4132 T151 oasc.CoreContainer.registerCore registering core: newCore
[junit4:junit4]   2> 4132 T155 oasc.SolrCore.registerSearcher [newCore] Registered new searcher Searcher@4ef14f35 main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 4133 T140 oasc.CoreContainer.shutdown Shutting down CoreContainer instance=1588660737
[junit4:junit4]   2> 4133 T140 oasc.SolrCore.close [core1]  CLOSING SolrCore org.apache.solr.core.SolrCore@552b8081
[junit4:junit4]   2> 4133 T140 oasu.DirectUpdateHandler2.close closing DirectUpdateHandler2{commits=0,autocommits=0,soft autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=0,adds=0,deletesById=0,deletesByQuery=0,errors=0,cumulative_adds=0,cumulative_deletesById=0,cumulative_deletesByQuery=0,cumulative_errors=0}
[junit4:junit4]   2> 4134 T140 oasc.SolrCore.decrefSolrCoreState Closing SolrCoreState
[junit4:junit4]   2> 4134 T140 oasu.DefaultSolrCoreState.closeIndexWriter SolrCoreState ref count has reached 0 - closing IndexWriter
[junit4:junit4]   2> 4134 T140 oasu.DefaultSolrCoreState.closeIndexWriter closing IndexWriter with IndexWriterCloser
[junit4:junit4]   2> 4136 T140 oasc.SolrCore.closeSearcher [core1] Closing main searcher on request.
[junit4:junit4]   2> 4137 T140 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355647902891\data\FR-2.4\index
[junit4:junit4]   2> 4137 T140 oasc.CachingDirectoryFactory.close Closing directory when closing factory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355647902891\data\FR-2.4\index
[junit4:junit4]   2> 4138 T140 oasc.CachingDirectoryFactory.close Closing directory when closing factory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355647902891\data\FR-2.4
[junit4:junit4]   2> 4138 T140 oasc.SolrCore.close [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@2764cea
[junit4:junit4]   2> 4138 T140 oasu.DirectUpdateHandler2.close closing DirectUpdateHandler2{commits=0,autocommits=0,soft autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=0,adds=0,deletesById=0,deletesByQuery=0,errors=0,cumulative_adds=0,cumulative_deletesById=0,cumulative_deletesByQuery=0,cumulative_errors=0}
[junit4:junit4]   2> 4139 T140 oasc.SolrCore.decrefSolrCoreState Closing SolrCoreState
[junit4:junit4]   2> 4139 T140 oasu.DefaultSolrCoreState.closeIndexWriter SolrCoreState ref count has reached 0 - closing IndexWriter
[junit4:junit4]   2> 4139 T140 oasu.DefaultSolrCoreState.closeIndexWriter closing IndexWriter with IndexWriterCloser
[junit4:junit4]   2> 4141 T140 oasc.SolrCore.closeSearcher [collection1] Closing main searcher on request.
[junit4:junit4]   2> 4141 T140 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355647902891\data\-1.3\index
[junit4:junit4]   2> 4142 T140 oasc.CachingDirectoryFactory.close Closing directory when closing factory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355647902891\data\-1.3
[junit4:junit4]   2> 4142 T140 oasc.CachingDirectoryFactory.close Closing directory when closing factory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355647902891\data\-1.3\index
[junit4:junit4]   2> 4143 T140 oasc.SolrCore.close [newCore]  CLOSING SolrCore org.apache.solr.core.SolrCore@4349f7f4
[junit4:junit4]   2> 4143 T140 oasu.DirectUpdateHandler2.close closing DirectUpdateHandler2{commits=0,autocommits=0,soft autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=0,adds=0,deletesById=0,deletesByQuery=0,errors=0,cumulative_adds=0,cumulative_deletesById=0,cumulative_deletesByQuery=0,cumulative_errors=0}
[junit4:junit4]   2> 4144 T140 oasc.SolrCore.decrefSolrCoreState Closing SolrCoreState
[junit4:junit4]   2> 4144 T140 oasu.DefaultSolrCoreState.closeIndexWriter SolrCoreState ref count has reached 0 - closing IndexWriter
[junit4:junit4]   2> 4144 T140 oasu.DefaultSolrCoreState.closeIndexWriter closing IndexWriter with IndexWriterCloser
[junit4:junit4]   2> 4145 T140 oasc.SolrCore.closeSearcher [newCore] Closing main searcher on request.
[junit4:junit4]   2> 4147 T140 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355647902891\data\-1.3\index
[junit4:junit4]   2> 4147 T140 oasc.CachingDirectoryFactory.close Closing directory when closing factory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355647902891\data\-1.3\index
[junit4:junit4]   2> 4147 T140 oasc.CachingDirectoryFactory.close Closing directory when closing factory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355647902891\data\-1.3
[junit4:junit4]   2> !!!! WARNING: best effort to remove C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355647902891\data\EN-3.5\tlog\tlog.0000000000000000000 FAILED !!!!!
[junit4:junit4]   2> !!!! WARNING: best effort to remove C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355647902891\data\EN-3.5\tlog FAILED !!!!!
[junit4:junit4]   2> !!!! WARNING: best effort to remove C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355647902891\data\EN-3.5 FAILED !!!!!
[junit4:junit4]   2> !!!! WARNING: best effort to remove C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355647902891\data FAILED !!!!!
[junit4:junit4]   2> 4164 T140 oascse.AbstractEmbeddedSolrServerTestCase.tearDown WARNING !!!! WARNING: best effort to remove C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355647902891\data FAILED !!!!!
[junit4:junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestSolrProperties -Dtests.method=testProperties -Dtests.seed=2A13E1F86EDABFD8 -Dtests.slow=true -Dtests.locale=es_US -Dtests.timezone=Etc/Greenwich -Dtests.file.encoding=UTF-8
[junit4:junit4] ERROR   2.38s | TestSolrProperties.testProperties <<<
[junit4:junit4]    > Throwable #1: org.apache.solr.common.SolrException: No such core: renamed_core
[junit4:junit4]    > 	at __randomizedtesting.SeedInfo.seed([2A13E1F86EDABFD8:636292F268F58766]:0)
[junit4:junit4]    > 	at org.apache.solr.client.solrj.embedded.EmbeddedSolrServer.request(EmbeddedSolrServer.java:112)
[junit4:junit4]    > 	at org.apache.solr.client.solrj.request.CoreAdminRequest.process(CoreAdminRequest.java:429)
[junit4:junit4]    > 	at org.apache.solr.client.solrj.request.CoreAdminRequest.persist(CoreAdminRequest.java:498)
[junit4:junit4]    > 	at org.apache.solr.client.solrj.embedded.TestSolrProperties.testProperties(TestSolrProperties.java:246)
[junit4:junit4]    > 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[junit4:junit4]    > 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
[junit4:junit4]    > 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
[junit4:junit4]    > 	at java.lang.reflect.Method.invoke(Method.java:597)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1559)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$600(RandomizedRunner.java:79)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:737)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:773)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:787)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleFieldCacheSanity$1.evaluate(TestRuleFieldCacheSanity.java:51)
[junit4:junit4]    > 	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:782)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:442)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:746)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:648)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:682)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:693)
[junit4:junit4]    > 	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:43)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
[junit4:junit4]    > 	at java.lang.Thread.run(Thread.java:662)
[junit4:junit4]   2> NOTE: test params are: codec=Lucene41: {id=MockVariableIntBlock(baseBlockSize=85), _version_=Lucene41(blocksize=128), core1=PostingsFormat(name=SimpleText), core0=PostingsFormat(name=Memory doPackFST= true)}, sim=RandomSimilarityProvider(queryNorm=true,coord=crazy): {}, locale=es_US, timezone=Etc/Greenwich
[junit4:junit4]   2> NOTE: Windows 7 6.1 amd64/Sun Microsystems Inc. 1.6.0_37 (64-bit)/cpus=2,threads=1,free=116455120,total=155975680
[junit4:junit4]   2> NOTE: All tests run in this JVM: [MultiCoreEmbeddedTest, TestJavaBinCodec, TestXMLEscaping, TestNamedListCodec, LargeVolumeEmbeddedTest, FieldAnalysisResponseTest, SolrDocumentTest, SolrExampleStreamingTest, SolrExampleEmbeddedTest, MergeIndexesEmbeddedTest, FacetFieldTest, SolrQueryTest, MultiCoreExampleJettyTest, TermsResponseTest, TestHash, TestSolrProperties]
[junit4:junit4] Completed in 2.41s, 1 test, 1 error <<< FAILURES!

[...truncated 90 lines...]
BUILD FAILED
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\build.xml:353: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\build.xml:39: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build.xml:185: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\common-build.xml:438: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\lucene\common-build.xml:1175: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\lucene\common-build.xml:840: There were test failures: 45 suites, 241 tests, 1 error

Total time: 47 minutes 49 seconds
Build step 'Invoke Ant' marked build as failure
Archiving artifacts
Recording test results
Description set: Java: 64bit/jdk1.6.0_37 -XX:+UseParallelGC
Email was triggered for: Failure
Sending email for trigger: Failure



[JENKINS] Lucene-Solr-trunk-Windows (64bit/jdk1.7.0_09) - Build # 2186 - Still Failing!

Posted by Policeman Jenkins Server <je...@sd-datasolutions.de>.
Build: http://jenkins.sd-datasolutions.de/job/Lucene-Solr-trunk-Windows/2186/
Java: 64bit/jdk1.7.0_09 -XX:+UseG1GC

1 tests failed.
FAILED:  org.apache.solr.client.solrj.embedded.TestSolrProperties.testProperties

Error Message:
No such core: renamed_core

Stack Trace:
org.apache.solr.common.SolrException: No such core: renamed_core
	at __randomizedtesting.SeedInfo.seed([5D6A016193FCFB81:141B726B95D3C33F]:0)
	at org.apache.solr.client.solrj.embedded.EmbeddedSolrServer.request(EmbeddedSolrServer.java:112)
	at org.apache.solr.client.solrj.request.CoreAdminRequest.process(CoreAdminRequest.java:429)
	at org.apache.solr.client.solrj.request.CoreAdminRequest.persist(CoreAdminRequest.java:498)
	at org.apache.solr.client.solrj.embedded.TestSolrProperties.testProperties(TestSolrProperties.java:246)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:601)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1559)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$600(RandomizedRunner.java:79)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:737)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:773)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:787)
	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.TestRuleFieldCacheSanity$1.evaluate(TestRuleFieldCacheSanity.java:51)
	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:70)
	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:358)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:782)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:442)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:746)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:648)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:682)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:693)
	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 org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:43)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
	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:358)
	at java.lang.Thread.run(Thread.java:722)




Build Log:
[...truncated 9761 lines...]
[junit4:junit4] Suite: org.apache.solr.client.solrj.embedded.TestSolrProperties
[junit4:junit4]   2> 4609 T591 oasc.CoreContainer.<init> New CoreContainer 1962158815
[junit4:junit4]   2> 4610 T591 oasc.CoreContainer.load Loading CoreContainer using Solr Home: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\solrj\src\test-files\solrj\solr\shared'
[junit4:junit4]   2> 4610 T591 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\solrj\src\test-files\solrj\solr\shared\'
[junit4:junit4]   2> 4680 T591 oasc.CoreContainer.load Registering Log Listener
[junit4:junit4]   2> 4713 T592 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\solrj\src\test-files\solrj\solr\shared\.
[junit4:junit4]   2> 4715 T592 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\solrj\src\test-files\solrj\solr\shared\.\'
[junit4:junit4]   2> 4717 T593 oasc.CoreContainer.create Creating SolrCore 'core0' using instanceDir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\solrj\src\test-files\solrj\solr\shared\.
[junit4:junit4]   2> 4718 T593 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\solrj\src\test-files\solrj\solr\shared\.\'
[junit4:junit4]   2> 4735 T594 oasc.CoreContainer.create Creating SolrCore 'core1' using instanceDir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\solrj\src\test-files\solrj\solr\shared\.
[junit4:junit4]   2> 4737 T594 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\solrj\src\test-files\solrj\solr\shared\.\'
[junit4:junit4]   2> 4774 T592 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   2> 4818 T593 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   2> 4826 T594 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   2> 4884 T594 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 4884 T594 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 4884 T594 oass.IndexSchema.readSchema Schema name=example core FR
[junit4:junit4]   2> 4921 T592 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 4922 T592 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 4926 T593 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 4927 T593 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 4927 T592 oass.IndexSchema.readSchema Schema name=example core 
[junit4:junit4]   2> 4932 T593 oass.IndexSchema.readSchema Schema name=example core EN
[junit4:junit4]   2> 5025 T594 oass.IndexSchema.readSchema default search field in schema is name
[junit4:junit4]   2> 5028 T594 oass.IndexSchema.readSchema query parser default operator is OR
[junit4:junit4]   2> 5031 T593 oass.IndexSchema.readSchema default search field in schema is name
[junit4:junit4]   2> 5029 T594 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 5032 T593 oass.IndexSchema.readSchema query parser default operator is OR
[junit4:junit4]   2> 5035 T593 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 5036 T594 oasc.SolrCore.<init> [core1] Opening new SolrCore at C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\solrj\src\test-files\solrj\solr\shared\.\, dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355642065634/data/FR-2.4\
[junit4:junit4]   2> 5037 T594 oasc.SolrCore.<init> JMX monitoring not detected for core: core1
[junit4:junit4]   2> 5037 T594 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 5038 T594 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355642065634\data\FR-2.4 forceNew:false
[junit4:junit4]   2> 5038 T594 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355642065634\data\FR-2.4
[junit4:junit4]   2> 5039 T594 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355642065634/data/FR-2.4\index/
[junit4:junit4]   2> 5038 T593 oasc.SolrCore.<init> [core0] Opening new SolrCore at C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\solrj\src\test-files\solrj\solr\shared\.\, dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355642065634/data/EN-3.5\
[junit4:junit4]   2> 5041 T593 oasc.SolrCore.<init> JMX monitoring not detected for core: core0
[junit4:junit4]   2> 5041 T593 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 5042 T593 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355642065634\data\EN-3.5 forceNew:false
[junit4:junit4]   2> 5042 T593 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355642065634\data\EN-3.5
[junit4:junit4]   2> 5042 T593 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355642065634/data/EN-3.5\index/
[junit4:junit4]   2> 5041 T594 oasc.SolrCore.initIndex WARNING [core1] Solr index directory 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355642065634\data\FR-2.4\index' doesn't exist. Creating new index...
[junit4:junit4]   2> 5046 T593 oasc.SolrCore.initIndex WARNING [core0] Solr index directory 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355642065634\data\EN-3.5\index' doesn't exist. Creating new index...
[junit4:junit4]   2> 5046 T593 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355642065634\data\EN-3.5\index forceNew:false
[junit4:junit4]   2> 5052 T593 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@3fadf8f1 lockFactory=org.apache.lucene.store.NativeFSLockFactory@f04482e),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 5053 T593 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 5053 T593 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355642065634\data\EN-3.5\index
[junit4:junit4]   2> 5056 T593 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 5056 T593 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 5057 T593 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 5061 T594 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355642065634\data\FR-2.4\index forceNew:false
[junit4:junit4]   2> 5065 T594 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@1c20faf8 lockFactory=org.apache.lucene.store.NativeFSLockFactory@42eba6ee),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 5065 T594 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 5067 T594 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355642065634\data\FR-2.4\index
[junit4:junit4]   2> 5070 T594 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 5071 T594 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 5071 T594 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 5087 T594 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 5090 T594 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355642065634\data\FR-2.4
[junit4:junit4]   2> 5091 T594 oass.SolrIndexSearcher.<init> Opening Searcher@19d465c3 main
[junit4:junit4]   2> 5093 T592 oass.IndexSchema.readSchema default search field in schema is name
[junit4:junit4]   2> 5095 T594 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 5095 T594 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 5096 T594 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 0
[junit4:junit4]   2> 5096 T594 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 5096 T594 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 0
[junit4:junit4]   2> 5096 T594 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 5096 T594 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 5096 T594 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 5096 T594 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 5096 T594 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 5096 T594 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 5096 T594 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=0&connTimeout=0&retry=false
[junit4:junit4]   2> 5100 T592 oass.IndexSchema.readSchema query parser default operator is OR
[junit4:junit4]   2> 5102 T592 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 5108 T592 oasc.SolrCore.<init> [collection1] Opening new SolrCore at C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\solrj\src\test-files\solrj\solr\shared\.\, dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355642065634/data/-1.3\
[junit4:junit4]   2> 5109 T592 oasc.SolrCore.<init> JMX monitoring not detected for core: collection1
[junit4:junit4]   2> 5109 T592 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 5109 T592 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355642065634\data\-1.3 forceNew:false
[junit4:junit4]   2> 5110 T593 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 5114 T592 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355642065634\data\-1.3
[junit4:junit4]   2> 5115 T592 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355642065634/data/-1.3\index/
[junit4:junit4]   2> 5116 T592 oasc.SolrCore.initIndex WARNING [collection1] Solr index directory 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355642065634\data\-1.3\index' doesn't exist. Creating new index...
[junit4:junit4]   2> 5116 T592 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355642065634\data\-1.3\index forceNew:false
[junit4:junit4]   2> 5117 T593 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355642065634\data\EN-3.5
[junit4:junit4]   2> 5117 T593 oass.SolrIndexSearcher.<init> Opening Searcher@57604e1a main
[junit4:junit4]   2> 5122 T593 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 5122 T593 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 5127 T592 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@7bb841e8 lockFactory=org.apache.lucene.store.NativeFSLockFactory@5f9ab4ab),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 5127 T592 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 5129 T592 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355642065634\data\-1.3\index
[junit4:junit4]   2> 5130 T592 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 5131 T592 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 5132 T592 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 5143 T592 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 5146 T594 oasc.CoreContainer.registerCore registering core: core1
[junit4:junit4]   2> 5146 T595 oasc.SolrCore.registerSearcher [core1] Registered new searcher Searcher@19d465c3 main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 5152 T593 oasc.CoreContainer.registerCore registering core: core0
[junit4:junit4]   2> 5154 T596 oasc.SolrCore.registerSearcher [core0] Registered new searcher Searcher@57604e1a main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 5154 T592 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355642065634\data\-1.3
[junit4:junit4]   2> 5154 T592 oass.SolrIndexSearcher.<init> Opening Searcher@34513ea4 main
[junit4:junit4]   2> 5157 T592 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 5157 T592 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 5167 T592 oasc.CoreContainer.registerCore registering core: collection1
[junit4:junit4]   2> 5167 T597 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@34513ea4 main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> ASYNC  NEW_CORE C42 name=core0 org.apache.solr.core.SolrCore@a9176e8
[junit4:junit4]   2> 5167 T591 C42 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355642065634\data\EN-3.5
[junit4:junit4]   2> 5169 T591 C42 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits:num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@3fadf8f1 lockFactory=org.apache.lucene.store.NativeFSLockFactory@f04482e),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 5171 T591 C42 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 5173 T591 C42 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355642065634\data\EN-3.5
[junit4:junit4]   2> 5174 T591 C42 oass.SolrIndexSearcher.<init> Opening Searcher@5336a302 realtime
[junit4:junit4]   2> 5175 T591 C42 oasu.DirectUpdateHandler2.commit start commit{flags=0,_version_=0,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false}
[junit4:junit4]   2> 5176 T591 C42 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=2
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@3fadf8f1 lockFactory=org.apache.lucene.store.NativeFSLockFactory@f04482e),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@3fadf8f1 lockFactory=org.apache.lucene.store.NativeFSLockFactory@f04482e),segFN=segments_2,generation=2,filenames=[segments_2]
[junit4:junit4]   2> 5176 T591 C42 oasc.SolrDeletionPolicy.updateCommits newest commit = 2[segments_2]
[junit4:junit4]   2> 5176 T591 C42 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355642065634\data\EN-3.5
[junit4:junit4]   2> 5176 T591 C42 oass.SolrIndexSearcher.<init> Opening Searcher@112f4b5c main
[junit4:junit4]   2> 5177 T591 C42 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355642065634\data\EN-3.5\index
[junit4:junit4]   2> 5177 T596 oasc.SolrCore.registerSearcher [core0] Registered new searcher Searcher@112f4b5c main{StandardDirectoryReader(segments_1:1:nrt)}
[junit4:junit4]   2> 5177 T591 C42 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4:junit4]   2> 5178 T596 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355642065634\data\EN-3.5\index
[junit4:junit4]   2> 5182 T591 C42 UPDATE [core0] webapp=null path=/update params={commit=true&softCommit=false&waitSearcher=true} {deleteByQuery=*:* (-1421493735202488320),commit=} 0 14
[junit4:junit4]   2> ASYNC  NEW_CORE C43 name=core1 org.apache.solr.core.SolrCore@6f3f47b9
[junit4:junit4]   2> 5183 T591 C43 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355642065634\data\FR-2.4
[junit4:junit4]   2> 5187 T591 C43 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits:num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@1c20faf8 lockFactory=org.apache.lucene.store.NativeFSLockFactory@42eba6ee),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 5187 T591 C43 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 5189 T591 C43 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355642065634\data\FR-2.4
[junit4:junit4]   2> 5190 T591 C43 oass.SolrIndexSearcher.<init> Opening Searcher@65528216 realtime
[junit4:junit4]   2> 5190 T591 C43 oasu.DirectUpdateHandler2.commit start commit{flags=0,_version_=0,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false}
[junit4:junit4]   2> 5192 T591 C43 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=2
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@1c20faf8 lockFactory=org.apache.lucene.store.NativeFSLockFactory@42eba6ee),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@1c20faf8 lockFactory=org.apache.lucene.store.NativeFSLockFactory@42eba6ee),segFN=segments_2,generation=2,filenames=[segments_2]
[junit4:junit4]   2> 5192 T591 C43 oasc.SolrDeletionPolicy.updateCommits newest commit = 2[segments_2]
[junit4:junit4]   2> 5193 T591 C43 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355642065634\data\FR-2.4
[junit4:junit4]   2> 5193 T591 C43 oass.SolrIndexSearcher.<init> Opening Searcher@21a912db main
[junit4:junit4]   2> 5194 T591 C43 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355642065634\data\FR-2.4\index
[junit4:junit4]   2> 5194 T595 oasc.SolrCore.registerSearcher [core1] Registered new searcher Searcher@21a912db main{StandardDirectoryReader(segments_1:1:nrt)}
[junit4:junit4]   2> 5194 T591 C43 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4:junit4]   2> 5194 T595 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355642065634\data\FR-2.4\index
[junit4:junit4]   2> 5196 T591 C43 UPDATE [core1] webapp=null path=/update params={commit=true&softCommit=false&waitSearcher=true} {deleteByQuery=*:* (-1421493735219265536),commit=} 0 13
[junit4:junit4]   2> 5199 T591 C42 oasu.DirectUpdateHandler2.commit start commit{flags=0,_version_=0,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false}
[junit4:junit4]   2> 5221 T591 C42 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=2
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@3fadf8f1 lockFactory=org.apache.lucene.store.NativeFSLockFactory@f04482e),segFN=segments_2,generation=2,filenames=[segments_2]
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@3fadf8f1 lockFactory=org.apache.lucene.store.NativeFSLockFactory@f04482e),segFN=segments_3,generation=3,filenames=[_0_MockRandom_0.tib, _0.fnm, _0_Memory_0.ram, _0_MockFixedIntBlock_0.pos, _0_nrm.cfs, _0_MockFixedIntBlock_0.tib, _0_MockRandom_0.skp, _0_MockFixedIntBlock_0.frq, _0_MockRandom_0.sd, _0_MockRandom_0.frq, _0_MockFixedIntBlock_0.skp, _0_MockFixedIntBlock_0.pyl, _0_MockRandom_0.tiv, _0_MockRandom_0.doc, _0_MockFixedIntBlock_0.tii, _0_MockFixedIntBlock_0.doc, _0_MockRandom_0.pos, _0_nrm.cfe, _0.fdx, _0.si, _0_MockRandom_0.pyl, _0.fdt, segments_3]
[junit4:junit4]   2> 5222 T591 C42 oasc.SolrDeletionPolicy.updateCommits newest commit = 3[_0_MockRandom_0.tib, _0.fnm, _0_Memory_0.ram, _0_MockFixedIntBlock_0.pos, _0_nrm.cfs, _0_MockFixedIntBlock_0.tib, _0_MockRandom_0.skp, _0_MockFixedIntBlock_0.frq, _0_MockRandom_0.sd, _0_MockRandom_0.frq, _0_MockFixedIntBlock_0.skp, _0_MockFixedIntBlock_0.pyl, _0_MockRandom_0.tiv, _0_MockRandom_0.doc, _0_MockFixedIntBlock_0.tii, _0_MockFixedIntBlock_0.doc, _0_MockRandom_0.pos, _0_nrm.cfe, _0.fdx, _0.si, _0_MockRandom_0.pyl, _0.fdt, segments_3]
[junit4:junit4]   2> 5222 T591 C42 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355642065634\data\EN-3.5
[junit4:junit4]   2> 5232 T591 C42 oass.SolrIndexSearcher.<init> Opening Searcher@4fc9584f main
[junit4:junit4]   2> 5234 T596 oasc.SolrCore.registerSearcher [core0] Registered new searcher Searcher@4fc9584f main{StandardDirectoryReader(segments_3:3:nrt _0(5.0):C1)}
[junit4:junit4]   2> 5234 T596 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355642065634\data\EN-3.5\index
[junit4:junit4]   2> 5234 T591 C42 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4:junit4]   2> 5236 T591 C42 UPDATE [core0] webapp=null path=/update params={commit=true&softCommit=false&waitSearcher=true} {add=[AAA (1421493735232897024)],commit=} 0 40
[junit4:junit4]   2> 5236 T591 C43 UPDATE [core1] webapp=null path=/update params={commit=true&softCommit=false&waitSearcher=true} {} 0 0
[junit4:junit4]   2> 5237 T591 C43 oasc.SolrException.log Ignoring exception matching unknown field
[junit4:junit4]   2> 5240 T591 C43 oasu.DirectUpdateHandler2.commit start commit{flags=0,_version_=0,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false}
[junit4:junit4]   2> 5243 T591 C43 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=2
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@1c20faf8 lockFactory=org.apache.lucene.store.NativeFSLockFactory@42eba6ee),segFN=segments_2,generation=2,filenames=[segments_2]
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@1c20faf8 lockFactory=org.apache.lucene.store.NativeFSLockFactory@42eba6ee),segFN=segments_3,generation=3,filenames=[_0.fnm, _0_Memory_0.ram, _0_1.del, _0_MockFixedIntBlock_0.pos, _0_nrm.cfs, _0_MockFixedIntBlock_0.tib, _0_MockFixedIntBlock_0.frq, _0_Pulsing41_0.doc, _0_Pulsing41_0.pos, _0_MockFixedIntBlock_0.pyl, _0_MockFixedIntBlock_0.skp, _0_Pulsing41_0.tim, _0_MockFixedIntBlock_0.tii, _0_MockFixedIntBlock_0.doc, _0_Pulsing41_0.tip, _0_nrm.cfe, _0.fdx, _0.si, _0.fdt, segments_3]
[junit4:junit4]   2> 5244 T591 C43 oasc.SolrDeletionPolicy.updateCommits newest commit = 3[_0.fnm, _0_Memory_0.ram, _0_1.del, _0_MockFixedIntBlock_0.pos, _0_nrm.cfs, _0_MockFixedIntBlock_0.tib, _0_MockFixedIntBlock_0.frq, _0_Pulsing41_0.doc, _0_Pulsing41_0.pos, _0_MockFixedIntBlock_0.pyl, _0_MockFixedIntBlock_0.skp, _0_Pulsing41_0.tim, _0_MockFixedIntBlock_0.tii, _0_MockFixedIntBlock_0.doc, _0_Pulsing41_0.tip, _0_nrm.cfe, _0.fdx, _0.si, _0.fdt, segments_3]
[junit4:junit4]   2> 5244 T591 C43 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355642065634\data\FR-2.4
[junit4:junit4]   2> 5246 T591 C43 oass.SolrIndexSearcher.<init> Opening Searcher@34e605d9 main
[junit4:junit4]   2> 5247 T595 oasc.SolrCore.registerSearcher [core1] Registered new searcher Searcher@34e605d9 main{StandardDirectoryReader(segments_3:3:nrt _0(5.0):C2/1)}
[junit4:junit4]   2> 5247 T591 C43 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4:junit4]   2> 5247 T595 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355642065634\data\FR-2.4\index
[junit4:junit4]   2> 5248 T591 C43 UPDATE [core1] webapp=null path=/update params={commit=true&softCommit=false&waitSearcher=true} {add=[BBB (1421493735275888640), BBB (1421493735279034368)],commit=} 0 11
[junit4:junit4]   2> 5249 T591 C42 UPDATE [core0] webapp=null path=/update params={commit=true&softCommit=false&waitSearcher=true} {} 0 0
[junit4:junit4]   2> 5250 T591 C42 oasc.SolrException.log Ignoring exception matching unknown field
[junit4:junit4]   2> 5259 T591 C42 REQ [core0] webapp=null path=/select params={q=id%3AAAA} hits=1 status=0 QTime=9 
[junit4:junit4]   2> 5260 T591 C43 REQ [core1] webapp=null path=/select params={q=id%3AAAA} hits=0 status=0 QTime=0 
[junit4:junit4]   2> 5261 T591 C42 REQ [core0] webapp=null path=/select params={q=id%3AAAA} hits=1 status=0 QTime=0 
[junit4:junit4]   2> 5262 T591 C42 REQ [core0] webapp=null path=/select params={q=id%3ABBB} hits=0 status=0 QTime=0 
[junit4:junit4]   2> 5263 T591 C43 REQ [core1] webapp=null path=/select params={q=id%3AAAA} hits=0 status=0 QTime=1 
[junit4:junit4]   2> 5263 T591 C43 REQ [core1] webapp=null path=/select params={q=id%3ABBB} hits=1 status=0 QTime=0 
[junit4:junit4]   2> 5264 T591 C42 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355642065634\data\EN-3.5\index
[junit4:junit4]   2> 5264 T591 C42 REQ [core0] webapp=null path=/admin/cores params={action=STATUS&core=core0} status=0 QTime=1 
[junit4:junit4]   2> 5265 T591 C42 oasc.CoreContainer.reload Reloading SolrCore 'core0' using instanceDir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\solrj\src\test-files\solrj\solr\shared\.
[junit4:junit4]   2> 5267 T591 C42 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\solrj\src\test-files\solrj\solr\shared\.\'
[junit4:junit4]   2> 5348 T591 C42 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   2> 5412 T591 C42 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 5414 T591 C42 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 5416 T591 C42 oass.IndexSchema.readSchema Schema name=example core EN
[junit4:junit4]   2> 5461 T591 C42 oass.IndexSchema.readSchema default search field in schema is name
[junit4:junit4]   2> 5464 T591 C42 oass.IndexSchema.readSchema query parser default operator is OR
[junit4:junit4]   2> 5466 T591 C42 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 5470 T591 C42 oasc.SolrCore.<init> [core0] Opening new SolrCore at C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\solrj\src\test-files\solrj\solr\shared\.\, dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355642065634/data/EN-3.5\
[junit4:junit4]   2> 5471 T591 C42 oasc.SolrCore.<init> JMX monitoring not detected for core: core0
[junit4:junit4]   2> 5471 T591 C42 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355642065634\data\EN-3.5
[junit4:junit4]   2> 5471 T591 C42 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355642065634/data/EN-3.5\index/
[junit4:junit4]   2> 5474 T591 C42 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 5476 T591 C42 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 5476 T591 C42 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 5487 T591 C42 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 5492 T591 C42 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355642065634\data\EN-3.5
[junit4:junit4]   2> 5492 T591 C42 oass.SolrIndexSearcher.<init> Opening Searcher@7a537350 main
[junit4:junit4]   2> 5496 T591 C42 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 5496 T591 C42 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 5503 T591 C42 oasc.CoreContainer.registerCore replacing core: core0
[junit4:junit4]   2> 5504 T591 C42 REQ [core0] webapp=null path=/admin/cores params={action=RELOAD&core=core0} status=0 QTime=239 
[junit4:junit4]   2> 5504 T591 C42 oasc.SolrCore.close [core0]  CLOSING SolrCore org.apache.solr.core.SolrCore@a9176e8
[junit4:junit4]   2> 5504 T591 C42 oasu.DirectUpdateHandler2.close closing DirectUpdateHandler2{commits=2,autocommits=0,soft autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=0,adds=1,deletesById=0,deletesByQuery=0,errors=1,cumulative_adds=2,cumulative_deletesById=0,cumulative_deletesByQuery=1,cumulative_errors=1}
[junit4:junit4]   2> 5504 T598 oasc.SolrCore.registerSearcher [core0] Registered new searcher Searcher@7a537350 main{StandardDirectoryReader(segments_3:3:nrt _0(5.0):C1)}
[junit4:junit4]   2> 5505 T591 C42 oasc.SolrCore.closeSearcher [core0] Closing main searcher on request.
[junit4:junit4]   2> 5505 T591 C42 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355642065634\data\EN-3.5\index
[junit4:junit4]   2> ASYNC  NEW_CORE C44 name=core0 org.apache.solr.core.SolrCore@26b0e4ad
[junit4:junit4]   2> 5506 T591 C44 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355642065634\data\EN-3.5\index
[junit4:junit4]   2> 5507 T591 C44 REQ [core0] webapp=null path=/admin/cores params={action=STATUS&core=core0} status=0 QTime=1 
[junit4:junit4]   2> 5514 T591 C44 oasc.CoreContainer.persistFile Persisting cores config to .\solrtest-TestSolrProperties-1355642065634\solr-persist.xml
[junit4:junit4]   2> 5538 T591 C44 oasc.SolrXMLSerializer.persistFile Persisting cores config to .\solrtest-TestSolrProperties-1355642065634\solr-persist.xml
[junit4:junit4]   2> 5558 T591 C44 REQ [core0] webapp=null path=/admin/cores params={action=PERSIST&file=solr-persist.xml} status=0 QTime=45 
[junit4:junit4]   2> 5581 T591 C44 oasc.CoreContainer.registerCore registering core: renamed_core
[junit4:junit4]   2> 5582 T591 C44 oasc.CoreContainer.persistFile Persisting cores config to .\solrtest-TestSolrProperties-1355642065634\solr.xml
[junit4:junit4]   2> 5602 T591 C44 oasc.SolrXMLSerializer.persistFile Persisting cores config to .\solrtest-TestSolrProperties-1355642065634\solr.xml
[junit4:junit4]   2> 5606 T591 C44 REQ [renamed_core] webapp=null path=/admin/cores params={action=RENAME&core=core0&other=renamed_core} status=0 QTime=25 
[junit4:junit4]   2> 5606 T591 C44 oasc.CoreContainer.persistFile Persisting cores config to .\solrtest-TestSolrProperties-1355642065634\solr-persist.xml
[junit4:junit4]   2> 5630 T591 C44 oasc.SolrXMLSerializer.persistFile Persisting cores config to .\solrtest-TestSolrProperties-1355642065634\solr-persist.xml
[junit4:junit4]   2> 5635 T591 C44 REQ [renamed_core] webapp=null path=/admin/cores params={action=PERSIST&file=solr-persist.xml} status=0 QTime=29 
[junit4:junit4]   2> 5647 T591 C44 oasc.CoreContainer.create Creating SolrCore 'newCore' using instanceDir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\solrj\src\test-files\solrj\solr\shared
[junit4:junit4]   2> 5649 T591 C44 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\solrj\src\test-files\solrj\solr\shared\'
[junit4:junit4]   2> 5727 T591 C44 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   2> 5812 T591 C44 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 5812 T591 C44 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 5820 T591 C44 oass.IndexSchema.readSchema Schema name=example core 
[junit4:junit4]   2> 5874 T591 C44 oass.IndexSchema.readSchema default search field in schema is name
[junit4:junit4]   2> 5877 T591 C44 oass.IndexSchema.readSchema query parser default operator is OR
[junit4:junit4]   2> 5879 T591 C44 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 5882 T591 C44 oasc.SolrCore.<init> [newCore] Opening new SolrCore at C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\solrj\src\test-files\solrj\solr\shared\, dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355642065634/data/-1.3\
[junit4:junit4]   2> 5883 T591 C44 oasc.SolrCore.<init> JMX monitoring not detected for core: newCore
[junit4:junit4]   2> 5883 T591 C44 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 5884 T591 C44 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355642065634\data\-1.3 forceNew:false
[junit4:junit4]   2> 5885 T591 C44 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355642065634\data\-1.3
[junit4:junit4]   2> 5885 T591 C44 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355642065634/data/-1.3\index/
[junit4:junit4]   2> 5886 T591 C44 oasc.SolrCore.initIndex WARNING [newCore] Solr index directory 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355642065634\data\-1.3\index' doesn't exist. Creating new index...
[junit4:junit4]   2> 5893 T591 C44 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355642065634\data\-1.3\index forceNew:false
[junit4:junit4]   2> 5906 T591 C44 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.MMapDirectory@C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\index6455164564tmp lockFactory=org.apache.lucene.store.NativeFSLockFactory@6a82a78d),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 5906 T591 C44 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 5907 T591 C44 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355642065634\data\-1.3\index
[junit4:junit4]   2> 5909 T591 C44 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 5911 T591 C44 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 5911 T591 C44 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 5925 T591 C44 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 5933 T591 C44 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355642065634\data\-1.3
[junit4:junit4]   2> 5937 T591 C44 oass.SolrIndexSearcher.<init> Opening Searcher@33d833eb main
[junit4:junit4]   2> 5941 T591 C44 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 5941 T591 C44 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 5948 T599 oasc.SolrCore.registerSearcher [newCore] Registered new searcher Searcher@33d833eb main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 5948 T591 C44 oasc.CoreContainer.registerCore registering core: newCore
[junit4:junit4]   2> 5949 T591 C44 oasc.CoreContainer.persistFile Persisting cores config to .\solrtest-TestSolrProperties-1355642065634\solr.xml
[junit4:junit4]   2> 5973 T591 C44 oasc.SolrXMLSerializer.persistFile Persisting cores config to .\solrtest-TestSolrProperties-1355642065634\solr.xml
[junit4:junit4]   2> 5979 T591 C44 REQ [renamed_core] webapp=null path=/admin/cores params={action=CREATE&name=newCore&instanceDir=C%3A%5CUsers%5CJenkinsSlave%5Cworkspace%5CLucene-Solr-trunk-Windows%5Csolr%5Csolrj%5Csrc%5Ctest-files%5Csolrj%5Csolr%5Cshared} status=0 QTime=332 
[junit4:junit4]   2> 5980 T591 C44 oasc.CoreContainer.persistFile Persisting cores config to .\solrtest-TestSolrProperties-1355642065634\solr-persist.xml
[junit4:junit4]   2> 6003 T591 C44 oasc.SolrXMLSerializer.persistFile Persisting cores config to .\solrtest-TestSolrProperties-1355642065634\solr-persist.xml
[junit4:junit4]   2> 6009 T591 C44 REQ [renamed_core] webapp=null path=/admin/cores params={action=PERSIST&file=solr-persist.xml} status=0 QTime=30 
[junit4:junit4]   2> 6020 T591 oasc.CoreContainer.shutdown Shutting down CoreContainer instance=1962158815
[junit4:junit4]   2> 6020 T591 oasc.SolrCore.close [core1]  CLOSING SolrCore org.apache.solr.core.SolrCore@6f3f47b9
[junit4:junit4]   2> 6020 T591 oasu.DirectUpdateHandler2.close closing DirectUpdateHandler2{commits=2,autocommits=0,soft autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=0,adds=0,deletesById=0,deletesByQuery=0,errors=1,cumulative_adds=3,cumulative_deletesById=0,cumulative_deletesByQuery=1,cumulative_errors=1}
[junit4:junit4]   2> 6020 T591 oasc.SolrCore.decrefSolrCoreState Closing SolrCoreState
[junit4:junit4]   2> 6020 T591 oasu.DefaultSolrCoreState.closeIndexWriter SolrCoreState ref count has reached 0 - closing IndexWriter
[junit4:junit4]   2> 6020 T591 oasu.DefaultSolrCoreState.closeIndexWriter closing IndexWriter with IndexWriterCloser
[junit4:junit4]   2> 6025 T591 C43 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355642065634\data\FR-2.4\index
[junit4:junit4]   2> 6026 T591 oasc.SolrCore.closeSearcher [core1] Closing main searcher on request.
[junit4:junit4]   2> 6026 T591 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355642065634\data\FR-2.4\index
[junit4:junit4]   2> 6027 T591 oasc.CachingDirectoryFactory.close Closing directory when closing factory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355642065634\data\FR-2.4
[junit4:junit4]   2> 6027 T591 oasc.CachingDirectoryFactory.close Closing directory when closing factory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355642065634\data\FR-2.4\index
[junit4:junit4]   2> 6027 T591 oasc.SolrCore.close [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@48f5e6de
[junit4:junit4]   2> 6028 T591 oasu.DirectUpdateHandler2.close closing DirectUpdateHandler2{commits=0,autocommits=0,soft autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=0,adds=0,deletesById=0,deletesByQuery=0,errors=0,cumulative_adds=0,cumulative_deletesById=0,cumulative_deletesByQuery=0,cumulative_errors=0}
[junit4:junit4]   2> 6029 T591 oasc.SolrCore.decrefSolrCoreState Closing SolrCoreState
[junit4:junit4]   2> 6029 T591 oasu.DefaultSolrCoreState.closeIndexWriter SolrCoreState ref count has reached 0 - closing IndexWriter
[junit4:junit4]   2> 6030 T591 oasu.DefaultSolrCoreState.closeIndexWriter closing IndexWriter with IndexWriterCloser
[junit4:junit4]   2> 6031 T591 oasc.SolrCore.closeSearcher [collection1] Closing main searcher on request.
[junit4:junit4]   2> 6031 T591 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355642065634\data\-1.3\index
[junit4:junit4]   2> 6031 T591 oasc.CachingDirectoryFactory.close Closing directory when closing factory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355642065634\data\-1.3
[junit4:junit4]   2> 6031 T591 oasc.CachingDirectoryFactory.close Closing directory when closing factory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355642065634\data\-1.3\index
[junit4:junit4]   2> 6031 T591 oasc.SolrCore.close [renamed_core]  CLOSING SolrCore org.apache.solr.core.SolrCore@26b0e4ad
[junit4:junit4]   2> 6031 T591 oasu.DirectUpdateHandler2.close closing DirectUpdateHandler2{commits=0,autocommits=0,soft autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=0,adds=0,deletesById=0,deletesByQuery=0,errors=0,cumulative_adds=0,cumulative_deletesById=0,cumulative_deletesByQuery=0,cumulative_errors=0}
[junit4:junit4]   2> 6031 T591 oasc.SolrCore.decrefSolrCoreState Closing SolrCoreState
[junit4:junit4]   2> 6031 T591 oasu.DefaultSolrCoreState.closeIndexWriter SolrCoreState ref count has reached 0 - closing IndexWriter
[junit4:junit4]   2> 6031 T591 oasu.DefaultSolrCoreState.closeIndexWriter closing IndexWriter with IndexWriterCloser
[junit4:junit4]   2> 6034 T591 C44 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355642065634\data\EN-3.5\index
[junit4:junit4]   2> 6034 T591 oasc.SolrCore.closeSearcher [renamed_core] Closing main searcher on request.
[junit4:junit4]   2> 6034 T591 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355642065634\data\EN-3.5\index
[junit4:junit4]   2> 6035 T591 oasc.CachingDirectoryFactory.close Closing directory when closing factory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355642065634\data\EN-3.5\index
[junit4:junit4]   2> 6039 T591 oasc.CachingDirectoryFactory.close Closing directory when closing factory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355642065634\data\EN-3.5
[junit4:junit4]   2> 6040 T591 oasc.SolrCore.close [newCore]  CLOSING SolrCore org.apache.solr.core.SolrCore@333f8b04
[junit4:junit4]   2> 6040 T591 oasu.DirectUpdateHandler2.close closing DirectUpdateHandler2{commits=0,autocommits=0,soft autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=0,adds=0,deletesById=0,deletesByQuery=0,errors=0,cumulative_adds=0,cumulative_deletesById=0,cumulative_deletesByQuery=0,cumulative_errors=0}
[junit4:junit4]   2> 6040 T591 oasc.SolrCore.decrefSolrCoreState Closing SolrCoreState
[junit4:junit4]   2> 6040 T591 oasu.DefaultSolrCoreState.closeIndexWriter SolrCoreState ref count has reached 0 - closing IndexWriter
[junit4:junit4]   2> 6040 T591 oasu.DefaultSolrCoreState.closeIndexWriter closing IndexWriter with IndexWriterCloser
[junit4:junit4]   2> 6042 T591 oasc.SolrCore.closeSearcher [newCore] Closing main searcher on request.
[junit4:junit4]   2> 6042 T591 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355642065634\data\-1.3\index
[junit4:junit4]   2> 6042 T591 oasc.CachingDirectoryFactory.close Closing directory when closing factory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355642065634\data\-1.3\index
[junit4:junit4]   2> 6043 T591 oasc.CachingDirectoryFactory.close Closing directory when closing factory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355642065634\data\-1.3
[junit4:junit4]   2> 6043 T591 oasc.CoreContainer.<init> New CoreContainer 46112405
[junit4:junit4]   2> 6045 T591 oasc.CoreContainer.load Loading CoreContainer using Solr Home: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\solrj\src\test-files\solrj\solr\shared'
[junit4:junit4]   2> 6045 T591 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\solrj\src\test-files\solrj\solr\shared\'
[junit4:junit4]   2> 6115 T591 oasc.CoreContainer.load Registering Log Listener
[junit4:junit4]   2> 6151 T600 oasc.CoreContainer.create Creating SolrCore 'core1' using instanceDir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\solrj\src\test-files\solrj\solr\shared\.
[junit4:junit4]   2> 6153 T600 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\solrj\src\test-files\solrj\solr\shared\.\'
[junit4:junit4]   2> 6157 T601 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\solrj\src\test-files\solrj\solr\shared\.
[junit4:junit4]   2> 6159 T601 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\solrj\src\test-files\solrj\solr\shared\.\'
[junit4:junit4]   2> 6174 T602 oasc.CoreContainer.create Creating SolrCore 'renamed_core' using instanceDir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\solrj\src\test-files\solrj\solr\shared\.
[junit4:junit4]   2> 6174 T602 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\solrj\src\test-files\solrj\solr\shared\.\'
[junit4:junit4]   2> 6287 T601 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   2> 6296 T600 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   2> 6358 T601 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 6360 T601 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 6364 T601 oass.IndexSchema.readSchema Schema name=example core 
[junit4:junit4]   2> 6368 T602 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   2> 6389 T600 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 6390 T600 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 6395 T600 oass.IndexSchema.readSchema Schema name=example core FR
[junit4:junit4]   2> 6436 T602 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 6437 T602 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 6442 T602 oass.IndexSchema.readSchema Schema name=example core EN
[junit4:junit4]   2> 6472 T600 oass.IndexSchema.readSchema default search field in schema is name
[junit4:junit4]   2> 6474 T600 oass.IndexSchema.readSchema query parser default operator is OR
[junit4:junit4]   2> 6476 T600 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 6479 T600 oasc.SolrCore.<init> [core1] Opening new SolrCore at C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\solrj\src\test-files\solrj\solr\shared\.\, dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355642065634/data/FR-2.4\
[junit4:junit4]   2> 6480 T600 oasc.SolrCore.<init> JMX monitoring not detected for core: core1
[junit4:junit4]   2> 6480 T600 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 6480 T600 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355642065634\data\FR-2.4 forceNew:false
[junit4:junit4]   2> 6510 T602 oass.IndexSchema.readSchema default search field in schema is name
[junit4:junit4]   2> 6511 T601 oass.IndexSchema.readSchema default search field in schema is name
[junit4:junit4]   2> 6512 T602 oass.IndexSchema.readSchema query parser default operator is OR
[junit4:junit4]   2> 6513 T601 oass.IndexSchema.readSchema query parser default operator is OR
[junit4:junit4]   2> 6515 T602 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 6515 T601 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 6517 T600 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355642065634\data\FR-2.4
[junit4:junit4]   2> 6517 T600 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355642065634/data/FR-2.4\index/
[junit4:junit4]   2> 6518 T602 oasc.SolrCore.<init> [renamed_core] Opening new SolrCore at C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\solrj\src\test-files\solrj\solr\shared\.\, dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355642065634/data/EN-3.5\
[junit4:junit4]   2> 6519 T602 oasc.SolrCore.<init> JMX monitoring not detected for core: renamed_core
[junit4:junit4]   2> 6519 T600 oasc.SolrCore.initIndex WARNING [core1] Solr index directory 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355642065634\data\FR-2.4\index' doesn't exist. Creating new index...
[junit4:junit4]   2> 6519 T602 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 6520 T600 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355642065634\data\FR-2.4\index forceNew:false
[junit4:junit4]   2> 6520 T602 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355642065634\data\EN-3.5 forceNew:false
[junit4:junit4]   2> 6521 T601 oasc.SolrCore.<init> [collection1] Opening new SolrCore at C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\solrj\src\test-files\solrj\solr\shared\.\, dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355642065634/data/-1.3\
[junit4:junit4]   2> 6522 T601 oasc.SolrCore.<init> JMX monitoring not detected for core: collection1
[junit4:junit4]   2> 6522 T602 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355642065634\data\EN-3.5
[junit4:junit4]   2> 6522 T601 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 6522 T602 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355642065634/data/EN-3.5\index/
[junit4:junit4]   2> 6523 T601 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355642065634\data\-1.3 forceNew:false
[junit4:junit4]   2> 6523 T602 oasc.SolrCore.initIndex WARNING [renamed_core] Solr index directory 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355642065634\data\EN-3.5\index' doesn't exist. Creating new index...
[junit4:junit4]   2> 6523 T601 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355642065634\data\-1.3
[junit4:junit4]   2> 6523 T601 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355642065634/data/-1.3\index/
[junit4:junit4]   2> 6523 T601 oasc.SolrCore.initIndex WARNING [collection1] Solr index directory 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355642065634\data\-1.3\index' doesn't exist. Creating new index...
[junit4:junit4]   2> 6526 T602 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355642065634\data\EN-3.5\index forceNew:false
[junit4:junit4]   2> 6526 T601 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355642065634\data\-1.3\index forceNew:false
[junit4:junit4]   2> 6529 T601 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@637e70e8 lockFactory=org.apache.lucene.store.NativeFSLockFactory@51b36b79),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 6530 T600 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@6ab494c6 lockFactory=org.apache.lucene.store.NativeFSLockFactory@2942140a),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 6530 T600 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 6531 T600 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355642065634\data\FR-2.4\index
[junit4:junit4]   2> 6531 T600 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 6531 T600 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 6532 T600 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 6529 T602 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@111f6615 lockFactory=org.apache.lucene.store.NativeFSLockFactory@3ea32dba),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 6541 T602 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 6543 T602 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355642065634\data\EN-3.5\index
[junit4:junit4]   2> 6545 T602 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 6545 T601 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 6546 T602 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 6546 T602 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 6547 T601 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355642065634\data\-1.3\index
[junit4:junit4]   2> 6549 T601 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 6550 T601 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 6550 T601 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 6545 T600 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 6556 T602 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 6557 T601 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 6563 T602 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355642065634\data\EN-3.5
[junit4:junit4]   2> 6563 T602 oass.SolrIndexSearcher.<init> Opening Searcher@5e733d5a main
[junit4:junit4]   2> 6567 T601 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355642065634\data\-1.3
[junit4:junit4]   2> 6567 T601 oass.SolrIndexSearcher.<init> Opening Searcher@211f7810 main
[junit4:junit4]   2> 6568 T602 oasc.SolrCore.close [renamed_core]  CLOSING SolrCore org.apache.solr.core.SolrCore@1903736d
[junit4:junit4]   2> 6568 T602 oasc.SolrCore.decrefSolrCoreState Closing SolrCoreState
[junit4:junit4]   2> 6569 T602 oasu.DefaultSolrCoreState.closeIndexWriter SolrCoreState ref count has reached 0 - closing IndexWriter
[junit4:junit4]   2> 6569 T603 oasc.SolrCore.registerSearcher [renamed_core] Registered new searcher Searcher@5e733d5a main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 6569 T600 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355642065634\data\FR-2.4
[junit4:junit4]   2> 6570 T602 oasc.SolrCore.closeSearcher [renamed_core] Closing main searcher on request.
[junit4:junit4]   2> 6570 T602 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355642065634\data\EN-3.5\index
[junit4:junit4]   2> 6570 T602 oasc.CachingDirectoryFactory.close Closing directory when closing factory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355642065634\data\EN-3.5\index
[junit4:junit4]   2> 6570 T602 oasc.CachingDirectoryFactory.close Closing directory when closing factory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355642065634\data\EN-3.5
[junit4:junit4]   2> 6571 T602 oasc.CoreContainer.recordAndThrow SEVERE Unable to create core: renamed_core org.apache.solr.common.SolrException: Error Instantiating Update Handler, solr.DirectUpdateHandler2 failed to instantiate org.apache.solr.update.UpdateHandler
[junit4:junit4]   2> 	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:789)
[junit4:junit4]   2> 	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:602)
[junit4:junit4]   2> 	at org.apache.solr.core.CoreContainer.createFromLocal(CoreContainer.java:981)
[junit4:junit4]   2> 	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1011)
[junit4:junit4]   2> 	at org.apache.solr.core.CoreContainer$3.call(CoreContainer.java:618)
[junit4:junit4]   2> 	at org.apache.solr.core.CoreContainer$3.call(CoreContainer.java:613)
[junit4:junit4]   2> 	at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:334)
[junit4:junit4]   2> 	at java.util.concurrent.FutureTask.run(FutureTask.java:166)
[junit4:junit4]   2> 	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471)
[junit4:junit4]   2> 	at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:334)
[junit4:junit4]   2> 	at java.util.concurrent.FutureTask.run(FutureTask.java:166)
[junit4:junit4]   2> 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1110)
[junit4:junit4]   2> 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603)
[junit4:junit4]   2> 	at java.lang.Thread.run(Thread.java:722)
[junit4:junit4]   2> Caused by: org.apache.solr.common.SolrException: Error Instantiating Update Handler, solr.DirectUpdateHandler2 failed to instantiate org.apache.solr.update.UpdateHandler
[junit4:junit4]   2> 	at org.apache.solr.core.SolrCore.createInstance(SolrCore.java:526)
[junit4:junit4]   2> 	at org.apache.solr.core.SolrCore.createUpdateHandler(SolrCore.java:580)
[junit4:junit4]   2> 	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:773)
[junit4:junit4]   2> 	... 13 more
[junit4:junit4]   2> Caused by: java.lang.reflect.InvocationTargetException
[junit4:junit4]   2> 	at sun.reflect.GeneratedConstructorAccessor100.newInstance(Unknown Source)
[junit4:junit4]   2> 	at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
[junit4:junit4]   2> 	at java.lang.reflect.Constructor.newInstance(Constructor.java:525)
[junit4:junit4]   2> 	at org.apache.solr.core.SolrCore.createInstance(SolrCore.java:512)
[junit4:junit4]   2> 	... 15 more
[junit4:junit4]   2> Caused by: java.lang.RuntimeException: java.io.IOException: Unable to delete file: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355642065634\data\EN-3.5\tlog\tlog.0000000000000000001
[junit4:junit4]   2> 	at org.apache.solr.update.UpdateHandler.<init>(UpdateHandler.java:125)
[junit4:junit4]   2> 	at org.apache.solr.update.DirectUpdateHandler2.<init>(DirectUpdateHandler2.java:96)
[junit4:junit4]   2> 	... 19 more
[junit4:junit4]   2> Caused by: java.io.IOException: Unable to delete file: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355642065634\data\EN-3.5\tlog\tlog.0000000000000000001
[junit4:junit4]   2> 	at org.apache.commons.io.FileUtils.forceDelete(FileUtils.java:1919)
[junit4:junit4]   2> 	at org.apache.commons.io.FileUtils.cleanDirectory(FileUtils.java:1399)
[junit4:junit4]   2> 	at org.apache.commons.io.FileUtils.deleteDirectory(FileUtils.java:1331)
[junit4:junit4]   2> 	at org.apache.solr.update.UpdateHandler.clearLog(UpdateHandler.java:91)
[junit4:junit4]   2> 	at org.apache.solr.update.UpdateHandler.<init>(UpdateHandler.java:123)
[junit4:junit4]   2> 	... 20 more
[junit4:junit4]   2> 
[junit4:junit4]   2> 6571 T601 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 6572 T601 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 6572 T601 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 0
[junit4:junit4]   2> 6572 T601 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 6572 T601 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 0
[junit4:junit4]   2> 6572 T601 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 6572 T601 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 6572 T601 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 6572 T601 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 6572 T601 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 6572 T601 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 6572 T601 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=0&connTimeout=0&retry=false
[junit4:junit4]   2> 6571 T600 oass.SolrIndexSearcher.<init> Opening Searcher@6d8d0fdd main
[junit4:junit4]   2> 6582 T600 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 6583 T600 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 6598 T602 oasc.SolrException.log SEVERE null:org.apache.solr.common.SolrException: Unable to create core: renamed_core
[junit4:junit4]   2> 		at org.apache.solr.core.CoreContainer.recordAndThrow(CoreContainer.java:1606)
[junit4:junit4]   2> 		at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1017)
[junit4:junit4]   2> 		at org.apache.solr.core.CoreContainer$3.call(CoreContainer.java:618)
[junit4:junit4]   2> 		at org.apache.solr.core.CoreContainer$3.call(CoreContainer.java:613)
[junit4:junit4]   2> 		at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:334)
[junit4:junit4]   2> 		at java.util.concurrent.FutureTask.run(FutureTask.java:166)
[junit4:junit4]   2> 		at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471)
[junit4:junit4]   2> 		at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:334)
[junit4:junit4]   2> 		at java.util.concurrent.FutureTask.run(FutureTask.java:166)
[junit4:junit4]   2> 		at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1110)
[junit4:junit4]   2> 		at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603)
[junit4:junit4]   2> 		at java.lang.Thread.run(Thread.java:722)
[junit4:junit4]   2> 	Caused by: org.apache.solr.common.SolrException: Error Instantiating Update Handler, solr.DirectUpdateHandler2 failed to instantiate org.apache.solr.update.UpdateHandler
[junit4:junit4]   2> 		at org.apache.solr.core.SolrCore.<init>(SolrCore.java:789)
[junit4:junit4]   2> 		at org.apache.solr.core.SolrCore.<init>(SolrCore.java:602)
[junit4:junit4]   2> 		at org.apache.solr.core.CoreContainer.createFromLocal(CoreContainer.java:981)
[junit4:junit4]   2> 		at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1011)
[junit4:junit4]   2> 		... 10 more
[junit4:junit4]   2> 	Caused by: org.apache.solr.common.SolrException: Error Instantiating Update Handler, solr.DirectUpdateHandler2 failed to instantiate org.apache.solr.update.UpdateHandler
[junit4:junit4]   2> 		at org.apache.solr.core.SolrCore.createInstance(SolrCore.java:526)
[junit4:junit4]   2> 		at org.apache.solr.core.SolrCore.createUpdateHandler(SolrCore.java:580)
[junit4:junit4]   2> 		at org.apache.solr.core.SolrCore.<init>(SolrCore.java:773)
[junit4:junit4]   2> 		... 13 more
[junit4:junit4]   2> 	Caused by: java.lang.reflect.InvocationTargetException
[junit4:junit4]   2> 		at sun.reflect.GeneratedConstructorAccessor100.newInstance(Unknown Source)
[junit4:junit4]   2> 		at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
[junit4:junit4]   2> 		at java.lang.reflect.Constructor.newInstance(Constructor.java:525)
[junit4:junit4]   2> 		at org.apache.solr.core.SolrCore.createInstance(SolrCore.java:512)
[junit4:junit4]   2> 		... 15 more
[junit4:junit4]   2> 	Caused by: java.lang.RuntimeException: java.io.IOException: Unable to delete file: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355642065634\data\EN-3.5\tlog\tlog.0000000000000000001
[junit4:junit4]   2> 		at org.apache.solr.update.UpdateHandler.<init>(UpdateHandler.java:125)
[junit4:junit4]   2> 		at org.apache.solr.update.DirectUpdateHandler2.<init>(DirectUpdateHandler2.java:96)
[junit4:junit4]   2> 		... 19 more
[junit4:junit4]   2> 	Caused by: java.io.IOException: Unable to delete file: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355642065634\data\EN-3.5\tlog\tlog.0000000000000000001
[junit4:junit4]   2> 		at org.apache.commons.io.FileUtils.forceDelete(FileUtils.java:1919)
[junit4:junit4]   2> 		at org.apache.commons.io.FileUtils.cleanDirectory(FileUtils.java:1399)
[junit4:junit4]   2> 		at org.apache.commons.io.FileUtils.deleteDirectory(FileUtils.java:1331)
[junit4:junit4]   2> 		at org.apache.solr.update.UpdateHandler.clearLog(UpdateHandler.java:91)
[junit4:junit4]   2> 		at org.apache.solr.update.UpdateHandler.<init>(UpdateHandler.java:123)
[junit4:junit4]   2> 		... 20 more
[junit4:junit4]   2> 	
[junit4:junit4]   2> 6603 T601 oasc.CoreContainer.registerCore registering core: collection1
[junit4:junit4]   2> 6607 T604 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@211f7810 main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 6609 T606 oasc.CoreContainer.create Creating SolrCore 'newCore' using instanceDir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\solrj\src\test-files\solrj\solr\shared
[junit4:junit4]   2> 6630 T600 oasc.CoreContainer.registerCore registering core: core1
[junit4:junit4]   2> 6631 T606 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\solrj\src\test-files\solrj\solr\shared\'
[junit4:junit4]   2> 6675 T605 oasc.SolrCore.registerSearcher [core1] Registered new searcher Searcher@6d8d0fdd main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 6715 T606 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   2> 6784 T606 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 6784 T606 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 6784 T606 oass.IndexSchema.readSchema Schema name=example core 
[junit4:junit4]   2> 6839 T606 oass.IndexSchema.readSchema default search field in schema is name
[junit4:junit4]   2> 6842 T606 oass.IndexSchema.readSchema query parser default operator is OR
[junit4:junit4]   2> 6844 T606 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 6848 T606 oasc.SolrCore.<init> [newCore] Opening new SolrCore at C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\solrj\src\test-files\solrj\solr\shared\, dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355642065634/data/-1.3\
[junit4:junit4]   2> 6848 T606 oasc.SolrCore.<init> JMX monitoring not detected for core: newCore
[junit4:junit4]   2> 6848 T606 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 6849 T606 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355642065634\data\-1.3 forceNew:false
[junit4:junit4]   2> 6850 T606 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355642065634\data\-1.3
[junit4:junit4]   2> 6850 T606 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355642065634/data/-1.3\index/
[junit4:junit4]   2> 6851 T606 oasc.SolrCore.initIndex WARNING [newCore] Solr index directory 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355642065634\data\-1.3\index' doesn't exist. Creating new index...
[junit4:junit4]   2> 6852 T606 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355642065634\data\-1.3\index forceNew:false
[junit4:junit4]   2> 6856 T606 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@1713abe4 lockFactory=org.apache.lucene.store.NativeFSLockFactory@22178ea4),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 6857 T606 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 6857 T606 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355642065634\data\-1.3\index
[junit4:junit4]   2> 6860 T606 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 6861 T606 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 6862 T606 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 6929 T606 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 6938 T606 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355642065634\data\-1.3
[junit4:junit4]   2> 6938 T606 oass.SolrIndexSearcher.<init> Opening Searcher@3b90c899 main
[junit4:junit4]   2> 6939 T606 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 6939 T606 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 6946 T606 oasc.CoreContainer.registerCore registering core: newCore
[junit4:junit4]   2> 6946 T607 oasc.SolrCore.registerSearcher [newCore] Registered new searcher Searcher@3b90c899 main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 6947 T591 oasc.CoreContainer.shutdown Shutting down CoreContainer instance=46112405
[junit4:junit4]   2> 6948 T591 oasc.SolrCore.close [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@233eaca2
[junit4:junit4]   2> 6948 T591 oasu.DirectUpdateHandler2.close closing DirectUpdateHandler2{commits=0,autocommits=0,soft autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=0,adds=0,deletesById=0,deletesByQuery=0,errors=0,cumulative_adds=0,cumulative_deletesById=0,cumulative_deletesByQuery=0,cumulative_errors=0}
[junit4:junit4]   2> 6948 T591 oasc.SolrCore.decrefSolrCoreState Closing SolrCoreState
[junit4:junit4]   2> 6949 T591 oasu.DefaultSolrCoreState.closeIndexWriter SolrCoreState ref count has reached 0 - closing IndexWriter
[junit4:junit4]   2> 6949 T591 oasu.DefaultSolrCoreState.closeIndexWriter closing IndexWriter with IndexWriterCloser
[junit4:junit4]   2> 6950 T591 oasc.SolrCore.closeSearcher [collection1] Closing main searcher on request.
[junit4:junit4]   2> 6951 T591 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355642065634\data\-1.3\index
[junit4:junit4]   2> 6951 T591 oasc.CachingDirectoryFactory.close Closing directory when closing factory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355642065634\data\-1.3
[junit4:junit4]   2> 6951 T591 oasc.CachingDirectoryFactory.close Closing directory when closing factory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355642065634\data\-1.3\index
[junit4:junit4]   2> 6952 T591 oasc.SolrCore.close [core1]  CLOSING SolrCore org.apache.solr.core.SolrCore@552c0b19
[junit4:junit4]   2> 6952 T591 oasu.DirectUpdateHandler2.close closing DirectUpdateHandler2{commits=0,autocommits=0,soft autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=0,adds=0,deletesById=0,deletesByQuery=0,errors=0,cumulative_adds=0,cumulative_deletesById=0,cumulative_deletesByQuery=0,cumulative_errors=0}
[junit4:junit4]   2> 6953 T591 oasc.SolrCore.decrefSolrCoreState Closing SolrCoreState
[junit4:junit4]   2> 6953 T591 oasu.DefaultSolrCoreState.closeIndexWriter SolrCoreState ref count has reached 0 - closing IndexWriter
[junit4:junit4]   2> 6953 T591 oasu.DefaultSolrCoreState.closeIndexWriter closing IndexWriter with IndexWriterCloser
[junit4:junit4]   2> 6955 T591 oasc.SolrCore.closeSearcher [core1] Closing main searcher on request.
[junit4:junit4]   2> 6956 T591 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355642065634\data\FR-2.4\index
[junit4:junit4]   2> 6957 T591 oasc.CachingDirectoryFactory.close Closing directory when closing factory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355642065634\data\FR-2.4
[junit4:junit4]   2> 6957 T591 oasc.CachingDirectoryFactory.close Closing directory when closing factory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355642065634\data\FR-2.4\index
[junit4:junit4]   2> 6957 T591 oasc.SolrCore.close [newCore]  CLOSING SolrCore org.apache.solr.core.SolrCore@15387ea0
[junit4:junit4]   2> 6958 T591 oasu.DirectUpdateHandler2.close closing DirectUpdateHandler2{commits=0,autocommits=0,soft autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=0,adds=0,deletesById=0,deletesByQuery=0,errors=0,cumulative_adds=0,cumulative_deletesById=0,cumulative_deletesByQuery=0,cumulative_errors=0}
[junit4:junit4]   2> 6958 T591 oasc.SolrCore.decrefSolrCoreState Closing SolrCoreState
[junit4:junit4]   2> 6958 T591 oasu.DefaultSolrCoreState.closeIndexWriter SolrCoreState ref count has reached 0 - closing IndexWriter
[junit4:junit4]   2> 6958 T591 oasu.DefaultSolrCoreState.closeIndexWriter closing IndexWriter with IndexWriterCloser
[junit4:junit4]   2> 6959 T591 oasc.SolrCore.closeSearcher [newCore] Closing main searcher on request.
[junit4:junit4]   2> 6959 T591 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355642065634\data\-1.3\index
[junit4:junit4]   2> 6959 T591 oasc.CachingDirectoryFactory.close Closing directory when closing factory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355642065634\data\-1.3\index
[junit4:junit4]   2> 6959 T591 oasc.CachingDirectoryFactory.close Closing directory when closing factory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355642065634\data\-1.3
[junit4:junit4]   2> !!!! WARNING: best effort to remove C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355642065634\data\EN-3.5\tlog\tlog.0000000000000000000 FAILED !!!!!
[junit4:junit4]   2> !!!! WARNING: best effort to remove C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355642065634\data\EN-3.5\tlog FAILED !!!!!
[junit4:junit4]   2> !!!! WARNING: best effort to remove C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355642065634\data\EN-3.5 FAILED !!!!!
[junit4:junit4]   2> !!!! WARNING: best effort to remove C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355642065634\data FAILED !!!!!
[junit4:junit4]   2> 6986 T591 oascse.AbstractEmbeddedSolrServerTestCase.tearDown WARNING !!!! WARNING: best effort to remove C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-solrj\test\J0\.\solrtest-TestSolrProperties-1355642065634\data FAILED !!!!!
[junit4:junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestSolrProperties -Dtests.method=testProperties -Dtests.seed=5D6A016193FCFB81 -Dtests.slow=true -Dtests.locale=es -Dtests.timezone=America/Merida -Dtests.file.encoding=Cp1252
[junit4:junit4] ERROR   2.48s | TestSolrProperties.testProperties <<<
[junit4:junit4]    > Throwable #1: org.apache.solr.common.SolrException: No such core: renamed_core
[junit4:junit4]    > 	at __randomizedtesting.SeedInfo.seed([5D6A016193FCFB81:141B726B95D3C33F]:0)
[junit4:junit4]    > 	at org.apache.solr.client.solrj.embedded.EmbeddedSolrServer.request(EmbeddedSolrServer.java:112)
[junit4:junit4]    > 	at org.apache.solr.client.solrj.request.CoreAdminRequest.process(CoreAdminRequest.java:429)
[junit4:junit4]    > 	at org.apache.solr.client.solrj.request.CoreAdminRequest.persist(CoreAdminRequest.java:498)
[junit4:junit4]    > 	at org.apache.solr.client.solrj.embedded.TestSolrProperties.testProperties(TestSolrProperties.java:246)
[junit4:junit4]    > 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[junit4:junit4]    > 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
[junit4:junit4]    > 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[junit4:junit4]    > 	at java.lang.reflect.Method.invoke(Method.java:601)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1559)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$600(RandomizedRunner.java:79)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:737)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:773)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:787)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleFieldCacheSanity$1.evaluate(TestRuleFieldCacheSanity.java:51)
[junit4:junit4]    > 	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:782)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:442)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:746)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:648)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:682)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:693)
[junit4:junit4]    > 	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:43)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
[junit4:junit4]    > 	at java.lang.Thread.run(Thread.java:722)
[junit4:junit4]   2> NOTE: test params are: codec=Lucene41: {id=PostingsFormat(name=Memory doPackFST= true), _version_=MockFixedIntBlock(blockSize=536), core1=Pulsing41(freqCutoff=6 minBlockSize=19 maxBlockSize=78), core0=PostingsFormat(name=MockRandom)}, sim=RandomSimilarityProvider(queryNorm=false,coord=no): {}, locale=es, timezone=America/Merida
[junit4:junit4]   2> NOTE: Windows 7 6.1 amd64/Oracle Corporation 1.7.0_09 (64-bit)/cpus=2,threads=1,free=240979088,total=279969792
[junit4:junit4]   2> NOTE: All tests run in this JVM: [MultiCoreExampleJettyTest, TestNamedListCodec, TestCoreAdmin, LargeVolumeJettyTest, SolrExampleStreamingTest, TestDocumentObjectBinder, TestLBHttpSolrServer, SolrExampleJettyTest, AnlysisResponseBaseTest, CloudSolrServerTest, LargeVolumeEmbeddedTest, LargeVolumeBinaryJettyTest, SolrQueryTest, TermsResponseTest, TestBatchUpdate, TestUpdateRequestCodec, ContentStreamTest, SolrExampleStreamingBinaryTest, TestJavaBinCodec, IteratorChainTest, JettyWebappTest, TestHash, SolrExampleXMLTest, SolrExampleBinaryTest, SolrExampleEmbeddedTest, MergeIndexesEmbeddedTest, BasicHttpSolrServerTest, TestSolrProperties]
[junit4:junit4] Completed in 2.51s, 1 test, 1 error <<< FAILURES!

[...truncated 57 lines...]
BUILD FAILED
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\build.xml:353: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\build.xml:39: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build.xml:185: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\common-build.xml:438: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\lucene\common-build.xml:1175: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\lucene\common-build.xml:840: There were test failures: 45 suites, 241 tests, 1 error

Total time: 48 minutes 24 seconds
Build step 'Invoke Ant' marked build as failure
Archiving artifacts
Recording test results
Description set: Java: 64bit/jdk1.7.0_09 -XX:+UseG1GC
Email was triggered for: Failure
Sending email for trigger: Failure



[JENKINS] Lucene-Solr-trunk-Windows (32bit/jdk1.7.0_09) - Build # 2185 - Still Failing!

Posted by Policeman Jenkins Server <je...@sd-datasolutions.de>.
Build: http://jenkins.sd-datasolutions.de/job/Lucene-Solr-trunk-Windows/2185/
Java: 32bit/jdk1.7.0_09 -client -XX:+UseConcMarkSweepGC

2 tests failed.
FAILED:  org.apache.solr.search.TestReload.testGetRealtimeReload

Error Message:
Unable to reload core: collection1

Stack Trace:
org.apache.solr.common.SolrException: Unable to reload core: collection1
	at __randomizedtesting.SeedInfo.seed([D11EC09871220F3F:BADFE72164C34337]:0)
	at org.apache.solr.core.CoreContainer.recordAndThrow(CoreContainer.java:1606)
	at org.apache.solr.core.CoreContainer.reload(CoreContainer.java:1160)
	at org.apache.solr.util.TestHarness.reload(TestHarness.java:241)
	at org.apache.solr.search.TestReload.testGetRealtimeReload(TestReload.java:45)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:601)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1559)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$600(RandomizedRunner.java:79)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:737)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:773)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:787)
	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.TestRuleFieldCacheSanity$1.evaluate(TestRuleFieldCacheSanity.java:51)
	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:70)
	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:358)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:782)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:442)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:746)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:648)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:682)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:693)
	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 org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:43)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
	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:358)
	at java.lang.Thread.run(Thread.java:722)
Caused by: org.apache.solr.common.SolrException: Error Instantiating Update Handler, solr.DirectUpdateHandler2 failed to instantiate org.apache.solr.update.UpdateHandler
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:789)
	at org.apache.solr.core.SolrCore.reload(SolrCore.java:399)
	at org.apache.solr.core.CoreContainer.reload(CoreContainer.java:1149)
	... 42 more
Caused by: org.apache.solr.common.SolrException: Error Instantiating Update Handler, solr.DirectUpdateHandler2 failed to instantiate org.apache.solr.update.UpdateHandler
	at org.apache.solr.core.SolrCore.createReloadedUpdateHandler(SolrCore.java:556)
	at org.apache.solr.core.SolrCore.createUpdateHandler(SolrCore.java:584)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:776)
	... 44 more
Caused by: java.lang.reflect.InvocationTargetException
	at sun.reflect.GeneratedConstructorAccessor212.newInstance(Unknown Source)
	at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
	at java.lang.reflect.Constructor.newInstance(Constructor.java:525)
	at org.apache.solr.core.SolrCore.createReloadedUpdateHandler(SolrCore.java:542)
	... 46 more
Caused by: java.lang.RuntimeException: java.io.IOException: Unable to delete file: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\solrtest-TestReload-1355635779372\tlog\tlog.0000000000000000001
	at org.apache.solr.update.UpdateHandler.<init>(UpdateHandler.java:125)
	at org.apache.solr.update.DirectUpdateHandler2.<init>(DirectUpdateHandler2.java:112)
	... 50 more
Caused by: java.io.IOException: Unable to delete file: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\solrtest-TestReload-1355635779372\tlog\tlog.0000000000000000001
	at org.apache.commons.io.FileUtils.forceDelete(FileUtils.java:1919)
	at org.apache.commons.io.FileUtils.cleanDirectory(FileUtils.java:1399)
	at org.apache.commons.io.FileUtils.deleteDirectory(FileUtils.java:1331)
	at org.apache.solr.update.UpdateHandler.clearLog(UpdateHandler.java:91)
	at org.apache.solr.update.UpdateHandler.<init>(UpdateHandler.java:123)
	... 51 more


FAILED:  junit.framework.TestSuite.org.apache.solr.search.TestReload

Error Message:
ERROR: SolrIndexSearcher opens=5 closes=4

Stack Trace:
java.lang.AssertionError: ERROR: SolrIndexSearcher opens=5 closes=4
	at __randomizedtesting.SeedInfo.seed([D11EC09871220F3F]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.apache.solr.SolrTestCaseJ4.endTrackingSearchers(SolrTestCaseJ4.java:243)
	at org.apache.solr.SolrTestCaseJ4.afterClass(SolrTestCaseJ4.java:97)
	at sun.reflect.GeneratedMethodAccessor41.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:601)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1559)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$600(RandomizedRunner.java:79)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:700)
	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 org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:43)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
	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:358)
	at java.lang.Thread.run(Thread.java:722)




Build Log:
[...truncated 9317 lines...]
[junit4:junit4] Suite: org.apache.solr.search.TestReload
[junit4:junit4]   2> 1 T4682 oas.SolrTestCaseJ4.initCore ####initCore
[junit4:junit4]   2> Creating dataDir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\solrtest-TestReload-1355635779372
[junit4:junit4]   2> 3 T4682 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test-files\solr\collection1\'
[junit4:junit4]   2> 8 T4682 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-trunk-Windows/solr/build/solr-core/test-files/solr/collection1/lib/classes/' to classloader
[junit4:junit4]   2> 11 T4682 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-trunk-Windows/solr/build/solr-core/test-files/solr/collection1/lib/README' to classloader
[junit4:junit4]   2> 115 T4682 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   2> 207 T4682 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig-tlog.xml
[junit4:junit4]   2> 209 T4682 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 219 T4682 oass.IndexSchema.readSchema Schema name=test
[junit4:junit4]   2> 909 T4682 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 914 T4682 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 925 T4682 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 926 T4682 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test-files\solr
[junit4:junit4]   2> 926 T4682 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test-files\solr\'
[junit4:junit4]   2> 940 T4682 oasc.CoreContainer.<init> New CoreContainer 24082274
[junit4:junit4]   2> 941 T4682 oasc.SolrCore.<init> [collection1] Opening new SolrCore at C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test-files\solr\collection1\, dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\solrtest-TestReload-1355635779372\
[junit4:junit4]   2> 942 T4682 oasc.SolrCore.<init> JMX monitoring not detected for core: collection1
[junit4:junit4]   2> 942 T4682 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 943 T4682 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\solrtest-TestReload-1355635779372 forceNew:false
[junit4:junit4]   2> 944 T4682 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\solrtest-TestReload-1355635779372
[junit4:junit4]   2> 944 T4682 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\solrtest-TestReload-1355635779372\index/
[junit4:junit4]   2> 946 T4682 oasc.SolrCore.initIndex WARNING [collection1] Solr index directory 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\solrtest-TestReload-1355635779372\index' doesn't exist. Creating new index...
[junit4:junit4]   2> 947 T4682 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\solrtest-TestReload-1355635779372\index forceNew:false
[junit4:junit4]   2> 949 T4682 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@14d3433 lockFactory=org.apache.lucene.store.NativeFSLockFactory@1e2cebb),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 950 T4682 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 951 T4682 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\solrtest-TestReload-1355635779372\index
[junit4:junit4]   2> 953 T4682 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 954 T4682 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 954 T4682 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 955 T4682 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 968 T4682 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 976 T4682 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\solrtest-TestReload-1355635779372
[junit4:junit4]   2> 977 T4682 oass.SolrIndexSearcher.<init> Opening Searcher@14567c6 main
[junit4:junit4]   2> 982 T4682 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 983 T4682 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 983 T4682 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 0
[junit4:junit4]   2> 983 T4682 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 983 T4682 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 0
[junit4:junit4]   2> 984 T4682 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 984 T4682 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 984 T4682 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 985 T4682 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 985 T4682 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 986 T4682 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 986 T4682 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=0&connTimeout=0&retry=false
[junit4:junit4]   2> 1001 T4684 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@14567c6 main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 1001 T4682 oasc.CoreContainer.registerCore registering core: collection1
[junit4:junit4]   2> 1013 T4682 oas.SolrTestCaseJ4.initCore ####initCore end
[junit4:junit4]   2> 1017 T4682 oas.SolrTestCaseJ4.setUp ###Starting testGetRealtimeReload
[junit4:junit4]   2> ASYNC  NEW_CORE C360 name=collection1 org.apache.solr.core.SolrCore@149182
[junit4:junit4]   2> 1029 T4682 C360 oasu.DirectUpdateHandler2.deleteAll [collection1] REMOVING ALL DOCUMENTS FROM INDEX
[junit4:junit4]   2> 1030 T4682 C360 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\solrtest-TestReload-1355635779372
[junit4:junit4]   2> 1033 T4682 C360 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits:num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@14d3433 lockFactory=org.apache.lucene.store.NativeFSLockFactory@1e2cebb),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 1034 T4682 C360 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 1035 T4682 C360 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\solrtest-TestReload-1355635779372
[junit4:junit4]   2> 1036 T4682 C360 oass.SolrIndexSearcher.<init> Opening Searcher@12a0dd realtime
[junit4:junit4]   2> 1036 T4682 C360 REQ [collection1] webapp=null path=null params={_version_=-9223372036854775807&update.distrib=FROMLEADER&versions=true&wt=json&indent=true} status=0 QTime=7 
[junit4:junit4]   2> 1041 T4682 C360 oasu.DirectUpdateHandler2.commit start commit{flags=0,_version_=0,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false}
[junit4:junit4]   2> 1042 T4682 C360 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=2
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@14d3433 lockFactory=org.apache.lucene.store.NativeFSLockFactory@1e2cebb),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@14d3433 lockFactory=org.apache.lucene.store.NativeFSLockFactory@1e2cebb),segFN=segments_2,generation=2,filenames=[segments_2]
[junit4:junit4]   2> 1042 T4682 C360 oasc.SolrDeletionPolicy.updateCommits newest commit = 2[segments_2]
[junit4:junit4]   2> 1043 T4682 C360 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\solrtest-TestReload-1355635779372
[junit4:junit4]   2> 1043 T4682 C360 oass.SolrIndexSearcher.<init> Opening Searcher@40b624 main
[junit4:junit4]   2> 1044 T4682 C360 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\solrtest-TestReload-1355635779372\index
[junit4:junit4]   2> 1045 T4684 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@40b624 main{StandardDirectoryReader(segments_1:2:nrt)}
[junit4:junit4]   2> 1045 T4682 C360 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4:junit4]   2> 1046 T4684 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\solrtest-TestReload-1355635779372\index
[junit4:junit4]   2> 1047 T4682 C360 UPDATE [collection1] webapp=null path=null params={} {commit=} 0 7
[junit4:junit4]   2> 1070 T4682 C360 UPDATE [collection1] webapp=null path=null params={versions=true&wt=json&indent=true} {add=[1 (1421487144109604864)]} 0 1
[junit4:junit4]   2> 1076 T4682 C360 oasu.DirectUpdateHandler2.commit start commit{flags=0,_version_=0,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=true}
[junit4:junit4]   2> 1077 T4682 C360 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\solrtest-TestReload-1355635779372
[junit4:junit4]   2> 1078 T4682 C360 oass.SolrIndexSearcher.<init> Opening Searcher@10a5a4d main
[junit4:junit4]   2> 1079 T4684 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@10a5a4d main{StandardDirectoryReader(segments_2:4:nrt _0(5.0):C1)}
[junit4:junit4]   2> 1079 T4682 C360 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4:junit4]   2> 1079 T4684 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\solrtest-TestReload-1355635779372\index
[junit4:junit4]   2> 1081 T4682 C360 UPDATE [collection1] webapp=null path=null params={} {commit=} 0 5
[junit4:junit4]   2> 1084 T4682 C360 REQ [collection1] webapp=null path=null params={id=1&qt=/get} status=0 QTime=1 
[junit4:junit4]   2> 1084 T4682 oasc.CoreContainer.reload Reloading SolrCore 'collection1' using instanceDir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test-files\solr\collection1
[junit4:junit4]   2> 1085 T4682 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test-files\solr\collection1\'
[junit4:junit4]   2> 1088 T4682 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-trunk-Windows/solr/build/solr-core/test-files/solr/collection1/lib/classes/' to classloader
[junit4:junit4]   2> 1090 T4682 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-trunk-Windows/solr/build/solr-core/test-files/solr/collection1/lib/README' to classloader
[junit4:junit4]   2> 1156 T4682 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   2> 1236 T4682 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig-tlog.xml
[junit4:junit4]   2> 1238 T4682 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 1243 T4682 oass.IndexSchema.readSchema Schema name=test
[junit4:junit4]   2> 1898 T4682 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 1903 T4682 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 1914 T4682 oasc.SolrCore.<init> [collection1] Opening new SolrCore at C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test-files\solr\collection1\, dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\solrtest-TestReload-1355635779372\
[junit4:junit4]   2> 1915 T4682 oasc.SolrCore.<init> JMX monitoring not detected for core: collection1
[junit4:junit4]   2> 1915 T4682 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\solrtest-TestReload-1355635779372
[junit4:junit4]   2> 1916 T4682 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\solrtest-TestReload-1355635779372\index/
[junit4:junit4]   2> 1919 T4682 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 1920 T4682 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 1920 T4682 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 1921 T4682 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 1924 T4682 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 1928 T4682 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\solrtest-TestReload-1355635779372
[junit4:junit4]   2> 1929 T4682 oass.SolrIndexSearcher.<init> Opening Searcher@5a8af7 main
[junit4:junit4]   2> 1931 T4685 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@5a8af7 main{StandardDirectoryReader(segments_2:4:nrt _0(5.0):C1)}
[junit4:junit4]   2> 1931 T4682 oasc.SolrCore.close [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@597c0f
[junit4:junit4]   2> 1932 T4682 oasc.SolrCore.decrefSolrCoreState Closing SolrCoreState
[junit4:junit4]   2> 1932 T4682 oasu.DefaultSolrCoreState.closeIndexWriter SolrCoreState ref count has reached 0 - closing IndexWriter
[junit4:junit4]   2> 1933 T4682 oasu.DefaultSolrCoreState.closeIndexWriter closing IndexWriter...
[junit4:junit4]   2> 1933 T4682 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=2
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@14d3433 lockFactory=org.apache.lucene.store.NativeFSLockFactory@1e2cebb),segFN=segments_2,generation=2,filenames=[segments_2]
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@14d3433 lockFactory=org.apache.lucene.store.NativeFSLockFactory@1e2cebb),segFN=segments_3,generation=3,filenames=[_0_Lucene40_0.tim, _0.fnm, _0_Lucene40_0.frq, _0.fdx, _0.si, _0.fdt, segments_3, _0_Lucene40_0.tip]
[junit4:junit4]   2> 1934 T4682 oasc.SolrDeletionPolicy.updateCommits newest commit = 3[_0_Lucene40_0.tim, _0.fnm, _0_Lucene40_0.frq, _0.fdx, _0.si, _0.fdt, segments_3, _0_Lucene40_0.tip]
[junit4:junit4]   2> 1936 T4682 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\solrtest-TestReload-1355635779372\index
[junit4:junit4]   2> 1936 T4682 oasc.SolrCore.closeSearcher [collection1] Closing main searcher on request.
[junit4:junit4]   2> 1937 T4682 oasc.CachingDirectoryFactory.close Releasing directory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\solrtest-TestReload-1355635779372\index
[junit4:junit4]   2> 126241 T4682 oasc.CachingDirectoryFactory.close SEVERE Timeout waiting for all directory ref counts to be released
[junit4:junit4]   2> 126242 T4682 oasc.SolrException.log SEVERE Error closing directory:java.lang.AssertionError: 1
[junit4:junit4]   2> 		at org.apache.solr.core.CachingDirectoryFactory.close(CachingDirectoryFactory.java:139)
[junit4:junit4]   2> 		at org.apache.solr.core.SolrCore.close(SolrCore.java:1017)
[junit4:junit4]   2> 		at org.apache.solr.core.SolrCore.<init>(SolrCore.java:788)
[junit4:junit4]   2> 		at org.apache.solr.core.SolrCore.reload(SolrCore.java:399)
[junit4:junit4]   2> 		at org.apache.solr.core.CoreContainer.reload(CoreContainer.java:1149)
[junit4:junit4]   2> 		at org.apache.solr.util.TestHarness.reload(TestHarness.java:241)
[junit4:junit4]   2> 		at org.apache.solr.search.TestReload.testGetRealtimeReload(TestReload.java:45)
[junit4:junit4]   2> 		at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[junit4:junit4]   2> 		at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
[junit4:junit4]   2> 		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[junit4:junit4]   2> 		at java.lang.reflect.Method.invoke(Method.java:601)
[junit4:junit4]   2> 		at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1559)
[junit4:junit4]   2> 		at com.carrotsearch.randomizedtesting.RandomizedRunner.access$600(RandomizedRunner.java:79)
[junit4:junit4]   2> 		at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:737)
[junit4:junit4]   2> 		at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:773)
[junit4:junit4]   2> 		at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:787)
[junit4:junit4]   2> 		at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
[junit4:junit4]   2> 		at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
[junit4:junit4]   2> 		at org.apache.lucene.util.TestRuleFieldCacheSanity$1.evaluate(TestRuleFieldCacheSanity.java:51)
[junit4:junit4]   2> 		at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
[junit4:junit4]   2> 		at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
[junit4:junit4]   2> 		at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
[junit4:junit4]   2> 		at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
[junit4:junit4]   2> 		at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
[junit4:junit4]   2> 		at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4:junit4]   2> 		at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
[junit4:junit4]   2> 		at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:782)
[junit4:junit4]   2> 		at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:442)
[junit4:junit4]   2> 		at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:746)
[junit4:junit4]   2> 		at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:648)
[junit4:junit4]   2> 		at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:682)
[junit4:junit4]   2> 		at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:693)
[junit4:junit4]   2> 		at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4:junit4]   2> 		at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
[junit4:junit4]   2> 		at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
[junit4:junit4]   2> 		at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
[junit4:junit4]   2> 		at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
[junit4:junit4]   2> 		at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
[junit4:junit4]   2> 		at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
[junit4:junit4]   2> 		at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4:junit4]   2> 		at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:43)
[junit4:junit4]   2> 		at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
[junit4:junit4]   2> 		at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
[junit4:junit4]   2> 		at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
[junit4:junit4]   2> 		at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4:junit4]   2> 		at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
[junit4:junit4]   2> 		at java.lang.Thread.run(Thread.java:722)
[junit4:junit4]   2> 	
[junit4:junit4]   2> 126243 T4682 oasc.CachingDirectoryFactory.close Closing directory when closing factory:C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\solrtest-TestReload-1355635779372
[junit4:junit4]   2> 126244 T4682 oasc.CoreContainer.recordAndThrow SEVERE Unable to reload core: collection1 org.apache.solr.common.SolrException: Error Instantiating Update Handler, solr.DirectUpdateHandler2 failed to instantiate org.apache.solr.update.UpdateHandler
[junit4:junit4]   2> 	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:789)
[junit4:junit4]   2> 	at org.apache.solr.core.SolrCore.reload(SolrCore.java:399)
[junit4:junit4]   2> 	at org.apache.solr.core.CoreContainer.reload(CoreContainer.java:1149)
[junit4:junit4]   2> 	at org.apache.solr.util.TestHarness.reload(TestHarness.java:241)
[junit4:junit4]   2> 	at org.apache.solr.search.TestReload.testGetRealtimeReload(TestReload.java:45)
[junit4:junit4]   2> 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[junit4:junit4]   2> 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
[junit4:junit4]   2> 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[junit4:junit4]   2> 	at java.lang.reflect.Method.invoke(Method.java:601)
[junit4:junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1559)
[junit4:junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$600(RandomizedRunner.java:79)
[junit4:junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:737)
[junit4:junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:773)
[junit4:junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:787)
[junit4:junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
[junit4:junit4]   2> 	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
[junit4:junit4]   2> 	at org.apache.lucene.util.TestRuleFieldCacheSanity$1.evaluate(TestRuleFieldCacheSanity.java:51)
[junit4:junit4]   2> 	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
[junit4:junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
[junit4:junit4]   2> 	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
[junit4:junit4]   2> 	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
[junit4:junit4]   2> 	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
[junit4:junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4:junit4]   2> 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
[junit4:junit4]   2> 	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:782)
[junit4:junit4]   2> 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:442)
[junit4:junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:746)
[junit4:junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:648)
[junit4:junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:682)
[junit4:junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:693)
[junit4:junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4:junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
[junit4:junit4]   2> 	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
[junit4:junit4]   2> 	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
[junit4:junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
[junit4:junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
[junit4:junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
[junit4:junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4:junit4]   2> 	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:43)
[junit4:junit4]   2> 	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
[junit4:junit4]   2> 	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
[junit4:junit4]   2> 	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
[junit4:junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4:junit4]   2> 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
[junit4:junit4]   2> 	at java.lang.Thread.run(Thread.java:722)
[junit4:junit4]   2> Caused by: org.apache.solr.common.SolrException: Error Instantiating Update Handler, solr.DirectUpdateHandler2 failed to instantiate org.apache.solr.update.UpdateHandler
[junit4:junit4]   2> 	at org.apache.solr.core.SolrCore.createReloadedUpdateHandler(SolrCore.java:556)
[junit4:junit4]   2> 	at org.apache.solr.core.SolrCore.createUpdateHandler(SolrCore.java:584)
[junit4:junit4]   2> 	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:776)
[junit4:junit4]   2> 	... 44 more
[junit4:junit4]   2> Caused by: java.lang.reflect.InvocationTargetException
[junit4:junit4]   2> 	at sun.reflect.GeneratedConstructorAccessor212.newInstance(Unknown Source)
[junit4:junit4]   2> 	at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
[junit4:junit4]   2> 	at java.lang.reflect.Constructor.newInstance(Constructor.java:525)
[junit4:junit4]   2> 	at org.apache.solr.core.SolrCore.createReloadedUpdateHandler(SolrCore.java:542)
[junit4:junit4]   2> 	... 46 more
[junit4:junit4]   2> Caused by: java.lang.RuntimeException: java.io.IOException: Unable to delete file: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\solrtest-TestReload-1355635779372\tlog\tlog.0000000000000000001
[junit4:junit4]   2> 	at org.apache.solr.update.UpdateHandler.<init>(UpdateHandler.java:125)
[junit4:junit4]   2> 	at org.apache.solr.update.DirectUpdateHandler2.<init>(DirectUpdateHandler2.java:112)
[junit4:junit4]   2> 	... 50 more
[junit4:junit4]   2> Caused by: java.io.IOException: Unable to delete file: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\solrtest-TestReload-1355635779372\tlog\tlog.0000000000000000001
[junit4:junit4]   2> 	at org.apache.commons.io.FileUtils.forceDelete(FileUtils.java:1919)
[junit4:junit4]   2> 	at org.apache.commons.io.FileUtils.cleanDirectory(FileUtils.java:1399)
[junit4:junit4]   2> 	at org.apache.commons.io.FileUtils.deleteDirectory(FileUtils.java:1331)
[junit4:junit4]   2> 	at org.apache.solr.update.UpdateHandler.clearLog(UpdateHandler.java:91)
[junit4:junit4]   2> 	at org.apache.solr.update.UpdateHandler.<init>(UpdateHandler.java:123)
[junit4:junit4]   2> 	... 51 more
[junit4:junit4]   2> 
[junit4:junit4]   2> 126247 T4682 oas.SolrTestCaseJ4.tearDown ###Ending testGetRealtimeReload
[junit4:junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestReload -Dtests.method=testGetRealtimeReload -Dtests.seed=D11EC09871220F3F -Dtests.slow=true -Dtests.locale=sr_BA -Dtests.timezone=Asia/Baku -Dtests.file.encoding=US-ASCII
[junit4:junit4] ERROR    125s | TestReload.testGetRealtimeReload <<<
[junit4:junit4]    > Throwable #1: org.apache.solr.common.SolrException: Unable to reload core: collection1
[junit4:junit4]    > 	at __randomizedtesting.SeedInfo.seed([D11EC09871220F3F:BADFE72164C34337]:0)
[junit4:junit4]    > 	at org.apache.solr.core.CoreContainer.recordAndThrow(CoreContainer.java:1606)
[junit4:junit4]    > 	at org.apache.solr.core.CoreContainer.reload(CoreContainer.java:1160)
[junit4:junit4]    > 	at org.apache.solr.util.TestHarness.reload(TestHarness.java:241)
[junit4:junit4]    > 	at org.apache.solr.search.TestReload.testGetRealtimeReload(TestReload.java:45)
[junit4:junit4]    > 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[junit4:junit4]    > 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
[junit4:junit4]    > 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[junit4:junit4]    > 	at java.lang.reflect.Method.invoke(Method.java:601)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1559)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$600(RandomizedRunner.java:79)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:737)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:773)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:787)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleFieldCacheSanity$1.evaluate(TestRuleFieldCacheSanity.java:51)
[junit4:junit4]    > 	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:782)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:442)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:746)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:648)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:682)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:693)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
[junit4:junit4]    > 	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:43)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
[junit4:junit4]    > 	at java.lang.Thread.run(Thread.java:722)
[junit4:junit4]    > Caused by: org.apache.solr.common.SolrException: Error Instantiating Update Handler, solr.DirectUpdateHandler2 failed to instantiate org.apache.solr.update.UpdateHandler
[junit4:junit4]    > 	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:789)
[junit4:junit4]    > 	at org.apache.solr.core.SolrCore.reload(SolrCore.java:399)
[junit4:junit4]    > 	at org.apache.solr.core.CoreContainer.reload(CoreContainer.java:1149)
[junit4:junit4]    > 	... 42 more
[junit4:junit4]    > Caused by: org.apache.solr.common.SolrException: Error Instantiating Update Handler, solr.DirectUpdateHandler2 failed to instantiate org.apache.solr.update.UpdateHandler
[junit4:junit4]    > 	at org.apache.solr.core.SolrCore.createReloadedUpdateHandler(SolrCore.java:556)
[junit4:junit4]    > 	at org.apache.solr.core.SolrCore.createUpdateHandler(SolrCore.java:584)
[junit4:junit4]    > 	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:776)
[junit4:junit4]    > 	... 44 more
[junit4:junit4]    > Caused by: java.lang.reflect.InvocationTargetException
[junit4:junit4]    > 	at sun.reflect.GeneratedConstructorAccessor212.newInstance(Unknown Source)
[junit4:junit4]    > 	at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
[junit4:junit4]    > 	at java.lang.reflect.Constructor.newInstance(Constructor.java:525)
[junit4:junit4]    > 	at org.apache.solr.core.SolrCore.createReloadedUpdateHandler(SolrCore.java:542)
[junit4:junit4]    > 	... 46 more
[junit4:junit4]    > Caused by: java.lang.RuntimeException: java.io.IOException: Unable to delete file: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\solrtest-TestReload-1355635779372\tlog\tlog.0000000000000000001
[junit4:junit4]    > 	at org.apache.solr.update.UpdateHandler.<init>(UpdateHandler.java:125)
[junit4:junit4]    > 	at org.apache.solr.update.DirectUpdateHandler2.<init>(DirectUpdateHandler2.java:112)
[junit4:junit4]    > 	... 50 more
[junit4:junit4]    > Caused by: java.io.IOException: Unable to delete file: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\solrtest-TestReload-1355635779372\tlog\tlog.0000000000000000001
[junit4:junit4]    > 	at org.apache.commons.io.FileUtils.forceDelete(FileUtils.java:1919)
[junit4:junit4]    > 	at org.apache.commons.io.FileUtils.cleanDirectory(FileUtils.java:1399)
[junit4:junit4]    > 	at org.apache.commons.io.FileUtils.deleteDirectory(FileUtils.java:1331)
[junit4:junit4]    > 	at org.apache.solr.update.UpdateHandler.clearLog(UpdateHandler.java:91)
[junit4:junit4]    > 	at org.apache.solr.update.UpdateHandler.<init>(UpdateHandler.java:123)
[junit4:junit4]    > 	... 51 more
[junit4:junit4]   2> 126313 T4682 oas.SolrTestCaseJ4.deleteCore ###deleteCore
[junit4:junit4]   2> 126314 T4682 oasc.CoreContainer.shutdown Shutting down CoreContainer instance=24082274
[junit4:junit4]   2> 126314 T4682 oasc.SolrCore.close [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@149182
[junit4:junit4]   2> 126315 T4682 oasu.DirectUpdateHandler2.close closing DirectUpdateHandler2{commits=2,autocommits=0,soft autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=1,adds=0,deletesById=0,deletesByQuery=0,errors=1,cumulative_adds=1,cumulative_deletesById=0,cumulative_deletesByQuery=1,cumulative_errors=1}
[junit4:junit4]   2> 126316 T4682 oasc.SolrCore.closeSearcher [collection1] Closing main searcher on request.
[junit4:junit4]   2> 126317 T4682 oasc.SolrException.log SEVERE Error closing searcher:org.apache.solr.core.SolrCore$8@18c7b57:java.lang.IllegalArgumentException: Unknown directory: MockDirWrapper(org.apache.lucene.store.RAMDirectory@14d3433 lockFactory=org.apache.lucene.store.NativeFSLockFactory@1e2cebb) {}
[junit4:junit4]   2> 		at org.apache.solr.core.CachingDirectoryFactory.close(CachingDirectoryFactory.java:158)
[junit4:junit4]   2> 		at org.apache.solr.core.CachingDirectoryFactory.release(CachingDirectoryFactory.java:335)
[junit4:junit4]   2> 		at org.apache.solr.search.SolrIndexSearcher.close(SolrIndexSearcher.java:287)
[junit4:junit4]   2> 		at org.apache.solr.core.SolrCore$8.close(SolrCore.java:1714)
[junit4:junit4]   2> 		at org.apache.solr.util.RefCounted.decref(RefCounted.java:57)
[junit4:junit4]   2> 		at org.apache.solr.core.SolrCore.closeSearcher(SolrCore.java:1785)
[junit4:junit4]   2> 		at org.apache.solr.core.SolrCore.close(SolrCore.java:1008)
[junit4:junit4]   2> 		at org.apache.solr.core.CoreContainer.shutdown(CoreContainer.java:731)
[junit4:junit4]   2> 		at org.apache.solr.util.TestHarness.close(TestHarness.java:448)
[junit4:junit4]   2> 		at org.apache.solr.SolrTestCaseJ4.deleteCore(SolrTestCaseJ4.java:415)
[junit4:junit4]   2> 		at org.apache.solr.SolrTestCaseJ4.afterClass(SolrTestCaseJ4.java:95)
[junit4:junit4]   2> 		at sun.reflect.GeneratedMethodAccessor41.invoke(Unknown Source)
[junit4:junit4]   2> 		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[junit4:junit4]   2> 		at java.lang.reflect.Method.invoke(Method.java:601)
[junit4:junit4]   2> 		at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1559)
[junit4:junit4]   2> 		at com.carrotsearch.randomizedtesting.RandomizedRunner.access$600(RandomizedRunner.java:79)
[junit4:junit4]   2> 		at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:700)
[junit4:junit4]   2> 		at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4:junit4]   2> 		at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
[junit4:junit4]   2> 		at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
[junit4:junit4]   2> 		at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
[junit4:junit4]   2> 		at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
[junit4:junit4]   2> 		at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
[junit4:junit4]   2> 		at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
[junit4:junit4]   2> 		at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4:junit4]   2> 		at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:43)
[junit4:junit4]   2> 		at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
[junit4:junit4]   2> 		at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
[junit4:junit4]   2> 		at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
[junit4:junit4]   2> 		at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4:junit4]   2> 		at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
[junit4:junit4]   2> 		at java.lang.Thread.run(Thread.java:722)
[junit4:junit4]   2> 	
[junit4:junit4]   2> !!!! WARNING: best effort to remove C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\solrtest-TestReload-1355635779372\tlog\tlog.0000000000000000001 FAILED !!!!!
[junit4:junit4]   2> !!!! WARNING: best effort to remove C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\solrtest-TestReload-1355635779372\tlog FAILED !!!!!
[junit4:junit4]   2> !!!! WARNING: best effort to remove C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\solrtest-TestReload-1355635779372 FAILED !!!!!
[junit4:junit4]   2> 251218 T4682 oas.SolrTestCaseJ4.endTrackingSearchers SEVERE ERROR: SolrIndexSearcher opens=5 closes=4
[junit4:junit4]   2> NOTE: test params are: codec=Lucene40, sim=RandomSimilarityProvider(queryNorm=true,coord=yes): {}, locale=sr_BA, timezone=Asia/Baku
[junit4:junit4]   2> NOTE: Windows 7 6.1 x86/Oracle Corporation 1.7.0_09 (32-bit)/cpus=2,threads=1,free=269743640,total=440393728
[junit4:junit4]   2> NOTE: All tests run in this JVM: [SimpleFacetsTest, TestZkChroot, TestRangeQuery, BadIndexSchemaTest, TestRandomFaceting, TestFuzzyAnalyzedSuggestions, SuggesterTSTTest, BasicDistributedZk2Test, SortByFunctionTest, ExternalFileFieldSortTest, BasicDistributedZkTest, StatelessScriptUpdateProcessorFactoryTest, FieldAnalysisRequestHandlerTest, PingRequestHandlerTest, HighlighterTest, TermsComponentTest, TestCollationField, TestJmxMonitoredMap, CurrencyFieldTest, LeaderElectionIntegrationTest, DateMathParserTest, HighlighterConfigTest, SpellCheckCollatorTest, LukeRequestHandlerTest, DirectSolrSpellCheckerTest, DistributedMLTComponentTest, SoftAutoCommitTest, SolrPluginUtilsTest, SignatureUpdateProcessorFactoryTest, SuggesterTest, PathHierarchyTokenizerFactoryTest, TestBinaryResponseWriter, TestBM25SimilarityFactory, TestTrie, MultiTermTest, TestRTGBase, AnalysisAfterCoreReloadTest, DirectSolrConnectionTest, TestWordDelimiterFilterFactory, TestCoreContainer, TestIndexSearcher, QueryElevationComponentTest, DefaultValueUpdateProcessorTest, TestAnalyzedSuggestions, TestHashPartitioner, TestJoin, UniqFieldsUpdateProcessorFactoryTest, TestSolrDeletionPolicy1, IndexSchemaTest, TestSolrJ, PeerSyncTest, TestValueSourceCache, TestLazyCores, LeaderElectionTest, FastVectorHighlighterTest, SolrInfoMBeanTest, SimplePostToolTest, TestCSVResponseWriter, ShardRoutingTest, DistributedQueryElevationComponentTest, TestQueryTypes, TestFastOutputStream, TestSystemIdResolver, SolrCoreCheckLockOnStartupTest, TestPseudoReturnFields, TestRealTimeGet, TestConfig, ResponseLogComponentTest, TestNumberUtils, TestDistributedSearch, IndexReaderFactoryTest, TestPropInjectDefaults, TestLFUCache, OverseerCollectionProcessorTest, TestCSVLoader, TestExtendedDismaxParser, ZkSolrClientTest, SpellPossibilityIteratorTest, TestLuceneMatchVersion, ClusterStateUpdateTest, TestQueryUtils, TestSolrXMLSerializer, PluginInfoTest, TestFastLRUCache, SolrRequestParserTest, DirectUpdateHandlerTest, NotRequiredUniqueKeyTest, ScriptEngineTest, TestSolrIndexConfig, OpenExchangeRatesOrgProviderTest, FileBasedSpellCheckerTest, ZkControllerTest, SOLR749Test, MoreLikeThisHandlerTest, BadComponentTest, TestIBSimilarityFactory, FullSolrCloudDistribCmdsTest, BasicZkTest, PrimitiveFieldTypeTest, JSONWriterTest, TestMergePolicyConfig, TestSuggestSpellingConverter, TestMultiCoreConfBootstrap, CircularListTest, SuggesterFSTTest, IndexSchemaRuntimeFieldTest, TestDocSet, TestQuerySenderListener, RequestHandlersTest, TestSolrQueryParser, ShowFileRequestHandlerTest, TestDistributedGrouping, CacheHeaderTest, SolrCoreTest, SchemaVersionSpecificBehaviorTest, OverseerTest, RecoveryZkTest, SpellCheckComponentTest, TestReplicationHandler, DistributedSpellCheckComponentTest, AutoCommitTest, TestFaceting, WordBreakSolrSpellCheckerTest, DistributedTermsComponentTest, StatsComponentTest, TestRecovery, IndexBasedSpellCheckerTest, TestSort, TestGroupingSearch, TestFiltering, ConvertedLegacyTest, BasicFunctionalityTest, TestJmxIntegration, SampleTest, CoreAdminHandlerTest, TestFunctionQuery, TestRemoteStreaming, QueryEqualityTest, PolyFieldTest, SpatialFilterTest, DocumentBuilderTest, MBeansHandlerTest, DisMaxRequestHandlerTest, BinaryUpdateRequestHandlerTest, QueryParsingTest, DistanceFunctionTest, XsltUpdateRequestHandlerTest, MinimalSchemaTest, StandardRequestHandlerTest, TestPHPSerializedResponseWriter, XmlUpdateRequestHandlerTest, TermVectorComponentTest, SuggesterWFSTTest, JsonLoaderTest, TestSurroundQueryParser, DocumentAnalysisRequestHandlerTest, DirectUpdateHandlerOptimizeTest, TestReversedWildcardFilterFactory, DebugComponentTest, ReturnFieldsTest, SearchHandlerTest, RequiredFieldsTest, TestOmitPositions, CopyFieldTest, TestArbitraryIndexDir, LoggingHandlerTest, SolrCmdDistributorTest, UpdateParamsTest, CSVRequestHandlerTest, TestSearchPerf, TestFoldingMultitermQuery, UpdateRequestProcessorFactoryTest, TestPropInject, TestWriterPerf, TestIndexingPerformance, NoCacheHeaderTest, AlternateDirectoryTest, FieldMutatingUpdateProcessorTest, TestUpdate, TestBinaryField, TestSolrDeletionPolicy2, TestXIncludeConfig, SolrIndexConfigTest, TestQuerySenderNoQuery, NumericFieldsTest, OutputWriterTest, TestSolrCoreProperties, EchoParamsTest, TestPhraseSuggestions, TestLMDirichletSimilarityFactory, TestPerFieldSimilarity, TestPluginEnable, LegacyHTMLStripCharFilterTest, TestLMJelinekMercerSimilarityFactory, TestDFRSimilarityFactory, TestCodecSupport, TestDefaultSimilarityFactory, TimeZoneUtilsTest, URLClassifyProcessorTest, PrimUtilsTest, ResourceLoaderTest, FileUtilsTest, DateFieldTest, SpellingQueryConverterTest, TestBadConfig, DOMUtilTest, TestLRUCache, UUIDFieldTest, RAMDirectoryFactoryTest, SystemInfoHandlerTest, TestUtils, PreAnalyzedFieldTest, ZkNodePropsTest, TestDocumentBuilder, TestCharFilters, ClusterStateTest, SyncSliceTest, ZkCLITest, CoreContainerCoreInitFailuresTest, TermVectorComponentDistributedTest, TestElisionMultitermQuery, TestReload]
[junit4:junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestReload -Dtests.seed=D11EC09871220F3F -Dtests.slow=true -Dtests.locale=sr_BA -Dtests.timezone=Asia/Baku -Dtests.file.encoding=US-ASCII
[junit4:junit4] ERROR   0.00s | TestReload (suite) <<<
[junit4:junit4]    > Throwable #1: java.lang.AssertionError: ERROR: SolrIndexSearcher opens=5 closes=4
[junit4:junit4]    > 	at __randomizedtesting.SeedInfo.seed([D11EC09871220F3F]:0)
[junit4:junit4]    > 	at org.junit.Assert.fail(Assert.java:93)
[junit4:junit4]    > 	at org.apache.solr.SolrTestCaseJ4.endTrackingSearchers(SolrTestCaseJ4.java:243)
[junit4:junit4]    > 	at org.apache.solr.SolrTestCaseJ4.afterClass(SolrTestCaseJ4.java:97)
[junit4:junit4]    > 	at sun.reflect.GeneratedMethodAccessor41.invoke(Unknown Source)
[junit4:junit4]    > 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[junit4:junit4]    > 	at java.lang.reflect.Method.invoke(Method.java:601)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1559)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$600(RandomizedRunner.java:79)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:700)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
[junit4:junit4]    > 	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:43)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
[junit4:junit4]    > 	at java.lang.Thread.run(Thread.java:722)
[junit4:junit4] Completed in 251.27s, 1 test, 1 failure, 1 error <<< FAILURES!

[...truncated 35 lines...]
BUILD FAILED
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\build.xml:353: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\build.xml:39: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build.xml:178: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\common-build.xml:438: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\lucene\common-build.xml:1175: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\lucene\common-build.xml:840: There were test failures: 241 suites, 1006 tests, 1 suite-level error, 1 error, 12 ignored (7 assumptions)

Total time: 50 minutes 58 seconds
Build step 'Invoke Ant' marked build as failure
Archiving artifacts
Recording test results
Description set: Java: 32bit/jdk1.7.0_09 -client -XX:+UseConcMarkSweepGC
Email was triggered for: Failure
Sending email for trigger: Failure