Yes, updating to the latest launchpad would resolve it . Alternatively, you can start with the following jvm switch:
--add-opens=java.base/sun.net.www.protocol.jrt=ALL-UNNAMED That will make it work as well. regards, Karl On Friday, April 19, 2019, Robert Munteanu <[email protected]> wrote: > Hi Patrique, > > On Thu, 2019-04-18 at 14:37 +0000, Patrique Legault wrote: > > I am wondering if any of the developers have seen this issue? > > > > It is preventing us from logging into Composum and it seems to be > > with respect to the Eclipse Java Compiler within the Sling Compiler > > Bundle. We are running OpenJDK 11 in a docker container and we > > receive a unknown protocol JRT error. > > > > Attached is a gist to the issue. > > > > Any help would be appreciated. > > > > https://gist.github.com/pat-lego/671bd9b3eb56f866bc2a73f2d11195d7 > > This looks like > > https://issues.apache.org/jira/browse/FELIX-6035 > > I guess you would need to rebuild the Sling Starter app with a > org.apache.sling.launchpad.base version 6.0.2-2.6.36. > > Hope that helps, > > Robert > > -- Karl Pauls [email protected]
