On Wed, 2021-04-28 at 22:39 +0200, Robert Munteanu wrote: > Hi Michael, > > On Tue, 2021-04-27 at 14:51 +0000, Lescisin, Michael wrote: > > Could someone kindly explain how Sling Launchpad can be > > reconfigured so > > that the executable JAR will terminate if > > org.apache.felix.http.jetty > > throws a java.net.BindException? > > By looking at the code, it seems that the bundle's activator errors > out. If that is the case, the org.apache.felix.http.jetty bundle > should > not start, and remain in a RESOLVED state.
Sorry, I spoke to soon. Exceptions are caught and logged, so they don't prevent the bundle from starting. Thanks, Robert