-
Type: Bug
-
Status: Done
-
Priority: Medium
-
Resolution: Done
-
Affects Version/s: None
-
Fix Version/s: 1.19.0
-
Component/s: None
-
Labels:None
When an error is thrown in Step 2 "Build application context" while calling applicationContext.refresh(), the whole plaform startup crashes.
The cause only appears in the Tomcat-Logs, while in the appNG.log we just see that the instance is shut down.
So we should consider catching Throwable here and log the error.
Furthermore, the appNG instance will work if there are other sites starting successfully.