Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

exception in spring boot 2.0.0 #98

Open
fangstao opened this issue Mar 21, 2018 · 1 comment
Open

exception in spring boot 2.0.0 #98

fangstao opened this issue Mar 21, 2018 · 1 comment

Comments

@fangstao
Copy link

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
Copy link

bbarin commented Jun 26, 2018

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)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants