Yeah, no matter what I do, I can't reproduce this. Could you try running the tests against the 0.7.1 release to see if you're still getting it there too? I kinda have to assume this is something specific to your environment...
A. On Mon, Aug 20, 2012 at 1:33 PM, Andrew Bayer <[email protected]>wrote: > That's really weird - I'm not seeing that anywhere... > > A. > > > On Mon, Aug 20, 2012 at 1:11 PM, Frank Scholten <[email protected]>wrote: > >> On trunk I get the same test failures along with this stacktrace: >> >> ------------------------------------------------------- >> T E S T S >> ------------------------------------------------------- >> Running org.apache.whirr.actions.StartServicesActionTest >> 2012-08-20 22:07:08,079 INFO >> [org.apache.whirr.actions.BootstrapClusterAction] (main) Bootstrapping >> cluster >> 2012-08-20 22:07:08,081 INFO >> [org.apache.whirr.compute.BootstrapTemplate] (main) Configuring >> template for bootstrap-noop1_noop3 >> 2012-08-20 22:07:08,122 ERROR [org.apache.whirr.ClusterController] >> (main) Unable to start the cluster. Terminating all nodes. >> java.util.NoSuchElementException: no image matched predicate: >> >> And(nullEqualToIsParentOrIsGrandparentOfCurrentLocation(),And(osFamily(ubuntu),osDescription(^(?!.*(daily|testing)).*ubuntu-images.*$),osVersion(10.04))) >> at >> org.jclouds.compute.domain.internal.TemplateBuilderImpl.throwNoSuchElementExceptionAfterLoggingImageIds(TemplateBuilderImpl.java:722) >> at >> org.jclouds.compute.domain.internal.TemplateBuilderImpl.findSupportedImages(TemplateBuilderImpl.java:696) >> at >> org.jclouds.compute.domain.internal.TemplateBuilderImpl.build(TemplateBuilderImpl.java:678) >> at >> org.apache.whirr.compute.BootstrapTemplate.build(BootstrapTemplate.java:79) >> at >> org.apache.whirr.actions.BootstrapClusterAction.doAction(BootstrapClusterAction.java:101) >> at >> org.apache.whirr.actions.ScriptBasedClusterAction.execute(ScriptBasedClusterAction.java:126) >> at >> org.apache.whirr.ClusterController.bootstrapCluster(ClusterController.java:137) >> at >> org.apache.whirr.ClusterController.launchCluster(ClusterController.java:113) >> at >> org.apache.whirr.actions.ScriptBasedClusterActionTest.setUp(ScriptBasedClusterActionTest.java:113) >> >> Cheers, >> >> Frank >> >> On Mon, Aug 20, 2012 at 9:19 PM, Andrei Savu <[email protected]> >> wrote: >> > On Mon, Aug 20, 2012 at 9:29 PM, Frank Scholten <[email protected] >> >wrote: >> > >> >> @Andrei - Is this the start, stop, restart support you mentioned? Or >> >> is something up with my setup? Using maven 3.0.4 >> >> >> > >> > I see no failing tests on trunk. I was referring to some missing >> > functionality like no start / stop scripts for Hadoop or HBase. >> > >
