Build: http://jenkins.thetaphi.de/job/Lucene-Solr-4.x-Linux/6541/
Java: 32bit/jdk1.6.0_45 -server -XX:+UseConcMarkSweepGC

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([EA81515636EF4332:6450356C5BAE1B57]: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: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)


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([EA81515636EF4332:FCE6633CA639E899]: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: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)




Build Log:
[...truncated 8730 lines...]
   [junit4] Suite: org.apache.solr.core.TestJmxIntegration
   [junit4]   2> 790 T12 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-1374140768661
   [junit4]   2> 887 T12 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> 891 T12 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> 891 T12 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> 1410 T12 oasc.SolrConfig.<init> Using Lucene MatchVersion: 
LUCENE_45
   [junit4]   2> 1612 T12 oasc.SolrConfig.<init> Loaded SolrConfig: 
solrconfig.xml
   [junit4]   2> 1624 T12 oass.IndexSchema.readSchema Reading Solr Schema from 
schema.xml
   [junit4]   2> 1755 T12 oass.IndexSchema.readSchema [null] Schema name=test
   [junit4]   2> 2820 T12 oass.ByteField.init WARN ByteField is deprecated and 
will be removed in 5.0. You should use TrieIntField instead.
   [junit4]   2> 2821 T12 oass.ShortField.init WARN ShortField is deprecated 
and will be removed in 5.0. You should use TrieIntField instead.
   [junit4]   2> 2839 T12 oass.OpenExchangeRatesOrgProvider.init Initialized 
with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 2860 T12 oass.IndexSchema.readSchema default search field in 
schema is text
   [junit4]   2> 2863 T12 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 3024 T12 oass.FileExchangeRateProvider.reload Reloading 
exchange rates from file currency.xml
   [junit4]   2> 3030 T12 oass.FileExchangeRateProvider.reload Reloading 
exchange rates from file currency.xml
   [junit4]   2> 3035 T12 oass.OpenExchangeRatesOrgProvider.reload Reloading 
exchange rates from open-exchange-rates.json
   [junit4]   2> 3043 T12 
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key 
IMPORTANT NOTE
   [junit4]   2> 3044 T12 
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, 
got STRING
   [junit4]   2> 3044 T12 oass.OpenExchangeRatesOrgProvider.reload Reloading 
exchange rates from open-exchange-rates.json
   [junit4]   2> 3045 T12 
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key 
IMPORTANT NOTE
   [junit4]   2> 3046 T12 
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, 
got STRING
   [junit4]   2> 3064 T12 oasc.SolrResourceLoader.locateSolrHome JNDI not 
configured for solr (NoInitialContextEx)
   [junit4]   2> 3065 T12 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> 3066 T12 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> 3093 T12 oasc.SolrResourceLoader.locateSolrHome JNDI not 
configured for solr (NoInitialContextEx)
   [junit4]   2> 3094 T12 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> 3094 T12 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> 3223 T12 oasc.CoreContainer.<init> New CoreContainer 5978327
   [junit4]   2> 3226 T12 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> 3262 T12 oashc.HttpShardHandlerFactory.getParameter Setting 
socketTimeout to: 0
   [junit4]   2> 3263 T12 oashc.HttpShardHandlerFactory.getParameter Setting 
urlScheme to: http://
   [junit4]   2> 3264 T12 oashc.HttpShardHandlerFactory.getParameter Setting 
connTimeout to: 0
   [junit4]   2> 3264 T12 oashc.HttpShardHandlerFactory.getParameter Setting 
maxConnectionsPerHost to: 20
   [junit4]   2> 3265 T12 oashc.HttpShardHandlerFactory.getParameter Setting 
corePoolSize to: 0
   [junit4]   2> 3266 T12 oashc.HttpShardHandlerFactory.getParameter Setting 
maximumPoolSize to: 2147483647
   [junit4]   2> 3267 T12 oashc.HttpShardHandlerFactory.getParameter Setting 
maxThreadIdleTime to: 5
   [junit4]   2> 3267 T12 oashc.HttpShardHandlerFactory.getParameter Setting 
sizeOfQueue to: -1
   [junit4]   2> 3268 T12 oashc.HttpShardHandlerFactory.getParameter Setting 
fairnessPolicy to: false
   [junit4]   2> 3289 T12 oascsi.HttpClientUtil.createClient Creating new http 
client, 
config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=0&connTimeout=0&retry=false
   [junit4]   2> 3493 T12 oasl.LogWatcher.newRegisteredLogWatcher Registering 
Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 3633 T13 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> 3634 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> 3636 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> 3637 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> 3795 T13 oasc.SolrConfig.<init> Using Lucene MatchVersion: 
LUCENE_45
   [junit4]   2> 3870 T13 oasc.SolrConfig.<init> Loaded SolrConfig: 
solrconfig.xml
   [junit4]   2> 3871 T13 oass.IndexSchema.readSchema Reading Solr Schema from 
schema.xml
   [junit4]   2> 3949 T13 oass.IndexSchema.readSchema [collection1] Schema 
name=test
   [junit4]   2> 4501 T13 oass.ByteField.init WARN ByteField is deprecated and 
will be removed in 5.0. You should use TrieIntField instead.
   [junit4]   2> 4501 T13 oass.ShortField.init WARN ShortField is deprecated 
and will be removed in 5.0. You should use TrieIntField instead.
   [junit4]   2> 4503 T13 oass.OpenExchangeRatesOrgProvider.init Initialized 
with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 4515 T13 oass.IndexSchema.readSchema default search field in 
schema is text
   [junit4]   2> 4518 T13 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 4536 T13 oass.FileExchangeRateProvider.reload Reloading 
exchange rates from file currency.xml
   [junit4]   2> 4540 T13 oass.FileExchangeRateProvider.reload Reloading 
exchange rates from file currency.xml
   [junit4]   2> 4544 T13 oass.OpenExchangeRatesOrgProvider.reload Reloading 
exchange rates from open-exchange-rates.json
   [junit4]   2> 4545 T13 
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key 
IMPORTANT NOTE
   [junit4]   2> 4545 T13 
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, 
got STRING
   [junit4]   2> 4546 T13 oass.OpenExchangeRatesOrgProvider.reload Reloading 
exchange rates from open-exchange-rates.json
   [junit4]   2> 4546 T13 
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key 
IMPORTANT NOTE
   [junit4]   2> 4547 T13 
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, 
got STRING
   [junit4]   2> 4574 T13 oasc.SolrCore.initDirectoryFactory 
org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 4583 T13 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-1374140768661/
   [junit4]   2> 4585 T13 oasc.JmxMonitoredMap.<init> No JMX servers found, not 
exposing Solr information with JMX.
   [junit4]   2> 4621 T13 oasc.CachingDirectoryFactory.get return new directory 
for 
/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./solrtest-TestJmxIntegration-1374140768661
   [junit4]   2> 4621 T13 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-1374140768661/index/
   [junit4]   2> 4622 T13 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-1374140768661/index'
 doesn't exist. Creating new index...
   [junit4]   2> 4634 T13 oasc.CachingDirectoryFactory.get return new directory 
for 
/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./solrtest-TestJmxIntegration-1374140768661/index
   [junit4]   2> 4755 T13 oasc.SolrDeletionPolicy.onCommit 
SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2>                
commit{dir=RateLimitedDirectoryWrapper(MockDirWrapper(org.apache.lucene.store.RAMDirectory@178c490
 
lockFactory=org.apache.lucene.store.NativeFSLockFactory@329572)),segFN=segments_1,generation=1}
   [junit4]   2> 4757 T13 oasc.SolrDeletionPolicy.updateCommits newest commit 
generation = 1
   [junit4]   2> 4765 T13 oasc.SolrCore.initWriters created xml: 
solr.XMLResponseWriter
   [junit4]   2> 4972 T13 oasup.UpdateRequestProcessorChain.init inserting 
DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 4973 T13 oasup.UpdateRequestProcessorChain.init inserting 
DistributedUpdateProcessorFactory into updateRequestProcessorChain 
"dedupe-allfields"
   [junit4]   2> 4973 T13 oasup.UpdateRequestProcessorChain.init inserting 
DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 4976 T13 oasup.UpdateRequestProcessorChain.init inserting 
DistributedUpdateProcessorFactory into updateRequestProcessorChain "uniq-fields"
   [junit4]   2> 5000 T13 oasup.UpdateRequestProcessorChain.init inserting 
DistributedUpdateProcessorFactory into updateRequestProcessorChain 
"distrib-dup-test-chain-implicit"
   [junit4]   2> 5003 T13 oasc.RequestHandlers.initHandlersFromConfig adding 
lazy requestHandler: solr.ReplicationHandler
   [junit4]   2> 5004 T13 oasc.RequestHandlers.initHandlersFromConfig created 
/replication: solr.ReplicationHandler
   [junit4]   2> 5011 T13 oasc.RequestHandlers.initHandlersFromConfig created 
standard: solr.StandardRequestHandler
   [junit4]   2> 5016 T13 oasc.RequestHandlers.initHandlersFromConfig created 
/get: solr.RealTimeGetHandler
   [junit4]   2> 5034 T13 oasc.RequestHandlers.initHandlersFromConfig created 
dismax: solr.SearchHandler
   [junit4]   2> 5036 T13 oasc.RequestHandlers.initHandlersFromConfig created 
mock: org.apache.solr.core.MockQuerySenderListenerReqHandler
   [junit4]   2> 5039 T13 oasc.RequestHandlers.initHandlersFromConfig created 
/admin/: org.apache.solr.handler.admin.AdminHandlers
   [junit4]   2> 5039 T13 oasc.RequestHandlers.initHandlersFromConfig created 
defaults: solr.StandardRequestHandler
   [junit4]   2> 5040 T13 oasc.RequestHandlers.initHandlersFromConfig adding 
lazy requestHandler: solr.StandardRequestHandler
   [junit4]   2> 5040 T13 oasc.RequestHandlers.initHandlersFromConfig created 
lazy: solr.StandardRequestHandler
   [junit4]   2> 5050 T13 oasc.RequestHandlers.initHandlersFromConfig created 
/update: solr.UpdateRequestHandler
   [junit4]   2> 5050 T13 oasc.RequestHandlers.initHandlersFromConfig created 
/terms: org.apache.solr.handler.component.SearchHandler
   [junit4]   2> 5051 T13 oasc.RequestHandlers.initHandlersFromConfig created 
spellCheckCompRH: org.apache.solr.handler.component.SearchHandler
   [junit4]   2> 5052 T13 oasc.RequestHandlers.initHandlersFromConfig created 
spellCheckCompRH_Direct: org.apache.solr.handler.component.SearchHandler
   [junit4]   2> 5053 T13 oasc.RequestHandlers.initHandlersFromConfig created 
spellCheckWithWordbreak: org.apache.solr.handler.component.SearchHandler
   [junit4]   2> 5053 T13 oasc.RequestHandlers.initHandlersFromConfig created 
spellCheckWithWordbreak_Direct: org.apache.solr.handler.component.SearchHandler
   [junit4]   2> 5054 T13 oasc.RequestHandlers.initHandlersFromConfig created 
spellCheckCompRH1: org.apache.solr.handler.component.SearchHandler
   [junit4]   2> 5055 T13 oasc.RequestHandlers.initHandlersFromConfig created 
mltrh: org.apache.solr.handler.component.SearchHandler
   [junit4]   2> 5056 T13 oasc.RequestHandlers.initHandlersFromConfig created 
tvrh: org.apache.solr.handler.component.SearchHandler
   [junit4]   2> 5062 T13 oasc.RequestHandlers.initHandlersFromConfig created 
/mlt: solr.MoreLikeThisHandler
   [junit4]   2> 5068 T13 oasc.RequestHandlers.initHandlersFromConfig created 
/debug/dump: solr.DumpRequestHandler
   [junit4]   2> 5108 T13 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 5115 T13 oasc.SolrCore.initDeprecatedSupport WARN 
solrconfig.xml uses deprecated <admin/gettableFiles>, Please update your config 
to use the ShowFileRequestHandler.
   [junit4]   2> 5120 T13 oasc.SolrCore.initDeprecatedSupport WARN adding 
ShowFileRequestHandler with hidden files: 
[THROW.ERROR.ON.ADD.UPDATEPROCESSOR.JS, SOLRCONFIG-HIGHLIGHT.XML, 
SCHEMA-REQUIRED-FIELDS.XML, SCHEMA-REPLICATION2.XML, 
TRIVIAL.UPDATEPROCESSOR1.JS, SCHEMA-MINIMAL.XML, 
BAD-SCHEMA-DOCVALUES-NOT-REQUIRED-NO-DEFAULT.XML, 
BAD-SCHEMA-DUP-DYNAMICFIELD.XML, SOLRCONFIG-CACHING.XML, 
BAD-SOLRCONFIG-UNEXPECTED-SCHEMA-ATTRIBUTE.XML, SCHEMA-POSTINGSHIGHLIGHT.XML, 
SOLRCONFIG-REPEATER.XML, REGEX-BOOST-PROCESSOR-TEST.TXT, 
SOLRCONFIG-MERGEPOLICY.XML, BAD-SCHEMA-NONTEXT-ANALYZER.XML, 
BAD-SCHEMA-CURRENCY-FT-BOGUS-CODE-IN-XML.XML, CURRENCY.XML, 
SOLRCONFIG-TLOG.XML, SOLRCONFIG-MASTER.XML, SOLRCONFIG-COMPONENTS-NAME.XML, 
SOLRCONFIG-MERGEPOLICY-LEGACY.XML, BAD-SCHEMA-UNIQUEKEY-MULTIVALUED.XML, 
SCHEMA11.XML, SOLRCONFIG-BASIC.XML, DA_COMPOUNDDICTIONARY.TXT, 
MISSLEADING.EXTENSION.UPDATEPROCESSOR.JS.TXT, SCHEMA-COPYFIELD-TEST.XML, 
SOLRCONFIG-SLAVE.XML, ELEVATE.XML, SOLRCONFIG-PROPINJECT-INDEXDEFAULT.XML, 
TRIVIAL.UPDATEPROCESSOR0.JS, SCHEMA-SWEETSPOT.XML, 
BAD-SOLRCONFIG-BOGUS-SCRIPTENGINE-NAME.XML, SCHEMA-CHARFILTERS.XML, 
SCHEMA-IB.XML, 
BAD-SCHEMA-MISPLACED-ASTERISK-COPYFIELD-SOURCE-SHOULD-FAIL-TEST.XML, 
SOLRCONFIG-QUERYSENDER.XML, SCHEMA-REPLICATION1.XML, 
SOLRCONFIG-SNIPPET-PROCESSOR.XML, DA_UTF8.XML, 
BAD-SCHEMA-NON-GLOB-COPYFIELD-SOURCE-MATCHING-NOTHING-SHOULD-FAIL-TEST.XML, 
SCHEMA-TINY.XML, CONDITIONAL.UPDATEPROCESSOR.JS, SOLRCONFIG-DEFAULTS.XML, 
MISSING.FUNCTIONS.UPDATEPROCESSOR.JS, SOLRCONFIG-ENABLEPLUGIN.XML, 
HYPHENATION.DTD, BAD-SOLRCONFIG-SCHEMA-MUTABLE-BUT-NOT-MANAGED.XML, 
STEMDICT.TXT, SCHEMA-PHRASESUGGEST.XML, SCHEMA-ID-AND-VERSION-FIELDS-ONLY.XML, 
HUNSPELL-TEST.AFF, SCHEMA-ONE-FIELD-NO-DYNAMIC-FIELD-UNIQUE-KEY.XML, 
BAD-SCHEMA-CURRENCY-FT-OER-NORATES.XML, SCHEMA-SNIPPET-TYPE.XML, 
STOPTYPES-1.TXT, STOPWORDSWRONGENCODING.TXT, SCHEMA-NUMERIC.XML, 
SOLRCONFIG-TRANSFORMERS.XML, SOLRCONFIG-PROPINJECT.XML, 
BAD-SCHEMA-NOT-INDEXED-BUT-TF.XML, SOLRCONFIG-SIMPLELOCK.XML, 
SCHEMA-DOCVALUES.XML, SOLRCONFIG-TLOG-MUTABLE-MANAGED-SCHEMA.XML, 
SOLRCONFIG-INFOSTREAM-LOGGING.XML, WDFTYPES.TXT, SCHEMA-REVERSED.XML, 
STOPTYPES-2.TXT, BAD-SCHEMA-CURRENCY-FT-MULTIVALUED.XML, 
BAD-SCHEMA-BOGUS-ANALYSIS-PARAMETERS.XML, SOLRCONFIG-SPELLCHECKCOMPONENT.XML, 
BAD-SCHEMA-CURRENCY-MULTIVALUED.XML, SOLRCONFIG-PHRASESUGGEST.XML, 
SCHEMA-DFR.XML, BAD-SCHEMA-NOT-INDEXED-BUT-POS.XML, KEEP-1.TXT, 
SCHEMA-SPATIAL.XML, OPEN-EXCHANGE-RATES.JSON, STOPWITHBOM.TXT, 
SCHEMA-BINARYFIELD.XML, SOLRCONFIG-SPELLCHECKER.XML, 
SOLRCONFIG-POSTINGSHIGHLIGHT.XML, SOLRCONFIG-WARMER.XML, 
SOLRCONFIG-UPDATE-PROCESSOR-CHAINS.XML, BAD-SCHEMA-OMIT-TF-BUT-NOT-POS.XML, 
BAD-SCHEMA-DUP-FIELDTYPE.XML, SCHEMA-XINCLUDE.XML, SOLRCONFIG-MASTER1.XML, 
BAD-SCHEMA-MULTIPLE-ASTERISK-COPYFIELD-SOURCE-SHOULD-FAIL-TEST.XML, 
SCHEMA-BEHAVIOR.XML, SYNONYMS.TXT, SOLRCONFIG-MINIMAL.XML, 
SCHEMA-DOCVALUESMULTI.XML, BAD-SCHEMA-CURRENCY-DYNAMIC-MULTIVALUED.XML, 
BAD-SCHEMA-UNSUPPORTED-DOCVALUES.XML, SCHEMA_CODEC.XML, 
BAD-SCHEMA-SWEETSPOT-PARTIAL-HYPERBOLIC.XML, SOLRCONFIG-SOLR-749.XML, 
SOLRCONFIG-MASTER1-KEEPONEBACKUP.XML, SCHEMA-EFF.XML, 
SOLRCONFIG-FUNCTIONQUERY.XML, STOP-2.TXT, SCHEMA-LMDIRICHLET.XML, 
SOLRCONFIG-TERMINDEX.XML, SCHEMA-ONE-FIELD-NO-DYNAMIC-FIELD.XML, 
BAD-SCHEMA-SWEETSPOT-PARTIAL-NORMS.XML, SOLRCONFIG-ELEVATE.XML, 
BAD-SCHEMA-SWEETSPOT-PARTIAL-BASELINE.XML, STOPWORDS.TXT, SCHEMA-FOLDING.XML, 
SCHEMA-STOP-KEEP.XML, BAD-SCHEMA-BOGUS-FIELD-PARAMETERS.XML, FUZZYSUGGEST.TXT, 
BAD-SOLRCONFIG-MANAGED-SCHEMA-NAMED-SCHEMA.XML.XML, 
BAD-SCHEMA-NOT-INDEXED-BUT-NORMS.XML, SCHEMA-REST.XML, 
SOLRCONFIG-TLOG-MANAGED-SCHEMA.XML, 
SOLRCONFIG-PARSING-UPDATE-PROCESSOR-CHAINS.XML, 
SOLRCONFIG-SOLCOREPROPERTIES.XML, STOP-1.TXT, SOLRCONFIG-MANAGED-SCHEMA.XML, 
SOLRCONFIG-MASTER2.XML, SOLRCONFIG-MERGEPOLICY-DEFAULTS.XML, 
SCHEMA-SPELLCHECKER.XML, SOLRCONFIG-RESPONSE-LOG-COMPONENT.XML, 
BAD-SCHEMA-MISPLACED-ASTERISK-COPYFIELD-DEST-SHOULD-FAIL-TEST.XML, 
SOLRCONFIG-LAZYWRITER.XML, SCHEMA-LUCENEMATCHVERSION.XML, 
SCHEMA-CLASS-NAME-SHORTENING-ON-SERIALIZATION.XML, FRENCHARTICLES.TXT, 
BAD-MP-SOLRCONFIG.XML, SCHEMA15.XML, SOLRCONFIG-REQHANDLER.INCL, 
SCHEMASURROUND.XML, SCHEMA-COLLATEFILTER.XML, SOLRCONFIG-MASTER3.XML, 
HUNSPELL-TEST.DIC, 
BAD-SCHEMA-MULTIPLE-ASTERISK-COPYFIELD-DEST-SHOULD-FAIL-TEST.XML, 
BAD-SCHEMA-CODEC-GLOBAL-VS-FT-MISMATCH.XML, SOLRCONFIG-XINCLUDE.XML, 
SOLRCONFIG-SLAVE1.XML, SOLRCONFIG-DELPOLICY1.XML, SCHEMA-SIM.XML, 
SCHEMA-SNIPPET-FIELD.XML, SCHEMA-COLLATE.XML, STOP-SNOWBALL.TXT, 
BAD-SCHEMA-SIM-GLOBAL-VS-FT-MISMATCH.XML, PROTWORDS.TXT, 
SOLRCONFIG-ADD-SCHEMA-FIELDS-UPDATE-PROCESSOR-CHAINS.XML, SCHEMA-TRIE.XML, 
SOLRCONFIG_CODEC.XML, SCHEMA-SYNONYM-TOKENIZER.XML, 
BAD-SOLRCONFIG-INVALID-SCRIPTFILE.XML, JASUGGEST.TXT, 
SCHEMA-REST-LUCENE-MATCH-VERSION.XML, SCHEMA-DOCVALUESFACETING.XML, 
SCHEMA-TFIDF.XML, SCHEMA-ADD-SCHEMA-FIELDS-UPDATE-PROCESSOR.XML, 
SOLRCONFIG-SCRIPT-UPDATEPROCESSOR.XML, SCHEMA-LMJELINEKMERCER.XML, 
PHRASESUGGEST.TXT, BAD-SOLRCONFIG-MISSING-SCRIPTFILE.XML, 
SOLRCONFIG-BASIC-LUCENEVERSION31.XML, BAD-SCHEMA-UNIQUEKEY-USES-DEFAULT.XML, 
OLD_SYNONYMS.TXT, SOLRCONFIG-DELPOLICY2.XML, XSLT, SOLRCONFIG-NATIVELOCK.XML, 
BAD-SCHEMA-DUP-FIELD.XML, SOLRCONFIG-MUTABLE-MANAGED-SCHEMA.XML, 
SOLRCONFIG-NOCACHE.XML, SCHEMA-BM25.XML, BAD-SCHEMA-SWEETSPOT-BOTH-TF.XML, 
ADDFIELDS.UPDATEPROCESSOR.JS, SOLRCONFIG-QUERYSENDER-NOQUERY.XML, 
SOLRCONFIG-ALTDIRECTORY.XML, COMPOUNDDICTIONARY.TXT, SOLRCONFIG_PERF.XML, 
BAD-SCHEMA-CURRENCY-FT-BOGUS-DEFAULT-CODE.XML, BAD-CURRENCY.XML, 
SOLRCONFIG-INDEXCONFIG.XML, BAD-SCHEMA-ANALYZER-CLASS-AND-NESTED.XML, 
SCHEMA-NOT-REQUIRED-UNIQUE-KEY.XML, KEEP-2.TXT, SCHEMA12.XML, 
BAD-SCHEMA-UNIQUEKEY-IS-COPYFIELD-DEST.XML, MAPPING-ISOLATIN1ACCENT.TXT, 
BAD_SOLRCONFIG.XML, SOLRCONFIG.SNIPPET.RANDOMINDEXCONFIG.XML, 
BAD-SCHEMA-EXTERNAL-FILEFIELD.XML]
   [junit4]   2> 5152 T13 oass.SolrIndexSearcher.<init> Opening 
Searcher@1a18ee2 main
   [junit4]   2> 5196 T13 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 5197 T13 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 5197 T13 oashc.SpellCheckComponent.inform Initializing spell 
checkers
   [junit4]   2> 5271 T13 oass.DirectSolrSpellChecker.init init: 
{name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
   [junit4]   2> 5382 T14 oasc.SolrCore.registerSearcher [collection1] 
Registered new searcher Searcher@1a18ee2 
main{StandardDirectoryReader(segments_1:1)}
   [junit4]   2> 5383 T13 oasc.CoreContainer.registerCore registering core: 
collection1
   [junit4]   2> 5388 T12 oas.SolrTestCaseJ4.initCore ####initCore end
   [junit4]   2> 5454 T12 oas.SolrTestCaseJ4.setUp ###Starting 
testJmxRegistration
   [junit4]   2> 5455 T12 oasc.TestJmxIntegration.testJmxRegistration Servers 
in testJmxRegistration: [com.sun.jmx.mbeanserver.JmxMBeanServer@83fde6]
   [junit4]   2> 5461 T12 oas.SolrTestCaseJ4.tearDown ###Ending 
testJmxRegistration
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestJmxIntegration 
-Dtests.method=testJmxRegistration -Dtests.seed=EA81515636EF4332 
-Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=mt 
-Dtests.timezone=America/Adak -Dtests.file.encoding=US-ASCII
   [junit4] FAILURE 0.12s J1 | TestJmxIntegration.testJmxRegistration <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: No SolrDynamicMBeans 
found
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([EA81515636EF4332:6450356C5BAE1B57]:0)
   [junit4]    >        at 
org.apache.solr.core.TestJmxIntegration.testJmxRegistration(TestJmxIntegration.java:94)
   [junit4]    >        at java.lang.Thread.run(Thread.java:662)
   [junit4]   2> 5525 T12 oas.SolrTestCaseJ4.setUp ###Starting testJmxUpdate
   [junit4]   2> 5534 T12 oasc.TestJmxIntegration.testJmxUpdate Servers in 
testJmxUpdate: [com.sun.jmx.mbeanserver.JmxMBeanServer@83fde6]
   [junit4]   2> 5536 T12 oasc.TestJmxIntegration.testJmxUpdate 
{term=org.apache.solr.search.TermQParserPlugin@d41f3, 
/admin/logging=org.apache.solr.handler.admin.LoggingHandler@64dd79, 
org.apache.solr.highlight.RegexFragmenter=org.apache.solr.highlight.RegexFragmenter@86359,
 /admin/plugins=org.apache.solr.handler.admin.PluginInfoHandler@b280b1, 
mlt=org.apache.solr.handler.component.MoreLikeThisComponent@cee41f, 
org.apache.solr.handler.StandardRequestHandler=org.apache.solr.handler.StandardRequestHandler@11f2158,
 /admin/system=org.apache.solr.handler.admin.SystemInfoHandler@c639ce, 
spellCheckWithWordbreak_Direct=org.apache.solr.handler.component.SearchHandler@1fd360b,
 
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@e72f0c,
 
org.apache.solr.highlight.HtmlFormatter=org.apache.solr.highlight.HtmlFormatter@1c1cfc1,
 
org.apache.solr.handler.RealTimeGetHandler=org.apache.solr.handler.RealTimeGetHandler@12eabae,
 mltrh=org.apache.solr.handler.component.SearchHandler@10948cf, 
org.apache.solr.highlight.GapFragmenter=org.apache.solr.highlight.GapFragmenter@8b3bb3,
 
org.apache.solr.highlight.SimpleFragmentsBuilder=org.apache.solr.highlight.SimpleFragmentsBuilder@fc9e7e,
 /admin/file=org.apache.solr.handler.admin.ShowFileRequestHandler@1098594, 
mock=org.apache.solr.core.MockQuerySenderListenerReqHandler@20ca8b, 
spellCheckWithWordbreak=org.apache.solr.handler.component.SearchHandler@d175ff, 
searcher=Searcher@1a18ee2 main{StandardDirectoryReader(segments_1:1)}, 
spellCheckCompRH1=org.apache.solr.handler.component.SearchHandler@199f443, 
field=org.apache.solr.search.FieldQParserPlugin@738dcb, 
/admin/luke=org.apache.solr.handler.admin.LukeRequestHandler@6212dd, 
core=org.apache.solr.core.SolrCore@41f227, 
func=org.apache.solr.search.FunctionQParserPlugin@c47498, 
query=org.apache.solr.handler.component.QueryComponent@4178d0, 
/update=org.apache.solr.handler.UpdateRequestHandler@1c2dad7, 
fieldCache=org.apache.solr.search.SolrFieldCacheMBean@1ad6884, Searcher@1a18ee2 
main=Searcher@1a18ee2 main{StandardDirectoryReader(segments_1:1)}, 
defaults=org.apache.solr.handler.StandardRequestHandler@11f2158, 
org.apache.solr.handler.MoreLikeThisHandler=org.apache.solr.handler.MoreLikeThisHandler@1a8e53c,
 facet=org.apache.solr.handler.component.FacetComponent@62be97, 
boost=org.apache.solr.search.BoostQParserPlugin@161cd25, 
termsComp=org.apache.solr.handler.component.TermsComponent@1fbe226, 
/terms=org.apache.solr.handler.component.SearchHandler@1e35ecd, 
bbox=org.apache.solr.search.SpatialBoxQParserPlugin@64e5b2, 
frange=org.apache.solr.search.FunctionRangeQParserPlugin@2445d7, 
prefix=org.apache.solr.search.PrefixQParserPlugin@165547d, 
/admin/threads=org.apache.solr.handler.admin.ThreadDumpHandler@18ddc48, 
spellCheckCompRH_Direct=org.apache.solr.handler.component.SearchHandler@793536, 
raw=org.apache.solr.search.RawQParserPlugin@19478c7, 
join=org.apache.solr.search.JoinQParserPlugin@857066, 
/replication=org.apache.solr.core.RequestHandlers$LazyRequestHandlerWrapper@966905,
 switch=org.apache.solr.search.SwitchQParserPlugin@c8ccb1, 
org.apache.solr.core.MockQuerySenderListenerReqHandler=org.apache.solr.core.MockQuerySenderListenerReqHandler@20ca8b,
 
org.apache.solr.handler.UpdateRequestHandler=org.apache.solr.handler.UpdateRequestHandler@1c2dad7,
 get=org.apache.solr.handler.component.RealTimeGetComponent@190efc, 
org.apache.solr.search.FooQParserPlugin=org.apache.solr.search.FooQParserPlugin@f6852d,
 lazy=org.apache.solr.core.RequestHandlers$LazyRequestHandlerWrapper@a16157, 
highlight=org.apache.solr.handler.component.HighlightComponent@e2b9e5, 
org.apache.solr.highlight.ScoreOrderFragmentsBuilder=org.apache.solr.highlight.ScoreOrderFragmentsBuilder@fd981a,
 
org.apache.solr.highlight.SimpleFragListBuilder=org.apache.solr.highlight.SimpleFragListBuilder@10cec16,
 /mlt=org.apache.solr.handler.MoreLikeThisHandler@1a8e53c, 
surround=org.apache.solr.search.SurroundQParserPlugin@15fc606, 
spellcheck=org.apache.solr.handler.component.SpellCheckComponent@1bc6533, 
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@c1e4d5, 
geofilt=org.apache.solr.search.SpatialFilterQParserPlugin@1966070, 
tvComponent=org.apache.solr.handler.component.TermVectorComponent@19811ce, 
edismax=org.apache.solr.search.ExtendedDismaxQParserPlugin@1959352, 
dismax=org.apache.solr.handler.component.SearchHandler@fb1135, 
/get=org.apache.solr.handler.RealTimeGetHandler@12eabae, 
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@126c5a5, 
debug=org.apache.solr.handler.component.DebugComponent@863941, 
stats=org.apache.solr.handler.component.StatsComponent@11a772d, 
lucenePlusSort=org.apache.solr.search.OldLuceneQParserPlugin@79df82, 
spellCheckCompRH=org.apache.solr.handler.component.SearchHandler@1410a85, 
standard=org.apache.solr.handler.StandardRequestHandler@119b1ca, 
org.apache.solr.handler.admin.AdminHandlers=org.apache.solr.handler.admin.AdminHandlers@126c5a5,
 lucene=org.apache.solr.search.LuceneQParserPlugin@1e779a7, 
tvrh=org.apache.solr.handler.component.SearchHandler@1e3e7d2, 
org.apache.solr.handler.DumpRequestHandler=org.apache.solr.handler.DumpRequestHandler@188a387,
 
org.apache.solr.highlight.SimpleBoundaryScanner=org.apache.solr.highlight.SimpleBoundaryScanner@1a81bd5,
 
/admin/properties=org.apache.solr.handler.admin.PropertiesRequestHandler@1bb60ad,
 maxscore=org.apache.solr.search.MaxScoreQParserPlugin@c80e21, 
org.apache.solr.handler.component.SearchHandler=org.apache.solr.handler.component.SearchHandler@1e3e7d2,
 /debug/dump=org.apache.solr.handler.DumpRequestHandler@188a387, 
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> 5540 T12 oasc.TestJmxIntegration.testJmxUpdate Mbeans in 
server: [java.lang:type=MemoryPool,name=CMS Old Gen, java.lang:type=Memory, 
java.lang:type=MemoryPool,name=Code Cache, java.lang:type=Runtime, 
java.lang:type=ClassLoading, java.lang:type=Threading, 
java.lang:type=GarbageCollector,name=ConcurrentMarkSweep, 
java.util.logging:type=Logging, java.lang:type=GarbageCollector,name=ParNew, 
java.lang:type=Compilation, java.lang:type=MemoryPool,name=Par Eden Space, 
com.sun.management:type=HotSpotDiagnostic, java.lang:type=MemoryPool,name=CMS 
Perm Gen, java.lang:type=OperatingSystem, java.lang:type=MemoryPool,name=Par 
Survivor Space, java.lang:type=MemoryManager,name=CodeCacheManager, 
JMImplementation:type=MBeanServerDelegate]
   [junit4]   2> 5541 T12 oas.SolrTestCaseJ4.tearDown ###Ending testJmxUpdate
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestJmxIntegration 
-Dtests.method=testJmxUpdate -Dtests.seed=EA81515636EF4332 -Dtests.multiplier=3 
-Dtests.slow=true -Dtests.locale=mt -Dtests.timezone=America/Adak 
-Dtests.file.encoding=US-ASCII
   [junit4] FAILURE 0.04s J1 | TestJmxIntegration.testJmxUpdate <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: No mbean found for 
SolrIndexSearcher
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([EA81515636EF4332:FCE6633CA639E899]:0)
   [junit4]    >        at 
org.apache.solr.core.TestJmxIntegration.testJmxUpdate(TestJmxIntegration.java:120)
   [junit4]    >        at java.lang.Thread.run(Thread.java:662)
   [junit4]   2> 5555 T12 oas.SolrTestCaseJ4.deleteCore ###deleteCore
   [junit4]   2> 5556 T12 oasc.CoreContainer.shutdown Shutting down 
CoreContainer instance=5978327
   [junit4]   2> 5557 T12 oasc.SolrCore.close [collection1]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@41f227
   [junit4]   2> 5557 T12 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> 5558 T12 oasu.SolrCoreState.decrefSolrCoreState Closing 
SolrCoreState
   [junit4]   2> 5559 T12 oasu.DefaultSolrCoreState.closeIndexWriter 
SolrCoreState ref count has reached 0 - closing IndexWriter
   [junit4]   2> 5560 T12 oasu.DefaultSolrCoreState.closeIndexWriter closing 
IndexWriter with IndexWriterCloser
   [junit4]   2> 5565 T12 oasc.SolrCore.closeSearcher [collection1] Closing 
main searcher on request.
   [junit4]   2> 5567 T12 oasc.CachingDirectoryFactory.close Closing 
MockDirectoryFactory - 2 directories currently being tracked
   [junit4]   2> 5568 T12 oasc.CachingDirectoryFactory.closeCacheValue looking 
to close 
/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./solrtest-TestJmxIntegration-1374140768661
 
[CachedDir<<refCount=0;path=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./solrtest-TestJmxIntegration-1374140768661;done=false>>]
   [junit4]   2> 5569 T12 oasc.CachingDirectoryFactory.close Closing directory: 
/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./solrtest-TestJmxIntegration-1374140768661
   [junit4]   2> 5570 T12 oasc.CachingDirectoryFactory.closeCacheValue looking 
to close 
/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./solrtest-TestJmxIntegration-1374140768661/index
 
[CachedDir<<refCount=0;path=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./solrtest-TestJmxIntegration-1374140768661/index;done=false>>]
   [junit4]   2> 5570 T12 oasc.CachingDirectoryFactory.close Closing directory: 
/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./solrtest-TestJmxIntegration-1374140768661/index
   [junit4]   2> NOTE: test params are: codec=Appending, sim=DefaultSimilarity, 
locale=mt, timezone=America/Adak
   [junit4]   2> NOTE: Linux 3.2.0-49-generic i386/Sun Microsystems Inc. 
1.6.0_45 (32-bit)/cpus=8,threads=1,free=39066336,total=65470464
   [junit4]   2> NOTE: All tests run in this JVM: [TestRTGBase, 
TestJmxIntegration]
   [junit4] Completed on J1 in 5.49s, 3 tests, 2 failures, 1 skipped <<< 
FAILURES!

[...truncated 986 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, 35 ignored (7 
assumptions)

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


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org

Reply via email to