comsat icon indicating copy to clipboard operation
comsat copied to clipboard

exception in spring boot 2.0.0

Open fangstao opened this issue 7 years ago • 1 comments

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.

fangstao avatar Mar 21 '18 15:03 fangstao

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)

bbarin avatar Jun 26 '18 13:06 bbarin