there is no simple test i am afraid
its really our install from a product version 2019.9 -> 2019.12
(and i think even the latest version of our product of .9 because it seems
that bit older 2019.9_rc -> .12 works)
i checked the code
Collection<BundleCapability> matchingBundleCapabilities =
fwkWiring.findProviders(ModuleContainer
and it bombs out there
so very like the fwkWiring is null
that is assigned in the start() method
public void start(BundleContext runtimeContext) {
this.context = runtimeContext;
this.fwkWiring =
runtimeContext.getBundle(Constants.SYSTEM_BUNDLE_LOCATION).adapt(FrameworkWiring.class);
so it seems that somehow that returns null (i guess that start() method has
to be called)
i can try to debug it a bit.
On Wed, 4 Dec 2019 at 13:23, Mickael Istria <[email protected]> wrote:
> Hi,
>
> In any case, a NPE is a bug. So please report it, with the simplest steps
> to reproduce you can figure out.
> _______________________________________________
> p2-dev mailing list
> [email protected]
> To change your delivery options, retrieve your password, or unsubscribe
> from this list, visit
> https://www.eclipse.org/mailman/listinfo/p2-dev
_______________________________________________
p2-dev mailing list
[email protected]
To change your delivery options, retrieve your password, or unsubscribe from
this list, visit
https://www.eclipse.org/mailman/listinfo/p2-dev