Skip to content

Potential NPE in NettyWebServer.stop() when context refresh fails #9542

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

Closed
wilkinsona opened this issue Jun 16, 2017 · 1 comment
Closed
Assignees
Labels
type: bug A general bug
Milestone

Comments

@wilkinsona
Copy link
Member

Caused by: java.lang.NullPointerException: null
    	at org.springframework.boot.web.embedded.netty.NettyWebServer.stop(NettyWebServer.java:113) ~[spring-boot-2.0.0.M2.jar:2.0.0.M2]
    	at org.springframework.boot.web.reactive.context.ReactiveWebServerApplicationContext.stopAndReleaseReactiveWebServer(ReactiveWebServerApplicationContext.java:148) ~[spring-boot-2.0.0.M2.jar:2.0.0.M2]
    	... 7 common frames omitted

https://stackoverflow.com/questions/44590741/spring-boot-webflux-application-wont-start-illegalstateexception

@wilkinsona wilkinsona added this to the 2.0.0.M3 milestone Jun 16, 2017
@snicoll
Copy link
Member

snicoll commented Jun 17, 2017

Relates to #9146

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

No branches or pull requests

3 participants