puniverse / comsat

Fibers and actors for web development
docs.paralleluniverse.co/comsat
Other
598 stars 103 forks source link

exception in spring boot 2.0.0 #98

Open fangstao opened 6 years ago

fangstao commented 6 years ago

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.

bbarin commented 6 years ago

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)