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...@thetaphi.de> on 2014/07/24 00:45:14 UTC

[JENKINS] Lucene-Solr-trunk-Linux (32bit/jdk1.8.0_11) - Build # 10879 - Failure!

Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-Linux/10879/
Java: 32bit/jdk1.8.0_11 -server -XX:+UseSerialGC

1 tests failed.
REGRESSION:  org.apache.solr.handler.dataimport.TestJdbcDataSourceConvertType.testConvertType

Error Message:
Unable to execute query: select 1 as id, CAST(9999 AS DECIMAL) as "some_i" from sysibm.sysdummy1

Stack Trace:
org.apache.solr.handler.dataimport.DataImportHandlerException: Unable to execute query: select 1 as id, CAST(9999 AS DECIMAL) as "some_i" from sysibm.sysdummy1
	at __randomizedtesting.SeedInfo.seed([D3D8B13EA9AE4BCE:B392DAF02E1C4024]:0)
	at org.apache.solr.handler.dataimport.DataImportHandlerException.wrapAndThrow(DataImportHandlerException.java:71)
	at org.apache.solr.handler.dataimport.JdbcDataSource$ResultSetIterator.<init>(JdbcDataSource.java:283)
	at org.apache.solr.handler.dataimport.JdbcDataSource.getData(JdbcDataSource.java:240)
	at org.apache.solr.handler.dataimport.TestJdbcDataSourceConvertType.convertTypeTest(TestJdbcDataSourceConvertType.java:68)
	at org.apache.solr.handler.dataimport.TestJdbcDataSourceConvertType.testConvertType(TestJdbcDataSourceConvertType.java:45)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:483)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1618)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:827)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:877)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:798)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:458)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:738)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:772)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:783)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:43)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
	at java.lang.Thread.run(Thread.java:745)
Caused by: java.sql.SQLException: Failed to create database 'memory:tempDB', see the next exception for details.
	at org.apache.derby.impl.jdbc.SQLExceptionFactory40.getSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.Util.newEmbedSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.Util.seeNextException(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedConnection.createDatabase(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedConnection.<init>(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedConnection30.<init>(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedConnection40.<init>(Unknown Source)
	at org.apache.derby.jdbc.Driver40.getNewEmbedConnection(Unknown Source)
	at org.apache.derby.jdbc.InternalDriver.connect(Unknown Source)
	at org.apache.derby.jdbc.EmbeddedDriver.connect(Unknown Source)
	at org.apache.solr.handler.dataimport.JdbcDataSource$1.call(JdbcDataSource.java:153)
	at org.apache.solr.handler.dataimport.JdbcDataSource$1.call(JdbcDataSource.java:133)
	at org.apache.solr.handler.dataimport.JdbcDataSource.getConnection(JdbcDataSource.java:402)
	at org.apache.solr.handler.dataimport.JdbcDataSource.access$200(JdbcDataSource.java:44)
	at org.apache.solr.handler.dataimport.JdbcDataSource$ResultSetIterator.<init>(JdbcDataSource.java:270)
	... 43 more
Caused by: java.sql.SQLException: Failed to create database 'memory:tempDB', see the next exception for details.
	at org.apache.derby.impl.jdbc.SQLExceptionFactory.getSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.SQLExceptionFactory40.wrapArgsForTransportAcrossDRDA(Unknown Source)
	... 58 more
Caused by: java.sql.SQLException: Supplied territory description '' is invalid, expecting ln[_CO[_variant]]
ln=lower-case two-letter ISO-639 language code, CO=upper-case two-letter ISO-3166 country codes, see java.util.Locale.
	at org.apache.derby.impl.jdbc.SQLExceptionFactory.getSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.SQLExceptionFactory40.wrapArgsForTransportAcrossDRDA(Unknown Source)
	at org.apache.derby.impl.jdbc.SQLExceptionFactory40.getSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.Util.generateCsSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.TransactionResourceImpl.wrapInSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.TransactionResourceImpl.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedConnection.handleException(Unknown Source)
	... 55 more
Caused by: ERROR XBM0X: Supplied territory description '' is invalid, expecting ln[_CO[_variant]]
ln=lower-case two-letter ISO-639 language code, CO=upper-case two-letter ISO-3166 country codes, see java.util.Locale.
	at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
	at org.apache.derby.impl.services.monitor.BaseMonitor.staticGetLocaleFromString(Unknown Source)
	at org.apache.derby.impl.services.monitor.BaseMonitor.setLocale(Unknown Source)
	at org.apache.derby.impl.db.BasicDatabase.boot(Unknown Source)
	at org.apache.derby.impl.services.monitor.BaseMonitor.boot(Unknown Source)
	at org.apache.derby.impl.services.monitor.TopService.bootModule(Unknown Source)
	at org.apache.derby.impl.services.monitor.BaseMonitor.bootService(Unknown Source)
	at org.apache.derby.impl.services.monitor.BaseMonitor.createPersistentService(Unknown Source)
	at org.apache.derby.iapi.services.monitor.Monitor.createPersistentService(Unknown Source)
	... 55 more




Build Log:
[...truncated 15235 lines...]
   [junit4] Suite: org.apache.solr.handler.dataimport.TestJdbcDataSourceConvertType
   [junit4]   2> Creating dataDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-dataimporthandler/test/J1/./temp/solr.handler.dataimport.TestJdbcDataSourceConvertType-D3D8B13EA9AE4BCE-001/init-core-data-001
   [junit4]   2> 41206 T163 oas.SolrTestCaseJ4.buildSSLConfig Randomized ssl (false) and clientAuth (false)
   [junit4]   2> 41208 T163 oas.SolrTestCaseJ4.setUp ###Starting testConvertType
   [junit4]   2> 41209 T163 oashd.JdbcDataSource$1.call Creating a connection for entity null with URL: jdbc:derby:memory:tempDB;create=true
   [junit4]   2> Wed Jul 23 14:45:08 MeST 2014 Thread[TEST-TestJdbcDataSourceConvertType.testConvertType-seed#[D3D8B13EA9AE4BCE],5,TGRP-TestJdbcDataSourceConvertType] java.security.AccessControlException: access denied ("java.io.FilePermission" "derby.log" "write")
   [junit4]   2> Wed Jul 23 14:45:08 MeST 2014 Thread[TEST-TestJdbcDataSourceConvertType.testConvertType-seed#[D3D8B13EA9AE4BCE],5,TGRP-TestJdbcDataSourceConvertType] Ignored duplicate property derby.module.dataDictionary in jar:file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/contrib/dataimporthandler/test-lib/derby-10.9.1.0.jar!/org/apache/derby/modules.properties
   [junit4]   2> Wed Jul 23 14:45:08 MeST 2014 Thread[TEST-TestJdbcDataSourceConvertType.testConvertType-seed#[D3D8B13EA9AE4BCE],5,TGRP-TestJdbcDataSourceConvertType] Ignored duplicate property derby.module.lockManagerJ1 in jar:file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/contrib/dataimporthandler/test-lib/derby-10.9.1.0.jar!/org/apache/derby/modules.properties
   [junit4]   2> Wed Jul 23 14:45:08 MeST 2014 Thread[TEST-TestJdbcDataSourceConvertType.testConvertType-seed#[D3D8B13EA9AE4BCE],5,TGRP-TestJdbcDataSourceConvertType] Ignored duplicate property derby.env.classes.dvfJ2 in jar:file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/contrib/dataimporthandler/test-lib/derby-10.9.1.0.jar!/org/apache/derby/modules.properties
   [junit4]   2> Wed Jul 23 14:45:08 MeST 2014 Thread[TEST-TestJdbcDataSourceConvertType.testConvertType-seed#[D3D8B13EA9AE4BCE],5,TGRP-TestJdbcDataSourceConvertType] Ignored duplicate property derby.module.javaCompiler in jar:file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/contrib/dataimporthandler/test-lib/derby-10.9.1.0.jar!/org/apache/derby/modules.properties
   [junit4]   2> Wed Jul 23 14:45:08 MeST 2014 Thread[TEST-TestJdbcDataSourceConvertType.testConvertType-seed#[D3D8B13EA9AE4BCE],5,TGRP-TestJdbcDataSourceConvertType] Ignored duplicate property derby.module.replication.slave in jar:file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/contrib/dataimporthandler/test-lib/derby-10.9.1.0.jar!/org/apache/derby/modules.properties
   [junit4]   2> Wed Jul 23 14:45:08 MeST 2014 Thread[TEST-TestJdbcDataSourceConvertType.testConvertType-seed#[D3D8B13EA9AE4BCE],5,TGRP-TestJdbcDataSourceConvertType] Ignored duplicate property derby.env.jdk.rawStore.transactionJ6 in jar:file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/contrib/dataimporthandler/test-lib/derby-10.9.1.0.jar!/org/apache/derby/modules.properties
   [junit4]   2> Wed Jul 23 14:45:08 MeST 2014 Thread[TEST-TestJdbcDataSourceConvertType.testConvertType-seed#[D3D8B13EA9AE4BCE],5,TGRP-TestJdbcDataSourceConvertType] Ignored duplicate property derby.module.ef in jar:file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/contrib/dataimporthandler/test-lib/derby-10.9.1.0.jar!/org/apache/derby/modules.properties
   [junit4]   2> Wed Jul 23 14:45:08 MeST 2014 Thread[TEST-TestJdbcDataSourceConvertType.testConvertType-seed#[D3D8B13EA9AE4BCE],5,TGRP-TestJdbcDataSourceConvertType] Ignored duplicate property derby.env.jdk.rawStore.transactionJ1 in jar:file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/contrib/dataimporthandler/test-lib/derby-10.9.1.0.jar!/org/apache/derby/modules.properties
   [junit4]   2> Wed Jul 23 14:45:08 MeST 2014 Thread[TEST-TestJdbcDataSourceConvertType.testConvertType-seed#[D3D8B13EA9AE4BCE],5,TGRP-TestJdbcDataSourceConvertType] Ignored duplicate property derby.module.database in jar:file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/contrib/dataimporthandler/test-lib/derby-10.9.1.0.jar!/org/apache/derby/modules.properties
   [junit4]   2> Wed Jul 23 14:45:08 MeST 2014 Thread[TEST-TestJdbcDataSourceConvertType.testConvertType-seed#[D3D8B13EA9AE4BCE],5,TGRP-TestJdbcDataSourceConvertType] Ignored duplicate property derby.module.NoneAuthentication in jar:file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/contrib/dataimporthandler/test-lib/derby-10.9.1.0.jar!/org/apache/derby/modules.properties
   [junit4]   2> Wed Jul 23 14:45:08 MeST 2014 Thread[TEST-TestJdbcDataSourceConvertType.testConvertType-seed#[D3D8B13EA9AE4BCE],5,TGRP-TestJdbcDataSourceConvertType] Ignored duplicate property derby.module.netServer.autoStart in jar:file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/contrib/dataimporthandler/test-lib/derby-10.9.1.0.jar!/org/apache/derby/modules.properties
   [junit4]   2> Wed Jul 23 14:45:08 MeST 2014 Thread[TEST-TestJdbcDataSourceConvertType.testConvertType-seed#[D3D8B13EA9AE4BCE],5,TGRP-TestJdbcDataSourceConvertType] Ignored duplicate property derby.module.dvfJ2 in jar:file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/contrib/dataimporthandler/test-lib/derby-10.9.1.0.jar!/org/apache/derby/modules.properties
   [junit4]   2> Wed Jul 23 14:45:08 MeST 2014 Thread[TEST-TestJdbcDataSourceConvertType.testConvertType-seed#[D3D8B13EA9AE4BCE],5,TGRP-TestJdbcDataSourceConvertType] Ignored duplicate property derby.module.mgmt.null in jar:file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/contrib/dataimporthandler/test-lib/derby-10.9.1.0.jar!/org/apache/derby/modules.properties
   [junit4]   2> Wed Jul 23 14:45:08 MeST 2014 Thread[TEST-TestJdbcDataSourceConvertType.testConvertType-seed#[D3D8B13EA9AE4BCE],5,TGRP-TestJdbcDataSourceConvertType] Ignored duplicate property derby.module.nativeAuthentication in jar:file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/contrib/dataimporthandler/test-lib/derby-10.9.1.0.jar!/org/apache/derby/modules.properties
   [junit4]   2> Wed Jul 23 14:45:08 MeST 2014 Thread[TEST-TestJdbcDataSourceConvertType.testConvertType-seed#[D3D8B13EA9AE4BCE],5,TGRP-TestJdbcDataSourceConvertType] Ignored duplicate property derby.env.jdk.lockManagerJ6 in jar:file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/contrib/dataimporthandler/test-lib/derby-10.9.1.0.jar!/org/apache/derby/modules.properties
   [junit4]   2> Wed Jul 23 14:45:08 MeST 2014 Thread[TEST-TestJdbcDataSourceConvertType.testConvertType-seed#[D3D8B13EA9AE4BCE],5,TGRP-TestJdbcDataSourceConvertType] Ignored duplicate property derby.module.replication.master in jar:file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/contrib/dataimporthandler/test-lib/derby-10.9.1.0.jar!/org/apache/derby/modules.properties
   [junit4]   2> Wed Jul 23 14:45:08 MeST 2014 Thread[TEST-TestJdbcDataSourceConvertType.testConvertType-seed#[D3D8B13EA9AE4BCE],5,TGRP-TestJdbcDataSourceConvertType] Ignored duplicate property derby.module.dvfCDC in jar:file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/contrib/dataimporthandler/test-lib/derby-10.9.1.0.jar!/org/apache/derby/modules.properties
   [junit4]   2> Wed Jul 23 14:45:08 MeST 2014 Thread[TEST-TestJdbcDataSourceConvertType.testConvertType-seed#[D3D8B13EA9AE4BCE],5,TGRP-TestJdbcDataSourceConvertType] Ignored duplicate property derby.module.access.btree in jar:file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/contrib/dataimporthandler/test-lib/derby-10.9.1.0.jar!/org/apache/derby/modules.properties
   [junit4]   2> Wed Jul 23 14:45:08 MeST 2014 Thread[TEST-TestJdbcDataSourceConvertType.testConvertType-seed#[D3D8B13EA9AE4BCE],5,TGRP-TestJdbcDataSourceConvertType] Ignored duplicate property derby.env.jdk.lockManagerJ1 in jar:file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/contrib/dataimporthandler/test-lib/derby-10.9.1.0.jar!/org/apache/derby/modules.properties
   [junit4]   2> Wed Jul 23 14:45:08 MeST 2014 Thread[TEST-TestJdbcDataSourceConvertType.testConvertType-seed#[D3D8B13EA9AE4BCE],5,TGRP-TestJdbcDataSourceConvertType] Ignored duplicate property derby.module.uuidJ1 in jar:file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/contrib/dataimporthandler/test-lib/derby-10.9.1.0.jar!/org/apache/derby/modules.properties
   [junit4]   2> Wed Jul 23 14:45:08 MeST 2014 Thread[TEST-TestJdbcDataSourceConvertType.testConvertType-seed#[D3D8B13EA9AE4BCE],5,TGRP-TestJdbcDataSourceConvertType] Ignored duplicate property derby.module.cryptographyJ2 in jar:file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/contrib/dataimporthandler/test-lib/derby-10.9.1.0.jar!/org/apache/derby/modules.properties
   [junit4]   2> Wed Jul 23 14:45:08 MeST 2014 Thread[TEST-TestJdbcDataSourceConvertType.testConvertType-seed#[D3D8B13EA9AE4BCE],5,TGRP-TestJdbcDataSourceConvertType] Ignored duplicate property derby.env.jdk.rawStore.data.genericJ4 in jar:file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/contrib/dataimporthandler/test-lib/derby-10.9.1.0.jar!/org/apache/derby/modules.properties
   [junit4]   2> Wed Jul 23 14:45:08 MeST 2014 Thread[TEST-TestJdbcDataSourceConvertType.testConvertType-seed#[D3D8B13EA9AE4BCE],5,TGRP-TestJdbcDataSourceConvertType] Ignored duplicate property derby.env.jdk.rawStore.data.genericJ1 in jar:file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/contrib/dataimporthandler/test-lib/derby-10.9.1.0.jar!/org/apache/derby/modules.properties
   [junit4]   2> Wed Jul 23 14:45:08 MeST 2014 Thread[TEST-TestJdbcDataSourceConvertType.testConvertType-seed#[D3D8B13EA9AE4BCE],5,TGRP-TestJdbcDataSourceConvertType] Ignored duplicate property derby.module.access in jar:file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/contrib/dataimporthandler/test-lib/derby-10.9.1.0.jar!/org/apache/derby/modules.properties
   [junit4]   2> Wed Jul 23 14:45:08 MeST 2014 Thread[TEST-TestJdbcDataSourceConvertType.testConvertType-seed#[D3D8B13EA9AE4BCE],5,TGRP-TestJdbcDataSourceConvertType] Ignored duplicate property derby.module.jdbc169 in jar:file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/contrib/dataimporthandler/test-lib/derby-10.9.1.0.jar!/org/apache/derby/modules.properties
   [junit4]   2> Wed Jul 23 14:45:08 MeST 2014 Thread[TEST-TestJdbcDataSourceConvertType.testConvertType-seed#[D3D8B13EA9AE4BCE],5,TGRP-TestJdbcDataSourceConvertType] Ignored duplicate property derby.env.jdk.cryptographyJ2 in jar:file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/contrib/dataimporthandler/test-lib/derby-10.9.1.0.jar!/org/apache/derby/modules.properties
   [junit4]   2> Wed Jul 23 14:45:08 MeST 2014 Thread[TEST-TestJdbcDataSourceConvertType.testConvertType-seed#[D3D8B13EA9AE4BCE],5,TGRP-TestJdbcDataSourceConvertType] Ignored duplicate property derby.module.optimizer in jar:file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/contrib/dataimporthandler/test-lib/derby-10.9.1.0.jar!/org/apache/derby/modules.properties
   [junit4]   2> Wed Jul 23 14:45:08 MeST 2014 Thread[TEST-TestJdbcDataSourceConvertType.testConvertType-seed#[D3D8B13EA9AE4BCE],5,TGRP-TestJdbcDataSourceConvertType] Ignored duplicate property derby.env.jdk.mgmt.jmx in jar:file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/contrib/dataimporthandler/test-lib/derby-10.9.1.0.jar!/org/apache/derby/modules.properties
   [junit4]   2> Wed Jul 23 14:45:08 MeST 2014 Thread[TEST-TestJdbcDataSourceConvertType.testConvertType-seed#[D3D8B13EA9AE4BCE],5,TGRP-TestJdbcDataSourceConvertType] Ignored duplicate property derby.env.jdk.dvfJ2 in jar:file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/contrib/dataimporthandler/test-lib/derby-10.9.1.0.jar!/org/apache/derby/modules.properties
   [junit4]   2> Wed Jul 23 14:45:08 MeST 2014 Thread[TEST-TestJdbcDataSourceConvertType.testConvertType-seed#[D3D8B13EA9AE4BCE],5,TGRP-TestJdbcDataSourceConvertType] Ignored duplicate property derby.module.specificAuthentication in jar:file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/contrib/dataimporthandler/test-lib/derby-10.9.1.0.jar!/org/apache/derby/modules.properties
   [junit4]   2> Wed Jul 23 14:45:08 MeST 2014 Thread[TEST-TestJdbcDataSourceConvertType.testConvertType-seed#[D3D8B13EA9AE4BCE],5,TGRP-TestJdbcDataSourceConvertType] Ignored duplicate property derby.module.JNDIAuthentication in jar:file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/contrib/dataimporthandler/test-lib/derby-10.9.1.0.jar!/org/apache/derby/modules.properties
   [junit4]   2> Wed Jul 23 14:45:08 MeST 2014 Thread[TEST-TestJdbcDataSourceConvertType.testConvertType-seed#[D3D8B13EA9AE4BCE],5,TGRP-TestJdbcDataSourceConvertType] Ignored duplicate property derby.module.basicAuthentication in jar:file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/contrib/dataimporthandler/test-lib/derby-10.9.1.0.jar!/org/apache/derby/modules.properties
   [junit4]   2> Wed Jul 23 14:45:08 MeST 2014 Thread[TEST-TestJdbcDataSourceConvertType.testConvertType-seed#[D3D8B13EA9AE4BCE],5,TGRP-TestJdbcDataSourceConvertType] Ignored duplicate property derby.module.rawStore.data.genericJ4 in jar:file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/contrib/dataimporthandler/test-lib/derby-10.9.1.0.jar!/org/apache/derby/modules.properties
   [junit4]   2> Wed Jul 23 14:45:08 MeST 2014 Thread[TEST-TestJdbcDataSourceConvertType.testConvertType-seed#[D3D8B13EA9AE4BCE],5,TGRP-TestJdbcDataSourceConvertType] Ignored duplicate property derby.module.validation in jar:file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/contrib/dataimporthandler/test-lib/derby-10.9.1.0.jar!/org/apache/derby/modules.properties
   [junit4]   2> Wed Jul 23 14:45:08 MeST 2014 Thread[TEST-TestJdbcDataSourceConvertType.testConvertType-seed#[D3D8B13EA9AE4BCE],5,TGRP-TestJdbcDataSourceConvertType] Ignored duplicate property derby.module.rawStore.data.genericJ1 in jar:file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/contrib/dataimporthandler/test-lib/derby-10.9.1.0.jar!/org/apache/derby/modules.properties
   [junit4]   2> Wed Jul 23 14:45:08 MeST 2014 Thread[TEST-TestJdbcDataSourceConvertType.testConvertType-seed#[D3D8B13EA9AE4BCE],5,TGRP-TestJdbcDataSourceConvertType] Ignored duplicate property derby.module.streams in jar:file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/contrib/dataimporthandler/test-lib/derby-10.9.1.0.jar!/org/apache/derby/modules.properties
   [junit4]   2> Wed Jul 23 14:45:08 MeST 2014 Thread[TEST-TestJdbcDataSourceConvertType.testConvertType-seed#[D3D8B13EA9AE4BCE],5,TGRP-TestJdbcDataSourceConvertType] Ignored duplicate property derby.module.classManagerJ2 in jar:file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/contrib/dataimporthandler/test-lib/derby-10.9.1.0.jar!/org/apache/derby/modules.properties
   [junit4]   2> Wed Jul 23 14:45:08 MeST 2014 Thread[TEST-TestJdbcDataSourceConvertType.testConvertType-seed#[D3D8B13EA9AE4BCE],5,TGRP-TestJdbcDataSourceConvertType] Ignored duplicate property derby.env.classes.resourceAdapterJ2 in jar:file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/contrib/dataimporthandler/test-lib/derby-10.9.1.0.jar!/org/apache/derby/modules.properties
   [junit4]   2> Wed Jul 23 14:45:08 MeST 2014 Thread[TEST-TestJdbcDataSourceConvertType.testConvertType-seed#[D3D8B13EA9AE4BCE],5,TGRP-TestJdbcDataSourceConvertType] Ignored duplicate property derby.env.classes.rawStore.transactionJ6 in jar:file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/contrib/dataimporthandler/test-lib/derby-10.9.1.0.jar!/org/apache/derby/modules.properties
   [junit4]   2> Wed Jul 23 14:45:08 MeST 2014 Thread[TEST-TestJdbcDataSourceConvertType.testConvertType-seed#[D3D8B13EA9AE4BCE],5,TGRP-TestJdbcDataSourceConvertType] Ignored duplicate property derby.module.jdbcJ6 in jar:file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/contrib/dataimporthandler/test-lib/derby-10.9.1.0.jar!/org/apache/derby/modules.properties
   [junit4]   2> Wed Jul 23 14:45:08 MeST 2014 Thread[TEST-TestJdbcDataSourceConvertType.testConvertType-seed#[D3D8B13EA9AE4BCE],5,TGRP-TestJdbcDataSourceConvertType] Ignored duplicate property derby.module.jdbcJ4 in jar:file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/contrib/dataimporthandler/test-lib/derby-10.9.1.0.jar!/org/apache/derby/modules.properties
   [junit4]   2> Wed Jul 23 14:45:08 MeST 2014 Thread[TEST-TestJdbcDataSourceConvertType.testConvertType-seed#[D3D8B13EA9AE4BCE],5,TGRP-TestJdbcDataSourceConvertType] Ignored duplicate property derby.module.rawStore.log in jar:file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/contrib/dataimporthandler/test-lib/derby-10.9.1.0.jar!/org/apache/derby/modules.properties
   [junit4]   2> Wed Jul 23 14:45:08 MeST 2014 Thread[TEST-TestJdbcDataSourceConvertType.testConvertType-seed#[D3D8B13EA9AE4BCE],5,TGRP-TestJdbcDataSourceConvertType] Ignored duplicate property derby.module.rawStore.log.readonly in jar:file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/contrib/dataimporthandler/test-lib/derby-10.9.1.0.jar!/org/apache/derby/modules.properties
   [junit4]   2> Wed Jul 23 14:45:08 MeST 2014 Thread[TEST-TestJdbcDataSourceConvertType.testConvertType-seed#[D3D8B13EA9AE4BCE],5,TGRP-TestJdbcDataSourceConvertType] Ignored duplicate property derby.module.access.heap in jar:file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/contrib/dataimporthandler/test-lib/derby-10.9.1.0.jar!/org/apache/derby/modules.properties
   [junit4]   2> Wed Jul 23 14:45:08 MeST 2014 Thread[TEST-TestJdbcDataSourceConvertType.testConvertType-seed#[D3D8B13EA9AE4BCE],5,TGRP-TestJdbcDataSourceConvertType] Ignored duplicate property derby.module.daemon in jar:file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/contrib/dataimporthandler/test-lib/derby-10.9.1.0.jar!/org/apache/derby/modules.properties
   [junit4]   2> Wed Jul 23 14:45:08 MeST 2014 Thread[TEST-TestJdbcDataSourceConvertType.testConvertType-seed#[D3D8B13EA9AE4BCE],5,TGRP-TestJdbcDataSourceConvertType] Ignored duplicate property derby.env.jdk.cacheManagerJ6 in jar:file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/contrib/dataimporthandler/test-lib/derby-10.9.1.0.jar!/org/apache/derby/modules.properties
   [junit4]   2> Wed Jul 23 14:45:08 MeST 2014 Thread[TEST-TestJdbcDataSourceConvertType.testConvertType-seed#[D3D8B13EA9AE4BCE],5,TGRP-TestJdbcDataSourceConvertType] Ignored duplicate property derby.module.tcf in jar:file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/contrib/dataimporthandler/test-lib/derby-10.9.1.0.jar!/org/apache/derby/modules.properties
   [junit4]   2> Wed Jul 23 14:45:08 MeST 2014 Thread[TEST-TestJdbcDataSourceConvertType.testConvertType-seed#[D3D8B13EA9AE4BCE],5,TGRP-TestJdbcDataSourceConvertType] Ignored duplicate property derby.env.classes.jdbcJ6 in jar:file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/contrib/dataimporthandler/test-lib/derby-10.9.1.0.jar!/org/apache/derby/modules.properties
   [junit4]   2> Wed Jul 23 14:45:08 MeST 2014 Thread[TEST-TestJdbcDataSourceConvertType.testConvertType-seed#[D3D8B13EA9AE4BCE],5,TGRP-TestJdbcDataSourceConvertType] Ignored duplicate property derby.env.classes.jdbcJ4 in jar:file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/contrib/dataimporthandler/test-lib/derby-10.9.1.0.jar!/org/apache/derby/modules.properties
   [junit4]   2> Wed Jul 23 14:45:08 MeST 2014 Thread[TEST-TestJdbcDataSourceConvertType.testConvertType-seed#[D3D8B13EA9AE4BCE],5,TGRP-TestJdbcDataSourceConvertType] Ignored duplicate property derby.module.access.uniquewithduplicatenullssort in jar:file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/contrib/dataimporthandler/test-lib/derby-10.9.1.0.jar!/org/apache/derby/modules.properties
   [junit4]   2> Wed Jul 23 14:45:08 MeST 2014 Thread[TEST-TestJdbcDataSourceConvertType.testConvertType-seed#[D3D8B13EA9AE4BCE],5,TGRP-TestJdbcDataSourceConvertType] Ignored duplicate property derby.env.jdk.cacheManagerJ1 in jar:file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/contrib/dataimporthandler/test-lib/derby-10.9.1.0.jar!/org/apache/derby/modules.properties
   [junit4]   2> Wed Jul 23 14:45:08 MeST 2014 Thread[TEST-TestJdbcDataSourceConvertType.testConvertType-seed#[D3D8B13EA9AE4BCE],5,TGRP-TestJdbcDataSourceConvertType] Ignored duplicate property derby.module.cacheManagerJ6 in jar:file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/contrib/dataimporthandler/test-lib/derby-10.9.1.0.jar!/org/apache/derby/modules.properties
   [junit4]   2> Wed Jul 23 14:45:08 MeST 2014 Thread[TEST-TestJdbcDataSourceConvertType.testConvertType-seed#[D3D8B13EA9AE4BCE],5,TGRP-TestJdbcDataSourceConvertType] Ignored duplicate property derby.module.resultSetStatisticsFactory in jar:file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/contrib/dataimporthandler/test-lib/derby-10.9.1.0.jar!/org/apache/derby/modules.properties
   [junit4]   2> Wed Jul 23 14:45:08 MeST 2014 Thread[TEST-TestJdbcDataSourceConvertType.testConvertType-seed#[D3D8B13EA9AE4BCE],5,TGRP-TestJdbcDataSourceConvertType] Ignored duplicate property derby.module.cacheManagerJ1 in jar:file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/contrib/dataimporthandler/test-lib/derby-10.9.1.0.jar!/org/apache/derby/modules.properties
   [junit4]   2> Wed Jul 23 14:45:08 MeST 2014 Thread[TEST-TestJdbcDataSourceConvertType.testConvertType-seed#[D3D8B13EA9AE4BCE],5,TGRP-TestJdbcDataSourceConvertType] Ignored duplicate property derby.env.classes.cryptographyJ2 in jar:file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/contrib/dataimporthandler/test-lib/derby-10.9.1.0.jar!/org/apache/derby/modules.properties
   [junit4]   2> Wed Jul 23 14:45:08 MeST 2014 Thread[TEST-TestJdbcDataSourceConvertType.testConvertType-seed#[D3D8B13EA9AE4BCE],5,TGRP-TestJdbcDataSourceConvertType] Ignored duplicate property derby.env.classes.rawStore.data.genericJ4 in jar:file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/contrib/dataimporthandler/test-lib/derby-10.9.1.0.jar!/org/apache/derby/modules.properties
   [junit4]   2> Wed Jul 23 14:45:08 MeST 2014 Thread[TEST-TestJdbcDataSourceConvertType.testConvertType-seed#[D3D8B13EA9AE4BCE],5,TGRP-TestJdbcDataSourceConvertType] Ignored duplicate property derby.module.database.slave in jar:file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/contrib/dataimporthandler/test-lib/derby-10.9.1.0.jar!/org/apache/derby/modules.properties
   [junit4]   2> Wed Jul 23 14:45:08 MeST 2014 Thread[TEST-TestJdbcDataSourceConvertType.testConvertType-seed#[D3D8B13EA9AE4BCE],5,TGRP-TestJdbcDataSourceConvertType] Ignored duplicate property derby.module.XPLAINFactory in jar:file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/contrib/dataimporthandler/test-lib/derby-10.9.1.0.jar!/org/apache/derby/modules.properties
   [junit4]   2> Wed Jul 23 14:45:08 MeST 2014 Thread[TEST-TestJdbcDataSourceConvertType.testConvertType-seed#[D3D8B13EA9AE4BCE],5,TGRP-TestJdbcDataSourceConvertType] Ignored duplicate property derby.module.resourceAdapterJ2 in jar:file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/contrib/dataimporthandler/test-lib/derby-10.9.1.0.jar!/org/apache/derby/modules.properties
   [junit4]   2> Wed Jul 23 14:45:08 MeST 2014 Thread[TEST-TestJdbcDataSourceConvertType.testConvertType-seed#[D3D8B13EA9AE4BCE],5,TGRP-TestJdbcDataSourceConvertType] Ignored duplicate property derby.module.access.sort in jar:file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/contrib/dataimporthandler/test-lib/derby-10.9.1.0.jar!/org/apache/derby/modules.properties
   [junit4]   2> Wed Jul 23 14:45:08 MeST 2014 Thread[TEST-TestJdbcDataSourceConvertType.testConvertType-seed#[D3D8B13EA9AE4BCE],5,TGRP-TestJdbcDataSourceConvertType] Ignored duplicate property derby.module.mgmt.jmx in jar:file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/contrib/dataimporthandler/test-lib/derby-10.9.1.0.jar!/org/apache/derby/modules.properties
   [junit4]   2> Wed Jul 23 14:45:08 MeST 2014 Thread[TEST-TestJdbcDataSourceConvertType.testConvertType-seed#[D3D8B13EA9AE4BCE],5,TGRP-TestJdbcDataSourceConvertType] Ignored duplicate property derby.module.rawStore.transactionJ6 in jar:file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/contrib/dataimporthandler/test-lib/derby-10.9.1.0.jar!/org/apache/derby/modules.properties
   [junit4]   2> Wed Jul 23 14:45:08 MeST 2014 Thread[TEST-TestJdbcDataSourceConvertType.testConvertType-seed#[D3D8B13EA9AE4BCE],5,TGRP-TestJdbcDataSourceConvertType] Ignored duplicate property derby.env.classes.JNDIAuthentication in jar:file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/contrib/dataimporthandler/test-lib/derby-10.9.1.0.jar!/org/apache/derby/modules.properties
   [junit4]   2> Wed Jul 23 14:45:08 MeST 2014 Thread[TEST-TestJdbcDataSourceConvertType.testConvertType-seed#[D3D8B13EA9AE4BCE],5,TGRP-TestJdbcDataSourceConvertType] Ignored duplicate property derby.module.rawStore.transactionJ1 in jar:file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/contrib/dataimporthandler/test-lib/derby-10.9.1.0.jar!/org/apache/derby/modules.properties
   [junit4]   2> Wed Jul 23 14:45:08 MeST 2014 Thread[TEST-TestJdbcDataSourceConvertType.testConvertType-seed#[D3D8B13EA9AE4BCE],5,TGRP-TestJdbcDataSourceConvertType] Ignored duplicate property derby.module.timer in jar:file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/contrib/dataimporthandler/test-lib/derby-10.9.1.0.jar!/org/apache/derby/modules.properties
   [junit4]   2> Wed Jul 23 14:45:08 MeST 2014 Thread[TEST-TestJdbcDataSourceConvertType.testConvertType-seed#[D3D8B13EA9AE4BCE],5,TGRP-TestJdbcDataSourceConvertType] Ignored duplicate property derby.module.lcf in jar:file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/contrib/dataimporthandler/test-lib/derby-10.9.1.0.jar!/org/apache/derby/modules.properties
   [junit4]   2> Wed Jul 23 14:45:08 MeST 2014 Thread[TEST-TestJdbcDataSourceConvertType.testConvertType-seed#[D3D8B13EA9AE4BCE],5,TGRP-TestJdbcDataSourceConvertType] Ignored duplicate property derby.module.rawStore in jar:file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/contrib/dataimporthandler/test-lib/derby-10.9.1.0.jar!/org/apache/derby/modules.properties
   [junit4]   2> Wed Jul 23 14:45:08 MeST 2014 Thread[TEST-TestJdbcDataSourceConvertType.testConvertType-seed#[D3D8B13EA9AE4BCE],5,TGRP-TestJdbcDataSourceConvertType] Ignored duplicate property derby.env.jdk.resourceAdapterJ2 in jar:file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/contrib/dataimporthandler/test-lib/derby-10.9.1.0.jar!/org/apache/derby/modules.properties
   [junit4]   2> Wed Jul 23 14:45:08 MeST 2014 Thread[TEST-TestJdbcDataSourceConvertType.testConvertType-seed#[D3D8B13EA9AE4BCE],5,TGRP-TestJdbcDataSourceConvertType] Ignored duplicate property derby.env.classes.jdbc169 in jar:file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/contrib/dataimporthandler/test-lib/derby-10.9.1.0.jar!/org/apache/derby/modules.properties
   [junit4]   2> Wed Jul 23 14:45:08 MeST 2014 Thread[TEST-TestJdbcDataSourceConvertType.testConvertType-seed#[D3D8B13EA9AE4BCE],5,TGRP-TestJdbcDataSourceConvertType] Ignored duplicate property derby.module.lf in jar:file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/contrib/dataimporthandler/test-lib/derby-10.9.1.0.jar!/org/apache/derby/modules.properties
   [junit4]   2> Wed Jul 23 14:45:08 MeST 2014 Thread[TEST-TestJdbcDataSourceConvertType.testConvertType-seed#[D3D8B13EA9AE4BCE],5,TGRP-TestJdbcDataSourceConvertType] Ignored duplicate property derby.env.jdk.jdbcJ6 in jar:file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/contrib/dataimporthandler/test-lib/derby-10.9.1.0.jar!/org/apache/derby/modules.properties
   [junit4]   2> Wed Jul 23 14:45:08 MeST 2014 Thread[TEST-TestJdbcDataSourceConvertType.testConvertType-seed#[D3D8B13EA9AE4BCE],5,TGRP-TestJdbcDataSourceConvertType] Ignored duplicate property derby.env.jdk.jdbcJ4 in jar:file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/contrib/dataimporthandler/test-lib/derby-10.9.1.0.jar!/org/apache/derby/modules.properties
   [junit4]   2> Wed Jul 23 14:45:08 MeST 2014 Thread[TEST-TestJdbcDataSourceConvertType.testConvertType-seed#[D3D8B13EA9AE4BCE],5,TGRP-TestJdbcDataSourceConvertType] Ignored duplicate property derby.module.nodeFactory in jar:file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/contrib/dataimporthandler/test-lib/derby-10.9.1.0.jar!/org/apache/derby/modules.properties
   [junit4]   2> Wed Jul 23 14:45:08 MeST 2014 Thread[TEST-TestJdbcDataSourceConvertType.testConvertType-seed#[D3D8B13EA9AE4BCE],5,TGRP-TestJdbcDataSourceConvertType] Ignored duplicate property derby.module.lockManagerJ6 in jar:file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/contrib/dataimporthandler/test-lib/derby-10.9.1.0.jar!/org/apache/derby/modules.properties
   [junit4]   2> Wed Jul 23 14:45:08 MeST 2014 Thread[TEST-TestJdbcDataSourceConvertType.testConvertType-seed#[D3D8B13EA9AE4BCE],5,TGRP-TestJdbcDataSourceConvertType] 
   [junit4]   2> Wed Jul 23 14:45:08 MeST 2014 Thread[TEST-TestJdbcDataSourceConvertType.testConvertType-seed#[D3D8B13EA9AE4BCE],5,TGRP-TestJdbcDataSourceConvertType] Cleanup action starting
   [junit4]   2> ERROR XBM0X: Supplied territory description '' is invalid, expecting ln[_CO[_variant]]
   [junit4]   2> ln=lower-case two-letter ISO-639 language code, CO=upper-case two-letter ISO-3166 country codes, see java.util.Locale.
   [junit4]   2> 	at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
   [junit4]   2> 	at org.apache.derby.impl.services.monitor.BaseMonitor.staticGetLocaleFromString(Unknown Source)
   [junit4]   2> 	at org.apache.derby.impl.services.monitor.BaseMonitor.setLocale(Unknown Source)
   [junit4]   2> 	at org.apache.derby.impl.db.BasicDatabase.boot(Unknown Source)
   [junit4]   2> 	at org.apache.derby.impl.services.monitor.BaseMonitor.boot(Unknown Source)
   [junit4]   2> 	at org.apache.derby.impl.services.monitor.TopService.bootModule(Unknown Source)
   [junit4]   2> 	at org.apache.derby.impl.services.monitor.BaseMonitor.bootService(Unknown Source)
   [junit4]   2> 	at org.apache.derby.impl.services.monitor.BaseMonitor.createPersistentService(Unknown Source)
   [junit4]   2> 	at org.apache.derby.iapi.services.monitor.Monitor.createPersistentService(Unknown Source)
   [junit4]   2> 	at org.apache.derby.impl.jdbc.EmbedConnection.createDatabase(Unknown Source)
   [junit4]   2> 	at org.apache.derby.impl.jdbc.EmbedConnection.<init>(Unknown Source)
   [junit4]   2> 	at org.apache.derby.impl.jdbc.EmbedConnection30.<init>(Unknown Source)
   [junit4]   2> 	at org.apache.derby.impl.jdbc.EmbedConnection40.<init>(Unknown Source)
   [junit4]   2> 	at org.apache.derby.jdbc.Driver40.getNewEmbedConnection(Unknown Source)
   [junit4]   2> 	at org.apache.derby.jdbc.InternalDriver.connect(Unknown Source)
   [junit4]   2> 	at org.apache.derby.jdbc.EmbeddedDriver.connect(Unknown Source)
   [junit4]   2> 	at org.apache.solr.handler.dataimport.JdbcDataSource$1.call(JdbcDataSource.java:153)
   [junit4]   2> 	at org.apache.solr.handler.dataimport.JdbcDataSource$1.call(JdbcDataSource.java:133)
   [junit4]   2> 	at org.apache.solr.handler.dataimport.JdbcDataSource.getConnection(JdbcDataSource.java:402)
   [junit4]   2> 	at org.apache.solr.handler.dataimport.JdbcDataSource.access$200(JdbcDataSource.java:44)
   [junit4]   2> 	at org.apache.solr.handler.dataimport.JdbcDataSource$ResultSetIterator.<init>(JdbcDataSource.java:270)
   [junit4]   2> 	at org.apache.solr.handler.dataimport.JdbcDataSource.getData(JdbcDataSource.java:240)
   [junit4]   2> 	at org.apache.solr.handler.dataimport.TestJdbcDataSourceConvertType.convertTypeTest(TestJdbcDataSourceConvertType.java:68)
   [junit4]   2> 	at org.apache.solr.handler.dataimport.TestJdbcDataSourceConvertType.testConvertType(TestJdbcDataSourceConvertType.java:45)
   [junit4]   2> 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
   [junit4]   2> 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
   [junit4]   2> 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
   [junit4]   2> 	at java.lang.reflect.Method.invoke(Method.java:483)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1618)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:827)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:877)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
   [junit4]   2> 	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
   [junit4]   2> 	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
   [junit4]   2> 	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
   [junit4]   2> 	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
   [junit4]   2> 	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:798)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:458)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:836)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:738)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:772)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:783)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
   [junit4]   2> 	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
   [junit4]   2> 	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2> 	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:43)
   [junit4]   2> 	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
   [junit4]   2> 	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
   [junit4]   2> 	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> Cleanup action completed
   [junit4]   2> Wed Jul 23 14:45:08 MeST 2014 Thread[TEST-TestJdbcDataSourceConvertType.testConvertType-seed#[D3D8B13EA9AE4BCE],5,TGRP-TestJdbcDataSourceConvertType] Cleanup action starting
   [junit4]   2> java.sql.SQLException: Failed to create database 'memory:tempDB', see the next exception for details.
   [junit4]   2> 	at org.apache.derby.impl.jdbc.SQLExceptionFactory40.getSQLException(Unknown Source)
   [junit4]   2> 	at org.apache.derby.impl.jdbc.Util.newEmbedSQLException(Unknown Source)
   [junit4]   2> 	at org.apache.derby.impl.jdbc.Util.seeNextException(Unknown Source)
   [junit4]   2> 	at org.apache.derby.impl.jdbc.EmbedConnection.createDatabase(Unknown Source)
   [junit4]   2> 	at org.apache.derby.impl.jdbc.EmbedConnection.<init>(Unknown Source)
   [junit4]   2> 	at org.apache.derby.impl.jdbc.EmbedConnection30.<init>(Unknown Source)
   [junit4]   2> 	at org.apache.derby.impl.jdbc.EmbedConnection40.<init>(Unknown Source)
   [junit4]   2> 	at org.apache.derby.jdbc.Driver40.getNewEmbedConnection(Unknown Source)
   [junit4]   2> 	at org.apache.derby.jdbc.InternalDriver.connect(Unknown Source)
   [junit4]   2> 	at org.apache.derby.jdbc.EmbeddedDriver.connect(Unknown Source)
   [junit4]   2> 	at org.apache.solr.handler.dataimport.JdbcDataSource$1.call(JdbcDataSource.java:153)
   [junit4]   2> 	at org.apache.solr.handler.dataimport.JdbcDataSource$1.call(JdbcDataSource.java:133)
   [junit4]   2> 	at org.apache.solr.handler.dataimport.JdbcDataSource.getConnection(JdbcDataSource.java:402)
   [junit4]   2> 	at org.apache.solr.handler.dataimport.JdbcDataSource.access$200(JdbcDataSource.java:44)
   [junit4]   2> 	at org.apache.solr.handler.dataimport.JdbcDataSource$ResultSetIterator.<init>(JdbcDataSource.java:270)
   [junit4]   2> 	at org.apache.solr.handler.dataimport.JdbcDataSource.getData(JdbcDataSource.java:240)
   [junit4]   2> 	at org.apache.solr.handler.dataimport.TestJdbcDataSourceConvertType.convertTypeTest(TestJdbcDataSourceConvertType.java:68)
   [junit4]   2> 	at org.apache.solr.handler.dataimport.TestJdbcDataSourceConvertType.testConvertType(TestJdbcDataSourceConvertType.java:45)
   [junit4]   2> 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
   [junit4]   2> 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
   [junit4]   2> 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
   [junit4]   2> 	at java.lang.reflect.Method.invoke(Method.java:483)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1618)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:827)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:877)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
   [junit4]   2> 	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
   [junit4]   2> 	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
   [junit4]   2> 	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
   [junit4]   2> 	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
   [junit4]   2> 	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:798)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:458)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:836)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:738)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:772)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:783)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
   [junit4]   2> 	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
   [junit4]   2> 	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2> 	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:43)
   [junit4]   2> 	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
   [junit4]   2> 	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
   [junit4]   2> 	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> Caused by: java.sql.SQLException: Failed to create database 'memory:tempDB', see the next exception for details.
   [junit4]   2> 	at org.apache.derby.impl.jdbc.SQLExceptionFactory.getSQLException(Unknown Source)
   [junit4]   2> 	at org.apache.derby.impl.jdbc.SQLExceptionFactory40.wrapArgsForTransportAcrossDRDA(Unknown Source)
   [junit4]   2> 	... 58 more
   [junit4]   2> Caused by: java.sql.SQLException: Supplied territory description '' is invalid, expecting ln[_CO[_variant]]
   [junit4]   2> ln=lower-case two-letter ISO-639 language code, CO=upper-case two-letter ISO-3166 country codes, see java.util.Locale.
   [junit4]   2> 	at org.apache.derby.impl.jdbc.SQLExceptionFactory.getSQLException(Unknown Source)
   [junit4]   2> 	at org.apache.derby.impl.jdbc.SQLExceptionFactory40.wrapArgsForTransportAcrossDRDA(Unknown Source)
   [junit4]   2> 	at org.apache.derby.impl.jdbc.SQLExceptionFactory40.getSQLException(Unknown Source)
   [junit4]   2> 	at org.apache.derby.impl.jdbc.Util.generateCsSQLException(Unknown Source)
   [junit4]   2> 	at org.apache.derby.impl.jdbc.TransactionResourceImpl.wrapInSQLException(Unknown Source)
   [junit4]   2> 	at org.apache.derby.impl.jdbc.TransactionResourceImpl.handleException(Unknown Source)
   [junit4]   2> 	at org.apache.derby.impl.jdbc.EmbedConnection.handleException(Unknown Source)
   [junit4]   2> 	... 55 more
   [junit4]   2> Caused by: ERROR XBM0X: Supplied territory description '' is invalid, expecting ln[_CO[_variant]]
   [junit4]   2> ln=lower-case two-letter ISO-639 language code, CO=upper-case two-letter ISO-3166 country codes, see java.util.Locale.
   [junit4]   2> 	at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
   [junit4]   2> 	at org.apache.derby.impl.services.monitor.BaseMonitor.staticGetLocaleFromString(Unknown Source)
   [junit4]   2> 	at org.apache.derby.impl.services.monitor.BaseMonitor.setLocale(Unknown Source)
   [junit4]   2> 	at org.apache.derby.impl.db.BasicDatabase.boot(Unknown Source)
   [junit4]   2> 	at org.apache.derby.impl.services.monitor.BaseMonitor.boot(Unknown Source)
   [junit4]   2> 	at org.apache.derby.impl.services.monitor.TopService.bootModule(Unknown Source)
   [junit4]   2> 	at org.apache.derby.impl.services.monitor.BaseMonitor.bootService(Unknown Source)
   [junit4]   2> 	at org.apache.derby.impl.services.monitor.BaseMonitor.createPersistentService(Unknown Source)
   [junit4]   2> 	at org.apache.derby.iapi.services.monitor.Monitor.createPersistentService(Unknown Source)
   [junit4]   2> 	... 55 more
   [junit4]   2> ============= begin nested exception, level (1) ===========
   [junit4]   2> java.sql.SQLException: Supplied territory description '' is invalid, expecting ln[_CO[_variant]]
   [junit4]   2> ln=lower-case two-letter ISO-639 language code, CO=upper-case two-letter ISO-3166 country codes, see java.util.Locale.
   [junit4]   2> 	at org.apache.derby.impl.jdbc.SQLExceptionFactory40.getSQLException(Unknown Source)
   [junit4]   2> 	at org.apache.derby.impl.jdbc.Util.generateCsSQLException(Unknown Source)
   [junit4]   2> 	at org.apache.derby.impl.jdbc.TransactionResourceImpl.wrapInSQLException(Unknown Source)
   [junit4]   2> 	at org.apache.derby.impl.jdbc.TransactionResourceImpl.handleException(Unknown Source)
   [junit4]   2> 	at org.apache.derby.impl.jdbc.EmbedConnection.handleException(Unknown Source)
   [junit4]   2> 	at org.apache.derby.impl.jdbc.EmbedConnection.createDatabase(Unknown Source)
   [junit4]   2> 	at org.apache.derby.impl.jdbc.EmbedConnection.<init>(Unknown Source)
   [junit4]   2> 	at org.apache.derby.impl.jdbc.EmbedConnection30.<init>(Unknown Source)
   [junit4]   2> 	at org.apache.derby.impl.jdbc.EmbedConnection40.<init>(Unknown Source)
   [junit4]   2> 	at org.apache.derby.jdbc.Driver40.getNewEmbedConnection(Unknown Source)
   [junit4]   2> 	at org.apache.derby.jdbc.InternalDriver.connect(Unknown Source)
   [junit4]   2> 	at org.apache.derby.jdbc.EmbeddedDriver.connect(Unknown Source)
   [junit4]   2> 	at org.apache.solr.handler.dataimport.JdbcDataSource$1.call(JdbcDataSource.java:153)
   [junit4]   2> 	at org.apache.solr.handler.dataimport.JdbcDataSource$1.call(JdbcDataSource.java:133)
   [junit4]   2> 	at org.apache.solr.handler.dataimport.JdbcDataSource.getConnection(JdbcDataSource.java:402)
   [junit4]   2> 	at org.apache.solr.handler.dataimport.JdbcDataSource.access$200(JdbcDataSource.java:44)
   [junit4]   2> 	at org.apache.solr.handler.dataimport.JdbcDataSource$ResultSetIterator.<init>(JdbcDataSource.java:270)
   [junit4]   2> 	at org.apache.solr.handler.dataimport.JdbcDataSource.getData(JdbcDataSource.java:240)
   [junit4]   2> 	at org.apache.solr.handler.dataimport.TestJdbcDataSourceConvertType.convertTypeTest(TestJdbcDataSourceConvertType.java:68)
   [junit4]   2> 	at org.apache.solr.handler.dataimport.TestJdbcDataSourceConvertType.testConvertType(TestJdbcDataSourceConvertType.java:45)
   [junit4]   2> 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
   [junit4]   2> 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
   [junit4]   2> 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
   [junit4]   2> 	at java.lang.reflect.Method.invoke(Method.java:483)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1618)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:827)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:877)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
   [junit4]   2> 	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
   [junit4]   2> 	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
   [junit4]   2> 	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
   [junit4]   2> 	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
   [junit4]   2> 	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:798)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:458)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:836)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:738)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:772)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:783)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
   [junit4]   2> 	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
   [junit4]   2> 	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2> 	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:43)
   [junit4]   2> 	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
   [junit4]   2> 	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
   [junit4]   2> 	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> Caused by: java.sql.SQLException: Supplied territory description '' is invalid, expecting ln[_CO[_variant]]
   [junit4]   2> ln=lower-case two-letter ISO-639 language code, CO=upper-case two-letter ISO-3166 country codes, see java.util.Locale.
   [junit4]   2> 	at org.apache.derby.impl.jdbc.SQLExceptionFactory.getSQLException(Unknown Source)
   [junit4]   2> 	at org.apache.derby.impl.jdbc.SQLExceptionFactory40.wrapArgsForTransportAcrossDRDA(Unknown Source)
   [junit4]   2> 	... 60 more
   [junit4]   2> Caused by: ERROR XBM0X: Supplied territory description '' is invalid, expecting ln[_CO[_variant]]
   [junit4]   2> ln=lower-case two-letter ISO-639 language code, CO=upper-case two-letter ISO-3166 country codes, see java.util.Locale.
   [junit4]   2> 	at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
   [junit4]   2> 	at org.apache.derby.impl.services.monitor.BaseMonitor.staticGetLocaleFromString(Unknown Source)
   [junit4]   2> 	at org.apache.derby.impl.services.monitor.BaseMonitor.setLocale(Unknown Source)
   [junit4]   2> 	at org.apache.derby.impl.db.BasicDatabase.boot(Unknown Source)
   [junit4]   2> 	at org.apache.derby.impl.services.monitor.BaseMonitor.boot(Unknown Source)
   [junit4]   2> 	at org.apache.derby.impl.services.monitor.TopService.bootModule(Unknown Source)
   [junit4]   2> 	at org.apache.derby.impl.services.monitor.BaseMonitor.bootService(Unknown Source)
   [junit4]   2> 	at org.apache.derby.impl.services.monitor.BaseMonitor.createPersistentService(Unknown Source)
   [junit4]   2> 	at org.apache.derby.iapi.services.monitor.Monitor.createPersistentService(Unknown Source)
   [junit4]   2> 	... 55 more
   [junit4]   2> ============= end nested exception, level (1) ===========
   [junit4]   2> ============= begin nested exception, level (2) ===========
   [junit4]   2> java.sql.SQLException: Supplied territory description '' is invalid, expecting ln[_CO[_variant]]
   [junit4]   2> ln=lower-case two-letter ISO-639 language code, CO=upper-case two-letter ISO-3166 country codes, see java.util.Locale.
   [junit4]   2> 	at org.apache.derby.impl.jdbc.SQLExceptionFactory.getSQLException(Unknown Source)
   [junit4]   2> 	at org.apache.derby.impl.jdbc.SQLExceptionFactory40.wrapArgsForTransportAcrossDRDA(Unknown Source)
   [junit4]   2> 	at org.apache.derby.impl.jdbc.SQLExceptionFactory40.getSQLException(Unknown Source)
   [junit4]   2> 	at org.apache.derby.impl.jdbc.Util.generateCsSQLException(Unknown Source)
   [junit4]   2> 	at org.apache.derby.impl.jdbc.TransactionResourceImpl.wrapInSQLException(Unknown Source)
   [junit4]   2> 	at org.apache.derby.impl.jdbc.TransactionResourceImpl.handleException(Unknown Source)
   [junit4]   2> 	at org.apache.derby.impl.jdbc.EmbedConnection.handleException(Unknown Source)
   [junit4]   2> 	at org.apache.derby.impl.jdbc.EmbedConnection.createDatabase(Unknown Source)
   [junit4]   2> 	at org.apache.derby.impl.jdbc.EmbedConnection.<init>(Unknown Source)
   [junit4]   2> 	at org.apache.derby.impl.jdbc.EmbedConnection30.<init>(Unknown Source)
   [junit4]   2> 	at org.apache.derby.impl.jdbc.EmbedConnection40.<init>(Unknown Source)
   [junit4]   2> 	at org.apache.derby.jdbc.Driver40.getNewEmbedConnection(Unknown Source)
   [junit4]   2> 	at org.apache.derby.jdbc.InternalDriver.connect(Unknown Source)
   [junit4]   2> 	at org.apache.derby.jdbc.EmbeddedDriver.connect(Unknown Source)
   [junit4]   2> 	at org.apache.solr.handler.dataimport.JdbcDataSource$1.call(JdbcDataSource.java:153)
   [junit4]   2> 	at org.apache.solr.handler.dataimport.JdbcDataSource$1.call(JdbcDataSource.java:133)
   [junit4]   2> 	at org.apache.solr.handler.dataimport.JdbcDataSource.getConnection(JdbcDataSource.java:402)
   [junit4]   2> 	at org.apache.solr.handler.dataimport.JdbcDataSource.access$200(JdbcDataSource.java:44)
   [junit4]   2> 	at org.apache.solr.handler.dataimport.JdbcDataSource$ResultSetIterator.<init>(JdbcDataSource.java:270)
   [junit4]   2> 	at org.apache.solr.handler.dataimport.JdbcDataSource.getData(JdbcDataSource.java:240)
   [junit4]   2> 	at org.apache.solr.handler.dataimport.TestJdbcDataSourceConvertType.convertTypeTest(TestJdbcDataSourceConvertType.java:68)
   [junit4]   2> 	at org.apache.solr.handler.dataimport.TestJdbcDataSourceConvertType.testConvertType(TestJdbcDataSourceConvertType.java:45)
   [junit4]   2> 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
   [junit4]   2> 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
   [junit4]   2> 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
   [junit4]   2> 	at java.lang.reflect.Method.invoke(Method.java:483)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1618)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:827)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:877)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
   [junit4]   2> 	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
   [junit4]   2> 	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
   [junit4]   2> 	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
   [junit4]   2> 	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
   [junit4]   2> 	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:798)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:458)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:836)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:738)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:772)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:783)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
   [junit4]   2> 	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
   [junit4]   2> 	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2> 	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:43)
   [junit4]   2> 	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
   [junit4]   2> 	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
   [junit4]   2> 	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> Caused by: ERROR XBM0X: Supplied territory description '' is invalid, expecting ln[_CO[_variant]]
   [junit4]   2> ln=lower-case two-letter ISO-639 language code, CO=upper-case two-letter ISO-3166 country codes, see java.util.Locale.
   [junit4]   2> 	at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
   [junit4]   2> 	at org.apache.derby.impl.services.monitor.BaseMonitor.staticGetLocaleFromString(Unknown Source)
   [junit4]   2> 	at org.apache.derby.impl.services.monitor.BaseMonitor.setLocale(Unknown Source)
   [junit4]   2> 	at org.apache.derby.impl.db.BasicDatabase.boot(Unknown Source)
   [junit4]   2> 	at org.apache.derby.impl.services.monitor.BaseMonitor.boot(Unknown Source)
   [junit4]   2> 	at org.apache.derby.impl.services.monitor.TopService.bootModule(Unknown Source)
   [junit4]   2> 	at org.apache.derby.impl.services.monitor.BaseMonitor.bootService(Unknown Source)
   [junit4]   2> 	at org.apache.derby.impl.services.monitor.BaseMonitor.createPersistentService(Unknown Source)
   [junit4]   2> 	at org.apache.derby.iapi.services.monitor.Monitor.createPersistentService(Unknown Source)
   [junit4]   2> 	... 55 more
   [junit4]   2> ============= end nested exception, level (2) ===========
   [junit4]   2> ============= begin nested exception, level (3) ===========
   [junit4]   2> ERROR XBM0X: Supplied territory description '' is invalid, expecting ln[_CO[_variant]]
   [junit4]   2> ln=lower-case two-letter ISO-639 language code, CO=upper-case two-letter ISO-3166 country codes, see java.util.Locale.
   [junit4]   2> 	at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
   [junit4]   2> 	at org.apache.derby.impl.services.monitor.BaseMonitor.staticGetLocaleFromString(Unknown Source)
   [junit4]   2> 	at org.apache.derby.impl.services.monitor.BaseMonitor.setLocale(Unknown Source)
   [junit4]   2> 	at org.apache.derby.impl.db.BasicDatabase.boot(Unknown Source)
   [junit4]   2> 	at org.apache.derby.impl.services.monitor.BaseMonitor.boot(Unknown Source)
   [junit4]   2> 	at org.apache.derby.impl.services.monitor.TopService.bootModule(Unknown Source)
   [junit4]   2> 	at org.apache.derby.impl.services.monitor.BaseMonitor.bootService(Unknown Source)
   [junit4]   2> 	at org.apache.derby.impl.services.monitor.BaseMonitor.createPersistentService(Unknown Source)
   [junit4]   2> 	at org.apache.derby.iapi.services.monitor.Monitor.createPersistentService(Unknown Source)
   [junit4]   2> 	at org.apache.derby.impl.jdbc.EmbedConnection.createDatabase(Unknown Source)
   [junit4]   2> 	at org.apache.derby.impl.jdbc.EmbedConnection.<init>(Unknown Source)
   [junit4]   2> 	at org.apache.derby.impl.jdbc.EmbedConnection30.<init>(Unknown Source)
   [junit4]   2> 	at org.apache.derby.impl.jdbc.EmbedConnection40.<init>(Unknown Source)
   [junit4]   2> 	at org.apache.derby.jdbc.Driver40.getNewEmbedConnection(Unknown Source)
   [junit4]   2> 	at org.apache.derby.jdbc.InternalDriver.connect(Unknown Source)
   [junit4]   2> 	at org.apache.derby.jdbc.EmbeddedDriver.connect(Unknown Source)
   [junit4]   2> 	at org.apache.solr.handler.dataimport.JdbcDataSource$1.call(JdbcDataSource.java:153)
   [junit4]   2> 	at org.apache.solr.handler.dataimport.JdbcDataSource$1.call(JdbcDataSource.java:133)
   [junit4]   2> 	at org.apache.solr.handler.dataimport.JdbcDataSource.getConnection(JdbcDataSource.java:402)
   [junit4]   2> 	at org.apache.solr.handler.dataimport.JdbcDataSource.access$200(JdbcDataSource.java:44)
   [junit4]   2> 	at org.apache.solr.handler.dataimport.JdbcDataSource$ResultSetIterator.<init>(JdbcDataSource.java:270)
   [junit4]   2> 	at org.apache.solr.handler.dataimport.JdbcDataSource.getData(JdbcDataSource.java:240)
   [junit4]   2> 	at org.apache.solr.handler.dataimport.TestJdbcDataSourceConvertType.convertTypeTest(TestJdbcDataSourceConvertType.java:68)
   [junit4]   2> 	at org.apache.solr.handler.dataimport.TestJdbcDataSourceConvertType.testConvertType(TestJdbcDataSourceConvertType.java:45)
   [junit4]   2> 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
   [junit4]   2> 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
   [junit4]   2> 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
   [junit4]   2> 	at java.lang.reflect.Method.invoke(Method.java:483)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1618)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:827)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:877)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
   [junit4]   2> 	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
   [junit4]   2> 	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
   [junit4]   2> 	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
   [junit4]   2> 	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
   [junit4]   2> 	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:798)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:458)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:836)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:738)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:772)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:783)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
   [junit4]   2> 	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
   [junit4]   2> 	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2> 	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:43)
   [junit4]   2> 	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
   [junit4]   2> 	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
   [junit4]   2> 	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> ============= end nested exception, level (3) ===========
   [junit4]   2> Cleanup action completed
   [junit4]   2> 41263 T163 oas.SolrTestCaseJ4.tearDown ###Ending testConvertType
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestJdbcDataSourceConvertType -Dtests.method=testConvertType -Dtests.seed=D3D8B13EA9AE4BCE -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale= -Dtests.timezone=America/Metlakatla -Dtests.file.encoding=US-ASCII
   [junit4] ERROR   0.10s J1 | TestJdbcDataSourceConvertType.testConvertType <<<
   [junit4]    > Throwable #1: org.apache.solr.handler.dataimport.DataImportHandlerException: Unable to execute query: select 1 as id, CAST(9999 AS DECIMAL) as "some_i" from sysibm.sysdummy1
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([D3D8B13EA9AE4BCE:B392DAF02E1C4024]:0)
   [junit4]    > 	at org.apache.solr.handler.dataimport.DataImportHandlerException.wrapAndThrow(DataImportHandlerException.java:71)
   [junit4]    > 	at org.apache.solr.handler.dataimport.JdbcDataSource$ResultSetIterator.<init>(JdbcDataSource.java:283)
   [junit4]    > 	at org.apache.solr.handler.dataimport.JdbcDataSource.getData(JdbcDataSource.java:240)
   [junit4]    > 	at org.apache.solr.handler.dataimport.TestJdbcDataSourceConvertType.convertTypeTest(TestJdbcDataSourceConvertType.java:68)
   [junit4]    > 	at org.apache.solr.handler.dataimport.TestJdbcDataSourceConvertType.testConvertType(TestJdbcDataSourceConvertType.java:45)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:745)
   [junit4]    > Caused by: java.sql.SQLException: Failed to create database 'memory:tempDB', see the next exception for details.
   [junit4]    > 	at org.apache.derby.impl.jdbc.SQLExceptionFactory40.getSQLException(Unknown Source)
   [junit4]    > 	at org.apache.derby.impl.jdbc.Util.newEmbedSQLException(Unknown Source)
   [junit4]    > 	at org.apache.derby.impl.jdbc.Util.seeNextException(Unknown Source)
   [junit4]    > 	at org.apache.derby.impl.jdbc.EmbedConnection.createDatabase(Unknown Source)
   [junit4]    > 	at org.apache.derby.impl.jdbc.EmbedConnection.<init>(Unknown Source)
   [junit4]    > 	at org.apache.derby.impl.jdbc.EmbedConnection30.<init>(Unknown Source)
   [junit4]    > 	at org.apache.derby.impl.jdbc.EmbedConnection40.<init>(Unknown Source)
   [junit4]    > 	at org.apache.derby.jdbc.Driver40.getNewEmbedConnection(Unknown Source)
   [junit4]    > 	at org.apache.derby.jdbc.InternalDriver.connect(Unknown Source)
   [junit4]    > 	at org.apache.derby.jdbc.EmbeddedDriver.connect(Unknown Source)
   [junit4]    > 	at org.apache.solr.handler.dataimport.JdbcDataSource$1.call(JdbcDataSource.java:153)
   [junit4]    > 	at org.apache.solr.handler.dataimport.JdbcDataSource$1.call(JdbcDataSource.java:133)
   [junit4]    > 	at org.apache.solr.handler.dataimport.JdbcDataSource.getConnection(JdbcDataSource.java:402)
   [junit4]    > 	at org.apache.solr.handler.dataimport.JdbcDataSource.access$200(JdbcDataSource.java:44)
   [junit4]    > 	at org.apache.solr.handler.dataimport.JdbcDataSource$ResultSetIterator.<init>(JdbcDataSource.java:270)
   [junit4]    > 	... 43 more
   [junit4]    > Caused by: java.sql.SQLException: Failed to create database 'memory:tempDB', see the next exception for details.
   [junit4]    > 	at org.apache.derby.impl.jdbc.SQLExceptionFactory.getSQLException(Unknown Source)
   [junit4]    > 	at org.apache.derby.impl.jdbc.SQLExceptionFactory40.wrapArgsForTransportAcrossDRDA(Unknown Source)
   [junit4]    > 	... 58 more
   [junit4]    > Caused by: java.sql.SQLException: Supplied territory description '' is invalid, expecting ln[_CO[_variant]]
   [junit4]    > ln=lower-case two-letter ISO-639 language code, CO=upper-case two-letter ISO-3166 country codes, see java.util.Locale.
   [junit4]    > 	at org.apache.derby.impl.jdbc.SQLExceptionFactory.getSQLException(Unknown Source)
   [junit4]    > 	at org.apache.derby.impl.jdbc.SQLExceptionFactory40.wrapArgsForTransportAcrossDRDA(Unknown Source)
   [junit4]    > 	at org.apache.derby.impl.jdbc.SQLExceptionFactory40.getSQLException(Unknown Source)
   [junit4]    > 	at org.apache.derby.impl.jdbc.Util.generateCsSQLException(Unknown Source)
   [junit4]    > 	at org.apache.derby.impl.jdbc.TransactionResourceImpl.wrapInSQLException(Unknown Source)
   [junit4]    > 	at org.apache.derby.impl.jdbc.TransactionResourceImpl.handleException(Unknown Source)
   [junit4]    > 	at org.apache.derby.impl.jdbc.EmbedConnection.handleException(Unknown Source)
   [junit4]    > 	... 55 more
   [junit4]    > Caused by: ERROR XBM0X: Supplied territory description '' is invalid, expecting ln[_CO[_variant]]
   [junit4]    > ln=lower-case two-letter ISO-639 language code, CO=upper-case two-letter ISO-3166 country codes, see java.util.Locale.
   [junit4]    > 	at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
   [junit4]    > 	at org.apache.derby.impl.services.monitor.BaseMonitor.staticGetLocaleFromString(Unknown Source)
   [junit4]    > 	at org.apache.derby.impl.services.monitor.BaseMonitor.setLocale(Unknown Source)
   [junit4]    > 	at org.apache.derby.impl.db.BasicDatabase.boot(Unknown Source)
   [junit4]    > 	at org.apache.derby.impl.services.monitor.BaseMonitor.boot(Unknown Source)
   [junit4]    > 	at org.apache.derby.impl.services.monitor.TopService.bootModule(Unknown Source)
   [junit4]    > 	at org.apache.derby.impl.services.monitor.BaseMonitor.bootService(Unknown Source)
   [junit4]    > 	at org.apache.derby.impl.services.monitor.BaseMonitor.createPersistentService(Unknown Source)
   [junit4]    > 	at org.apache.derby.iapi.services.monitor.Monitor.createPersistentService(Unknown Source)
   [junit4]    > 	... 55 more
   [junit4]   2> 41302 T163 oas.SolrTestCaseJ4.deleteCore ###deleteCore
   [junit4]   2> NOTE: leaving temporary files on disk at: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-dataimporthandler/test/J1/./temp/solr.handler.dataimport.TestJdbcDataSourceConvertType-D3D8B13EA9AE4BCE-001
   [junit4]   2> NOTE: test params are: codec=Lucene40, sim=RandomSimilarityProvider(queryNorm=true,coord=no): {}, locale=, timezone=America/Metlakatla
   [junit4]   2> NOTE: Linux 3.13.0-32-generic i386/Oracle Corporation 1.8.0_11 (32-bit)/cpus=8,threads=2,free=25995184,total=70139904
   [junit4]   2> NOTE: All tests run in this JVM: [TestFileListWithLineEntityProcessor, TestDocBuilder2, TestDocBuilder, TestVariableResolverEndToEnd, TestFileListEntityProcessor, TestRegexTransformer, TestVariableResolver, TestSqlEntityProcessorDelta, TestScriptTransformer, TestDataConfig, TestNestedChildren, TestLineEntityProcessor, TestBuiltInEvaluators, TestXPathEntityProcessor, TestEntityProcessorBase, TestWriterImpl, TestContentStreamDataSource, TestNumberFormatTransformer, TestSqlEntityProcessor, TestSimplePropertiesWriter, TestErrorHandling, TestNonWritablePersistFile, TestEphemeralCache, TestXPathRecordReader, TestJdbcDataSource, TestFieldReader, TestContextImpl, TestPlainTextEntityProcessor, TestSolrEntityProcessorUnit, TestDateFormatTransformer, TestTemplateTransformer, TestURLDataSource, TestClobTransformer, TestJdbcDataSourceConvertType]
   [junit4] Completed on J1 in 0.11s, 1 test, 1 error <<< FAILURES!

[...truncated 13 lines...]
BUILD FAILED
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/build.xml:467: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/build.xml:447: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/build.xml:45: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/extra-targets.xml:37: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build.xml:209: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/common-build.xml:440: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/common-build.xml:496: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/common-build.xml:1298: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/common-build.xml:922: There were test failures: 37 suites, 148 tests, 1 error, 3 ignored

Total time: 94 minutes 53 seconds
Build step 'Invoke Ant' marked build as failure
[description-setter] Description set: Java: 32bit/jdk1.8.0_11 -server -XX:+UseSerialGC
Archiving artifacts
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any