Hi Vasanth

The SolrYard destination creates a Zip Archive containing a compressed
SolrCore. The failing fails as it tries to open this file to check if
all expected files are present.

Here is the Exception

java.util.zip.ZipException: error in opening zip file
    at java.util.zip.ZipFile.open(Native Method)
    at java.util.zip.ZipFile.<init>(ZipFile.java:127)
    at java.util.zip.ZipFile.<init>(ZipFile.java:143)
    at 
org.apache.stanbol.entityhub.indexing.destination.solryard.SolrYardIndexingDestinationTest.validateSolrDestination(SolrYardIndexingDestinationTest.java:208)


The file in question does exist (because this is asserted earlier).
You can find it under

    
entityhub/indexing/destination/solryard/target/test-files/testConfigs/simple/indexing/dist/simple.solrindex.zip

Would be nice if you can try to open/excract the file using an other
tool. I would like to know if this is an issue of the JVM or if the
file is corrupted.

Thanks for reporting

best
Rupert


On Mon, Oct 14, 2013 at 5:26 PM,  <vasanth.l...@ubs.com> wrote:
>
> Thanks for your response David (?). I tried mvn clean install - results
> in the same error. I skipped tests and continued. However, I was
> wondering if we have a clean test - seems this is related to Solr
> indexes being uwrapped into a folder and the write.lock file not getting
> deleted (/ released).
>
> -----Original Message-----
> From: Antonio David Perez Morales [mailto:ape...@zaizi.com]
> Sent: Monday, October 14, 2013 11:23 AM
> To: Stanbol Dev List
> Subject: Re: Apache Stanbol Entityhub Indexing Destination SolrYard
> 0.12.0-SNAPSHOT build failure...
>
> Hi Vasanth
>
> Have you tried with `mvn clean install`?
>
> Some Stanbol tests use the target directory to store temporal files
> during the tests execution.
> If the directory already exists with incorrect information the tests can
> fail.
>
> Looking at your test traces, it seems that you are using Windows and I
> think there were errors on windows and the temp directory.
>
> If you are still getting errors using a maven clean installation try to
> skip the tests (using -DskipTests in mvn command) to ensure that it's
> not a problem of Stanbol maven packages.
>
> Regards
>
>
> On Sat, Oct 12, 2013 at 5:09 PM, vasanth loka <vasantl...@gmail.com>
> wrote:
>
>> I get test failures when i build entityhub from sources. Any help to
>> get this fixed?
>>
>>
>> Tests run: 6, Failures: 0, Errors: 2, Skipped: 0
>>
>> [INFO]
>> ----------------------------------------------------------------------
>> --
>> [INFO] Reactor Summary:
>> [INFO]
>> [INFO] Apache Stanbol Entityhub .......................... SUCCESS
>> [1.133s] [INFO] Apache Stanbol Entityhub Generic Service API ......
>> SUCCESS [3.921s] [INFO] Apache Stanbol Entityhub Generic Test
>> Framework ... SUCCESS [1.675s] [INFO] Apache Stanbol Entityhub Generic
>
>> Core ............. SUCCESS [3.389s] [INFO] Apache Stanbol Entityhub
>> Model Clerezza ........... SUCCESS [2.431s] [INFO] Apache Stanbol
>> Entityhub Query SPARQL ............. SUCCESS [1.941s] [INFO] Apache
>> Stanbol Entityhub Site Linked Data Protocol  SUCCESS [1.431s] [INFO]
>> Apache Stanbol Entityhub Managed Site ............. SUCCESS [1.213s]
>> [INFO] Apache Stanbol Entityhub Yard based on Clerezza ... SUCCESS
>> [2.168s] [INFO] Apache Stanbol Entityhub Yard based on Solr .......
>> SUCCESS [10.263s] [INFO] Apache Stanbol Entityhub Web Jersey HTTP
>> Endpoint . SUCCESS [3.653s] [INFO] Apache Stanbol Entityhub LDPath
>> Support ........... SUCCESS [13.683s] [INFO] Apache Stanbol Entityhub
>> Indexing ................. SUCCESS [0.029s] [INFO] Apache Stanbol
>> Entityhub Indexing Core ............ SUCCESS [8.494s] [INFO] Apache
>> Stanbol Entityhub Indexing Source for Jena TDB  SUCCESS [5.189s]
>> [INFO] Apache Stanbol Entityhub Indexing Source for vCard  SUCCESS
>> [1.228s] [INFO] Apache Stanbol Entityhub Indexing Destination SolrYard
>
>> FAILURE [7.149s] [INFO] Apache Stanbol Entityhub Indexing Generic RDF
>> ..... SKIPPED [INFO] Apache Stanbol Entityhub Indexing for
>> geonames.org  SKIPPED [INFO] Apache Stanbol Entityhub Indexing for
>> DBpedia.org . SKIPPED [INFO] Apache Stanbol Entityhub Indexing for
>> dblp ........ SKIPPED [INFO] Apache Stanbol Entityhub Indexing for
>> freebase.com  SKIPPED [INFO] Apache Stanbol Entityhub Default
>> Configuration .... SKIPPED [INFO]
>> ----------------------------------------------------------------------
>> --
>> [INFO] BUILD FAILURE
>> [INFO]
>> ----------------------------------------------------------------------
>> --
>>
>>
>
> --
>
> ------------------------------
> This message should be regarded as confidential. If you have received
> this email in error please notify the sender and destroy it immediately.
>
> Statements of intent shall only become binding when confirmed in hard
> copy by an authorised signatory.
>
> Zaizi Ltd is registered in England and Wales with the registration
> number 6440931. The Registered Office is Brook House, 229 Shepherds Bush
> Road, London W6 7AN.
> Please visit our website at
> http://financialservicesinc.ubs.com/wealth/E-maildisclaimer.html
> for important disclosures and information about our e-mail
> policies. For your protection, please do not transmit orders
> or instructions by e-mail or include account numbers, Social
> Security numbers, credit card numbers, passwords, or other
> personal information.



-- 
| Rupert Westenthaler             rupert.westentha...@gmail.com
| Bodenlehenstraße 11                             ++43-699-11108907
| A-5500 Bischofshofen

Reply via email to