After further fussing, I now have a situation where karaf 'hangs' after logging an intent to install one of my bundles, and then fails with a 'Cannot get the remote bundle context' exception from pax-exam/rbc. This is at log level DEBUG.
In Karaf 4, are mirrors still not read from settings.xml? I need one. 2015-08-28 06:43:44,345 | INFO | pool-2-thread-1 | FeaturesServiceImpl | 8 - org.apache.karaf.features.core - 4.0.1 | mvn:com.basistech/common-lib/35.1.0 Tests run: 2, Failures: 0, Errors: 2, Skipped: 0, Time elapsed: 180.683 sec <<< FAILURE! - in com.basistech.ws.requesttracker.impl.RequestTrackerMongoImplIT com.basistech.ws.requesttracker.impl.RequestTrackerMongoImplIT Time elapsed: 180.682 sec <<< ERROR! java.lang.RuntimeException: Cannot get the remote bundle context at org.ops4j.pax.exam.rbc.client.intern.RemoteBundleContextClientImpl.getRemoteBundleContext(RemoteBundleContextClientImpl.java:255) at org.ops4j.pax.exam.rbc.client.intern.RemoteBundleContextClientImpl.waitForState(RemoteBundleContextClientImpl.java:211) at org.ops4j.pax.exam.karaf.container.internal.KarafTestContainer.waitForState(KarafTestContainer.java:578) at org.ops4j.pax.exam.karaf.container.internal.KarafTestContainer.startKaraf(KarafTestContainer.java:230)
