comsat
comsat copied to clipboard
exception in spring boot 2.0.0
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.
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)