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
org.springframework.context.ApplicationContextException: Unable to start web server; nested exception is org.springframework.context.ApplicationContextException: Unable to start ServletWebServerApplicationContext due to missing ServletWebServerFactory bean.
The text was updated successfully, but these errors were encountered:
I'm also facing the same problem. I copied some of the classes from quasar direct to my project and skip the use of the annotation FiberSpringBootApplication. It goes a bit further but crashes on an error like this:
ERROR: Unable to instrument class org/springframework/boot/web/embedded/undertow/UndertowServletWebServerFactory
java.lang.NullPointerException
at co.paralleluniverse.asm.Item.a(Unknown Source)
org.springframework.context.ApplicationContextException: Unable to start web server; nested exception is org.springframework.context.ApplicationContextException: Unable to start ServletWebServerApplicationContext due to missing ServletWebServerFactory bean.
The text was updated successfully, but these errors were encountered: