Hi Robert,
the version from Oak was the one being provided in pax-exam 0.0.4 
(https://github.com/apache/sling-org-apache-sling-testing-paxexam/tree/org.apache.sling.testing.paxexam-0.0.4
 
<https://github.com/apache/sling-org-apache-sling-testing-paxexam/tree/org.apache.sling.testing.paxexam-0.0.4>),
 the versions are provided in 
https://github.com/apache/sling-org-apache-sling-testing-paxexam/blob/org.apache.sling.testing.paxexam-0.0.4/src/main/java/org/apache/sling/testing/paxexam/SlingVersionResolver.java
 
<https://github.com/apache/sling-org-apache-sling-testing-paxexam/blob/org.apache.sling.testing.paxexam-0.0.4/src/main/java/org/apache/sling/testing/paxexam/SlingVersionResolver.java>.
Yes, looks indeed like the MountInfoProvider was null, but I have no idea how 
that can happen.
Konrad

> On 11. Dec 2017, at 21:56, Robert Munteanu <romb...@apache.org> wrote:
> 
> 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

Reply via email to