FYI, The Policman Jenkins *sometimes* uses Java 8.

-----
Uwe Schindler
H.-H.-Meier-Allee 63, D-28213 Bremen
http://www.thetaphi.de
eMail: u...@thetaphi.de


> -----Original Message-----
> From: Mark Miller [mailto:markrmil...@gmail.com]
> Sent: Wednesday, November 21, 2012 4:51 PM
> To: dev@lucene.apache.org
> Subject: Re: Fullmetal Jenkins: Solr4X - Build # 80 - Failure!
> 
> No, not Java 8 yet - it's using 1.7.0_09.
> 
> - Mark
> 
> On Nov 21, 2012, at 10:43 AM, "Dyer, James"
> <james.d...@ingramcontent.com> wrote:
> 
> > By any chance is this Jenkins using Java 8 before JDK 8-ea-b65 ?  If so, 
> > then
> it might be hitting https://issues.apache.org/jira/browse/DERBY-5958, which,
> at least according to the comments, only occurs on earlier revisions of JDK 8.
> >
> > James Dyer
> > E-Commerce Systems
> > Ingram Content Group
> > (615) 213-4311
> >
> >
> > -----Original Message-----
> > From: Mark Miller [mailto:markrmil...@gmail.com]
> > Sent: Wednesday, November 21, 2012 8:47 AM
> > To: dev@lucene.apache.org
> > Subject: Re: Fullmetal Jenkins: Solr4X - Build # 80 - Failure!
> >
> > This actually looks like another locale issue:  Caused by:
> > java.sql.SQLException: Supplied territory description 'sr__#Latn' is
> > invalid, expecting ln[_CO[_variant]]
> >
> > - Mark
> >
> > On Wed, Nov 21, 2012 at 12:18 AM,  <nore...@fullmetaljenkins.org>
> wrote:
> >> Solr4X - Build # 80 - Failure:
> >>
> >> Check console output at http://fullmetaljenkins.org/job/Solr4X/80/ to
> view the results.
> >>
> >> 1 tests failed.
> >> REGRESSION:
> >> org.apache.solr.handler.dataimport.TestSimplePropertiesWriter.testSim
> >> plePropertiesWriter
> >>
> >> Error Message:
> >> Failed to create database 'memory:derbyDB', see the next exception for
> details.
> >>
> >> Stack Trace:
> >> java.sql.SQLException: Failed to create database 'memory:derbyDB', see
> the next exception for details.
> >>        at
> org.apache.derby.impl.jdbc.SQLExceptionFactory40.getSQLException(Unkno
> wn 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.AutoloadedDriver.connect(Unknown
> Source)
> >>        at java.sql.DriverManager.getConnection(DriverManager.java:579)
> >>        at java.sql.DriverManager.getConnection(DriverManager.java:243)
> >>        at
> org.apache.solr.handler.dataimport.AbstractDIHJdbcTestCase.buildDatabase
> (AbstractDIHJdbcTestCase.java:140)
> >>        at
> org.apache.solr.handler.dataimport.AbstractDIHJdbcTestCase.beforeDihJdbc
> Test(AbstractDIHJdbcTestCase.java:93)
> >>        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> >>        at
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.j
> ava:57)
> >>        at
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
> sorImpl.java:43)
> >>        at java.lang.reflect.Method.invoke(Method.java:601)
> >>        at
> com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(Randomize
> dRunner.java:1559)
> >>        at
> com.carrotsearch.randomizedtesting.RandomizedRunner.access$600(Rando
> mizedRunner.java:79)
> >>        at
> com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(Rando
> mizedRunner.java:771)
> >>        at
> com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(Rando
> mizedRunner.java:787)
> >>        at
> com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.
> evaluate(SystemPropertiesRestoreRule.java:53)
> >>        at
> org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRule
> SetupTeardownChained.java:50)
> >>        at
> org.apache.lucene.util.TestRuleFieldCacheSanity$1.evaluate(TestRuleFieldCa
> cheSanity.java:51)
> >>        at
> org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeA
> fterRule.java:45)
> >>        at
> com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1
> .evaluate(SystemPropertiesInvariantRule.java:55)
> >>        at
> org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleTh
> readAndTestName.java:48)
> >>        at
> org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRule
> IgnoreAfterMaxFailures.java:70)
> >>        at
> org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure
> .java:48)
> >>        at
> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(Stat
> ementAdapter.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(ThreadL
> eakControl.java:442)
> >>        at
> com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(Ran
> domizedRunner.java:746)
> >>        at
> com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(Rando
> mizedRunner.java:648)
> >>        at
> com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(Rando
> mizedRunner.java:682)
> >>        at
> com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(Rando
> mizedRunner.java:693)
> >>        at
> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(Stat
> ementAdapter.java:36)
> >>        at
> com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.
> evaluate(SystemPropertiesRestoreRule.java:53)
> >>        at
> org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeA
> fterRule.java:45)
> >>        at
> org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreCl
> assName.java:42)
> >>        at
> com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1
> .evaluate(SystemPropertiesInvariantRule.java:55)
> >>        at
> com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMet
> hodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
> >>        at
> com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMet
> hodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
> >>        at
> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(Stat
> ementAdapter.java:36)
> >>        at
> org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAss
> ertionsRequired.java:43)
> >>        at
> org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure
> .java:48)
> >>        at
> org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRule
> IgnoreAfterMaxFailures.java:70)
> >>        at
> org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnore
> TestSuites.java:55)
> >>        at
> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(Stat
> ementAdapter.java:36)
> >>        at
> com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.
> run(ThreadLeakControl.java:358)
> >>        at java.lang.Thread.run(Thread.java:722)
> >> Caused by: java.sql.SQLException: Failed to create database
> 'memory:derbyDB', see the next exception for details.
> >>        at
> org.apache.derby.impl.jdbc.SQLExceptionFactory.getSQLException(Unknow
> n Source)
> >>        at
> org.apache.derby.impl.jdbc.SQLExceptionFactory40.wrapArgsForTransportAc
> rossDRDA(Unknown Source)
> >>        ... 53 more
> >> Caused by: java.sql.SQLException: Supplied territory description
> >> 'sr__#Latn' 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(Unknow
> n Source)
> >>        at
> org.apache.derby.impl.jdbc.SQLExceptionFactory40.wrapArgsForTransportAc
> rossDRDA(Unknown Source)
> >>        at
> org.apache.derby.impl.jdbc.SQLExceptionFactory40.getSQLException(Unkno
> wn 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(Unkn
> own Source)
> >>        at
> org.apache.derby.impl.jdbc.EmbedConnection.handleException(Unknown
> Source)
> >>        ... 50 more
> >> Caused by: ERROR XBM0X: Supplied territory description 'sr__#Latn' 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.staticGetLocaleFromSt
> ring(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.createPersistentServic
> e(Unknown Source)
> >>        at
> org.apache.derby.iapi.services.monitor.Monitor.createPersistentService(Un
> known Source)
> >>        ... 50 more
> >>
> >>
> >
> >
> >
> > --
> > - Mark
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org For
> > additional commands, e-mail: dev-h...@lucene.apache.org
> >
> >
> > Т
> > ХF
> > V 7V'67& &R R   âFWb V 7V'67& &T V6V R 6 R  &pФf "FF F    6
> >     G2 R   âFWbֆV  V6V R 6 R  &pР
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org For additional
> commands, e-mail: dev-h...@lucene.apache.org


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

Reply via email to