-
Notifications
You must be signed in to change notification settings - Fork 40.8k
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
App that depends on Tomcat and on Jetty's websocket-server module fails to start with IllegalStateException: WebSocketComponents has not been created #38181
Comments
Judging by the stack trace, you appear to be trying to use Jetty's |
This happens just by upgrading from 3.1.3 to 3.1.5 FAForever/faf-java-api#787 |
There are dependencies on both Tomcat (through |
websocket-server
module
websocket-server
modulewebsocket-server
module fails to start with java.lang.IllegalStateException: WebSocketComponents has not been created
websocket-server
module fails to start with java.lang.IllegalStateException: WebSocketComponents has not been createdwebsocket-server
module fails to start with java.lang.IllegalStateException: WebSocketComponents has not been created
Thanks "moved" to tomcat.
apparently no longer works (if ever) and with correct exclusion, we run into #33044 |
websocket-server
module fails to start with java.lang.IllegalStateException: WebSocketComponents has not been created
Spring boot 3.1.5
Seems there is still some issues with websocket autoconfiguration similar to #37660 .
Suggested workaround to disable websocket autoconfig works
The text was updated successfully, but these errors were encountered: