You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Dawid Weiss (Created) (JIRA)" <ji...@apache.org> on 2012/03/06 08:42:58 UTC

[jira] [Created] (SOLR-3206) testRecoveryMultipleLogs(org.apache.solr.search.TestRecovery)

testRecoveryMultipleLogs(org.apache.solr.search.TestRecovery)
-------------------------------------------------------------

                 Key: SOLR-3206
                 URL: https://issues.apache.org/jira/browse/SOLR-3206
             Project: Solr
          Issue Type: Bug
            Reporter: Dawid Weiss
            Priority: Minor
             Fix For: 4.0


Failure on the build server. Looks like a number parsing problem but I cannot reproduce with the same seed.

{noformat}
build	06-Mar-2012 08:11:20	    [junit] Testcase: testRecoveryMultipleLogs(org.apache.solr.search.TestRecovery):	Caused an ERROR
build	06-Mar-2012 08:11:20	    [junit] org.apache.solr.common.SolrException
build	06-Mar-2012 08:11:20	    [junit] java.lang.RuntimeException: org.apache.solr.common.SolrException
build	06-Mar-2012 08:11:20	    [junit] 	at org.apache.solr.util.TestHarness.<init>(TestHarness.java:152)
build	06-Mar-2012 08:11:20	    [junit] 	at org.apache.solr.util.TestHarness.<init>(TestHarness.java:135)
build	06-Mar-2012 08:11:20	    [junit] 	at org.apache.solr.util.TestHarness.<init>(TestHarness.java:125)
build	06-Mar-2012 08:11:20	    [junit] 	at org.apache.solr.SolrTestCaseJ4.createCore(SolrTestCaseJ4.java:351)
build	06-Mar-2012 08:11:20	    [junit] 	at org.apache.solr.search.TestRecovery.testRecoveryMultipleLogs(TestRecovery.java:797)
build	06-Mar-2012 08:11:20	    [junit] 	at org.apache.lucene.util.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:20)
build	06-Mar-2012 08:11:20	    [junit] 	at org.apache.lucene.util.LuceneTestCase$SubclassSetupTeardownRule$1.evaluate(LuceneTestCase.java:736)
build	06-Mar-2012 08:11:20	    [junit] 	at org.apache.lucene.util.LuceneTestCase$InternalSetupTeardownRule$1.evaluate(LuceneTestCase.java:632)
build	06-Mar-2012 08:11:20	    [junit] 	at org.apache.lucene.util.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:22)
build	06-Mar-2012 08:11:20	    [junit] 	at org.apache.lucene.util.LuceneTestCase$TestResultInterceptorRule$1.evaluate(LuceneTestCase.java:531)
build	06-Mar-2012 08:11:20	    [junit] 	at org.apache.lucene.util.LuceneTestCase$RememberThreadRule$1.evaluate(LuceneTestCase.java:593)
build	06-Mar-2012 08:11:20	    [junit] 	at org.apache.lucene.util.LuceneTestCaseRunner.runChild(LuceneTestCaseRunner.java:165)
build	06-Mar-2012 08:11:20	    [junit] 	at org.apache.lucene.util.LuceneTestCaseRunner.runChild(LuceneTestCaseRunner.java:57)
build	06-Mar-2012 08:11:20	    [junit] 	at org.apache.lucene.util.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:20)
build	06-Mar-2012 08:11:20	    [junit] 	at org.apache.lucene.util.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:22)
build	06-Mar-2012 08:11:20	    [junit] Caused by: org.apache.solr.common.SolrException
build	06-Mar-2012 08:11:20	    [junit] 	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:614)
build	06-Mar-2012 08:11:20	    [junit] 	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:498)
build	06-Mar-2012 08:11:20	    [junit] 	at org.apache.solr.util.TestHarness$Initializer.initialize(TestHarness.java:216)
build	06-Mar-2012 08:11:20	    [junit] 	at org.apache.solr.util.TestHarness.<init>(TestHarness.java:140)
build	06-Mar-2012 08:11:20	    [junit] Caused by: org.apache.solr.common.SolrException: Error Instantiating Update Handler, solr.DirectUpdateHandler2 failed to instantiate org.apache.solr.update.UpdateHandler
build	06-Mar-2012 08:11:20	    [junit] 	at org.apache.solr.core.SolrCore.createInstance(SolrCore.java:425)
build	06-Mar-2012 08:11:20	    [junit] 	at org.apache.solr.core.SolrCore.createUpdateHandler(SolrCore.java:475)
build	06-Mar-2012 08:11:20	    [junit] 	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:598)
build	06-Mar-2012 08:11:20	    [junit] Caused by: java.lang.reflect.InvocationTargetException
build	06-Mar-2012 08:11:20	    [junit] 	at java.lang.reflect.Constructor.newInstance(Constructor.java:513)
build	06-Mar-2012 08:11:20	    [junit] 	at org.apache.solr.core.SolrCore.createInstance(SolrCore.java:418)
build	06-Mar-2012 08:11:20	    [junit] Caused by: java.lang.NumberFormatException: For input string: "000000000000000001:"
build	06-Mar-2012 08:11:20	    [junit] 	at java.lang.NumberFormatException.forInputString(NumberFormatException.java:48)
build	06-Mar-2012 08:11:20	    [junit] 	at java.lang.Long.parseLong(Long.java:419)
build	06-Mar-2012 08:11:20	    [junit] 	at java.lang.Long.parseLong(Long.java:468)
build	06-Mar-2012 08:11:20	    [junit] 	at org.apache.solr.update.UpdateLog.getLastLogId(UpdateLog.java:264)
build	06-Mar-2012 08:11:20	    [junit] 	at org.apache.solr.update.UpdateLog.init(UpdateLog.java:164)
build	06-Mar-2012 08:11:20	    [junit] 	at org.apache.solr.update.UpdateHandler.initLog(UpdateHandler.java:94)
build	06-Mar-2012 08:11:20	    [junit] 	at org.apache.solr.update.UpdateHandler.<init>(UpdateHandler.java:123)
build	06-Mar-2012 08:11:20	    [junit] 	at org.apache.solr.update.DirectUpdateHandler2.<init>(DirectUpdateHandler2.java:95)
{noformat}

After that lots of other exceptions. It might have been a suite dependency or left-over so I will attach a full log too.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

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


[jira] [Updated] (SOLR-3206) testRecoveryMultipleLogs(org.apache.solr.search.TestRecovery)

Posted by "Dawid Weiss (Updated) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/SOLR-3206?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Dawid Weiss updated SOLR-3206:
------------------------------

    Attachment: output.log

Another run, the same error (different seed, but still not reproducible).

May be useful for checking the suite order.


                
> testRecoveryMultipleLogs(org.apache.solr.search.TestRecovery)
> -------------------------------------------------------------
>
>                 Key: SOLR-3206
>                 URL: https://issues.apache.org/jira/browse/SOLR-3206
>             Project: Solr
>          Issue Type: Bug
>            Reporter: Dawid Weiss
>            Priority: Minor
>              Labels: seed-doesnt-reproduce
>             Fix For: 4.0
>
>         Attachments: error.log, output.log
>
>
> Failure on the build server. Looks like a number parsing problem but I cannot reproduce with the same seed.
> {noformat}
> build	06-Mar-2012 08:11:20	    [junit] Testcase: testRecoveryMultipleLogs(org.apache.solr.search.TestRecovery):	Caused an ERROR
> build	06-Mar-2012 08:11:20	    [junit] org.apache.solr.common.SolrException
> build	06-Mar-2012 08:11:20	    [junit] java.lang.RuntimeException: org.apache.solr.common.SolrException
> build	06-Mar-2012 08:11:20	    [junit] 	at org.apache.solr.util.TestHarness.<init>(TestHarness.java:152)
> build	06-Mar-2012 08:11:20	    [junit] 	at org.apache.solr.util.TestHarness.<init>(TestHarness.java:135)
> build	06-Mar-2012 08:11:20	    [junit] 	at org.apache.solr.util.TestHarness.<init>(TestHarness.java:125)
> build	06-Mar-2012 08:11:20	    [junit] 	at org.apache.solr.SolrTestCaseJ4.createCore(SolrTestCaseJ4.java:351)
> build	06-Mar-2012 08:11:20	    [junit] 	at org.apache.solr.search.TestRecovery.testRecoveryMultipleLogs(TestRecovery.java:797)
> build	06-Mar-2012 08:11:20	    [junit] 	at org.apache.lucene.util.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:20)
> build	06-Mar-2012 08:11:20	    [junit] 	at org.apache.lucene.util.LuceneTestCase$SubclassSetupTeardownRule$1.evaluate(LuceneTestCase.java:736)
> build	06-Mar-2012 08:11:20	    [junit] 	at org.apache.lucene.util.LuceneTestCase$InternalSetupTeardownRule$1.evaluate(LuceneTestCase.java:632)
> build	06-Mar-2012 08:11:20	    [junit] 	at org.apache.lucene.util.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:22)
> build	06-Mar-2012 08:11:20	    [junit] 	at org.apache.lucene.util.LuceneTestCase$TestResultInterceptorRule$1.evaluate(LuceneTestCase.java:531)
> build	06-Mar-2012 08:11:20	    [junit] 	at org.apache.lucene.util.LuceneTestCase$RememberThreadRule$1.evaluate(LuceneTestCase.java:593)
> build	06-Mar-2012 08:11:20	    [junit] 	at org.apache.lucene.util.LuceneTestCaseRunner.runChild(LuceneTestCaseRunner.java:165)
> build	06-Mar-2012 08:11:20	    [junit] 	at org.apache.lucene.util.LuceneTestCaseRunner.runChild(LuceneTestCaseRunner.java:57)
> build	06-Mar-2012 08:11:20	    [junit] 	at org.apache.lucene.util.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:20)
> build	06-Mar-2012 08:11:20	    [junit] 	at org.apache.lucene.util.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:22)
> build	06-Mar-2012 08:11:20	    [junit] Caused by: org.apache.solr.common.SolrException
> build	06-Mar-2012 08:11:20	    [junit] 	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:614)
> build	06-Mar-2012 08:11:20	    [junit] 	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:498)
> build	06-Mar-2012 08:11:20	    [junit] 	at org.apache.solr.util.TestHarness$Initializer.initialize(TestHarness.java:216)
> build	06-Mar-2012 08:11:20	    [junit] 	at org.apache.solr.util.TestHarness.<init>(TestHarness.java:140)
> build	06-Mar-2012 08:11:20	    [junit] Caused by: org.apache.solr.common.SolrException: Error Instantiating Update Handler, solr.DirectUpdateHandler2 failed to instantiate org.apache.solr.update.UpdateHandler
> build	06-Mar-2012 08:11:20	    [junit] 	at org.apache.solr.core.SolrCore.createInstance(SolrCore.java:425)
> build	06-Mar-2012 08:11:20	    [junit] 	at org.apache.solr.core.SolrCore.createUpdateHandler(SolrCore.java:475)
> build	06-Mar-2012 08:11:20	    [junit] 	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:598)
> build	06-Mar-2012 08:11:20	    [junit] Caused by: java.lang.reflect.InvocationTargetException
> build	06-Mar-2012 08:11:20	    [junit] 	at java.lang.reflect.Constructor.newInstance(Constructor.java:513)
> build	06-Mar-2012 08:11:20	    [junit] 	at org.apache.solr.core.SolrCore.createInstance(SolrCore.java:418)
> build	06-Mar-2012 08:11:20	    [junit] Caused by: java.lang.NumberFormatException: For input string: "000000000000000001:"
> build	06-Mar-2012 08:11:20	    [junit] 	at java.lang.NumberFormatException.forInputString(NumberFormatException.java:48)
> build	06-Mar-2012 08:11:20	    [junit] 	at java.lang.Long.parseLong(Long.java:419)
> build	06-Mar-2012 08:11:20	    [junit] 	at java.lang.Long.parseLong(Long.java:468)
> build	06-Mar-2012 08:11:20	    [junit] 	at org.apache.solr.update.UpdateLog.getLastLogId(UpdateLog.java:264)
> build	06-Mar-2012 08:11:20	    [junit] 	at org.apache.solr.update.UpdateLog.init(UpdateLog.java:164)
> build	06-Mar-2012 08:11:20	    [junit] 	at org.apache.solr.update.UpdateHandler.initLog(UpdateHandler.java:94)
> build	06-Mar-2012 08:11:20	    [junit] 	at org.apache.solr.update.UpdateHandler.<init>(UpdateHandler.java:123)
> build	06-Mar-2012 08:11:20	    [junit] 	at org.apache.solr.update.DirectUpdateHandler2.<init>(DirectUpdateHandler2.java:95)
> {noformat}
> After that lots of other exceptions. It might have been a suite dependency or left-over so I will attach a full log too.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

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


[jira] [Updated] (SOLR-3206) testRecoveryMultipleLogs(org.apache.solr.search.TestRecovery)

Posted by "Dawid Weiss (Updated) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/SOLR-3206?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Dawid Weiss updated SOLR-3206:
------------------------------

    Attachment: error.log

Full build log.
                
> testRecoveryMultipleLogs(org.apache.solr.search.TestRecovery)
> -------------------------------------------------------------
>
>                 Key: SOLR-3206
>                 URL: https://issues.apache.org/jira/browse/SOLR-3206
>             Project: Solr
>          Issue Type: Bug
>            Reporter: Dawid Weiss
>            Priority: Minor
>              Labels: cannot-reproduce
>             Fix For: 4.0
>
>         Attachments: error.log
>
>
> Failure on the build server. Looks like a number parsing problem but I cannot reproduce with the same seed.
> {noformat}
> build	06-Mar-2012 08:11:20	    [junit] Testcase: testRecoveryMultipleLogs(org.apache.solr.search.TestRecovery):	Caused an ERROR
> build	06-Mar-2012 08:11:20	    [junit] org.apache.solr.common.SolrException
> build	06-Mar-2012 08:11:20	    [junit] java.lang.RuntimeException: org.apache.solr.common.SolrException
> build	06-Mar-2012 08:11:20	    [junit] 	at org.apache.solr.util.TestHarness.<init>(TestHarness.java:152)
> build	06-Mar-2012 08:11:20	    [junit] 	at org.apache.solr.util.TestHarness.<init>(TestHarness.java:135)
> build	06-Mar-2012 08:11:20	    [junit] 	at org.apache.solr.util.TestHarness.<init>(TestHarness.java:125)
> build	06-Mar-2012 08:11:20	    [junit] 	at org.apache.solr.SolrTestCaseJ4.createCore(SolrTestCaseJ4.java:351)
> build	06-Mar-2012 08:11:20	    [junit] 	at org.apache.solr.search.TestRecovery.testRecoveryMultipleLogs(TestRecovery.java:797)
> build	06-Mar-2012 08:11:20	    [junit] 	at org.apache.lucene.util.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:20)
> build	06-Mar-2012 08:11:20	    [junit] 	at org.apache.lucene.util.LuceneTestCase$SubclassSetupTeardownRule$1.evaluate(LuceneTestCase.java:736)
> build	06-Mar-2012 08:11:20	    [junit] 	at org.apache.lucene.util.LuceneTestCase$InternalSetupTeardownRule$1.evaluate(LuceneTestCase.java:632)
> build	06-Mar-2012 08:11:20	    [junit] 	at org.apache.lucene.util.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:22)
> build	06-Mar-2012 08:11:20	    [junit] 	at org.apache.lucene.util.LuceneTestCase$TestResultInterceptorRule$1.evaluate(LuceneTestCase.java:531)
> build	06-Mar-2012 08:11:20	    [junit] 	at org.apache.lucene.util.LuceneTestCase$RememberThreadRule$1.evaluate(LuceneTestCase.java:593)
> build	06-Mar-2012 08:11:20	    [junit] 	at org.apache.lucene.util.LuceneTestCaseRunner.runChild(LuceneTestCaseRunner.java:165)
> build	06-Mar-2012 08:11:20	    [junit] 	at org.apache.lucene.util.LuceneTestCaseRunner.runChild(LuceneTestCaseRunner.java:57)
> build	06-Mar-2012 08:11:20	    [junit] 	at org.apache.lucene.util.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:20)
> build	06-Mar-2012 08:11:20	    [junit] 	at org.apache.lucene.util.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:22)
> build	06-Mar-2012 08:11:20	    [junit] Caused by: org.apache.solr.common.SolrException
> build	06-Mar-2012 08:11:20	    [junit] 	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:614)
> build	06-Mar-2012 08:11:20	    [junit] 	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:498)
> build	06-Mar-2012 08:11:20	    [junit] 	at org.apache.solr.util.TestHarness$Initializer.initialize(TestHarness.java:216)
> build	06-Mar-2012 08:11:20	    [junit] 	at org.apache.solr.util.TestHarness.<init>(TestHarness.java:140)
> build	06-Mar-2012 08:11:20	    [junit] Caused by: org.apache.solr.common.SolrException: Error Instantiating Update Handler, solr.DirectUpdateHandler2 failed to instantiate org.apache.solr.update.UpdateHandler
> build	06-Mar-2012 08:11:20	    [junit] 	at org.apache.solr.core.SolrCore.createInstance(SolrCore.java:425)
> build	06-Mar-2012 08:11:20	    [junit] 	at org.apache.solr.core.SolrCore.createUpdateHandler(SolrCore.java:475)
> build	06-Mar-2012 08:11:20	    [junit] 	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:598)
> build	06-Mar-2012 08:11:20	    [junit] Caused by: java.lang.reflect.InvocationTargetException
> build	06-Mar-2012 08:11:20	    [junit] 	at java.lang.reflect.Constructor.newInstance(Constructor.java:513)
> build	06-Mar-2012 08:11:20	    [junit] 	at org.apache.solr.core.SolrCore.createInstance(SolrCore.java:418)
> build	06-Mar-2012 08:11:20	    [junit] Caused by: java.lang.NumberFormatException: For input string: "000000000000000001:"
> build	06-Mar-2012 08:11:20	    [junit] 	at java.lang.NumberFormatException.forInputString(NumberFormatException.java:48)
> build	06-Mar-2012 08:11:20	    [junit] 	at java.lang.Long.parseLong(Long.java:419)
> build	06-Mar-2012 08:11:20	    [junit] 	at java.lang.Long.parseLong(Long.java:468)
> build	06-Mar-2012 08:11:20	    [junit] 	at org.apache.solr.update.UpdateLog.getLastLogId(UpdateLog.java:264)
> build	06-Mar-2012 08:11:20	    [junit] 	at org.apache.solr.update.UpdateLog.init(UpdateLog.java:164)
> build	06-Mar-2012 08:11:20	    [junit] 	at org.apache.solr.update.UpdateHandler.initLog(UpdateHandler.java:94)
> build	06-Mar-2012 08:11:20	    [junit] 	at org.apache.solr.update.UpdateHandler.<init>(UpdateHandler.java:123)
> build	06-Mar-2012 08:11:20	    [junit] 	at org.apache.solr.update.DirectUpdateHandler2.<init>(DirectUpdateHandler2.java:95)
> {noformat}
> After that lots of other exceptions. It might have been a suite dependency or left-over so I will attach a full log too.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

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


[jira] [Resolved] (SOLR-3206) testRecoveryMultipleLogs(org.apache.solr.search.TestRecovery)

Posted by "Dawid Weiss (Resolved) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/SOLR-3206?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Dawid Weiss resolved SOLR-3206.
-------------------------------

    Resolution: Fixed
    
> testRecoveryMultipleLogs(org.apache.solr.search.TestRecovery)
> -------------------------------------------------------------
>
>                 Key: SOLR-3206
>                 URL: https://issues.apache.org/jira/browse/SOLR-3206
>             Project: Solr
>          Issue Type: Bug
>            Reporter: Dawid Weiss
>            Priority: Minor
>              Labels: seed-doesnt-reproduce
>             Fix For: 4.0
>
>         Attachments: error.log, output.log
>
>
> Failure on the build server. Looks like a number parsing problem but I cannot reproduce with the same seed.
> {noformat}
> build	06-Mar-2012 08:11:20	    [junit] Testcase: testRecoveryMultipleLogs(org.apache.solr.search.TestRecovery):	Caused an ERROR
> build	06-Mar-2012 08:11:20	    [junit] org.apache.solr.common.SolrException
> build	06-Mar-2012 08:11:20	    [junit] java.lang.RuntimeException: org.apache.solr.common.SolrException
> build	06-Mar-2012 08:11:20	    [junit] 	at org.apache.solr.util.TestHarness.<init>(TestHarness.java:152)
> build	06-Mar-2012 08:11:20	    [junit] 	at org.apache.solr.util.TestHarness.<init>(TestHarness.java:135)
> build	06-Mar-2012 08:11:20	    [junit] 	at org.apache.solr.util.TestHarness.<init>(TestHarness.java:125)
> build	06-Mar-2012 08:11:20	    [junit] 	at org.apache.solr.SolrTestCaseJ4.createCore(SolrTestCaseJ4.java:351)
> build	06-Mar-2012 08:11:20	    [junit] 	at org.apache.solr.search.TestRecovery.testRecoveryMultipleLogs(TestRecovery.java:797)
> build	06-Mar-2012 08:11:20	    [junit] 	at org.apache.lucene.util.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:20)
> build	06-Mar-2012 08:11:20	    [junit] 	at org.apache.lucene.util.LuceneTestCase$SubclassSetupTeardownRule$1.evaluate(LuceneTestCase.java:736)
> build	06-Mar-2012 08:11:20	    [junit] 	at org.apache.lucene.util.LuceneTestCase$InternalSetupTeardownRule$1.evaluate(LuceneTestCase.java:632)
> build	06-Mar-2012 08:11:20	    [junit] 	at org.apache.lucene.util.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:22)
> build	06-Mar-2012 08:11:20	    [junit] 	at org.apache.lucene.util.LuceneTestCase$TestResultInterceptorRule$1.evaluate(LuceneTestCase.java:531)
> build	06-Mar-2012 08:11:20	    [junit] 	at org.apache.lucene.util.LuceneTestCase$RememberThreadRule$1.evaluate(LuceneTestCase.java:593)
> build	06-Mar-2012 08:11:20	    [junit] 	at org.apache.lucene.util.LuceneTestCaseRunner.runChild(LuceneTestCaseRunner.java:165)
> build	06-Mar-2012 08:11:20	    [junit] 	at org.apache.lucene.util.LuceneTestCaseRunner.runChild(LuceneTestCaseRunner.java:57)
> build	06-Mar-2012 08:11:20	    [junit] 	at org.apache.lucene.util.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:20)
> build	06-Mar-2012 08:11:20	    [junit] 	at org.apache.lucene.util.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:22)
> build	06-Mar-2012 08:11:20	    [junit] Caused by: org.apache.solr.common.SolrException
> build	06-Mar-2012 08:11:20	    [junit] 	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:614)
> build	06-Mar-2012 08:11:20	    [junit] 	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:498)
> build	06-Mar-2012 08:11:20	    [junit] 	at org.apache.solr.util.TestHarness$Initializer.initialize(TestHarness.java:216)
> build	06-Mar-2012 08:11:20	    [junit] 	at org.apache.solr.util.TestHarness.<init>(TestHarness.java:140)
> build	06-Mar-2012 08:11:20	    [junit] Caused by: org.apache.solr.common.SolrException: Error Instantiating Update Handler, solr.DirectUpdateHandler2 failed to instantiate org.apache.solr.update.UpdateHandler
> build	06-Mar-2012 08:11:20	    [junit] 	at org.apache.solr.core.SolrCore.createInstance(SolrCore.java:425)
> build	06-Mar-2012 08:11:20	    [junit] 	at org.apache.solr.core.SolrCore.createUpdateHandler(SolrCore.java:475)
> build	06-Mar-2012 08:11:20	    [junit] 	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:598)
> build	06-Mar-2012 08:11:20	    [junit] Caused by: java.lang.reflect.InvocationTargetException
> build	06-Mar-2012 08:11:20	    [junit] 	at java.lang.reflect.Constructor.newInstance(Constructor.java:513)
> build	06-Mar-2012 08:11:20	    [junit] 	at org.apache.solr.core.SolrCore.createInstance(SolrCore.java:418)
> build	06-Mar-2012 08:11:20	    [junit] Caused by: java.lang.NumberFormatException: For input string: "000000000000000001:"
> build	06-Mar-2012 08:11:20	    [junit] 	at java.lang.NumberFormatException.forInputString(NumberFormatException.java:48)
> build	06-Mar-2012 08:11:20	    [junit] 	at java.lang.Long.parseLong(Long.java:419)
> build	06-Mar-2012 08:11:20	    [junit] 	at java.lang.Long.parseLong(Long.java:468)
> build	06-Mar-2012 08:11:20	    [junit] 	at org.apache.solr.update.UpdateLog.getLastLogId(UpdateLog.java:264)
> build	06-Mar-2012 08:11:20	    [junit] 	at org.apache.solr.update.UpdateLog.init(UpdateLog.java:164)
> build	06-Mar-2012 08:11:20	    [junit] 	at org.apache.solr.update.UpdateHandler.initLog(UpdateHandler.java:94)
> build	06-Mar-2012 08:11:20	    [junit] 	at org.apache.solr.update.UpdateHandler.<init>(UpdateHandler.java:123)
> build	06-Mar-2012 08:11:20	    [junit] 	at org.apache.solr.update.DirectUpdateHandler2.<init>(DirectUpdateHandler2.java:95)
> {noformat}
> After that lots of other exceptions. It might have been a suite dependency or left-over so I will attach a full log too.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

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


[jira] [Assigned] (SOLR-3206) testRecoveryMultipleLogs(org.apache.solr.search.TestRecovery)

Posted by "Dawid Weiss (Assigned) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/SOLR-3206?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Dawid Weiss reassigned SOLR-3206:
---------------------------------

    Assignee: Dawid Weiss
    
> testRecoveryMultipleLogs(org.apache.solr.search.TestRecovery)
> -------------------------------------------------------------
>
>                 Key: SOLR-3206
>                 URL: https://issues.apache.org/jira/browse/SOLR-3206
>             Project: Solr
>          Issue Type: Bug
>            Reporter: Dawid Weiss
>            Assignee: Dawid Weiss
>            Priority: Minor
>              Labels: seed-doesnt-reproduce
>             Fix For: 4.0
>
>         Attachments: error.log, output.log
>
>
> Failure on the build server. Looks like a number parsing problem but I cannot reproduce with the same seed.
> {noformat}
> build	06-Mar-2012 08:11:20	    [junit] Testcase: testRecoveryMultipleLogs(org.apache.solr.search.TestRecovery):	Caused an ERROR
> build	06-Mar-2012 08:11:20	    [junit] org.apache.solr.common.SolrException
> build	06-Mar-2012 08:11:20	    [junit] java.lang.RuntimeException: org.apache.solr.common.SolrException
> build	06-Mar-2012 08:11:20	    [junit] 	at org.apache.solr.util.TestHarness.<init>(TestHarness.java:152)
> build	06-Mar-2012 08:11:20	    [junit] 	at org.apache.solr.util.TestHarness.<init>(TestHarness.java:135)
> build	06-Mar-2012 08:11:20	    [junit] 	at org.apache.solr.util.TestHarness.<init>(TestHarness.java:125)
> build	06-Mar-2012 08:11:20	    [junit] 	at org.apache.solr.SolrTestCaseJ4.createCore(SolrTestCaseJ4.java:351)
> build	06-Mar-2012 08:11:20	    [junit] 	at org.apache.solr.search.TestRecovery.testRecoveryMultipleLogs(TestRecovery.java:797)
> build	06-Mar-2012 08:11:20	    [junit] 	at org.apache.lucene.util.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:20)
> build	06-Mar-2012 08:11:20	    [junit] 	at org.apache.lucene.util.LuceneTestCase$SubclassSetupTeardownRule$1.evaluate(LuceneTestCase.java:736)
> build	06-Mar-2012 08:11:20	    [junit] 	at org.apache.lucene.util.LuceneTestCase$InternalSetupTeardownRule$1.evaluate(LuceneTestCase.java:632)
> build	06-Mar-2012 08:11:20	    [junit] 	at org.apache.lucene.util.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:22)
> build	06-Mar-2012 08:11:20	    [junit] 	at org.apache.lucene.util.LuceneTestCase$TestResultInterceptorRule$1.evaluate(LuceneTestCase.java:531)
> build	06-Mar-2012 08:11:20	    [junit] 	at org.apache.lucene.util.LuceneTestCase$RememberThreadRule$1.evaluate(LuceneTestCase.java:593)
> build	06-Mar-2012 08:11:20	    [junit] 	at org.apache.lucene.util.LuceneTestCaseRunner.runChild(LuceneTestCaseRunner.java:165)
> build	06-Mar-2012 08:11:20	    [junit] 	at org.apache.lucene.util.LuceneTestCaseRunner.runChild(LuceneTestCaseRunner.java:57)
> build	06-Mar-2012 08:11:20	    [junit] 	at org.apache.lucene.util.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:20)
> build	06-Mar-2012 08:11:20	    [junit] 	at org.apache.lucene.util.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:22)
> build	06-Mar-2012 08:11:20	    [junit] Caused by: org.apache.solr.common.SolrException
> build	06-Mar-2012 08:11:20	    [junit] 	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:614)
> build	06-Mar-2012 08:11:20	    [junit] 	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:498)
> build	06-Mar-2012 08:11:20	    [junit] 	at org.apache.solr.util.TestHarness$Initializer.initialize(TestHarness.java:216)
> build	06-Mar-2012 08:11:20	    [junit] 	at org.apache.solr.util.TestHarness.<init>(TestHarness.java:140)
> build	06-Mar-2012 08:11:20	    [junit] Caused by: org.apache.solr.common.SolrException: Error Instantiating Update Handler, solr.DirectUpdateHandler2 failed to instantiate org.apache.solr.update.UpdateHandler
> build	06-Mar-2012 08:11:20	    [junit] 	at org.apache.solr.core.SolrCore.createInstance(SolrCore.java:425)
> build	06-Mar-2012 08:11:20	    [junit] 	at org.apache.solr.core.SolrCore.createUpdateHandler(SolrCore.java:475)
> build	06-Mar-2012 08:11:20	    [junit] 	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:598)
> build	06-Mar-2012 08:11:20	    [junit] Caused by: java.lang.reflect.InvocationTargetException
> build	06-Mar-2012 08:11:20	    [junit] 	at java.lang.reflect.Constructor.newInstance(Constructor.java:513)
> build	06-Mar-2012 08:11:20	    [junit] 	at org.apache.solr.core.SolrCore.createInstance(SolrCore.java:418)
> build	06-Mar-2012 08:11:20	    [junit] Caused by: java.lang.NumberFormatException: For input string: "000000000000000001:"
> build	06-Mar-2012 08:11:20	    [junit] 	at java.lang.NumberFormatException.forInputString(NumberFormatException.java:48)
> build	06-Mar-2012 08:11:20	    [junit] 	at java.lang.Long.parseLong(Long.java:419)
> build	06-Mar-2012 08:11:20	    [junit] 	at java.lang.Long.parseLong(Long.java:468)
> build	06-Mar-2012 08:11:20	    [junit] 	at org.apache.solr.update.UpdateLog.getLastLogId(UpdateLog.java:264)
> build	06-Mar-2012 08:11:20	    [junit] 	at org.apache.solr.update.UpdateLog.init(UpdateLog.java:164)
> build	06-Mar-2012 08:11:20	    [junit] 	at org.apache.solr.update.UpdateHandler.initLog(UpdateHandler.java:94)
> build	06-Mar-2012 08:11:20	    [junit] 	at org.apache.solr.update.UpdateHandler.<init>(UpdateHandler.java:123)
> build	06-Mar-2012 08:11:20	    [junit] 	at org.apache.solr.update.DirectUpdateHandler2.<init>(DirectUpdateHandler2.java:95)
> {noformat}
> After that lots of other exceptions. It might have been a suite dependency or left-over so I will attach a full log too.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

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


[jira] [Commented] (SOLR-3206) testRecoveryMultipleLogs(org.apache.solr.search.TestRecovery)

Posted by "Dawid Weiss (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/SOLR-3206?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13224201#comment-13224201 ] 

Dawid Weiss commented on SOLR-3206:
-----------------------------------

It's a problem in the test -- it attempts to generate a log name and overflows on the last digit from '9' to ':'.
                
> testRecoveryMultipleLogs(org.apache.solr.search.TestRecovery)
> -------------------------------------------------------------
>
>                 Key: SOLR-3206
>                 URL: https://issues.apache.org/jira/browse/SOLR-3206
>             Project: Solr
>          Issue Type: Bug
>            Reporter: Dawid Weiss
>            Priority: Minor
>              Labels: seed-doesnt-reproduce
>             Fix For: 4.0
>
>         Attachments: error.log, output.log
>
>
> Failure on the build server. Looks like a number parsing problem but I cannot reproduce with the same seed.
> {noformat}
> build	06-Mar-2012 08:11:20	    [junit] Testcase: testRecoveryMultipleLogs(org.apache.solr.search.TestRecovery):	Caused an ERROR
> build	06-Mar-2012 08:11:20	    [junit] org.apache.solr.common.SolrException
> build	06-Mar-2012 08:11:20	    [junit] java.lang.RuntimeException: org.apache.solr.common.SolrException
> build	06-Mar-2012 08:11:20	    [junit] 	at org.apache.solr.util.TestHarness.<init>(TestHarness.java:152)
> build	06-Mar-2012 08:11:20	    [junit] 	at org.apache.solr.util.TestHarness.<init>(TestHarness.java:135)
> build	06-Mar-2012 08:11:20	    [junit] 	at org.apache.solr.util.TestHarness.<init>(TestHarness.java:125)
> build	06-Mar-2012 08:11:20	    [junit] 	at org.apache.solr.SolrTestCaseJ4.createCore(SolrTestCaseJ4.java:351)
> build	06-Mar-2012 08:11:20	    [junit] 	at org.apache.solr.search.TestRecovery.testRecoveryMultipleLogs(TestRecovery.java:797)
> build	06-Mar-2012 08:11:20	    [junit] 	at org.apache.lucene.util.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:20)
> build	06-Mar-2012 08:11:20	    [junit] 	at org.apache.lucene.util.LuceneTestCase$SubclassSetupTeardownRule$1.evaluate(LuceneTestCase.java:736)
> build	06-Mar-2012 08:11:20	    [junit] 	at org.apache.lucene.util.LuceneTestCase$InternalSetupTeardownRule$1.evaluate(LuceneTestCase.java:632)
> build	06-Mar-2012 08:11:20	    [junit] 	at org.apache.lucene.util.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:22)
> build	06-Mar-2012 08:11:20	    [junit] 	at org.apache.lucene.util.LuceneTestCase$TestResultInterceptorRule$1.evaluate(LuceneTestCase.java:531)
> build	06-Mar-2012 08:11:20	    [junit] 	at org.apache.lucene.util.LuceneTestCase$RememberThreadRule$1.evaluate(LuceneTestCase.java:593)
> build	06-Mar-2012 08:11:20	    [junit] 	at org.apache.lucene.util.LuceneTestCaseRunner.runChild(LuceneTestCaseRunner.java:165)
> build	06-Mar-2012 08:11:20	    [junit] 	at org.apache.lucene.util.LuceneTestCaseRunner.runChild(LuceneTestCaseRunner.java:57)
> build	06-Mar-2012 08:11:20	    [junit] 	at org.apache.lucene.util.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:20)
> build	06-Mar-2012 08:11:20	    [junit] 	at org.apache.lucene.util.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:22)
> build	06-Mar-2012 08:11:20	    [junit] Caused by: org.apache.solr.common.SolrException
> build	06-Mar-2012 08:11:20	    [junit] 	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:614)
> build	06-Mar-2012 08:11:20	    [junit] 	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:498)
> build	06-Mar-2012 08:11:20	    [junit] 	at org.apache.solr.util.TestHarness$Initializer.initialize(TestHarness.java:216)
> build	06-Mar-2012 08:11:20	    [junit] 	at org.apache.solr.util.TestHarness.<init>(TestHarness.java:140)
> build	06-Mar-2012 08:11:20	    [junit] Caused by: org.apache.solr.common.SolrException: Error Instantiating Update Handler, solr.DirectUpdateHandler2 failed to instantiate org.apache.solr.update.UpdateHandler
> build	06-Mar-2012 08:11:20	    [junit] 	at org.apache.solr.core.SolrCore.createInstance(SolrCore.java:425)
> build	06-Mar-2012 08:11:20	    [junit] 	at org.apache.solr.core.SolrCore.createUpdateHandler(SolrCore.java:475)
> build	06-Mar-2012 08:11:20	    [junit] 	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:598)
> build	06-Mar-2012 08:11:20	    [junit] Caused by: java.lang.reflect.InvocationTargetException
> build	06-Mar-2012 08:11:20	    [junit] 	at java.lang.reflect.Constructor.newInstance(Constructor.java:513)
> build	06-Mar-2012 08:11:20	    [junit] 	at org.apache.solr.core.SolrCore.createInstance(SolrCore.java:418)
> build	06-Mar-2012 08:11:20	    [junit] Caused by: java.lang.NumberFormatException: For input string: "000000000000000001:"
> build	06-Mar-2012 08:11:20	    [junit] 	at java.lang.NumberFormatException.forInputString(NumberFormatException.java:48)
> build	06-Mar-2012 08:11:20	    [junit] 	at java.lang.Long.parseLong(Long.java:419)
> build	06-Mar-2012 08:11:20	    [junit] 	at java.lang.Long.parseLong(Long.java:468)
> build	06-Mar-2012 08:11:20	    [junit] 	at org.apache.solr.update.UpdateLog.getLastLogId(UpdateLog.java:264)
> build	06-Mar-2012 08:11:20	    [junit] 	at org.apache.solr.update.UpdateLog.init(UpdateLog.java:164)
> build	06-Mar-2012 08:11:20	    [junit] 	at org.apache.solr.update.UpdateHandler.initLog(UpdateHandler.java:94)
> build	06-Mar-2012 08:11:20	    [junit] 	at org.apache.solr.update.UpdateHandler.<init>(UpdateHandler.java:123)
> build	06-Mar-2012 08:11:20	    [junit] 	at org.apache.solr.update.DirectUpdateHandler2.<init>(DirectUpdateHandler2.java:95)
> {noformat}
> After that lots of other exceptions. It might have been a suite dependency or left-over so I will attach a full log too.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

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