Hi, On Wed, 2021-04-14 at 12:33 +0200, Dr. Hans-Peter Störr wrote: > I also tried to switch the kickstarter to the newest > org.apache.sling.feature.launcher.version , but that didn't help. > When I try to use the original Sling feature launcher with the FAR > created by kickstarter, that works to some extend: > > java -jar org.apache.sling.feature.launcher-1.1.19-SNAPSHOT.jar -f > org.apache.sling.kickstart-0.0.13-SNAPSHOT-oak_tar_far.far -u > 'jar:file:/app/org.apache.sling.kickstart-0.0.13-SNAPSHOT- > oak_tar_far.far!' > > This retrieves many artefacts from the FAR but fails when it tries to > retrieve org.apache.felix.framework-7.0.0.jar . But it seems > kickstarter doesn't give that option to the sling starter it calls, > and there also doesn't seem to be an option to kickstarter to set the > repositories it tries to retrieve artefacts from. (The problem with > the felix framework version is possibly one it inherits from Sling > Starter itself - when I grab a org.apache.sling.starter-12-SNAPSHOT- > oak_tar_far.far from there, the same thing happens.)
Have you tried copying over the felix framework jar to $HOME/.m2/repository in the container image, or wherever the feature launcher looks for it? Thanks, Robert