You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@stanbol.apache.org by Rupert Westenthaler <ru...@gmail.com> on 2011/06/25 23:00:37 UTC

Manually delete Files on Jenkins (was Build failed in Jenkins: stanbol-trunk-1.6 #242)

I recently renamed some files with special characters see
http://markmail.org/thread/ogha5374ixtwkcid for details.

Now it looks like that even Jenkins is not able to delete those files.

> [INFO] ------------------------------------------------------------------------
> [ERROR] BUILD ERROR
> [INFO] ------------------------------------------------------------------------
> [INFO] Failed to clean project: Failed to delete <https://builds.apache.org/job/stanbol-trunk-1.6/ws/trunk/entityhub/indexing/source/jenatdb/target/test-files/testConfigs/iterable/indexing/resources/rdfdata/Rh??ne-Alpes.rdf>

Is it possible to delete those files manually. This should solve the
problem, because the new names do not use any special chars.

best
Rupert Westenthaler


---------- Forwarded message ----------
From: Apache Jenkins Server <je...@builds.apache.org>
Date: Sat, Jun 25, 2011 at 9:33 PM
Subject: Build failed in Jenkins: stanbol-trunk-1.6 #242
To: stanbol-dev@incubator.apache.org, christ.fabian@gmail.com,
enricodaga@gmail.com, rupert.westenthaler@gmail.com


See <https://builds.apache.org/job/stanbol-trunk-1.6/242/changes>

Changes:

[rwesten] STANBOL-234: Implementation of the DataFileProvider that
uses the BundleExtender pattern to provide data files within bundles.
There are two components: First the DataFileProvider Implementation
using the Bundle API to load resources within the bundle and second an
component that uses a BundleListener to keep track of
activated/deactivated bundles and starts/stop the
BundleDataFileProvider if this bundle defines the according extension
header.

Note that the defaultdata bundle (version 0.0.2) already uses this
extension to provide it's data files via the DataFilePrpvider

STANBOL-235 A new bundle that exprots OpenNLP and provides an Compoent
"OpenNLP" that allows to create Modles. Will be extended in future
versions.

Also

* updated the opennlp-ner engine to use the new OpenNLP component
* removed the classloader based DataFileProvider implementation used
by the opennlp-ner engine, because with STANBOL-234 it is no longer
needed. Note that the tests still use this class, because they run
outside an OSGI environment.
* added the two new bundles to the parent pom and to the full/light
and kres launcher.
* removed annotations for the LabelBasedEntityTaggingEngine so that
this (currently empty) class does no longer show up as OSGI component.

Note that now it should be very easy to extend the opennlp-ner engine
to support multiple languages. The only thing missing is a language
detection. The currently available lang-id engine can not be used
because it has a LGPL dependency.

[rwesten] renamed test files for the jenatdb indexing source see [1]
for details.

[1] http://markmail.org/thread/uhnjnyldaujcuis4#query:+page:1+mid:35vi3b7jphrrtzmq+state:results

[fchrist] STANBOL-237 Fixed problem when re-running integration tests
without a clean.

------------------------------------------
[...truncated 7817 lines...]
       at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
       at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
       at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
       at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
       at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
       at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
       at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
       at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:35)
       at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:146)
       at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:97)
       at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
       at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
       at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
       at java.lang.reflect.Method.invoke(Method.java:597)
       at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
       at $Proxy0.invoke(Unknown Source)
       at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:145)
       at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:87)
       at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
11409 [main] ERROR
org.apache.stanbol.entityhub.indexing.core.source.ResourceLoader -
Exception while loading file
<https://builds.apache.org/job/stanbol-trunk-1.6/ws/trunk/entityhub/indexing/core/target/test-classes/resourceLoaderTest/testFolder/errorFileInFolder.txt>
java.io.IOException: To test an Error
       at org.apache.stanbol.entityhub.indexing.core.ResourceLoaderTest$DummyResourceImporter.importResource(ResourceLoaderTest.java:58)
       at org.apache.stanbol.entityhub.indexing.core.source.ResourceLoader.loadResource(ResourceLoader.java:183)
       at org.apache.stanbol.entityhub.indexing.core.source.ResourceLoader.loadResources(ResourceLoader.java:119)
       at org.apache.stanbol.entityhub.indexing.core.ResourceLoaderTest.testFolderWithoutProcessingArchives(ResourceLoaderTest.java:117)
       at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
       at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
       at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
       at java.lang.reflect.Method.invoke(Method.java:597)
       at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
       at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
       at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
       at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
       at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
       at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
       at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
       at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
       at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
       at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
       at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
       at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
       at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
       at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:35)
       at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:146)
       at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:97)
       at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
       at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
       at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
       at java.lang.reflect.Method.invoke(Method.java:597)
       at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
       at $Proxy0.invoke(Unknown Source)
       at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:145)
       at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:87)
       at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
11410 [main] INFO
org.apache.stanbol.entityhub.indexing.core.source.ResourceLoader -
- completed in 0 seconds
11410 [main] INFO
org.apache.stanbol.entityhub.indexing.core.source.ResourceLoader -  >
loading '<https://builds.apache.org/job/stanbol-trunk-1.6/ws/trunk/entityhub/indexing/core/target/test-classes/resourceLoaderTest/testFolder/archiveInFolder.zip'>
...
11410 [main] INFO
org.apache.stanbol.entityhub.indexing.core.source.ResourceLoader -
- completed in 0 seconds
11410 [main] INFO
org.apache.stanbol.entityhub.indexing.core.source.ResourceLoader -  >
loading '<https://builds.apache.org/job/stanbol-trunk-1.6/ws/trunk/entityhub/indexing/core/target/test-classes/resourceLoaderTest/testFolder/archiveWithError.zip'>
...
11410 [main] INFO
org.apache.stanbol.entityhub.indexing.core.source.ResourceLoader -
- completed in 0 seconds
11410 [main] INFO
org.apache.stanbol.entityhub.indexing.core.source.ResourceLoader -  >
loading '<https://builds.apache.org/job/stanbol-trunk-1.6/ws/trunk/entityhub/indexing/core/target/test-classes/resourceLoaderTest/testFolder/archiveWithIgnore.zip'>
...
11410 [main] INFO
org.apache.stanbol.entityhub.indexing.core.source.ResourceLoader -
- completed in 0 seconds
11410 [main] INFO
org.apache.stanbol.entityhub.indexing.core.source.ResourceLoader -  >
loading '<https://builds.apache.org/job/stanbol-trunk-1.6/ws/trunk/entityhub/indexing/core/target/test-classes/resourceLoaderTest/testFolder/otherFileInFolder.txt'>
...
11410 [main] INFO
org.apache.stanbol.entityhub.indexing.core.source.ResourceLoader -
- completed in 0 seconds
11410 [main] INFO
org.apache.stanbol.entityhub.indexing.core.source.ResourceLoader -  >
loading '<https://builds.apache.org/job/stanbol-trunk-1.6/ws/trunk/entityhub/indexing/core/target/test-classes/resourceLoaderTest/testFolder/ignoreFileInFolder.txt'>
...
11410 [main] INFO
org.apache.stanbol.entityhub.indexing.core.source.ResourceLoader -
- completed in 0 seconds
11410 [main] INFO
org.apache.stanbol.entityhub.indexing.core.source.ResourceLoader -  >
loading '<https://builds.apache.org/job/stanbol-trunk-1.6/ws/trunk/entityhub/indexing/core/target/test-classes/resourceLoaderTest/testFolder/fileInFolder.txt'>
...
11410 [main] INFO
org.apache.stanbol.entityhub.indexing.core.source.ResourceLoader -
- completed in 0 seconds
11411 [main] INFO
org.apache.stanbol.entityhub.indexing.core.source.ResourceLoader -
... 7 files imported in 0 seconds
11411 [main] INFO
org.apache.stanbol.entityhub.indexing.core.source.ResourceLoader -
Loding RDF 0 File ...
11411 [main] INFO
org.apache.stanbol.entityhub.indexing.core.source.ResourceLoader -
... 0 files imported in 0 seconds
11412 [main] INFO
org.apache.stanbol.entityhub.indexing.core.source.ResourceLoader -
Loding RDF 7 Files ...
11412 [main] INFO
org.apache.stanbol.entityhub.indexing.core.source.ResourceLoader -  >
loading '<https://builds.apache.org/job/stanbol-trunk-1.6/ws/trunk/entityhub/indexing/core/target/test-classes/resourceLoaderTest/testFolder/errorFileInFolder.txt'>
...
11412 [main] ERROR
org.apache.stanbol.entityhub.indexing.core.source.ResourceLoader -
Unable to load resource
<https://builds.apache.org/job/stanbol-trunk-1.6/ws/trunk/entityhub/indexing/core/target/test-classes/resourceLoaderTest/testFolder/errorFileInFolder.txt!>
java.io.IOException: To test an Error
       at org.apache.stanbol.entityhub.indexing.core.ResourceLoaderTest$DummyResourceImporter.importResource(ResourceLoaderTest.java:58)
       at org.apache.stanbol.entityhub.indexing.core.source.ResourceLoader.loadResource(ResourceLoader.java:183)
       at org.apache.stanbol.entityhub.indexing.core.source.ResourceLoader.loadResources(ResourceLoader.java:119)
       at org.apache.stanbol.entityhub.indexing.core.ResourceLoaderTest.testFolderWithProcessingArchives(ResourceLoaderTest.java:162)
       at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
       at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
       at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
       at java.lang.reflect.Method.invoke(Method.java:597)
       at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
       at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
       at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
       at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
       at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
       at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
       at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
       at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
       at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
       at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
       at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
       at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
       at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
       at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:35)
       at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:146)
       at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:97)
       at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
       at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
       at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
       at java.lang.reflect.Method.invoke(Method.java:597)
       at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
       at $Proxy0.invoke(Unknown Source)
       at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:145)
       at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:87)
       at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
11413 [main] ERROR
org.apache.stanbol.entityhub.indexing.core.source.ResourceLoader -
Exception while loading file
<https://builds.apache.org/job/stanbol-trunk-1.6/ws/trunk/entityhub/indexing/core/target/test-classes/resourceLoaderTest/testFolder/errorFileInFolder.txt>
java.io.IOException: To test an Error
       at org.apache.stanbol.entityhub.indexing.core.ResourceLoaderTest$DummyResourceImporter.importResource(ResourceLoaderTest.java:58)
       at org.apache.stanbol.entityhub.indexing.core.source.ResourceLoader.loadResource(ResourceLoader.java:183)
       at org.apache.stanbol.entityhub.indexing.core.source.ResourceLoader.loadResources(ResourceLoader.java:119)
       at org.apache.stanbol.entityhub.indexing.core.ResourceLoaderTest.testFolderWithProcessingArchives(ResourceLoaderTest.java:162)
       at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
       at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
       at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
       at java.lang.reflect.Method.invoke(Method.java:597)
       at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
       at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
       at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
       at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
       at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
       at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
       at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
       at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
       at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
       at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
       at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
       at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
       at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
       at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:35)
       at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:146)
       at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:97)
       at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
       at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
       at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
       at java.lang.reflect.Method.invoke(Method.java:597)
       at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
       at $Proxy0.invoke(Unknown Source)
       at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:145)
       at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:87)
       at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
11413 [main] INFO
org.apache.stanbol.entityhub.indexing.core.source.ResourceLoader -
- completed in 0 seconds
11413 [main] INFO
org.apache.stanbol.entityhub.indexing.core.source.ResourceLoader -  >
loading '<https://builds.apache.org/job/stanbol-trunk-1.6/ws/trunk/entityhub/indexing/core/target/test-classes/resourceLoaderTest/testFolder/archiveInFolder.zip'>
...
11413 [main] INFO
org.apache.stanbol.entityhub.indexing.core.source.ResourceLoader -   -
processing zip-archive entries:
11435 [main] INFO
org.apache.stanbol.entityhub.indexing.core.source.ResourceLoader -
 o loading entry 'archiveInFolder/otherFileInArchive.txt'
11435 [main] INFO
org.apache.stanbol.entityhub.indexing.core.source.ResourceLoader -
 o loading entry 'archiveInFolder/fileInArchive.txt'
11435 [main] INFO
org.apache.stanbol.entityhub.indexing.core.source.ResourceLoader -
- completed in 0 seconds
11435 [main] INFO
org.apache.stanbol.entityhub.indexing.core.source.ResourceLoader -  >
loading '<https://builds.apache.org/job/stanbol-trunk-1.6/ws/trunk/entityhub/indexing/core/target/test-classes/resourceLoaderTest/testFolder/archiveWithError.zip'>
...
11435 [main] INFO
org.apache.stanbol.entityhub.indexing.core.source.ResourceLoader -   -
processing zip-archive entries:
11435 [main] INFO
org.apache.stanbol.entityhub.indexing.core.source.ResourceLoader -
 o loading entry 'errorFileInArchive.txt'
11435 [main] INFO
org.apache.stanbol.entityhub.indexing.core.source.ResourceLoader -
- completed in 0 seconds
11435 [main] INFO
org.apache.stanbol.entityhub.indexing.core.source.ResourceLoader -  >
loading '<https://builds.apache.org/job/stanbol-trunk-1.6/ws/trunk/entityhub/indexing/core/target/test-classes/resourceLoaderTest/testFolder/archiveWithIgnore.zip'>
...
11435 [main] INFO
org.apache.stanbol.entityhub.indexing.core.source.ResourceLoader -   -
processing zip-archive entries:
11435 [main] INFO
org.apache.stanbol.entityhub.indexing.core.source.ResourceLoader -
 o loading entry 'ignoreFileInArchive.txt'
11436 [main] INFO
org.apache.stanbol.entityhub.indexing.core.source.ResourceLoader -
- completed in 0 seconds
11436 [main] INFO
org.apache.stanbol.entityhub.indexing.core.source.ResourceLoader -  >
loading '<https://builds.apache.org/job/stanbol-trunk-1.6/ws/trunk/entityhub/indexing/core/target/test-classes/resourceLoaderTest/testFolder/otherFileInFolder.txt'>
...
11436 [main] INFO
org.apache.stanbol.entityhub.indexing.core.source.ResourceLoader -
- completed in 0 seconds
11436 [main] INFO
org.apache.stanbol.entityhub.indexing.core.source.ResourceLoader -  >
loading '<https://builds.apache.org/job/stanbol-trunk-1.6/ws/trunk/entityhub/indexing/core/target/test-classes/resourceLoaderTest/testFolder/ignoreFileInFolder.txt'>
...
11436 [main] INFO
org.apache.stanbol.entityhub.indexing.core.source.ResourceLoader -
- completed in 0 seconds
11436 [main] INFO
org.apache.stanbol.entityhub.indexing.core.source.ResourceLoader -  >
loading '<https://builds.apache.org/job/stanbol-trunk-1.6/ws/trunk/entityhub/indexing/core/target/test-classes/resourceLoaderTest/testFolder/fileInFolder.txt'>
...
11436 [main] INFO
org.apache.stanbol.entityhub.indexing.core.source.ResourceLoader -
- completed in 0 seconds
11436 [main] INFO
org.apache.stanbol.entityhub.indexing.core.source.ResourceLoader -
... 7 files imported in 0 seconds
11436 [main] INFO
org.apache.stanbol.entityhub.indexing.core.source.ResourceLoader -
Loding RDF 0 File ...
11436 [main] INFO
org.apache.stanbol.entityhub.indexing.core.source.ResourceLoader -
... 0 files imported in 0 seconds
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.033 sec

Results :

Tests run: 9, Failures: 0, Errors: 0, Skipped: 0

[JENKINS] Recording test results
[INFO] [bundle:bundle {execution: default-bundle}]
[INFO] Preparing source:jar
[WARNING] Removing: jar from forked lifecycle, to prevent recursive invocation.
[JENKINS] Archiving
<https://builds.apache.org/job/stanbol-trunk-1.6/ws/trunk/entityhub/indexing/core/pom.xml>
to /home/hudson/hudson/jobs/stanbol-trunk-1.6/modules/org.apache.stanbol$org.apache.stanbol.entityhub.indexing.core/builds/2011-06-25_19-22-33/archive/org.apache.stanbol/org.apache.stanbol.entityhub.indexing.core/0.9-SNAPSHOT/org.apache.stanbol.entityhub.indexing.core-0.9-SNAPSHOT.pom
[JENKINS] Archiving
<https://builds.apache.org/job/stanbol-trunk-1.6/ws/trunk/entityhub/indexing/core/target/org.apache.stanbol.entityhub.indexing.core-0.9-SNAPSHOT.jar>
to /home/hudson/hudson/jobs/stanbol-trunk-1.6/modules/org.apache.stanbol$org.apache.stanbol.entityhub.indexing.core/builds/2011-06-25_19-22-33/archive/org.apache.stanbol/org.apache.stanbol.entityhub.indexing.core/0.9-SNAPSHOT/org.apache.stanbol.entityhub.indexing.core-0.9-SNAPSHOT.jar
[INFO] [enforcer:enforce {execution: enforce-java}]
[INFO] [source:jar {execution: attach-sources}]
[INFO] Building jar:
<https://builds.apache.org/job/stanbol-trunk-1.6/ws/trunk/entityhub/indexing/core/target/org.apache.stanbol.entityhub.indexing.core-0.9-SNAPSHOT-sources.jar>
[INFO] [install:install {execution: default-install}]
[INFO] Installing
<https://builds.apache.org/job/stanbol-trunk-1.6/ws/trunk/entityhub/indexing/core/target/org.apache.stanbol.entityhub.indexing.core-0.9-SNAPSHOT.jar>
to /home/hudson/.m2/repository/org/apache/stanbol/org.apache.stanbol.entityhub.indexing.core/0.9-SNAPSHOT/org.apache.stanbol.entityhub.indexing.core-0.9-SNAPSHOT.jar
[INFO] Installing
<https://builds.apache.org/job/stanbol-trunk-1.6/ws/trunk/entityhub/indexing/core/target/org.apache.stanbol.entityhub.indexing.core-0.9-SNAPSHOT-sources.jar>
to /home/hudson/.m2/repository/org/apache/stanbol/org.apache.stanbol.entityhub.indexing.core/0.9-SNAPSHOT/org.apache.stanbol.entityhub.indexing.core-0.9-SNAPSHOT-sources.jar
[INFO] [bundle:install {execution: default-install}]
[INFO] Parsing file:/home/hudson/.m2/repository/repository.xml
[Fatal Error] repository.xml:3:1: Premature end of file.
org.xml.sax.SAXParseException: Premature end of file.
       at com.sun.org.apache.xerces.internal.parsers.DOMParser.parse(DOMParser.java:249)
       at com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderImpl.parse(DocumentBuilderImpl.java:284)
       at javax.xml.parsers.DocumentBuilder.parse(DocumentBuilder.java:208)
       at org.apache.felix.obrplugin.ObrUpdate.parseFile(ObrUpdate.java:347)
       at org.apache.felix.obrplugin.ObrUpdate.parseRepositoryXml(ObrUpdate.java:324)
       at org.apache.felix.obrplugin.ObrInstall.execute(ObrInstall.java:140)
       at org.apache.maven.plugin.DefaultPluginManager.executeMojo(DefaultPluginManager.java:490)
       at hudson.maven.agent.PluginManagerInterceptor.executeMojo(PluginManagerInterceptor.java:182)
       at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(DefaultLifecycleExecutor.java:694)
       at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalWithLifecycle(DefaultLifecycleExecutor.java:556)
       at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoal(DefaultLifecycleExecutor.java:535)
       at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalAndHandleFailures(DefaultLifecycleExecutor.java:387)
       at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeTaskSegments(DefaultLifecycleExecutor.java:348)
       at org.apache.maven.lifecycle.DefaultLifecycleExecutor.execute(DefaultLifecycleExecutor.java:180)
       at org.apache.maven.lifecycle.LifecycleExecutorInterceptor.execute(LifecycleExecutorInterceptor.java:65)
       at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:328)
       at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:138)
       at org.apache.maven.cli.MavenCli.main(MavenCli.java:362)
       at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
       at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
       at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
       at java.lang.reflect.Method.invoke(Method.java:597)
       at org.codehaus.classworlds.Launcher.launchEnhanced(Launcher.java:315)
       at org.codehaus.classworlds.Launcher.launch(Launcher.java:255)
       at hudson.maven.agent.Main.launch(Main.java:185)
       at hudson.maven.MavenBuilder.call(MavenBuilder.java:164)
       at hudson.maven.MavenModuleSetBuild$Builder.call(MavenModuleSetBuild.java:987)
       at hudson.maven.MavenModuleSetBuild$Builder.call(MavenModuleSetBuild.java:918)
       at hudson.remoting.UserRequest.perform(UserRequest.java:118)
       at hudson.remoting.UserRequest.perform(UserRequest.java:48)
       at hudson.remoting.Request$2.run(Request.java:270)
       at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:441)
       at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
       at java.util.concurrent.FutureTask.run(FutureTask.java:138)
       at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
       at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
       at java.lang.Thread.run(Thread.java:619)
[INFO] Writing OBR metadata
[JENKINS] Archiving
<https://builds.apache.org/job/stanbol-trunk-1.6/ws/trunk/entityhub/indexing/core/target/org.apache.stanbol.entityhub.indexing.core-0.9-SNAPSHOT-sources.jar>
to /home/hudson/hudson/jobs/stanbol-trunk-1.6/modules/org.apache.stanbol$org.apache.stanbol.entityhub.indexing.core/builds/2011-06-25_19-22-33/archive/org.apache.stanbol/org.apache.stanbol.entityhub.indexing.core/0.9-SNAPSHOT/org.apache.stanbol.entityhub.indexing.core-0.9-SNAPSHOT-sources.jar
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache Stanbol Entityhub IndexingSource for RDF using Jena TDB
[INFO]    task-segment: [clean, install]
[INFO] ------------------------------------------------------------------------
[INFO] [clean:clean {execution: default-clean}]
[INFO] Deleting
<https://builds.apache.org/job/stanbol-trunk-1.6/ws/trunk/entityhub/indexing/source/jenatdb/target>
[JENKINS] Archiving
<https://builds.apache.org/job/stanbol-trunk-1.6/ws/trunk/entityhub/indexing/source/jenatdb/pom.xml>
to /home/hudson/hudson/jobs/stanbol-trunk-1.6/modules/org.apache.stanbol$org.apache.stanbol.entityhub.indexing.source.jenatdb/builds/2011-06-25_19-22-33/archive/org.apache.stanbol/org.apache.stanbol.entityhub.indexing.source.jenatdb/0.9-SNAPSHOT/org.apache.stanbol.entityhub.indexing.source.jenatdb-0.9-SNAPSHOT.pom
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD ERROR
[INFO] ------------------------------------------------------------------------
[INFO] Failed to clean project: Failed to delete
<https://builds.apache.org/job/stanbol-trunk-1.6/ws/trunk/entityhub/indexing/source/jenatdb/target/test-files/testConfigs/iterable/indexing/resources/rdfdata/Rh??ne-Alpes.rdf>

[INFO] ------------------------------------------------------------------------
[INFO] For more information, run Maven with the -e switch
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 10 minutes 1 second
[INFO] Finished at: Sat Jun 25 19:33:02 UTC 2011
[INFO] Final Memory: 187M/416M
[INFO] ------------------------------------------------------------------------
Sending e-mails to: stanbol-dev@incubator.apache.org
rupert.westenthaler@gmail.com
channel stopped
[locks-and-latches] Releasing all the locks
[locks-and-latches] All the locks released




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

Re: Manually delete Files on Jenkins (was Build failed in Jenkins: stanbol-trunk-1.6 #242)

Posted by Rupert Westenthaler <ru...@gmail.com>.
On Mon, Jun 27, 2011 at 4:30 PM, Bertrand Delacretaz
<bd...@apache.org> wrote:
>
> Done by the helpful builds@apache.org folks.
>
> -Bertrand
>
thx for helping with this

best
Rupert


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

Re: Manually delete Files on Jenkins (was Build failed in Jenkins: stanbol-trunk-1.6 #242)

Posted by Bertrand Delacretaz <bd...@apache.org>.
On Mon, Jun 27, 2011 at 1:41 PM, Bertrand Delacretaz
<bd...@apache.org> wrote:
> On Mon, Jun 27, 2011 at 1:29 PM, Rupert Westenthaler
> <ru...@gmail.com> wrote:
>>...
>> It would be really great if someone could manually delete this files....
>

Done by the helpful builds@apache.org folks.

-Bertrand

Re: Manually delete Files on Jenkins (was Build failed in Jenkins: stanbol-trunk-1.6 #242)

Posted by Bertrand Delacretaz <bd...@apache.org>.
On Mon, Jun 27, 2011 at 1:29 PM, Rupert Westenthaler
<ru...@gmail.com> wrote:
> ...[ERROR] BUILD ERROR
> [INFO] ------------------------------------------------------------------------
> [INFO] Failed to clean project: Failed to delete
> /home/hudson/hudson-slave/workspace/stanbol-trunk-1.6/trunk/entityhub/indexing/source/jenatdb/target/test-files/testConfigs/iterable/indexing/resources/rdfdata/Rh??ne-Alpes.rdf
>...
> It would be really great if someone could manually delete this files....

I'll have a look.
-Bertrand

Re: Manually delete Files on Jenkins (was Build failed in Jenkins: stanbol-trunk-1.6 #242)

Posted by Rupert Westenthaler <ru...@gmail.com>.
Looks like this issue is still troublesome for the builds on the
Jenkins server because with #247 this error reappeared with the
following message:

[ERROR] BUILD ERROR
[INFO] ------------------------------------------------------------------------
[INFO] Failed to clean project: Failed to delete
/home/hudson/hudson-slave/workspace/stanbol-trunk-1.6/trunk/entityhub/indexing/source/jenatdb/target/test-files/testConfigs/iterable/indexing/resources/rdfdata/Rh??ne-Alpes.rdf

see [1] for the complete log

It would be really great if someone could manually delete this files.

best
Rupert

[1] https://builds.apache.org/job/stanbol-trunk-1.6/247/org.apache.stanbol$org.apache.stanbol.entityhub.indexing.source.jenatdb/console

On Sun, Jun 26, 2011 at 6:15 PM, Rupert Westenthaler
<ru...@gmail.com> wrote:
> Hi all
>
> In the new built the build for this component completed without errors
> (see [1]). Therefore it looks like that the deletion of the mentioned
> files worked.
>
> best
> Rupert
>
>
> [1] https://builds.apache.org/view/S-Z/view/Stanbol/job/stanbol-trunk-1.6/243/org.apache.stanbol$org.apache.stanbol.entityhub.indexing.source.jenatdb/
>
>
> On Sat, Jun 25, 2011 at 11:00 PM, Rupert Westenthaler
> <ru...@gmail.com> wrote:
>> I recently renamed some files with special characters see
>> http://markmail.org/thread/ogha5374ixtwkcid for details.
>>
>> Now it looks like that even Jenkins is not able to delete those files.
>>
>>> [INFO] ------------------------------------------------------------------------
>>> [ERROR] BUILD ERROR
>>> [INFO] ------------------------------------------------------------------------
>>> [INFO] Failed to clean project: Failed to delete <https://builds.apache.org/job/stanbol-trunk-1.6/ws/trunk/entityhub/indexing/source/jenatdb/target/test-files/testConfigs/iterable/indexing/resources/rdfdata/Rh??ne-Alpes.rdf>
>>
>> Is it possible to delete those files manually. This should solve the
>> problem, because the new names do not use any special chars.
>>
>> best
>> Rupert Westenthaler
>>
>>
>> ---------- Forwarded message ----------
>> From: Apache Jenkins Server <je...@builds.apache.org>
>> Date: Sat, Jun 25, 2011 at 9:33 PM
>> Subject: Build failed in Jenkins: stanbol-trunk-1.6 #242
>> To: stanbol-dev@incubator.apache.org, christ.fabian@gmail.com,
>> enricodaga@gmail.com, rupert.westenthaler@gmail.com
>>
>>
>> See <https://builds.apache.org/job/stanbol-trunk-1.6/242/changes>
>>
>> Changes:
>>
>> [rwesten] STANBOL-234: Implementation of the DataFileProvider that
>> uses the BundleExtender pattern to provide data files within bundles.
>> There are two components: First the DataFileProvider Implementation
>> using the Bundle API to load resources within the bundle and second an
>> component that uses a BundleListener to keep track of
>> activated/deactivated bundles and starts/stop the
>> BundleDataFileProvider if this bundle defines the according extension
>> header.
>>
>> Note that the defaultdata bundle (version 0.0.2) already uses this
>> extension to provide it's data files via the DataFilePrpvider
>>
>> STANBOL-235 A new bundle that exprots OpenNLP and provides an Compoent
>> "OpenNLP" that allows to create Modles. Will be extended in future
>> versions.
>>
>> Also
>>
>> * updated the opennlp-ner engine to use the new OpenNLP component
>> * removed the classloader based DataFileProvider implementation used
>> by the opennlp-ner engine, because with STANBOL-234 it is no longer
>> needed. Note that the tests still use this class, because they run
>> outside an OSGI environment.
>> * added the two new bundles to the parent pom and to the full/light
>> and kres launcher.
>> * removed annotations for the LabelBasedEntityTaggingEngine so that
>> this (currently empty) class does no longer show up as OSGI component.
>>
>> Note that now it should be very easy to extend the opennlp-ner engine
>> to support multiple languages. The only thing missing is a language
>> detection. The currently available lang-id engine can not be used
>> because it has a LGPL dependency.
>>
>> [rwesten] renamed test files for the jenatdb indexing source see [1]
>> for details.
>>
>> [1] http://markmail.org/thread/uhnjnyldaujcuis4#query:+page:1+mid:35vi3b7jphrrtzmq+state:results
>>
>> [fchrist] STANBOL-237 Fixed problem when re-running integration tests
>> without a clean.
>>
>> ------------------------------------------
>> [...truncated 7817 lines...]
>>        at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
>>        at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
>>        at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
>>        at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
>>        at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
>>        at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
>>        at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
>>        at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:35)
>>        at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:146)
>>        at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:97)
>>        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>>        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
>>        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
>>        at java.lang.reflect.Method.invoke(Method.java:597)
>>        at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
>>        at $Proxy0.invoke(Unknown Source)
>>        at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:145)
>>        at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:87)
>>        at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
>> 11409 [main] ERROR
>> org.apache.stanbol.entityhub.indexing.core.source.ResourceLoader -
>> Exception while loading file
>> <https://builds.apache.org/job/stanbol-trunk-1.6/ws/trunk/entityhub/indexing/core/target/test-classes/resourceLoaderTest/testFolder/errorFileInFolder.txt>
>> java.io.IOException: To test an Error
>>        at org.apache.stanbol.entityhub.indexing.core.ResourceLoaderTest$DummyResourceImporter.importResource(ResourceLoaderTest.java:58)
>>        at org.apache.stanbol.entityhub.indexing.core.source.ResourceLoader.loadResource(ResourceLoader.java:183)
>>        at org.apache.stanbol.entityhub.indexing.core.source.ResourceLoader.loadResources(ResourceLoader.java:119)
>>        at org.apache.stanbol.entityhub.indexing.core.ResourceLoaderTest.testFolderWithoutProcessingArchives(ResourceLoaderTest.java:117)
>>        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>>        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
>>        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
>>        at java.lang.reflect.Method.invoke(Method.java:597)
>>        at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
>>        at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
>>        at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
>>        at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
>>        at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
>>        at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
>>        at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
>>        at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
>>        at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
>>        at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
>>        at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
>>        at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
>>        at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
>>        at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:35)
>>        at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:146)
>>        at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:97)
>>        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>>        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
>>        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
>>        at java.lang.reflect.Method.invoke(Method.java:597)
>>        at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
>>        at $Proxy0.invoke(Unknown Source)
>>        at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:145)
>>        at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:87)
>>        at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
>> 11410 [main] INFO
>> org.apache.stanbol.entityhub.indexing.core.source.ResourceLoader -
>> - completed in 0 seconds
>> 11410 [main] INFO
>> org.apache.stanbol.entityhub.indexing.core.source.ResourceLoader -  >
>> loading '<https://builds.apache.org/job/stanbol-trunk-1.6/ws/trunk/entityhub/indexing/core/target/test-classes/resourceLoaderTest/testFolder/archiveInFolder.zip'>
>> ...
>> 11410 [main] INFO
>> org.apache.stanbol.entityhub.indexing.core.source.ResourceLoader -
>> - completed in 0 seconds
>> 11410 [main] INFO
>> org.apache.stanbol.entityhub.indexing.core.source.ResourceLoader -  >
>> loading '<https://builds.apache.org/job/stanbol-trunk-1.6/ws/trunk/entityhub/indexing/core/target/test-classes/resourceLoaderTest/testFolder/archiveWithError.zip'>
>> ...
>> 11410 [main] INFO
>> org.apache.stanbol.entityhub.indexing.core.source.ResourceLoader -
>> - completed in 0 seconds
>> 11410 [main] INFO
>> org.apache.stanbol.entityhub.indexing.core.source.ResourceLoader -  >
>> loading '<https://builds.apache.org/job/stanbol-trunk-1.6/ws/trunk/entityhub/indexing/core/target/test-classes/resourceLoaderTest/testFolder/archiveWithIgnore.zip'>
>> ...
>> 11410 [main] INFO
>> org.apache.stanbol.entityhub.indexing.core.source.ResourceLoader -
>> - completed in 0 seconds
>> 11410 [main] INFO
>> org.apache.stanbol.entityhub.indexing.core.source.ResourceLoader -  >
>> loading '<https://builds.apache.org/job/stanbol-trunk-1.6/ws/trunk/entityhub/indexing/core/target/test-classes/resourceLoaderTest/testFolder/otherFileInFolder.txt'>
>> ...
>> 11410 [main] INFO
>> org.apache.stanbol.entityhub.indexing.core.source.ResourceLoader -
>> - completed in 0 seconds
>> 11410 [main] INFO
>> org.apache.stanbol.entityhub.indexing.core.source.ResourceLoader -  >
>> loading '<https://builds.apache.org/job/stanbol-trunk-1.6/ws/trunk/entityhub/indexing/core/target/test-classes/resourceLoaderTest/testFolder/ignoreFileInFolder.txt'>
>> ...
>> 11410 [main] INFO
>> org.apache.stanbol.entityhub.indexing.core.source.ResourceLoader -
>> - completed in 0 seconds
>> 11410 [main] INFO
>> org.apache.stanbol.entityhub.indexing.core.source.ResourceLoader -  >
>> loading '<https://builds.apache.org/job/stanbol-trunk-1.6/ws/trunk/entityhub/indexing/core/target/test-classes/resourceLoaderTest/testFolder/fileInFolder.txt'>
>> ...
>> 11410 [main] INFO
>> org.apache.stanbol.entityhub.indexing.core.source.ResourceLoader -
>> - completed in 0 seconds
>> 11411 [main] INFO
>> org.apache.stanbol.entityhub.indexing.core.source.ResourceLoader -
>> ... 7 files imported in 0 seconds
>> 11411 [main] INFO
>> org.apache.stanbol.entityhub.indexing.core.source.ResourceLoader -
>> Loding RDF 0 File ...
>> 11411 [main] INFO
>> org.apache.stanbol.entityhub.indexing.core.source.ResourceLoader -
>> ... 0 files imported in 0 seconds
>> 11412 [main] INFO
>> org.apache.stanbol.entityhub.indexing.core.source.ResourceLoader -
>> Loding RDF 7 Files ...
>> 11412 [main] INFO
>> org.apache.stanbol.entityhub.indexing.core.source.ResourceLoader -  >
>> loading '<https://builds.apache.org/job/stanbol-trunk-1.6/ws/trunk/entityhub/indexing/core/target/test-classes/resourceLoaderTest/testFolder/errorFileInFolder.txt'>
>> ...
>> 11412 [main] ERROR
>> org.apache.stanbol.entityhub.indexing.core.source.ResourceLoader -
>> Unable to load resource
>> <https://builds.apache.org/job/stanbol-trunk-1.6/ws/trunk/entityhub/indexing/core/target/test-classes/resourceLoaderTest/testFolder/errorFileInFolder.txt!>
>> java.io.IOException: To test an Error
>>        at org.apache.stanbol.entityhub.indexing.core.ResourceLoaderTest$DummyResourceImporter.importResource(ResourceLoaderTest.java:58)
>>        at org.apache.stanbol.entityhub.indexing.core.source.ResourceLoader.loadResource(ResourceLoader.java:183)
>>        at org.apache.stanbol.entityhub.indexing.core.source.ResourceLoader.loadResources(ResourceLoader.java:119)
>>        at org.apache.stanbol.entityhub.indexing.core.ResourceLoaderTest.testFolderWithProcessingArchives(ResourceLoaderTest.java:162)
>>        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>>        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
>>        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
>>        at java.lang.reflect.Method.invoke(Method.java:597)
>>        at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
>>        at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
>>        at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
>>        at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
>>        at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
>>        at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
>>        at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
>>        at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
>>        at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
>>        at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
>>        at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
>>        at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
>>        at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
>>        at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:35)
>>        at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:146)
>>        at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:97)
>>        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>>        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
>>        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
>>        at java.lang.reflect.Method.invoke(Method.java:597)
>>        at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
>>        at $Proxy0.invoke(Unknown Source)
>>        at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:145)
>>        at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:87)
>>        at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
>> 11413 [main] ERROR
>> org.apache.stanbol.entityhub.indexing.core.source.ResourceLoader -
>> Exception while loading file
>> <https://builds.apache.org/job/stanbol-trunk-1.6/ws/trunk/entityhub/indexing/core/target/test-classes/resourceLoaderTest/testFolder/errorFileInFolder.txt>
>> java.io.IOException: To test an Error
>>        at org.apache.stanbol.entityhub.indexing.core.ResourceLoaderTest$DummyResourceImporter.importResource(ResourceLoaderTest.java:58)
>>        at org.apache.stanbol.entityhub.indexing.core.source.ResourceLoader.loadResource(ResourceLoader.java:183)
>>        at org.apache.stanbol.entityhub.indexing.core.source.ResourceLoader.loadResources(ResourceLoader.java:119)
>>        at org.apache.stanbol.entityhub.indexing.core.ResourceLoaderTest.testFolderWithProcessingArchives(ResourceLoaderTest.java:162)
>>        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>>        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
>>        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
>>        at java.lang.reflect.Method.invoke(Method.java:597)
>>        at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
>>        at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
>>        at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
>>        at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
>>        at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
>>        at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
>>        at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
>>        at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
>>        at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
>>        at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
>>        at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
>>        at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
>>        at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
>>        at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:35)
>>        at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:146)
>>        at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:97)
>>        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>>        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
>>        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
>>        at java.lang.reflect.Method.invoke(Method.java:597)
>>        at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
>>        at $Proxy0.invoke(Unknown Source)
>>        at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:145)
>>        at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:87)
>>        at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
>> 11413 [main] INFO
>> org.apache.stanbol.entityhub.indexing.core.source.ResourceLoader -
>> - completed in 0 seconds
>> 11413 [main] INFO
>> org.apache.stanbol.entityhub.indexing.core.source.ResourceLoader -  >
>> loading '<https://builds.apache.org/job/stanbol-trunk-1.6/ws/trunk/entityhub/indexing/core/target/test-classes/resourceLoaderTest/testFolder/archiveInFolder.zip'>
>> ...
>> 11413 [main] INFO
>> org.apache.stanbol.entityhub.indexing.core.source.ResourceLoader -   -
>> processing zip-archive entries:
>> 11435 [main] INFO
>> org.apache.stanbol.entityhub.indexing.core.source.ResourceLoader -
>>  o loading entry 'archiveInFolder/otherFileInArchive.txt'
>> 11435 [main] INFO
>> org.apache.stanbol.entityhub.indexing.core.source.ResourceLoader -
>>  o loading entry 'archiveInFolder/fileInArchive.txt'
>> 11435 [main] INFO
>> org.apache.stanbol.entityhub.indexing.core.source.ResourceLoader -
>> - completed in 0 seconds
>> 11435 [main] INFO
>> org.apache.stanbol.entityhub.indexing.core.source.ResourceLoader -  >
>> loading '<https://builds.apache.org/job/stanbol-trunk-1.6/ws/trunk/entityhub/indexing/core/target/test-classes/resourceLoaderTest/testFolder/archiveWithError.zip'>
>> ...
>> 11435 [main] INFO
>> org.apache.stanbol.entityhub.indexing.core.source.ResourceLoader -   -
>> processing zip-archive entries:
>> 11435 [main] INFO
>> org.apache.stanbol.entityhub.indexing.core.source.ResourceLoader -
>>  o loading entry 'errorFileInArchive.txt'
>> 11435 [main] INFO
>> org.apache.stanbol.entityhub.indexing.core.source.ResourceLoader -
>> - completed in 0 seconds
>> 11435 [main] INFO
>> org.apache.stanbol.entityhub.indexing.core.source.ResourceLoader -  >
>> loading '<https://builds.apache.org/job/stanbol-trunk-1.6/ws/trunk/entityhub/indexing/core/target/test-classes/resourceLoaderTest/testFolder/archiveWithIgnore.zip'>
>> ...
>> 11435 [main] INFO
>> org.apache.stanbol.entityhub.indexing.core.source.ResourceLoader -   -
>> processing zip-archive entries:
>> 11435 [main] INFO
>> org.apache.stanbol.entityhub.indexing.core.source.ResourceLoader -
>>  o loading entry 'ignoreFileInArchive.txt'
>> 11436 [main] INFO
>> org.apache.stanbol.entityhub.indexing.core.source.ResourceLoader -
>> - completed in 0 seconds
>> 11436 [main] INFO
>> org.apache.stanbol.entityhub.indexing.core.source.ResourceLoader -  >
>> loading '<https://builds.apache.org/job/stanbol-trunk-1.6/ws/trunk/entityhub/indexing/core/target/test-classes/resourceLoaderTest/testFolder/otherFileInFolder.txt'>
>> ...
>> 11436 [main] INFO
>> org.apache.stanbol.entityhub.indexing.core.source.ResourceLoader -
>> - completed in 0 seconds
>> 11436 [main] INFO
>> org.apache.stanbol.entityhub.indexing.core.source.ResourceLoader -  >
>> loading '<https://builds.apache.org/job/stanbol-trunk-1.6/ws/trunk/entityhub/indexing/core/target/test-classes/resourceLoaderTest/testFolder/ignoreFileInFolder.txt'>
>> ...
>> 11436 [main] INFO
>> org.apache.stanbol.entityhub.indexing.core.source.ResourceLoader -
>> - completed in 0 seconds
>> 11436 [main] INFO
>> org.apache.stanbol.entityhub.indexing.core.source.ResourceLoader -  >
>> loading '<https://builds.apache.org/job/stanbol-trunk-1.6/ws/trunk/entityhub/indexing/core/target/test-classes/resourceLoaderTest/testFolder/fileInFolder.txt'>
>> ...
>> 11436 [main] INFO
>> org.apache.stanbol.entityhub.indexing.core.source.ResourceLoader -
>> - completed in 0 seconds
>> 11436 [main] INFO
>> org.apache.stanbol.entityhub.indexing.core.source.ResourceLoader -
>> ... 7 files imported in 0 seconds
>> 11436 [main] INFO
>> org.apache.stanbol.entityhub.indexing.core.source.ResourceLoader -
>> Loding RDF 0 File ...
>> 11436 [main] INFO
>> org.apache.stanbol.entityhub.indexing.core.source.ResourceLoader -
>> ... 0 files imported in 0 seconds
>> Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.033 sec
>>
>> Results :
>>
>> Tests run: 9, Failures: 0, Errors: 0, Skipped: 0
>>
>> [JENKINS] Recording test results
>> [INFO] [bundle:bundle {execution: default-bundle}]
>> [INFO] Preparing source:jar
>> [WARNING] Removing: jar from forked lifecycle, to prevent recursive invocation.
>> [JENKINS] Archiving
>> <https://builds.apache.org/job/stanbol-trunk-1.6/ws/trunk/entityhub/indexing/core/pom.xml>
>> to /home/hudson/hudson/jobs/stanbol-trunk-1.6/modules/org.apache.stanbol$org.apache.stanbol.entityhub.indexing.core/builds/2011-06-25_19-22-33/archive/org.apache.stanbol/org.apache.stanbol.entityhub.indexing.core/0.9-SNAPSHOT/org.apache.stanbol.entityhub.indexing.core-0.9-SNAPSHOT.pom
>> [JENKINS] Archiving
>> <https://builds.apache.org/job/stanbol-trunk-1.6/ws/trunk/entityhub/indexing/core/target/org.apache.stanbol.entityhub.indexing.core-0.9-SNAPSHOT.jar>
>> to /home/hudson/hudson/jobs/stanbol-trunk-1.6/modules/org.apache.stanbol$org.apache.stanbol.entityhub.indexing.core/builds/2011-06-25_19-22-33/archive/org.apache.stanbol/org.apache.stanbol.entityhub.indexing.core/0.9-SNAPSHOT/org.apache.stanbol.entityhub.indexing.core-0.9-SNAPSHOT.jar
>> [INFO] [enforcer:enforce {execution: enforce-java}]
>> [INFO] [source:jar {execution: attach-sources}]
>> [INFO] Building jar:
>> <https://builds.apache.org/job/stanbol-trunk-1.6/ws/trunk/entityhub/indexing/core/target/org.apache.stanbol.entityhub.indexing.core-0.9-SNAPSHOT-sources.jar>
>> [INFO] [install:install {execution: default-install}]
>> [INFO] Installing
>> <https://builds.apache.org/job/stanbol-trunk-1.6/ws/trunk/entityhub/indexing/core/target/org.apache.stanbol.entityhub.indexing.core-0.9-SNAPSHOT.jar>
>> to /home/hudson/.m2/repository/org/apache/stanbol/org.apache.stanbol.entityhub.indexing.core/0.9-SNAPSHOT/org.apache.stanbol.entityhub.indexing.core-0.9-SNAPSHOT.jar
>> [INFO] Installing
>> <https://builds.apache.org/job/stanbol-trunk-1.6/ws/trunk/entityhub/indexing/core/target/org.apache.stanbol.entityhub.indexing.core-0.9-SNAPSHOT-sources.jar>
>> to /home/hudson/.m2/repository/org/apache/stanbol/org.apache.stanbol.entityhub.indexing.core/0.9-SNAPSHOT/org.apache.stanbol.entityhub.indexing.core-0.9-SNAPSHOT-sources.jar
>> [INFO] [bundle:install {execution: default-install}]
>> [INFO] Parsing file:/home/hudson/.m2/repository/repository.xml
>> [Fatal Error] repository.xml:3:1: Premature end of file.
>> org.xml.sax.SAXParseException: Premature end of file.
>>        at com.sun.org.apache.xerces.internal.parsers.DOMParser.parse(DOMParser.java:249)
>>        at com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderImpl.parse(DocumentBuilderImpl.java:284)
>>        at javax.xml.parsers.DocumentBuilder.parse(DocumentBuilder.java:208)
>>        at org.apache.felix.obrplugin.ObrUpdate.parseFile(ObrUpdate.java:347)
>>        at org.apache.felix.obrplugin.ObrUpdate.parseRepositoryXml(ObrUpdate.java:324)
>>        at org.apache.felix.obrplugin.ObrInstall.execute(ObrInstall.java:140)
>>        at org.apache.maven.plugin.DefaultPluginManager.executeMojo(DefaultPluginManager.java:490)
>>        at hudson.maven.agent.PluginManagerInterceptor.executeMojo(PluginManagerInterceptor.java:182)
>>        at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(DefaultLifecycleExecutor.java:694)
>>        at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalWithLifecycle(DefaultLifecycleExecutor.java:556)
>>        at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoal(DefaultLifecycleExecutor.java:535)
>>        at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalAndHandleFailures(DefaultLifecycleExecutor.java:387)
>>        at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeTaskSegments(DefaultLifecycleExecutor.java:348)
>>        at org.apache.maven.lifecycle.DefaultLifecycleExecutor.execute(DefaultLifecycleExecutor.java:180)
>>        at org.apache.maven.lifecycle.LifecycleExecutorInterceptor.execute(LifecycleExecutorInterceptor.java:65)
>>        at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:328)
>>        at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:138)
>>        at org.apache.maven.cli.MavenCli.main(MavenCli.java:362)
>>        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>>        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
>>        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
>>        at java.lang.reflect.Method.invoke(Method.java:597)
>>        at org.codehaus.classworlds.Launcher.launchEnhanced(Launcher.java:315)
>>        at org.codehaus.classworlds.Launcher.launch(Launcher.java:255)
>>        at hudson.maven.agent.Main.launch(Main.java:185)
>>        at hudson.maven.MavenBuilder.call(MavenBuilder.java:164)
>>        at hudson.maven.MavenModuleSetBuild$Builder.call(MavenModuleSetBuild.java:987)
>>        at hudson.maven.MavenModuleSetBuild$Builder.call(MavenModuleSetBuild.java:918)
>>        at hudson.remoting.UserRequest.perform(UserRequest.java:118)
>>        at hudson.remoting.UserRequest.perform(UserRequest.java:48)
>>        at hudson.remoting.Request$2.run(Request.java:270)
>>        at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:441)
>>        at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
>>        at java.util.concurrent.FutureTask.run(FutureTask.java:138)
>>        at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
>>        at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
>>        at java.lang.Thread.run(Thread.java:619)
>> [INFO] Writing OBR metadata
>> [JENKINS] Archiving
>> <https://builds.apache.org/job/stanbol-trunk-1.6/ws/trunk/entityhub/indexing/core/target/org.apache.stanbol.entityhub.indexing.core-0.9-SNAPSHOT-sources.jar>
>> to /home/hudson/hudson/jobs/stanbol-trunk-1.6/modules/org.apache.stanbol$org.apache.stanbol.entityhub.indexing.core/builds/2011-06-25_19-22-33/archive/org.apache.stanbol/org.apache.stanbol.entityhub.indexing.core/0.9-SNAPSHOT/org.apache.stanbol.entityhub.indexing.core-0.9-SNAPSHOT-sources.jar
>> [INFO] ------------------------------------------------------------------------
>> [INFO] Building Apache Stanbol Entityhub IndexingSource for RDF using Jena TDB
>> [INFO]    task-segment: [clean, install]
>> [INFO] ------------------------------------------------------------------------
>> [INFO] [clean:clean {execution: default-clean}]
>> [INFO] Deleting
>> <https://builds.apache.org/job/stanbol-trunk-1.6/ws/trunk/entityhub/indexing/source/jenatdb/target>
>> [JENKINS] Archiving
>> <https://builds.apache.org/job/stanbol-trunk-1.6/ws/trunk/entityhub/indexing/source/jenatdb/pom.xml>
>> to /home/hudson/hudson/jobs/stanbol-trunk-1.6/modules/org.apache.stanbol$org.apache.stanbol.entityhub.indexing.source.jenatdb/builds/2011-06-25_19-22-33/archive/org.apache.stanbol/org.apache.stanbol.entityhub.indexing.source.jenatdb/0.9-SNAPSHOT/org.apache.stanbol.entityhub.indexing.source.jenatdb-0.9-SNAPSHOT.pom
>> [INFO] ------------------------------------------------------------------------
>> [ERROR] BUILD ERROR
>> [INFO] ------------------------------------------------------------------------
>> [INFO] Failed to clean project: Failed to delete
>> <https://builds.apache.org/job/stanbol-trunk-1.6/ws/trunk/entityhub/indexing/source/jenatdb/target/test-files/testConfigs/iterable/indexing/resources/rdfdata/Rh??ne-Alpes.rdf>
>>
>> [INFO] ------------------------------------------------------------------------
>> [INFO] For more information, run Maven with the -e switch
>> [INFO] ------------------------------------------------------------------------
>> [INFO] Total time: 10 minutes 1 second
>> [INFO] Finished at: Sat Jun 25 19:33:02 UTC 2011
>> [INFO] Final Memory: 187M/416M
>> [INFO] ------------------------------------------------------------------------
>> Sending e-mails to: stanbol-dev@incubator.apache.org
>> rupert.westenthaler@gmail.com
>> channel stopped
>> [locks-and-latches] Releasing all the locks
>> [locks-and-latches] All the locks released
>>
>>
>>
>>
>> --
>> | Rupert Westenthaler             rupert.westenthaler@gmail.com
>> | Bodenlehenstraße 11                             ++43-699-11108907
>> | A-5500 Bischofshofen
>>
>
>
>
> --
> | Rupert Westenthaler             rupert.westenthaler@gmail.com
> | Bodenlehenstraße 11                             ++43-699-11108907
> | A-5500 Bischofshofen
>



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

Re: Manually delete Files on Jenkins (was Build failed in Jenkins: stanbol-trunk-1.6 #242)

Posted by Rupert Westenthaler <ru...@gmail.com>.
Hi all

In the new built the build for this component completed without errors
(see [1]). Therefore it looks like that the deletion of the mentioned
files worked.

best
Rupert


[1] https://builds.apache.org/view/S-Z/view/Stanbol/job/stanbol-trunk-1.6/243/org.apache.stanbol$org.apache.stanbol.entityhub.indexing.source.jenatdb/


On Sat, Jun 25, 2011 at 11:00 PM, Rupert Westenthaler
<ru...@gmail.com> wrote:
> I recently renamed some files with special characters see
> http://markmail.org/thread/ogha5374ixtwkcid for details.
>
> Now it looks like that even Jenkins is not able to delete those files.
>
>> [INFO] ------------------------------------------------------------------------
>> [ERROR] BUILD ERROR
>> [INFO] ------------------------------------------------------------------------
>> [INFO] Failed to clean project: Failed to delete <https://builds.apache.org/job/stanbol-trunk-1.6/ws/trunk/entityhub/indexing/source/jenatdb/target/test-files/testConfigs/iterable/indexing/resources/rdfdata/Rh??ne-Alpes.rdf>
>
> Is it possible to delete those files manually. This should solve the
> problem, because the new names do not use any special chars.
>
> best
> Rupert Westenthaler
>
>
> ---------- Forwarded message ----------
> From: Apache Jenkins Server <je...@builds.apache.org>
> Date: Sat, Jun 25, 2011 at 9:33 PM
> Subject: Build failed in Jenkins: stanbol-trunk-1.6 #242
> To: stanbol-dev@incubator.apache.org, christ.fabian@gmail.com,
> enricodaga@gmail.com, rupert.westenthaler@gmail.com
>
>
> See <https://builds.apache.org/job/stanbol-trunk-1.6/242/changes>
>
> Changes:
>
> [rwesten] STANBOL-234: Implementation of the DataFileProvider that
> uses the BundleExtender pattern to provide data files within bundles.
> There are two components: First the DataFileProvider Implementation
> using the Bundle API to load resources within the bundle and second an
> component that uses a BundleListener to keep track of
> activated/deactivated bundles and starts/stop the
> BundleDataFileProvider if this bundle defines the according extension
> header.
>
> Note that the defaultdata bundle (version 0.0.2) already uses this
> extension to provide it's data files via the DataFilePrpvider
>
> STANBOL-235 A new bundle that exprots OpenNLP and provides an Compoent
> "OpenNLP" that allows to create Modles. Will be extended in future
> versions.
>
> Also
>
> * updated the opennlp-ner engine to use the new OpenNLP component
> * removed the classloader based DataFileProvider implementation used
> by the opennlp-ner engine, because with STANBOL-234 it is no longer
> needed. Note that the tests still use this class, because they run
> outside an OSGI environment.
> * added the two new bundles to the parent pom and to the full/light
> and kres launcher.
> * removed annotations for the LabelBasedEntityTaggingEngine so that
> this (currently empty) class does no longer show up as OSGI component.
>
> Note that now it should be very easy to extend the opennlp-ner engine
> to support multiple languages. The only thing missing is a language
> detection. The currently available lang-id engine can not be used
> because it has a LGPL dependency.
>
> [rwesten] renamed test files for the jenatdb indexing source see [1]
> for details.
>
> [1] http://markmail.org/thread/uhnjnyldaujcuis4#query:+page:1+mid:35vi3b7jphrrtzmq+state:results
>
> [fchrist] STANBOL-237 Fixed problem when re-running integration tests
> without a clean.
>
> ------------------------------------------
> [...truncated 7817 lines...]
>        at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
>        at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
>        at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
>        at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
>        at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
>        at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
>        at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
>        at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:35)
>        at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:146)
>        at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:97)
>        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
>        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
>        at java.lang.reflect.Method.invoke(Method.java:597)
>        at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
>        at $Proxy0.invoke(Unknown Source)
>        at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:145)
>        at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:87)
>        at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
> 11409 [main] ERROR
> org.apache.stanbol.entityhub.indexing.core.source.ResourceLoader -
> Exception while loading file
> <https://builds.apache.org/job/stanbol-trunk-1.6/ws/trunk/entityhub/indexing/core/target/test-classes/resourceLoaderTest/testFolder/errorFileInFolder.txt>
> java.io.IOException: To test an Error
>        at org.apache.stanbol.entityhub.indexing.core.ResourceLoaderTest$DummyResourceImporter.importResource(ResourceLoaderTest.java:58)
>        at org.apache.stanbol.entityhub.indexing.core.source.ResourceLoader.loadResource(ResourceLoader.java:183)
>        at org.apache.stanbol.entityhub.indexing.core.source.ResourceLoader.loadResources(ResourceLoader.java:119)
>        at org.apache.stanbol.entityhub.indexing.core.ResourceLoaderTest.testFolderWithoutProcessingArchives(ResourceLoaderTest.java:117)
>        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
>        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
>        at java.lang.reflect.Method.invoke(Method.java:597)
>        at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
>        at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
>        at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
>        at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
>        at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
>        at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
>        at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
>        at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
>        at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
>        at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
>        at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
>        at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
>        at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
>        at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:35)
>        at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:146)
>        at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:97)
>        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
>        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
>        at java.lang.reflect.Method.invoke(Method.java:597)
>        at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
>        at $Proxy0.invoke(Unknown Source)
>        at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:145)
>        at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:87)
>        at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
> 11410 [main] INFO
> org.apache.stanbol.entityhub.indexing.core.source.ResourceLoader -
> - completed in 0 seconds
> 11410 [main] INFO
> org.apache.stanbol.entityhub.indexing.core.source.ResourceLoader -  >
> loading '<https://builds.apache.org/job/stanbol-trunk-1.6/ws/trunk/entityhub/indexing/core/target/test-classes/resourceLoaderTest/testFolder/archiveInFolder.zip'>
> ...
> 11410 [main] INFO
> org.apache.stanbol.entityhub.indexing.core.source.ResourceLoader -
> - completed in 0 seconds
> 11410 [main] INFO
> org.apache.stanbol.entityhub.indexing.core.source.ResourceLoader -  >
> loading '<https://builds.apache.org/job/stanbol-trunk-1.6/ws/trunk/entityhub/indexing/core/target/test-classes/resourceLoaderTest/testFolder/archiveWithError.zip'>
> ...
> 11410 [main] INFO
> org.apache.stanbol.entityhub.indexing.core.source.ResourceLoader -
> - completed in 0 seconds
> 11410 [main] INFO
> org.apache.stanbol.entityhub.indexing.core.source.ResourceLoader -  >
> loading '<https://builds.apache.org/job/stanbol-trunk-1.6/ws/trunk/entityhub/indexing/core/target/test-classes/resourceLoaderTest/testFolder/archiveWithIgnore.zip'>
> ...
> 11410 [main] INFO
> org.apache.stanbol.entityhub.indexing.core.source.ResourceLoader -
> - completed in 0 seconds
> 11410 [main] INFO
> org.apache.stanbol.entityhub.indexing.core.source.ResourceLoader -  >
> loading '<https://builds.apache.org/job/stanbol-trunk-1.6/ws/trunk/entityhub/indexing/core/target/test-classes/resourceLoaderTest/testFolder/otherFileInFolder.txt'>
> ...
> 11410 [main] INFO
> org.apache.stanbol.entityhub.indexing.core.source.ResourceLoader -
> - completed in 0 seconds
> 11410 [main] INFO
> org.apache.stanbol.entityhub.indexing.core.source.ResourceLoader -  >
> loading '<https://builds.apache.org/job/stanbol-trunk-1.6/ws/trunk/entityhub/indexing/core/target/test-classes/resourceLoaderTest/testFolder/ignoreFileInFolder.txt'>
> ...
> 11410 [main] INFO
> org.apache.stanbol.entityhub.indexing.core.source.ResourceLoader -
> - completed in 0 seconds
> 11410 [main] INFO
> org.apache.stanbol.entityhub.indexing.core.source.ResourceLoader -  >
> loading '<https://builds.apache.org/job/stanbol-trunk-1.6/ws/trunk/entityhub/indexing/core/target/test-classes/resourceLoaderTest/testFolder/fileInFolder.txt'>
> ...
> 11410 [main] INFO
> org.apache.stanbol.entityhub.indexing.core.source.ResourceLoader -
> - completed in 0 seconds
> 11411 [main] INFO
> org.apache.stanbol.entityhub.indexing.core.source.ResourceLoader -
> ... 7 files imported in 0 seconds
> 11411 [main] INFO
> org.apache.stanbol.entityhub.indexing.core.source.ResourceLoader -
> Loding RDF 0 File ...
> 11411 [main] INFO
> org.apache.stanbol.entityhub.indexing.core.source.ResourceLoader -
> ... 0 files imported in 0 seconds
> 11412 [main] INFO
> org.apache.stanbol.entityhub.indexing.core.source.ResourceLoader -
> Loding RDF 7 Files ...
> 11412 [main] INFO
> org.apache.stanbol.entityhub.indexing.core.source.ResourceLoader -  >
> loading '<https://builds.apache.org/job/stanbol-trunk-1.6/ws/trunk/entityhub/indexing/core/target/test-classes/resourceLoaderTest/testFolder/errorFileInFolder.txt'>
> ...
> 11412 [main] ERROR
> org.apache.stanbol.entityhub.indexing.core.source.ResourceLoader -
> Unable to load resource
> <https://builds.apache.org/job/stanbol-trunk-1.6/ws/trunk/entityhub/indexing/core/target/test-classes/resourceLoaderTest/testFolder/errorFileInFolder.txt!>
> java.io.IOException: To test an Error
>        at org.apache.stanbol.entityhub.indexing.core.ResourceLoaderTest$DummyResourceImporter.importResource(ResourceLoaderTest.java:58)
>        at org.apache.stanbol.entityhub.indexing.core.source.ResourceLoader.loadResource(ResourceLoader.java:183)
>        at org.apache.stanbol.entityhub.indexing.core.source.ResourceLoader.loadResources(ResourceLoader.java:119)
>        at org.apache.stanbol.entityhub.indexing.core.ResourceLoaderTest.testFolderWithProcessingArchives(ResourceLoaderTest.java:162)
>        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
>        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
>        at java.lang.reflect.Method.invoke(Method.java:597)
>        at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
>        at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
>        at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
>        at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
>        at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
>        at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
>        at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
>        at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
>        at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
>        at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
>        at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
>        at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
>        at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
>        at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:35)
>        at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:146)
>        at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:97)
>        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
>        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
>        at java.lang.reflect.Method.invoke(Method.java:597)
>        at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
>        at $Proxy0.invoke(Unknown Source)
>        at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:145)
>        at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:87)
>        at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
> 11413 [main] ERROR
> org.apache.stanbol.entityhub.indexing.core.source.ResourceLoader -
> Exception while loading file
> <https://builds.apache.org/job/stanbol-trunk-1.6/ws/trunk/entityhub/indexing/core/target/test-classes/resourceLoaderTest/testFolder/errorFileInFolder.txt>
> java.io.IOException: To test an Error
>        at org.apache.stanbol.entityhub.indexing.core.ResourceLoaderTest$DummyResourceImporter.importResource(ResourceLoaderTest.java:58)
>        at org.apache.stanbol.entityhub.indexing.core.source.ResourceLoader.loadResource(ResourceLoader.java:183)
>        at org.apache.stanbol.entityhub.indexing.core.source.ResourceLoader.loadResources(ResourceLoader.java:119)
>        at org.apache.stanbol.entityhub.indexing.core.ResourceLoaderTest.testFolderWithProcessingArchives(ResourceLoaderTest.java:162)
>        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
>        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
>        at java.lang.reflect.Method.invoke(Method.java:597)
>        at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
>        at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
>        at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
>        at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
>        at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
>        at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
>        at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
>        at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
>        at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
>        at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
>        at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
>        at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
>        at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
>        at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:35)
>        at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:146)
>        at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:97)
>        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
>        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
>        at java.lang.reflect.Method.invoke(Method.java:597)
>        at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
>        at $Proxy0.invoke(Unknown Source)
>        at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:145)
>        at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:87)
>        at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
> 11413 [main] INFO
> org.apache.stanbol.entityhub.indexing.core.source.ResourceLoader -
> - completed in 0 seconds
> 11413 [main] INFO
> org.apache.stanbol.entityhub.indexing.core.source.ResourceLoader -  >
> loading '<https://builds.apache.org/job/stanbol-trunk-1.6/ws/trunk/entityhub/indexing/core/target/test-classes/resourceLoaderTest/testFolder/archiveInFolder.zip'>
> ...
> 11413 [main] INFO
> org.apache.stanbol.entityhub.indexing.core.source.ResourceLoader -   -
> processing zip-archive entries:
> 11435 [main] INFO
> org.apache.stanbol.entityhub.indexing.core.source.ResourceLoader -
>  o loading entry 'archiveInFolder/otherFileInArchive.txt'
> 11435 [main] INFO
> org.apache.stanbol.entityhub.indexing.core.source.ResourceLoader -
>  o loading entry 'archiveInFolder/fileInArchive.txt'
> 11435 [main] INFO
> org.apache.stanbol.entityhub.indexing.core.source.ResourceLoader -
> - completed in 0 seconds
> 11435 [main] INFO
> org.apache.stanbol.entityhub.indexing.core.source.ResourceLoader -  >
> loading '<https://builds.apache.org/job/stanbol-trunk-1.6/ws/trunk/entityhub/indexing/core/target/test-classes/resourceLoaderTest/testFolder/archiveWithError.zip'>
> ...
> 11435 [main] INFO
> org.apache.stanbol.entityhub.indexing.core.source.ResourceLoader -   -
> processing zip-archive entries:
> 11435 [main] INFO
> org.apache.stanbol.entityhub.indexing.core.source.ResourceLoader -
>  o loading entry 'errorFileInArchive.txt'
> 11435 [main] INFO
> org.apache.stanbol.entityhub.indexing.core.source.ResourceLoader -
> - completed in 0 seconds
> 11435 [main] INFO
> org.apache.stanbol.entityhub.indexing.core.source.ResourceLoader -  >
> loading '<https://builds.apache.org/job/stanbol-trunk-1.6/ws/trunk/entityhub/indexing/core/target/test-classes/resourceLoaderTest/testFolder/archiveWithIgnore.zip'>
> ...
> 11435 [main] INFO
> org.apache.stanbol.entityhub.indexing.core.source.ResourceLoader -   -
> processing zip-archive entries:
> 11435 [main] INFO
> org.apache.stanbol.entityhub.indexing.core.source.ResourceLoader -
>  o loading entry 'ignoreFileInArchive.txt'
> 11436 [main] INFO
> org.apache.stanbol.entityhub.indexing.core.source.ResourceLoader -
> - completed in 0 seconds
> 11436 [main] INFO
> org.apache.stanbol.entityhub.indexing.core.source.ResourceLoader -  >
> loading '<https://builds.apache.org/job/stanbol-trunk-1.6/ws/trunk/entityhub/indexing/core/target/test-classes/resourceLoaderTest/testFolder/otherFileInFolder.txt'>
> ...
> 11436 [main] INFO
> org.apache.stanbol.entityhub.indexing.core.source.ResourceLoader -
> - completed in 0 seconds
> 11436 [main] INFO
> org.apache.stanbol.entityhub.indexing.core.source.ResourceLoader -  >
> loading '<https://builds.apache.org/job/stanbol-trunk-1.6/ws/trunk/entityhub/indexing/core/target/test-classes/resourceLoaderTest/testFolder/ignoreFileInFolder.txt'>
> ...
> 11436 [main] INFO
> org.apache.stanbol.entityhub.indexing.core.source.ResourceLoader -
> - completed in 0 seconds
> 11436 [main] INFO
> org.apache.stanbol.entityhub.indexing.core.source.ResourceLoader -  >
> loading '<https://builds.apache.org/job/stanbol-trunk-1.6/ws/trunk/entityhub/indexing/core/target/test-classes/resourceLoaderTest/testFolder/fileInFolder.txt'>
> ...
> 11436 [main] INFO
> org.apache.stanbol.entityhub.indexing.core.source.ResourceLoader -
> - completed in 0 seconds
> 11436 [main] INFO
> org.apache.stanbol.entityhub.indexing.core.source.ResourceLoader -
> ... 7 files imported in 0 seconds
> 11436 [main] INFO
> org.apache.stanbol.entityhub.indexing.core.source.ResourceLoader -
> Loding RDF 0 File ...
> 11436 [main] INFO
> org.apache.stanbol.entityhub.indexing.core.source.ResourceLoader -
> ... 0 files imported in 0 seconds
> Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.033 sec
>
> Results :
>
> Tests run: 9, Failures: 0, Errors: 0, Skipped: 0
>
> [JENKINS] Recording test results
> [INFO] [bundle:bundle {execution: default-bundle}]
> [INFO] Preparing source:jar
> [WARNING] Removing: jar from forked lifecycle, to prevent recursive invocation.
> [JENKINS] Archiving
> <https://builds.apache.org/job/stanbol-trunk-1.6/ws/trunk/entityhub/indexing/core/pom.xml>
> to /home/hudson/hudson/jobs/stanbol-trunk-1.6/modules/org.apache.stanbol$org.apache.stanbol.entityhub.indexing.core/builds/2011-06-25_19-22-33/archive/org.apache.stanbol/org.apache.stanbol.entityhub.indexing.core/0.9-SNAPSHOT/org.apache.stanbol.entityhub.indexing.core-0.9-SNAPSHOT.pom
> [JENKINS] Archiving
> <https://builds.apache.org/job/stanbol-trunk-1.6/ws/trunk/entityhub/indexing/core/target/org.apache.stanbol.entityhub.indexing.core-0.9-SNAPSHOT.jar>
> to /home/hudson/hudson/jobs/stanbol-trunk-1.6/modules/org.apache.stanbol$org.apache.stanbol.entityhub.indexing.core/builds/2011-06-25_19-22-33/archive/org.apache.stanbol/org.apache.stanbol.entityhub.indexing.core/0.9-SNAPSHOT/org.apache.stanbol.entityhub.indexing.core-0.9-SNAPSHOT.jar
> [INFO] [enforcer:enforce {execution: enforce-java}]
> [INFO] [source:jar {execution: attach-sources}]
> [INFO] Building jar:
> <https://builds.apache.org/job/stanbol-trunk-1.6/ws/trunk/entityhub/indexing/core/target/org.apache.stanbol.entityhub.indexing.core-0.9-SNAPSHOT-sources.jar>
> [INFO] [install:install {execution: default-install}]
> [INFO] Installing
> <https://builds.apache.org/job/stanbol-trunk-1.6/ws/trunk/entityhub/indexing/core/target/org.apache.stanbol.entityhub.indexing.core-0.9-SNAPSHOT.jar>
> to /home/hudson/.m2/repository/org/apache/stanbol/org.apache.stanbol.entityhub.indexing.core/0.9-SNAPSHOT/org.apache.stanbol.entityhub.indexing.core-0.9-SNAPSHOT.jar
> [INFO] Installing
> <https://builds.apache.org/job/stanbol-trunk-1.6/ws/trunk/entityhub/indexing/core/target/org.apache.stanbol.entityhub.indexing.core-0.9-SNAPSHOT-sources.jar>
> to /home/hudson/.m2/repository/org/apache/stanbol/org.apache.stanbol.entityhub.indexing.core/0.9-SNAPSHOT/org.apache.stanbol.entityhub.indexing.core-0.9-SNAPSHOT-sources.jar
> [INFO] [bundle:install {execution: default-install}]
> [INFO] Parsing file:/home/hudson/.m2/repository/repository.xml
> [Fatal Error] repository.xml:3:1: Premature end of file.
> org.xml.sax.SAXParseException: Premature end of file.
>        at com.sun.org.apache.xerces.internal.parsers.DOMParser.parse(DOMParser.java:249)
>        at com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderImpl.parse(DocumentBuilderImpl.java:284)
>        at javax.xml.parsers.DocumentBuilder.parse(DocumentBuilder.java:208)
>        at org.apache.felix.obrplugin.ObrUpdate.parseFile(ObrUpdate.java:347)
>        at org.apache.felix.obrplugin.ObrUpdate.parseRepositoryXml(ObrUpdate.java:324)
>        at org.apache.felix.obrplugin.ObrInstall.execute(ObrInstall.java:140)
>        at org.apache.maven.plugin.DefaultPluginManager.executeMojo(DefaultPluginManager.java:490)
>        at hudson.maven.agent.PluginManagerInterceptor.executeMojo(PluginManagerInterceptor.java:182)
>        at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(DefaultLifecycleExecutor.java:694)
>        at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalWithLifecycle(DefaultLifecycleExecutor.java:556)
>        at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoal(DefaultLifecycleExecutor.java:535)
>        at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalAndHandleFailures(DefaultLifecycleExecutor.java:387)
>        at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeTaskSegments(DefaultLifecycleExecutor.java:348)
>        at org.apache.maven.lifecycle.DefaultLifecycleExecutor.execute(DefaultLifecycleExecutor.java:180)
>        at org.apache.maven.lifecycle.LifecycleExecutorInterceptor.execute(LifecycleExecutorInterceptor.java:65)
>        at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:328)
>        at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:138)
>        at org.apache.maven.cli.MavenCli.main(MavenCli.java:362)
>        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
>        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
>        at java.lang.reflect.Method.invoke(Method.java:597)
>        at org.codehaus.classworlds.Launcher.launchEnhanced(Launcher.java:315)
>        at org.codehaus.classworlds.Launcher.launch(Launcher.java:255)
>        at hudson.maven.agent.Main.launch(Main.java:185)
>        at hudson.maven.MavenBuilder.call(MavenBuilder.java:164)
>        at hudson.maven.MavenModuleSetBuild$Builder.call(MavenModuleSetBuild.java:987)
>        at hudson.maven.MavenModuleSetBuild$Builder.call(MavenModuleSetBuild.java:918)
>        at hudson.remoting.UserRequest.perform(UserRequest.java:118)
>        at hudson.remoting.UserRequest.perform(UserRequest.java:48)
>        at hudson.remoting.Request$2.run(Request.java:270)
>        at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:441)
>        at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
>        at java.util.concurrent.FutureTask.run(FutureTask.java:138)
>        at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
>        at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
>        at java.lang.Thread.run(Thread.java:619)
> [INFO] Writing OBR metadata
> [JENKINS] Archiving
> <https://builds.apache.org/job/stanbol-trunk-1.6/ws/trunk/entityhub/indexing/core/target/org.apache.stanbol.entityhub.indexing.core-0.9-SNAPSHOT-sources.jar>
> to /home/hudson/hudson/jobs/stanbol-trunk-1.6/modules/org.apache.stanbol$org.apache.stanbol.entityhub.indexing.core/builds/2011-06-25_19-22-33/archive/org.apache.stanbol/org.apache.stanbol.entityhub.indexing.core/0.9-SNAPSHOT/org.apache.stanbol.entityhub.indexing.core-0.9-SNAPSHOT-sources.jar
> [INFO] ------------------------------------------------------------------------
> [INFO] Building Apache Stanbol Entityhub IndexingSource for RDF using Jena TDB
> [INFO]    task-segment: [clean, install]
> [INFO] ------------------------------------------------------------------------
> [INFO] [clean:clean {execution: default-clean}]
> [INFO] Deleting
> <https://builds.apache.org/job/stanbol-trunk-1.6/ws/trunk/entityhub/indexing/source/jenatdb/target>
> [JENKINS] Archiving
> <https://builds.apache.org/job/stanbol-trunk-1.6/ws/trunk/entityhub/indexing/source/jenatdb/pom.xml>
> to /home/hudson/hudson/jobs/stanbol-trunk-1.6/modules/org.apache.stanbol$org.apache.stanbol.entityhub.indexing.source.jenatdb/builds/2011-06-25_19-22-33/archive/org.apache.stanbol/org.apache.stanbol.entityhub.indexing.source.jenatdb/0.9-SNAPSHOT/org.apache.stanbol.entityhub.indexing.source.jenatdb-0.9-SNAPSHOT.pom
> [INFO] ------------------------------------------------------------------------
> [ERROR] BUILD ERROR
> [INFO] ------------------------------------------------------------------------
> [INFO] Failed to clean project: Failed to delete
> <https://builds.apache.org/job/stanbol-trunk-1.6/ws/trunk/entityhub/indexing/source/jenatdb/target/test-files/testConfigs/iterable/indexing/resources/rdfdata/Rh??ne-Alpes.rdf>
>
> [INFO] ------------------------------------------------------------------------
> [INFO] For more information, run Maven with the -e switch
> [INFO] ------------------------------------------------------------------------
> [INFO] Total time: 10 minutes 1 second
> [INFO] Finished at: Sat Jun 25 19:33:02 UTC 2011
> [INFO] Final Memory: 187M/416M
> [INFO] ------------------------------------------------------------------------
> Sending e-mails to: stanbol-dev@incubator.apache.org
> rupert.westenthaler@gmail.com
> channel stopped
> [locks-and-latches] Releasing all the locks
> [locks-and-latches] All the locks released
>
>
>
>
> --
> | Rupert Westenthaler             rupert.westenthaler@gmail.com
> | Bodenlehenstraße 11                             ++43-699-11108907
> | A-5500 Bischofshofen
>



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