When I run the integration tests locally I get all sorts of exceptions Caused by: java.lang.AssertionError: Expected bundle to be started expected:<32> but was:<2>
Caused by: org.osgi.framework.BundleException: Unresolved constraint in bundle jclouds-sshj [67]: Unable to resolve 67.0: missing requirement [67.0] package; (&(package=org.jclouds.compute.domain)(version>=1.3.1)) features:install whirr-mahout java.lang.Exception: Could not start bundle mvn:org.jclouds.driver/jclouds-sshj/1.3.1 in feature(s) jclouds-driver-sshj-1.3.1: Unresolved constraint in bundle jclouds-sshj [67]: Unable to resolve 67.0: missing requirement [67.0] package; (&(package=org.jclouds.compute.domain)(version>=1.3.1)) and more. I also get the one we see on Jenkins features:install whirr-pig java.lang.Exception: No feature named 'whirr-pig' with version '0.0.0' available Frank On Tue, Mar 13, 2012 at 10:34 PM, Andrei Savu <savu.and...@gmail.com> wrote: > On Tue, Mar 13, 2012 at 11:22 PM, Frank Scholten > <fr...@frankscholten.nl>wrote: > >> The exception also says it's waiting for the service. Could we maybe >> extent the timeout? >> > > I guess that's something we can try. It's strange that it's only happening > for this service > we've added recently. Do you see the exception on your machine?