Hi Konrad, On Fri, 2017-12-08 at 17:28 +0100, Konrad Windszus wrote: > I see the following error when executing a test with paxexam > > org.ops4j.pax.exam.TestContainerException: There are unresolved > bundles. See previous ERROR log messages for details. > > The testing.log exposes only one error, namely > > 2017-12-08 17:20:00,138 ERROR [Apache Sling Repository Startup > Thread] o.a.s.j.o.s.i.OakSlingRepositoryManager > [AbstractSlingRepositoryManager.java : 499] start: Uncaught Throwable > trying to access Repository, calling stopRepository() > java.lang.NullPointerException: null > at > org.apache.jackrabbit.oak.plugins.index.property.Multiplexers.getStra > tegies(Multiplexers.java:75) > at > org.apache.jackrabbit.oak.plugins.index.property.Multiplexers.getStra > tegies(Multiplexers.java:62) > at > org.apache.jackrabbit.oak.plugins.index.property.PropertyIndexEditor. > getStrategies(PropertyIndexEditor.java:220) > at > org.apache.jackrabbit.oak.plugins.index.property.PropertyIndexEditor. > updateIndex(PropertyIndexEditor.java:286) > at > org.apache.jackrabbit.oak.plugins.index.property.PropertyIndexEditor. > leave(PropertyIndexEditor.java:239)
What version of Oak were you using for the test? Looks like somewhere along the line a null MountInfoProvider was passed. Robert