This looks like a meven problem. (pax-exam uses a lot of maven stuff under the covers). Do you have good maven connectivity while running this test? If so, you might need to pre-download the felix framework jar by adding it as a dependency. I suspect everyone who has worked on this previously already had all the appropriate jars locally. Since felix is up to v 4 or so now maybe updating things would be appropriate.
I'm not sure if I will have time but will make some effort to look at this this weekend… thanks david jencks On Nov 27, 2014, at 12:54 PM, Hendrik Dev <[email protected]> wrote: > There are testfailures on geronimo specs trunk regarding osgi support > on jenkins (ubuntu). On my mac its running fine. Both Java 7. > > Tests in error: > testLocator [felix](org.apache.geronimo.osgi.registry.itest.OSGiLocatorTest) > testLocator > [equinox/3.5.0](org.apache.geronimo.osgi.registry.itest.OSGiLocatorTest) > testLocator > [felix](org.apache.geronimo.osgi.registry.itest.OSGiNoRegistryTest) > testLocator > [equinox/3.5.0](org.apache.geronimo.osgi.registry.itest.OSGiNoRegistryTest) > testServiceLocator > [felix](org.apache.geronimo.osgi.registry.itest.OSGiServiceLocatorTest) > testServiceLocator > [equinox/3.5.0](org.apache.geronimo.osgi.registry.itest.OSGiServiceLocatorTest) > testLocator > [felix](org.apache.geronimo.osgi.registry.itest.OSGiLocatorMultipleProviderTest) > testLocator > [equinox/3.5.0](org.apache.geronimo.osgi.registry.itest.OSGiLocatorMultipleProviderTest) > > Tests run: 8, Failures: 0, Errors: 8, Skipped: 0 > > Logs look like > > testLocator [felix](org.apache.geronimo.osgi.registry.itest.OSGiLocatorTest) > Time elapsed: 0.576 sec <<< ERROR! > java.lang.RuntimeException: URL > [mvn:org.apache.felix/org.apache.felix.main/2.0.1] could not be > resolved. > at > org.ops4j.pax.url.mvn.internal.Connection.getInputStream(Connection.java:195) > at java.net.URL.openStream(URL.java:1037) > at > org.ops4j.pax.runner.platform.internal.StreamUtils.streamCopy(StreamUtils.java:112) > at > org.ops4j.pax.runner.platform.internal.PlatformImpl.download(PlatformImpl.java:631) > > testLocator > [equinox/3.5.0](org.apache.geronimo.osgi.registry.itest.OSGiLocatorTest) > Time elapsed: 0.138 sec <<< ERROR! > java.lang.RuntimeException: URL [mvn:org.eclipse/osgi/3.5.0.v20090520] > could not be resolved. > at > org.ops4j.pax.url.mvn.internal.Connection.getInputStream(Connection.java:195) > at java.net.URL.openStream(URL.java:1037) > > I am really not in OSGI so maybe somebody can give me hint. > > Thanks > Hendrik > > On Thu, Nov 27, 2014 at 12:51 PM, Romain Manni-Bucau > <[email protected]> wrote: >> No real time to help but +1 >> >> Le 27 nov. 2014 12:39, "Hendrik Dev" <[email protected]> a écrit : >> >>> Is there a running CI/buildserver setup for Geronimo? >>> >>> If not i like to setup Jenkins for Javamail and Specs CI builds. >>> Maybe also xbean needs a CI setup? >>> >>> Thanks >>> Hendrik >>> >>> >>> >>> -- >>> Hendrik Saly (salyh, hendrikdev22) >>> @hendrikdev22 >>> PGP: 0x22D7F6EC > > > > -- > Hendrik Saly (salyh, hendrikdev22) > @hendrikdev22 > PGP: 0x22D7F6EC
