Build: http://jenkins.thetaphi.de/job/Lucene-Solr-4.x-Linux/6627/
Java: 32bit/jrockit-jdk1.6.0_45-R28.2.7-4.1.0 -XnoOpt

2 tests failed.
REGRESSION:  org.apache.solr.core.TestJmxIntegration.testJmxRegistration

Error Message:
No SolrDynamicMBeans found

Stack Trace:
java.lang.AssertionError: No SolrDynamicMBeans found
        at 
__randomizedtesting.SeedInfo.seed([61ED01840FE48A5F:EF3C65BE62A5D23A]:0)
        at org.junit.Assert.fail(Assert.java:93)
        at org.junit.Assert.assertTrue(Assert.java:43)
        at 
org.apache.solr.core.TestJmxIntegration.testJmxRegistration(TestJmxIntegration.java:94)
        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:738)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:774)
        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:683)
        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:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:44)
        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:56)
        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)


REGRESSION:  org.apache.solr.core.TestJmxIntegration.testJmxUpdate

Error Message:
No mbean found for SolrIndexSearcher

Stack Trace:
java.lang.AssertionError: No mbean found for SolrIndexSearcher
        at 
__randomizedtesting.SeedInfo.seed([61ED01840FE48A5F:778A33EE9F3221F4]:0)
        at org.junit.Assert.fail(Assert.java:93)
        at org.junit.Assert.assertTrue(Assert.java:43)
        at org.junit.Assert.assertFalse(Assert.java:68)
        at 
org.apache.solr.core.TestJmxIntegration.testJmxUpdate(TestJmxIntegration.java:120)
        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:738)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:774)
        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:683)
        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:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:44)
        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:56)
        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 8717 lines...]
   [junit4] Suite: org.apache.solr.core.TestJmxIntegration
   [junit4]   2> log4j:WARN No such property [conversionPattern] in 
org.apache.solr.util.SolrLogLayout.
   [junit4]   2> 628 T13 oas.SolrTestCaseJ4.initCore ####initCore
   [junit4]   2> Creating dataDir: 
/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./solrtest-TestJmxIntegration-1374637636129
   [junit4]   2> 743 T13 oasc.SolrResourceLoader.<init> new SolrResourceLoader 
for directory: 
'/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test-files/solr/collection1/'
   [junit4]   2> 752 T13 oasc.SolrResourceLoader.replaceClassLoader Adding 
'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test-files/solr/collection1/lib/README'
 to classloader
   [junit4]   2> 752 T13 oasc.SolrResourceLoader.replaceClassLoader Adding 
'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test-files/solr/collection1/lib/classes/'
 to classloader
   [junit4]   2> 1471 T13 oasc.SolrConfig.<init> Using Lucene MatchVersion: 
LUCENE_45
   [junit4]   2> 1575 T13 oasc.SolrConfig.<init> Loaded SolrConfig: 
solrconfig.xml
   [junit4]   2> 1595 T13 oass.IndexSchema.readSchema Reading Solr Schema from 
schema.xml
   [junit4]   2> 1607 T13 oass.IndexSchema.readSchema [null] Schema name=test
   [junit4]   2> 2611 T13 oass.ByteField.init WARN ByteField is deprecated and 
will be removed in 5.0. You should use TrieIntField instead.
   [junit4]   2> 2611 T13 oass.ShortField.init WARN ShortField is deprecated 
and will be removed in 5.0. You should use TrieIntField instead.
   [junit4]   2> 2638 T13 oass.OpenExchangeRatesOrgProvider.init Initialized 
with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 2661 T13 oass.IndexSchema.readSchema default search field in 
schema is text
   [junit4]   2> 2665 T13 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 2939 T13 oass.FileExchangeRateProvider.reload Reloading 
exchange rates from file currency.xml
   [junit4]   2> 2944 T13 oass.FileExchangeRateProvider.reload Reloading 
exchange rates from file currency.xml
   [junit4]   2> 2948 T13 oass.OpenExchangeRatesOrgProvider.reload Reloading 
exchange rates from open-exchange-rates.json
   [junit4]   2> 2961 T13 
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key 
IMPORTANT NOTE
   [junit4]   2> 2963 T13 
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, 
got STRING
   [junit4]   2> 2964 T13 oass.OpenExchangeRatesOrgProvider.reload Reloading 
exchange rates from open-exchange-rates.json
   [junit4]   2> 2965 T13 
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key 
IMPORTANT NOTE
   [junit4]   2> 2965 T13 
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, 
got STRING
   [junit4]   2> 2980 T13 oasc.SolrResourceLoader.locateSolrHome JNDI not 
configured for solr (NoInitialContextEx)
   [junit4]   2> 2980 T13 oasc.SolrResourceLoader.locateSolrHome using system 
property solr.solr.home: 
/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test-files/solr
   [junit4]   2> 2980 T13 oasc.SolrResourceLoader.<init> new SolrResourceLoader 
for directory: 
'/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test-files/solr/'
   [junit4]   2> 3015 T13 oasc.SolrResourceLoader.locateSolrHome JNDI not 
configured for solr (NoInitialContextEx)
   [junit4]   2> 3015 T13 oasc.SolrResourceLoader.locateSolrHome using system 
property solr.solr.home: 
/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test-files/solr
   [junit4]   2> 3015 T13 oasc.SolrResourceLoader.<init> new SolrResourceLoader 
for deduced Solr Home: 
'/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test-files/solr/'
   [junit4]   2> 3107 T13 oasc.CoreContainer.<init> New CoreContainer 450883511
   [junit4]   2> 3113 T13 oasc.CoreContainer.load Loading cores into 
CoreContainer 
[instanceDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test-files/solr/]
   [junit4]   2> 3141 T13 oashc.HttpShardHandlerFactory.getParameter Setting 
socketTimeout to: 0
   [junit4]   2> 3141 T13 oashc.HttpShardHandlerFactory.getParameter Setting 
urlScheme to: http://
   [junit4]   2> 3141 T13 oashc.HttpShardHandlerFactory.getParameter Setting 
connTimeout to: 0
   [junit4]   2> 3141 T13 oashc.HttpShardHandlerFactory.getParameter Setting 
maxConnectionsPerHost to: 20
   [junit4]   2> 3142 T13 oashc.HttpShardHandlerFactory.getParameter Setting 
corePoolSize to: 0
   [junit4]   2> 3142 T13 oashc.HttpShardHandlerFactory.getParameter Setting 
maximumPoolSize to: 2147483647
   [junit4]   2> 3142 T13 oashc.HttpShardHandlerFactory.getParameter Setting 
maxThreadIdleTime to: 5
   [junit4]   2> 3142 T13 oashc.HttpShardHandlerFactory.getParameter Setting 
sizeOfQueue to: -1
   [junit4]   2> 3143 T13 oashc.HttpShardHandlerFactory.getParameter Setting 
fairnessPolicy to: false
   [junit4]   2> 3159 T13 oascsi.HttpClientUtil.createClient Creating new http 
client, 
config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=0&connTimeout=0&retry=false
   [junit4]   2> 3436 T13 oasl.LogWatcher.newRegisteredLogWatcher Registering 
Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 3653 T14 oasc.CoreContainer.create Creating SolrCore 
'collection1' using instanceDir: 
/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test-files/solr/collection1
   [junit4]   2> 3658 T14 oasc.SolrResourceLoader.<init> new SolrResourceLoader 
for directory: 
'/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test-files/solr/collection1/'
   [junit4]   2> 3659 T14 oasc.SolrResourceLoader.replaceClassLoader Adding 
'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test-files/solr/collection1/lib/README'
 to classloader
   [junit4]   2> 3659 T14 oasc.SolrResourceLoader.replaceClassLoader Adding 
'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test-files/solr/collection1/lib/classes/'
 to classloader
   [junit4]   2> 3726 T14 oasc.SolrConfig.<init> Using Lucene MatchVersion: 
LUCENE_45
   [junit4]   2> 3806 T14 oasc.SolrConfig.<init> Loaded SolrConfig: 
solrconfig.xml
   [junit4]   2> 3807 T14 oass.IndexSchema.readSchema Reading Solr Schema from 
schema.xml
   [junit4]   2> 3817 T14 oass.IndexSchema.readSchema [collection1] Schema 
name=test
   [junit4]   2> 4389 T14 oass.ByteField.init WARN ByteField is deprecated and 
will be removed in 5.0. You should use TrieIntField instead.
   [junit4]   2> 4390 T14 oass.ShortField.init WARN ShortField is deprecated 
and will be removed in 5.0. You should use TrieIntField instead.
   [junit4]   2> 4391 T14 oass.OpenExchangeRatesOrgProvider.init Initialized 
with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 4398 T14 oass.IndexSchema.readSchema default search field in 
schema is text
   [junit4]   2> 4402 T14 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 4407 T14 oass.FileExchangeRateProvider.reload Reloading 
exchange rates from file currency.xml
   [junit4]   2> 4411 T14 oass.FileExchangeRateProvider.reload Reloading 
exchange rates from file currency.xml
   [junit4]   2> 4414 T14 oass.OpenExchangeRatesOrgProvider.reload Reloading 
exchange rates from open-exchange-rates.json
   [junit4]   2> 4415 T14 
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key 
IMPORTANT NOTE
   [junit4]   2> 4415 T14 
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, 
got STRING
   [junit4]   2> 4415 T14 oass.OpenExchangeRatesOrgProvider.reload Reloading 
exchange rates from open-exchange-rates.json
   [junit4]   2> 4415 T14 
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key 
IMPORTANT NOTE
   [junit4]   2> 4416 T14 
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, 
got STRING
   [junit4]   2> 4458 T14 oasc.SolrCore.initDirectoryFactory 
org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 4471 T14 oasc.SolrCore.<init> [collection1] Opening new 
SolrCore at 
/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test-files/solr/collection1/,
 
dataDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./solrtest-TestJmxIntegration-1374637636129/
   [junit4]   2> 4476 T14 oasc.JmxMonitoredMap.<init> No JMX servers found, not 
exposing Solr information with JMX.
   [junit4]   2> 4524 T14 oasc.CachingDirectoryFactory.get return new directory 
for 
/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./solrtest-TestJmxIntegration-1374637636129
   [junit4]   2> 4526 T14 oasc.SolrCore.getNewIndexDir New index directory 
detected: old=null 
new=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./solrtest-TestJmxIntegration-1374637636129/index/
   [junit4]   2> 4527 T14 oasc.SolrCore.initIndex WARN [collection1] Solr index 
directory 
'/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./solrtest-TestJmxIntegration-1374637636129/index'
 doesn't exist. Creating new index...
   [junit4]   2> 4539 T14 oasc.CachingDirectoryFactory.get return new directory 
for 
/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./solrtest-TestJmxIntegration-1374637636129/index
   [junit4]   2> 4765 T14 oasc.SolrDeletionPolicy.onCommit 
SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2>                
commit{dir=RateLimitedDirectoryWrapper(MockDirWrapper(org.apache.lucene.store.RAMDirectory@1ade3490
 
lockFactory=org.apache.lucene.store.NativeFSLockFactory@1ade3b7a)),segFN=segments_1,generation=1}
   [junit4]   2> 4767 T14 oasc.SolrDeletionPolicy.updateCommits newest commit 
generation = 1
   [junit4]   2> 4788 T14 oasc.SolrCore.initWriters created xml: 
solr.XMLResponseWriter
   [junit4]   2> 5054 T14 oasup.UpdateRequestProcessorChain.init inserting 
DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 5054 T14 oasup.UpdateRequestProcessorChain.init inserting 
DistributedUpdateProcessorFactory into updateRequestProcessorChain 
"dedupe-allfields"
   [junit4]   2> 5055 T14 oasup.UpdateRequestProcessorChain.init inserting 
DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 5057 T14 oasup.UpdateRequestProcessorChain.init inserting 
DistributedUpdateProcessorFactory into updateRequestProcessorChain "uniq-fields"
   [junit4]   2> 5103 T14 oasup.UpdateRequestProcessorChain.init inserting 
DistributedUpdateProcessorFactory into updateRequestProcessorChain 
"distrib-dup-test-chain-implicit"
   [junit4]   2> 5107 T14 oasc.RequestHandlers.initHandlersFromConfig adding 
lazy requestHandler: solr.ReplicationHandler
   [junit4]   2> 5108 T14 oasc.RequestHandlers.initHandlersFromConfig created 
/replication: solr.ReplicationHandler
   [junit4]   2> 5115 T14 oasc.RequestHandlers.initHandlersFromConfig created 
standard: solr.StandardRequestHandler
   [junit4]   2> 5119 T14 oasc.RequestHandlers.initHandlersFromConfig created 
/get: solr.RealTimeGetHandler
   [junit4]   2> 5131 T14 oasc.RequestHandlers.initHandlersFromConfig created 
dismax: solr.SearchHandler
   [junit4]   2> 5132 T14 oasc.RequestHandlers.initHandlersFromConfig created 
mock: org.apache.solr.core.MockQuerySenderListenerReqHandler
   [junit4]   2> 5137 T14 oasc.RequestHandlers.initHandlersFromConfig created 
/admin/: org.apache.solr.handler.admin.AdminHandlers
   [junit4]   2> 5137 T14 oasc.RequestHandlers.initHandlersFromConfig created 
defaults: solr.StandardRequestHandler
   [junit4]   2> 5137 T14 oasc.RequestHandlers.initHandlersFromConfig adding 
lazy requestHandler: solr.StandardRequestHandler
   [junit4]   2> 5138 T14 oasc.RequestHandlers.initHandlersFromConfig created 
lazy: solr.StandardRequestHandler
   [junit4]   2> 5144 T14 oasc.RequestHandlers.initHandlersFromConfig created 
/update: solr.UpdateRequestHandler
   [junit4]   2> 5144 T14 oasc.RequestHandlers.initHandlersFromConfig created 
/terms: org.apache.solr.handler.component.SearchHandler
   [junit4]   2> 5145 T14 oasc.RequestHandlers.initHandlersFromConfig created 
spellCheckCompRH: org.apache.solr.handler.component.SearchHandler
   [junit4]   2> 5145 T14 oasc.RequestHandlers.initHandlersFromConfig created 
spellCheckCompRH_Direct: org.apache.solr.handler.component.SearchHandler
   [junit4]   2> 5145 T14 oasc.RequestHandlers.initHandlersFromConfig created 
spellCheckWithWordbreak: org.apache.solr.handler.component.SearchHandler
   [junit4]   2> 5145 T14 oasc.RequestHandlers.initHandlersFromConfig created 
spellCheckWithWordbreak_Direct: org.apache.solr.handler.component.SearchHandler
   [junit4]   2> 5145 T14 oasc.RequestHandlers.initHandlersFromConfig created 
spellCheckCompRH1: org.apache.solr.handler.component.SearchHandler
   [junit4]   2> 5146 T14 oasc.RequestHandlers.initHandlersFromConfig created 
mltrh: org.apache.solr.handler.component.SearchHandler
   [junit4]   2> 5146 T14 oasc.RequestHandlers.initHandlersFromConfig created 
tvrh: org.apache.solr.handler.component.SearchHandler
   [junit4]   2> 5151 T14 oasc.RequestHandlers.initHandlersFromConfig created 
/mlt: solr.MoreLikeThisHandler
   [junit4]   2> 5155 T14 oasc.RequestHandlers.initHandlersFromConfig created 
/debug/dump: solr.DumpRequestHandler
   [junit4]   2> 5203 T14 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 5211 T14 oasc.SolrCore.initDeprecatedSupport WARN 
solrconfig.xml uses deprecated <admin/gettableFiles>, Please update your config 
to use the ShowFileRequestHandler.
   [junit4]   2> 5215 T14 oasc.SolrCore.initDeprecatedSupport WARN adding 
ShowFileRequestHandler with hidden files: [SCHEMA-REQUIRED-FIELDS.XML, 
BAD-SCHEMA-DUP-DYNAMICFIELD.XML, SCHEMA-MINIMAL.XML, 
TRIVIAL.UPDATEPROCESSOR1.JS, SCHEMA-REPLICATION2.XML, SOLRCONFIG-CACHING.XML, 
SOLRCONFIG-REPEATER.XML, BAD-SCHEMA-CURRENCY-FT-BOGUS-CODE-IN-XML.XML, 
SOLRCONFIG-MERGEPOLICY.XML, SOLRCONFIG-TLOG.XML, 
SOLRCONFIG-COMPONENTS-NAME.XML, BAD-SCHEMA-UNIQUEKEY-MULTIVALUED.XML, 
SCHEMA11.XML, MISSLEADING.EXTENSION.UPDATEPROCESSOR.JS.TXT, 
SOLRCONFIG-SLAVE.XML, ELEVATE.XML, TRIVIAL.UPDATEPROCESSOR0.JS, 
SCHEMA-SWEETSPOT.XML, SCHEMA-CHARFILTERS.XML, SCHEMA-IB.XML, 
BAD-SCHEMA-MISPLACED-ASTERISK-COPYFIELD-SOURCE-SHOULD-FAIL-TEST.XML, 
DA_UTF8.XML, MISSING.FUNCTIONS.UPDATEPROCESSOR.JS, 
SCHEMA-ONE-FIELD-NO-DYNAMIC-FIELD-UNIQUE-KEY.XML, SCHEMA-SNIPPET-TYPE.XML, 
STOPWORDSWRONGENCODING.TXT, SCHEMA-NUMERIC.XML, SOLRCONFIG-PROPINJECT.XML, 
SOLRCONFIG-SIMPLELOCK.XML, SOLRCONFIG-TLOG-MUTABLE-MANAGED-SCHEMA.XML, 
STOPTYPES-2.TXT, SCHEMA-REVERSED.XML, BAD-SCHEMA-CURRENCY-FT-MULTIVALUED.XML, 
SOLRCONFIG-SPELLCHECKCOMPONENT.XML, SCHEMA-DFR.XML, 
BAD-SCHEMA-CURRENCY-MULTIVALUED.XML, BAD-SCHEMA-NOT-INDEXED-BUT-POS.XML, 
OPEN-EXCHANGE-RATES.JSON, STOPWITHBOM.TXT, SOLRCONFIG-SPELLCHECKER.XML, 
SCHEMA-BINARYFIELD.XML, SOLRCONFIG-UPDATE-PROCESSOR-CHAINS.XML, 
BAD-SCHEMA-OMIT-TF-BUT-NOT-POS.XML, BAD-SCHEMA-DUP-FIELDTYPE.XML, 
SOLRCONFIG-MINIMAL.XML, BAD-SCHEMA-UNSUPPORTED-DOCVALUES.XML, 
BAD-SCHEMA-CURRENCY-DYNAMIC-MULTIVALUED.XML, SCHEMA_CODEC.XML, 
SOLRCONFIG-FUNCTIONQUERY.XML, SOLRCONFIG-ELEVATE.XML, SCHEMA-FOLDING.XML, 
SCHEMA-STOP-KEEP.XML, SOLRCONFIG-TLOG-MANAGED-SCHEMA.XML, STOP-1.TXT, 
SOLRCONFIG-MASTER2.XML, SCHEMA-SPELLCHECKER.XML, 
SOLRCONFIG-RESPONSE-LOG-COMPONENT.XML, SOLRCONFIG-LAZYWRITER.XML, 
BAD-MP-SOLRCONFIG.XML, SCHEMA-COLLATEFILTER.XML, 
BAD-SCHEMA-MULTIPLE-ASTERISK-COPYFIELD-DEST-SHOULD-FAIL-TEST.XML, 
HUNSPELL-TEST.DIC, SOLRCONFIG-XINCLUDE.XML, 
BAD-SCHEMA-CODEC-GLOBAL-VS-FT-MISMATCH.XML, SCHEMA-SIM.XML, 
BAD-SCHEMA-SIM-GLOBAL-VS-FT-MISMATCH.XML, 
SOLRCONFIG-ADD-SCHEMA-FIELDS-UPDATE-PROCESSOR-CHAINS.XML, SOLRCONFIG_CODEC.XML, 
SCHEMA-SYNONYM-TOKENIZER.XML, JASUGGEST.TXT, 
SCHEMA-REST-LUCENE-MATCH-VERSION.XML, 
SCHEMA-ADD-SCHEMA-FIELDS-UPDATE-PROCESSOR.XML, SCHEMA-TFIDF.XML, 
PHRASESUGGEST.TXT, OLD_SYNONYMS.TXT, SOLRCONFIG-DELPOLICY2.XML, 
SOLRCONFIG-NATIVELOCK.XML, BAD-SCHEMA-DUP-FIELD.XML, SOLRCONFIG-NOCACHE.XML, 
ADDFIELDS.UPDATEPROCESSOR.JS, COMPOUNDDICTIONARY.TXT, 
BAD-SCHEMA-UNIQUEKEY-IS-COPYFIELD-DEST.XML, MAPPING-ISOLATIN1ACCENT.TXT, 
BAD_SOLRCONFIG.XML, SOLRCONFIG.SNIPPET.RANDOMINDEXCONFIG.XML, 
BAD-SCHEMA-EXTERNAL-FILEFIELD.XML, THROW.ERROR.ON.ADD.UPDATEPROCESSOR.JS, 
SOLRCONFIG-HIGHLIGHT.XML, BAD-SCHEMA-DOCVALUES-NOT-REQUIRED-NO-DEFAULT.XML, 
SCHEMA-POSTINGSHIGHLIGHT.XML, BAD-SOLRCONFIG-UNEXPECTED-SCHEMA-ATTRIBUTE.XML, 
REGEX-BOOST-PROCESSOR-TEST.TXT, CURRENCY.XML, BAD-SCHEMA-NONTEXT-ANALYZER.XML, 
SOLRCONFIG-MASTER.XML, SOLRCONFIG-MERGEPOLICY-LEGACY.XML, SOLRCONFIG-BASIC.XML, 
DA_COMPOUNDDICTIONARY.TXT, SCHEMA-COPYFIELD-TEST.XML, 
SOLRCONFIG-PROPINJECT-INDEXDEFAULT.XML, 
BAD-SOLRCONFIG-BOGUS-SCRIPTENGINE-NAME.XML, SOLRCONFIG-QUERYSENDER.XML, 
SOLRCONFIG-SNIPPET-PROCESSOR.XML, SCHEMA-REPLICATION1.XML, 
BAD-SCHEMA-NON-GLOB-COPYFIELD-SOURCE-MATCHING-NOTHING-SHOULD-FAIL-TEST.XML, 
CONDITIONAL.UPDATEPROCESSOR.JS, SCHEMA-TINY.XML, SOLRCONFIG-DEFAULTS.XML, 
HYPHENATION.DTD, SOLRCONFIG-ENABLEPLUGIN.XML, 
BAD-SOLRCONFIG-SCHEMA-MUTABLE-BUT-NOT-MANAGED.XML, SCHEMA-PHRASESUGGEST.XML, 
STEMDICT.TXT, SCHEMA-ID-AND-VERSION-FIELDS-ONLY.XML, HUNSPELL-TEST.AFF, 
BAD-SCHEMA-CURRENCY-FT-OER-NORATES.XML, STOPTYPES-1.TXT, 
SOLRCONFIG-TRANSFORMERS.XML, BAD-SCHEMA-NOT-INDEXED-BUT-TF.XML, 
SCHEMA-DOCVALUES.XML, WDFTYPES.TXT, SOLRCONFIG-INFOSTREAM-LOGGING.XML, 
BAD-SCHEMA-BOGUS-ANALYSIS-PARAMETERS.XML, SOLRCONFIG-PHRASESUGGEST.XML, 
KEEP-1.TXT, SCHEMA-SPATIAL.XML, SOLRCONFIG-POSTINGSHIGHLIGHT.XML, 
SOLRCONFIG-WARMER.XML, SCHEMA-XINCLUDE.XML, SOLRCONFIG-MASTER1.XML, 
BAD-SCHEMA-MULTIPLE-ASTERISK-COPYFIELD-SOURCE-SHOULD-FAIL-TEST.XML, 
SCHEMA-BEHAVIOR.XML, SYNONYMS.TXT, SCHEMA-DOCVALUESMULTI.XML, 
SCHEMA-SNIPPET-TYPES.INCL, BAD-SCHEMA-SWEETSPOT-PARTIAL-HYPERBOLIC.XML, 
SOLRCONFIG-SOLR-749.XML, SCHEMA-EFF.XML, SOLRCONFIG-MASTER1-KEEPONEBACKUP.XML, 
STOP-2.TXT, SOLRCONFIG-TERMINDEX.XML, SCHEMA-LMDIRICHLET.XML, 
SCHEMA-ONE-FIELD-NO-DYNAMIC-FIELD.XML, BAD-SCHEMA-SWEETSPOT-PARTIAL-NORMS.XML, 
BAD-SCHEMA-SWEETSPOT-PARTIAL-BASELINE.XML, STOPWORDS.TXT, 
BAD-SCHEMA-BOGUS-FIELD-PARAMETERS.XML, 
BAD-SOLRCONFIG-MANAGED-SCHEMA-NAMED-SCHEMA.XML.XML, FUZZYSUGGEST.TXT, 
BAD-SCHEMA-NOT-INDEXED-BUT-NORMS.XML, SCHEMA-REST.XML, 
SOLRCONFIG-SOLCOREPROPERTIES.XML, 
SOLRCONFIG-PARSING-UPDATE-PROCESSOR-CHAINS.XML, SOLRCONFIG-MANAGED-SCHEMA.XML, 
SOLRCONFIG-MERGEPOLICY-DEFAULTS.XML, 
BAD-SCHEMA-MISPLACED-ASTERISK-COPYFIELD-DEST-SHOULD-FAIL-TEST.XML, 
SCHEMA-LUCENEMATCHVERSION.XML, 
SCHEMA-CLASS-NAME-SHORTENING-ON-SERIALIZATION.XML, FRENCHARTICLES.TXT, 
SCHEMA15.XML, SOLRCONFIG-REQHANDLER.INCL, SCHEMASURROUND.XML, 
SOLRCONFIG-MASTER3.XML, SOLRCONFIG-DELPOLICY1.XML, SOLRCONFIG-SLAVE1.XML, 
SCHEMA-SNIPPET-FIELD.XML, SCHEMA-COLLATE.XML, STOP-SNOWBALL.TXT, PROTWORDS.TXT, 
SCHEMA-TRIE.XML, BAD-SOLRCONFIG-INVALID-SCRIPTFILE.XML, 
SCHEMA-DOCVALUESFACETING.XML, SOLRCONFIG-SCRIPT-UPDATEPROCESSOR.XML, 
SCHEMA-LMJELINEKMERCER.XML, BAD-SOLRCONFIG-MISSING-SCRIPTFILE.XML, 
SOLRCONFIG-BASIC-LUCENEVERSION31.XML, BAD-SCHEMA-UNIQUEKEY-USES-DEFAULT.XML, 
XSLT, SOLRCONFIG-MUTABLE-MANAGED-SCHEMA.XML, BAD-SCHEMA-SWEETSPOT-BOTH-TF.XML, 
SCHEMA-BM25.XML, SOLRCONFIG-ALTDIRECTORY.XML, 
SOLRCONFIG-QUERYSENDER-NOQUERY.XML, SOLRCONFIG-INDEXCONFIG.XML, 
BAD-CURRENCY.XML, BAD-SCHEMA-CURRENCY-FT-BOGUS-DEFAULT-CODE.XML, 
SOLRCONFIG_PERF.XML, SCHEMA-NOT-REQUIRED-UNIQUE-KEY.XML, 
BAD-SCHEMA-ANALYZER-CLASS-AND-NESTED.XML, KEEP-2.TXT, SCHEMA12.XML]
   [junit4]   2> 5257 T14 oass.SolrIndexSearcher.<init> Opening 
Searcher@1acdd4a1 main
   [junit4]   2> 5326 T14 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 5326 T14 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 5330 T14 oashc.SpellCheckComponent.inform Initializing spell 
checkers
   [junit4]   2> 5392 T14 oass.DirectSolrSpellChecker.init init: 
{name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
   [junit4]   2> 5531 T14 oasc.CoreContainer.registerCore registering core: 
collection1
   [junit4]   2> 5533 T15 oasc.SolrCore.registerSearcher [collection1] 
Registered new searcher Searcher@1acdd4a1 
main{StandardDirectoryReader(segments_1:1)}
   [junit4]   2> 5544 T13 oas.SolrTestCaseJ4.initCore ####initCore end
   [junit4]   2> 5827 T13 oas.SolrTestCaseJ4.setUp ###Starting 
testJmxRegistration
   [junit4]   2> 5828 T13 oasc.TestJmxIntegration.testJmxRegistration Servers 
in testJmxRegistration: [com.sun.jmx.mbeanserver.JmxMBeanServer@1ac982ad]
   [junit4]   2> 5841 T13 oas.SolrTestCaseJ4.tearDown ###Ending 
testJmxRegistration
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestJmxIntegration 
-Dtests.method=testJmxRegistration -Dtests.seed=61ED01840FE48A5F 
-Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=sr 
-Dtests.timezone=Asia/Ho_Chi_Minh -Dtests.file.encoding=UTF-8
   [junit4] FAILURE 0.37s J1 | TestJmxIntegration.testJmxRegistration <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: No SolrDynamicMBeans 
found
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([61ED01840FE48A5F:EF3C65BE62A5D23A]:0)
   [junit4]    >        at 
org.apache.solr.core.TestJmxIntegration.testJmxRegistration(TestJmxIntegration.java:94)
   [junit4]    >        at java.lang.Thread.run(Thread.java:662)
   [junit4]   2> 5961 T13 oas.SolrTestCaseJ4.setUp ###Starting testJmxUpdate
   [junit4]   2> 5968 T13 oasc.TestJmxIntegration.testJmxUpdate Servers in 
testJmxUpdate: [com.sun.jmx.mbeanserver.JmxMBeanServer@1ac982ad]
   [junit4]   2> 5978 T13 oasc.TestJmxIntegration.testJmxUpdate 
{term=org.apache.solr.search.TermQParserPlugin@1b2b3fd8, 
/admin/logging=org.apache.solr.handler.admin.LoggingHandler@1abdab88, 
org.apache.solr.highlight.RegexFragmenter=org.apache.solr.highlight.RegexFragmenter@1ae030c8,
 /admin/plugins=org.apache.solr.handler.admin.PluginInfoHandler@1abda9f6, 
mlt=org.apache.solr.handler.component.MoreLikeThisComponent@1b296b3c, 
org.apache.solr.handler.StandardRequestHandler=org.apache.solr.handler.StandardRequestHandler@1b29a15b,
 /admin/system=org.apache.solr.handler.admin.SystemInfoHandler@1abce5b9, 
spellCheckWithWordbreak_Direct=org.apache.solr.handler.component.SearchHandler@1b29a183,
 
queryResultCache=queryResultCache{lookups=0,hits=0,hitratio=0.0,inserts=0,evictions=0,size=0,warmupTime=0,cumulative_lookups=0,cumulative_hits=0,cumulative_hitratio=0.0,cumulative_inserts=0,cumulative_evictions=0},
 
org.apache.solr.highlight.BreakIteratorBoundaryScanner=org.apache.solr.highlight.BreakIteratorBoundaryScanner@1ac25c67,
 
org.apache.solr.highlight.HtmlFormatter=org.apache.solr.highlight.HtmlFormatter@1ae07512,
 
org.apache.solr.handler.RealTimeGetHandler=org.apache.solr.handler.RealTimeGetHandler@1b29a149,
 mltrh=org.apache.solr.handler.component.SearchHandler@1b29a193, 
org.apache.solr.highlight.GapFragmenter=org.apache.solr.highlight.GapFragmenter@1adff3a4,
 
org.apache.solr.highlight.SimpleFragmentsBuilder=org.apache.solr.highlight.SimpleFragmentsBuilder@1ac167bb,
 /admin/file=org.apache.solr.handler.admin.ShowFileRequestHandler@1b29d54d, 
mock=org.apache.solr.core.MockQuerySenderListenerReqHandler@1b296b44, 
spellCheckWithWordbreak=org.apache.solr.handler.component.SearchHandler@1b29a17b,
 searcher=Searcher@1acdd4a1 main{StandardDirectoryReader(segments_1:1)}, 
spellCheckCompRH1=org.apache.solr.handler.component.SearchHandler@1b29a18b, 
field=org.apache.solr.search.FieldQParserPlugin@1b2b3fd6, 
/admin/luke=org.apache.solr.handler.admin.LukeRequestHandler@1abce533, 
core=org.apache.solr.core.SolrCore@1ad6027d, 
func=org.apache.solr.search.FunctionQParserPlugin@1b2b3fdc, 
query=org.apache.solr.handler.component.QueryComponent@1b296b38, 
/update=org.apache.solr.handler.UpdateRequestHandler@1b296b4c, 
fieldCache=org.apache.solr.search.SolrFieldCacheMBean@1b1feedf, 
defaults=org.apache.solr.handler.StandardRequestHandler@1b29a15b, 
org.apache.solr.handler.MoreLikeThisHandler=org.apache.solr.handler.MoreLikeThisHandler@1b296b54,
 facet=org.apache.solr.handler.component.FacetComponent@1b296b3a, 
boost=org.apache.solr.search.BoostQParserPlugin@1b2b3fe3, 
termsComp=org.apache.solr.handler.component.TermsComponent@1b296b36, 
/terms=org.apache.solr.handler.component.SearchHandler@1b29a163, 
bbox=org.apache.solr.search.SpatialBoxQParserPlugin@1b2b3fd9, 
frange=org.apache.solr.search.FunctionRangeQParserPlugin@1b2b3fe1, 
prefix=org.apache.solr.search.PrefixQParserPlugin@1b2b3fda, 
/admin/threads=org.apache.solr.handler.admin.ThreadDumpHandler@1abdaa7c, 
spellCheckCompRH_Direct=org.apache.solr.handler.component.SearchHandler@1b29a173,
 raw=org.apache.solr.search.RawQParserPlugin@1b2b3fc9, 
join=org.apache.solr.search.JoinQParserPlugin@1b2b3fe2, 
/replication=org.apache.solr.core.RequestHandlers$LazyRequestHandlerWrapper@1b29d554,
 switch=org.apache.solr.search.SwitchQParserPlugin@1b2b3fcd, 
org.apache.solr.core.MockQuerySenderListenerReqHandler=org.apache.solr.core.MockQuerySenderListenerReqHandler@1b296b44,
 
org.apache.solr.handler.UpdateRequestHandler=org.apache.solr.handler.UpdateRequestHandler@1b296b4c,
 get=org.apache.solr.handler.component.RealTimeGetComponent@1b296b42, 
org.apache.solr.search.FooQParserPlugin=org.apache.solr.search.FooQParserPlugin@1b2b7ac9,
 lazy=org.apache.solr.core.RequestHandlers$LazyRequestHandlerWrapper@1b29d53c, 
highlight=org.apache.solr.handler.component.HighlightComponent@1b29a10f, 
org.apache.solr.highlight.ScoreOrderFragmentsBuilder=org.apache.solr.highlight.ScoreOrderFragmentsBuilder@1ac1923c,
 
org.apache.solr.highlight.SimpleFragListBuilder=org.apache.solr.highlight.SimpleFragListBuilder@1ae4e47c,
 /mlt=org.apache.solr.handler.MoreLikeThisHandler@1b296b54, 
surround=org.apache.solr.search.SurroundQParserPlugin@1b2b3fd5, 
spellcheck=org.apache.solr.handler.component.SpellCheckComponent@1b29a120, 
documentCache=documentCache{lookups=0,hits=0,hitratio=0.0,inserts=0,evictions=0,size=0,warmupTime=0,cumulative_lookups=0,cumulative_hits=0,cumulative_hitratio=0.0,cumulative_inserts=0,cumulative_evictions=0},
 /admin/mbeans=org.apache.solr.handler.admin.SolrInfoMBeanHandler@1abda970, 
geofilt=org.apache.solr.search.SpatialFilterQParserPlugin@1b2b3fdb, 
tvComponent=org.apache.solr.handler.component.TermVectorComponent@1b29a123, 
edismax=org.apache.solr.search.ExtendedDismaxQParserPlugin@1b2b3fca, 
dismax=org.apache.solr.handler.component.SearchHandler@1b29a151, 
/get=org.apache.solr.handler.RealTimeGetHandler@1b29a149, 
fieldValueCache=fieldValueCache{lookups=0,hits=0,hitratio=0.0,inserts=0,evictions=0,size=0,warmupTime=0,cumulative_lookups=0,cumulative_hits=0,cumulative_hitratio=0.0,cumulative_inserts=0,cumulative_evictions=0},
 /admin/=org.apache.solr.handler.admin.AdminHandlers@1b29a159, 
Searcher@1acdd4a1 main=Searcher@1acdd4a1 
main{StandardDirectoryReader(segments_1:1)}, 
debug=org.apache.solr.handler.component.DebugComponent@1b296b40, 
stats=org.apache.solr.handler.component.StatsComponent@1b296b3e, 
lucenePlusSort=org.apache.solr.search.OldLuceneQParserPlugin@1b2b3fe0, 
spellCheckCompRH=org.apache.solr.handler.component.SearchHandler@1b29a16b, 
standard=org.apache.solr.handler.StandardRequestHandler@1b29a141, 
org.apache.solr.handler.admin.AdminHandlers=org.apache.solr.handler.admin.AdminHandlers@1b29a159,
 lucene=org.apache.solr.search.LuceneQParserPlugin@1b2b3fcc, 
tvrh=org.apache.solr.handler.component.SearchHandler@1b29a19b, 
org.apache.solr.handler.DumpRequestHandler=org.apache.solr.handler.DumpRequestHandler@1b296b5b,
 
org.apache.solr.highlight.SimpleBoundaryScanner=org.apache.solr.highlight.SimpleBoundaryScanner@1ac1f9b1,
 
/admin/properties=org.apache.solr.handler.admin.PropertiesRequestHandler@1abdab02,
 maxscore=org.apache.solr.search.MaxScoreQParserPlugin@1b2b3fd1, 
org.apache.solr.handler.component.SearchHandler=org.apache.solr.handler.component.SearchHandler@1b29a19b,
 /debug/dump=org.apache.solr.handler.DumpRequestHandler@1b296b5b, 
filterCache=filterCache{lookups=0,hits=0,hitratio=0.0,inserts=0,evictions=0,size=0,warmupTime=0,cumulative_lookups=0,cumulative_hits=0,cumulative_hitratio=0.0,cumulative_inserts=0,cumulative_evictions=0},
 updateHandler=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]   2> 5986 T13 oasc.TestJmxIntegration.testJmxUpdate Mbeans in 
server: [java.lang:type=Memory, oracle.jrockit.management:type=PerfCounters, 
java.lang:type=MemoryManager,name=Class Manager, 
oracle.jrockit.management:type=Profiler, 
java.lang:type=MemoryPool,name=Nursery, 
oracle.jrockit.management:type=DiagnosticCommand, java.lang:type=Compilation, 
oracle.jrockit.management:type=Log, 
java.lang:type=GarbageCollector,name=Garbage collection optimized for 
throughput Young Collector, java.lang:type=GarbageCollector,name=Garbage 
collection optimized for throughput Old Collector, 
java.lang:type=MemoryPool,name=Old Space, java.lang:type=MemoryPool,name=Class 
Memory, oracle.jrockit.management:type=Threading, 
oracle.jrockit.management:type=JRockitConsole, 
oracle.jrockit.management:type=GarbageCollector, 
java.lang:type=OperatingSystem, oracle.jrockit.management:type=MemLeak, 
java.lang:type=Runtime, oracle.jrockit.management:type=Runtime, 
java.lang:type=ClassLoading, oracle.jrockit.management:type=Compilation, 
java.lang:type=Threading, java.util.logging:type=Logging, 
oracle.jrockit.management:type=Memory, com.oracle.jrockit:type=FlightRecorder, 
com.sun.management:type=HotSpotDiagnostic, 
JMImplementation:type=MBeanServerDelegate]
   [junit4]   2> 5987 T13 oas.SolrTestCaseJ4.tearDown ###Ending testJmxUpdate
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestJmxIntegration 
-Dtests.method=testJmxUpdate -Dtests.seed=61ED01840FE48A5F -Dtests.multiplier=3 
-Dtests.slow=true -Dtests.locale=sr -Dtests.timezone=Asia/Ho_Chi_Minh 
-Dtests.file.encoding=UTF-8
   [junit4] FAILURE 0.07s J1 | TestJmxIntegration.testJmxUpdate <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: No mbean found for 
SolrIndexSearcher
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([61ED01840FE48A5F:778A33EE9F3221F4]:0)
   [junit4]    >        at 
org.apache.solr.core.TestJmxIntegration.testJmxUpdate(TestJmxIntegration.java:120)
   [junit4]    >        at java.lang.Thread.run(Thread.java:662)
   [junit4]   2> 5993 T13 oas.SolrTestCaseJ4.deleteCore ###deleteCore
   [junit4]   2> 5995 T13 oasc.CoreContainer.shutdown Shutting down 
CoreContainer instance=450883511
   [junit4]   2> 5996 T13 oasc.SolrCore.close [collection1]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@1ad6027d
   [junit4]   2> 5997 T13 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]   2> 5999 T13 oasu.SolrCoreState.decrefSolrCoreState Closing 
SolrCoreState
   [junit4]   2> 6001 T13 oasu.DefaultSolrCoreState.closeIndexWriter 
SolrCoreState ref count has reached 0 - closing IndexWriter
   [junit4]   2> 6002 T13 oasu.DefaultSolrCoreState.closeIndexWriter closing 
IndexWriter with IndexWriterCloser
   [junit4]   2> 6009 T13 oasc.SolrCore.closeSearcher [collection1] Closing 
main searcher on request.
   [junit4]   2> 6017 T13 oasc.CachingDirectoryFactory.close Closing 
MockDirectoryFactory - 2 directories currently being tracked
   [junit4]   2> 6020 T13 oasc.CachingDirectoryFactory.closeCacheValue looking 
to close 
/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./solrtest-TestJmxIntegration-1374637636129/index
 
[CachedDir<<refCount=0;path=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./solrtest-TestJmxIntegration-1374637636129/index;done=false>>]
   [junit4]   2> 6021 T13 oasc.CachingDirectoryFactory.close Closing directory: 
/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./solrtest-TestJmxIntegration-1374637636129/index
   [junit4]   2> 6026 T13 oasc.CachingDirectoryFactory.closeCacheValue looking 
to close 
/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./solrtest-TestJmxIntegration-1374637636129
 
[CachedDir<<refCount=0;path=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./solrtest-TestJmxIntegration-1374637636129;done=false>>]
   [junit4]   2> 6026 T13 oasc.CachingDirectoryFactory.close Closing directory: 
/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./solrtest-TestJmxIntegration-1374637636129
   [junit4]   2> NOTE: test params are: 
codec=HighCompressionCompressingStoredFields(storedFieldsFormat=CompressingStoredFieldsFormat(compressionMode=HIGH_COMPRESSION,
 chunkSize=308), 
termVectorsFormat=CompressingTermVectorsFormat(compressionMode=HIGH_COMPRESSION,
 chunkSize=308)), sim=DefaultSimilarity, locale=sr, timezone=Asia/Ho_Chi_Minh
   [junit4]   2> NOTE: Linux 3.2.0-49-generic i386/Oracle Corporation 1.6.0_45 
(32-bit)/cpus=8,threads=2,free=20894256,total=67108864
   [junit4]   2> NOTE: All tests run in this JVM: [TestJmxIntegration]
   [junit4] Completed on J1 in 6.28s, 3 tests, 2 failures, 1 skipped <<< 
FAILURES!

[...truncated 996 lines...]
BUILD FAILED
/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/build.xml:395: The following 
error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/build.xml:375: The following 
error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/build.xml:39: The following 
error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build.xml:181: The 
following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/common-build.xml:449: The 
following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/lucene/common-build.xml:1250: 
The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/lucene/common-build.xml:893: 
There were test failures: 319 suites, 1345 tests, 2 failures, 34 ignored (6 
assumptions)

Total time: 66 minutes 47 seconds
Build step 'Invoke Ant' marked build as failure
Description set: Java: 32bit/jrockit-jdk1.6.0_45-R28.2.7-4.1.0 -XnoOpt
Archiving artifacts
Recording test results
Email was triggered for: Failure
Sending email for trigger: Failure


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to