Hi Carsten, thanks a lot for helping. I'm running the tests on a MacOSX 10.9.5 with Java 7. I've tried to investigate what's making the integration-tests fail but I couldn't figure out the root cause. I can see that Pax URL Aether has issues and the rest of the tests fail to load the cached bundle, but by looking at the logs I don't understand what's causing this.
I'm pasting bellow the error that I'm getting in case it helps. Thanks, Dragos ---------------------- Forking command line: /bin/sh -c cd /Projects/sling-git/bundles/extensions/event && /Library/Java/JavaVirtualMachines/jdk1.7.0_25.jdk/Contents/Home/jre/bin/java -Xmx2048m -XX:MaxPermSize=512m -jar /Projects/sling-git/bundles/extensions/event/target/surefire/surefirebooter3647465897455320849.jar /Projects/sling-git/bundles/extensions/event/target/surefire/surefire6539308234963726488tmp /Projects/sling-git/bundles/extensions/event/target/surefire/surefire_05376957598267243956tmp Running org.apache.sling.event.it.ChaosTest 21 [main] INFO org.ops4j.pax.exam.spi.DefaultExamSystem - Pax Exam System (Version: 3.5.0) created. 63 [main] INFO org.ops4j.pax.exam.junit.impl.ProbeRunner - creating PaxExam runner for class org.apache.sling.event.it.ChaosTest 97 [main] INFO org.ops4j.pax.exam.junit.impl.ProbeRunner - running test class org.apache.sling.event.it.ChaosTest 155 [main] INFO org.ops4j.exec.DefaultJavaRunner - DefaultJavaRunner completed successfully 633 [main] INFO org.ops4j.pax.exam.spi.reactors.ReactorManager - suite finished Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.644 sec <<< FAILURE! - in org.apache.sling.event.it.ChaosTest testDoChaos(org.apache.sling.event.it.ChaosTest) Time elapsed: 0.524 sec <<< ERROR! java.lang.NullPointerException: null at org.ops4j.pax.url.mvn.internal.config.MavenConfigurationImpl.getRepositories(MavenConfigurationImpl.java:251) at org.ops4j.pax.url.mvn.internal.AetherBasedResolver.selectRepositories(AetherBasedResolver.java:191) at org.ops4j.pax.url.mvn.internal.AetherBasedResolver.resolveFile(AetherBasedResolver.java:310) at org.ops4j.pax.url.mvn.internal.AetherBasedResolver.resolve(AetherBasedResolver.java:296) at org.ops4j.pax.url.mvn.internal.Connection.getInputStream(Connection.java:131) at java.net.URL.openStream(URL.java:1037) [...] Running org.apache.sling.event.it.ClassloadingTest 634 [main] INFO org.ops4j.pax.exam.junit.impl.ProbeRunner - creating PaxExam runner for class org.apache.sling.event.it.ClassloadingTest 636 [main] INFO org.ops4j.pax.exam.junit.impl.ProbeRunner - running test class org.apache.sling.event.it.ClassloadingTest 643 [main] INFO org.ops4j.exec.DefaultJavaRunner - DefaultJavaRunner completed successfully ERROR: Error reloading cached bundle, removing it: /var/folders/8c/ky5brl215fd08njt72pz9qy00000gq/T/1415035146773-0/bundles (java.lang.NumberFormatException: For input string: "s") java.lang.NumberFormatException: For input string: "s" at java.lang.NumberFormatException.forInputString(NumberFormatException.java:65) at java.lang.Long.parseLong(Long.java:441) at java.lang.Long.parseLong(Long.java:483) at org.apache.felix.framework.cache.BundleArchive.readId(BundleArchive.java:1077) at org.apache.felix.framework.cache.BundleArchive.readBundleInfo(BundleArchive.java:972) at org.apache.felix.framework.cache.BundleArchive.<init>(BundleArchive.java:182) at org.apache.felix.framework.cache.BundleCache.getArchives(BundleCache.java:247) at org.apache.felix.framework.Felix.init(Felix.java:713) at org.apache.felix.framework.Felix.start(Felix.java:901) at org.ops4j.pax.swissbox.framework.RemoteFrameworkImpl.start(RemoteFrameworkImpl.java:98) at org.ops4j.pax.swissbox.framework.RemoteFrameworkImpl.main(RemoteFrameworkImpl.java:434) 973 [main] INFO org.ops4j.exec.DefaultJavaRunner - DefaultJavaRunner completed successfully --------------------
