in src/main/java/org/apache/sling/feature/launcher/impl/Bootstrap.java [98:105]
public void run() {
try {
runWithException();
} catch (Exception ex) {
this.logger.error("Error during bootstrap", ex);
System.exit(1);
}
}