Application startup errors should show a friendly error page if possible
Description
If application startup fails very early on, attempting to show an error page causes a different error to be thrown/logged due to the "utils" lib being unavailable. We can make this process less dependent on that lib by using createUUID() instead of utils.createJavaUUID().
If application startup fails very early on, attempting to show an error page causes a different error to be thrown/logged due to the "utils" lib being unavailable. We can make this process less dependent on that lib by using createUUID() instead of utils.createJavaUUID().