[ 
http://issues.apache.org/jira/browse/LUCENE-631?page=comments#action_12423407 ] 
            
Yonik Seeley commented on LUCENE-631:
-------------------------------------

I localy applied gdata_06_07_25.diff, but  "ant test" fails for me 
(WinXP/cygwin).
Here is the first exception:

    [junit] ------------- Standard Error -----------------
    [junit] Jul 25, 2006 2:40:33 PM 
org.apache.lucene.gdata.server.registry.GDataServerRegistry registerComponent
    [junit] INFO: no configuration for ComponentType: STORAGECONTROLLER
    [junit] org.apache.lucene.gdata.server.registry.RegistryException: 
component already registered -- STORAGECONTROLLER
    [junit]     at 
org.apache.lucene.gdata.server.registry.GDataServerRegistry.registerComponent(GDataServerRegistry.java:297)
    [junit]     at 
org.apache.lucene.gdata.server.TestGDataRequest.setUp(TestGDataRequest.java:50)
    [junit]     at junit.framework.TestCase.runBare(TestCase.java:125)
    [junit]     at junit.framework.TestResult$1.protect(TestResult.java:106)
    [junit]     at junit.framework.TestResult.runProtected(TestResult.java:124)
    [junit]     at junit.framework.TestResult.run(TestResult.java:109)
    [junit]     at junit.framework.TestCase.run(TestCase.java:118)
    [junit]     at junit.framework.TestSuite.runTest(TestSuite.java:208)
    [junit]     at junit.framework.TestSuite.run(TestSuite.java:203)
    [junit]     at 
org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.run(JUnitTestRunner.java:297)
    [junit]     at 
org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.launch(JUnitTestRunner.java:672)
    [junit]     at 
org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.main(JUnitTestRunner.java:567)
    [junit] org.apache.lucene.gdata.server.registry.RegistryException: 
component already registered -- STORAGECONTROLLER
    [junit]     at 
org.apache.lucene.gdata.server.registry.GDataServerRegistry.registerComponent(GDataServerRegistry.java:297)
    [junit]     at 
org.apache.lucene.gdata.server.TestGDataRequest.setUp(TestGDataRequest.java:50)
    [junit]     at junit.framework.TestCase.runBare(TestCase.java:125)
    [junit]     at junit.framework.TestResult$1.protect(TestResult.java:106)
    [junit]     at junit.framework.TestResult.runProtected(TestResult.java:124)
    [junit]     at junit.framework.TestResult.run(TestResult.java:109)
    [junit]     at junit.framework.TestCase.run(TestCase.java:118)
    [junit]     at junit.framework.TestSuite.runTest(TestSuite.java:208)
    [junit]     at junit.framework.TestSuite.run(TestSuite.java:203)
    [junit]     at 
org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.run(JUnitTestRunner.java:297)
    [junit]     at 
org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.launch(JUnitTestRunner.java:672)
    [junit]     at 
org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.main(JUnitTestRunner.java:567)


> GData Server - Milestone 3 Patch, Bugfixes, Documentation
> ---------------------------------------------------------
>
>                 Key: LUCENE-631
>                 URL: http://issues.apache.org/jira/browse/LUCENE-631
>             Project: Lucene - Java
>          Issue Type: New Feature
>          Components: Other
>            Reporter: Simon Willnauer
>         Attachments: gdata_06_07_23.diff, gdata_06_07_23.diff, 
> gdata_06_07_25.diff
>
>
> For Milestone 3 added Features:
> - Update Delete Concurrency
> - Version control
> - Second storage impl. based on Db4o. (Distributed Storage)
> - moved all configuration in one single config file.
> - removed dependencies in testcases.
> - added schema validation for and all  xml files in the project 
> (Configuration etc.)
> - added JavaDoc
> - much better Performance after reusing some resources
> - added recovering component to lucene based storage to recover entries after 
> a server crash or OOM Error (very simple)
> - solved test case fail on hyperthread / multi core machines (@ hossman: give 
> it a go)
> @Yonik && Doug could you get that stuff in the svn please
> regards simon

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to