You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Trying to get a setup deployed as a tomcat war and not a standalone boot app. But running in to a type of race condition regarding startup of Springs app context and the HttpServlet30Dispatcher.
But now I'm starting to suspect that I'm missing something fundamental to how the SpringBootPlatformProvider is initiated?
So basically the Runnable onStartup is null when the SpringBootPlatformProvider.onApplicationEvent() triggers the startup() call and tries to:
Trying to get a setup deployed as a tomcat war and not a standalone boot app. But running in to a type of race condition regarding startup of Springs app context and the
HttpServlet30Dispatcher
.But now I'm starting to suspect that I'm missing something fundamental to how the
SpringBootPlatformProvider
is initiated?So basically the
Runnable onStartup
isnull
when the SpringBootPlatformProvider.onApplicationEvent() triggers thestartup()
call and tries to:So when running as a tomcat war it looks like the
EmbeddedKeycloakApplication
is initiated after the ApplicationReadyEvent is triggered ?So how how does this wiring actually work as a standalone boot app 🤔
The text was updated successfully, but these errors were encountered: