liuhaichaogithub opened a new issue, #6334: URL: https://github.com/apache/seatunnel/issues/6334
### Search before asking - [X] I had searched in the [issues](https://github.com/apache/seatunnel/issues?q=is%3Aissue+label%3A%22bug%22) and found no similar issues. ### What happened when I sh bin/seatunnel-backend-daemon.sh start ==》 faild , log is Error starting ApplicationContext. To display the conditions report re-run your application with 'debug' enabled. 2024-02-04 15:10:35.275 seatunnel liuhaichao ERROR [tr:,sp:] [main] [SpringApplication.reportFailure():835] - Application run failed org.springframework.context.ApplicationContextException: Unable to start web server; nested exception is java.lang.IllegalArgumentException: No selectors at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.onRefresh(ServletWebServerApplicationContext.java:163) at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:577) at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:145) at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:745) at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:420) at org.springframework.boot.SpringApplication.run(SpringApplication.java:307) at org.springframework.boot.SpringApplication.run(SpringApplication.java:1317) at org.springframework.boot.SpringApplication.run(SpringApplication.java:1306) at org.apache.seatunnel.app.SeatunnelApplication.main(SeatunnelApplication.java:36) Caused by: java.lang.IllegalArgumentException: No selectors at org.eclipse.jetty.io.SelectorManager.<init>(SelectorManager.java:63) at org.eclipse.jetty.server.ServerConnector$ServerConnectorManager.<init>(ServerConnector.java:600) at org.eclipse.jetty.server.ServerConnector.newSelectorManager(ServerConnector.java:223) at org.eclipse.jetty.server.ServerConnector.<init>(ServerConnector.java:216) at org.eclipse.jetty.server.ServerConnector.<init>(ServerConnector.java:132) at org.springframework.boot.web.embedded.jetty.JettyServletWebServerFactory.createConnector(JettyServletWebServerFactory.java:200) at org.springframework.boot.web.embedded.jetty.JettyServletWebServerFactory.createServer(JettyServletWebServerFactory.java:186) at org.springframework.boot.web.embedded.jetty.JettyServletWebServerFactory.getWebServer(JettyServletWebServerFactory.java:163) at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.createWebServer(ServletWebServerApplicationContext.java:182) at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.onRefresh(ServletWebServerApplicationContext.java:160) ... 8 common frames omitted ### SeaTunnel Version 2.3.3 ### SeaTunnel Config ```conf ... ``` ### Running Command ```shell sh bin/seatunnel-backend-daemon.sh start ``` ### Error Exception ```log Error starting ApplicationContext. To display the conditions report re-run your application with 'debug' enabled. 2024-02-04 15:10:35.275 seatunnel liuhaichao ERROR [tr:,sp:] [main] [SpringApplication.reportFailure():835] - Application run failed org.springframework.context.ApplicationContextException: Unable to start web server; nested exception is java.lang.IllegalArgumentException: No selectors at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.onRefresh(ServletWebServerApplicationContext.java:163) at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:577) at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:145) at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:745) at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:420) at org.springframework.boot.SpringApplication.run(SpringApplication.java:307) at org.springframework.boot.SpringApplication.run(SpringApplication.java:1317) at org.springframework.boot.SpringApplication.run(SpringApplication.java:1306) at org.apache.seatunnel.app.SeatunnelApplication.main(SeatunnelApplication.java:36) Caused by: java.lang.IllegalArgumentException: No selectors at org.eclipse.jetty.io.SelectorManager.<init>(SelectorManager.java:63) at org.eclipse.jetty.server.ServerConnector$ServerConnectorManager.<init>(ServerConnector.java:600) at org.eclipse.jetty.server.ServerConnector.newSelectorManager(ServerConnector.java:223) at org.eclipse.jetty.server.ServerConnector.<init>(ServerConnector.java:216) at org.eclipse.jetty.server.ServerConnector.<init>(ServerConnector.java:132) at org.springframework.boot.web.embedded.jetty.JettyServletWebServerFactory.createConnector(JettyServletWebServerFactory.java:200) at org.springframework.boot.web.embedded.jetty.JettyServletWebServerFactory.createServer(JettyServletWebServerFactory.java:186) at org.springframework.boot.web.embedded.jetty.JettyServletWebServerFactory.getWebServer(JettyServletWebServerFactory.java:163) at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.createWebServer(ServletWebServerApplicationContext.java:182) at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.onRefresh(ServletWebServerApplicationContext.java:160) ... 8 common frames omitted ``` ### Zeta or Flink or Spark Version _No response_ ### Java or Scala Version java version "1.8.0_401" ### Screenshots  ### Are you willing to submit PR? - [X] Yes I am willing to submit a PR! ### Code of Conduct - [X] I agree to follow this project's [Code of Conduct](https://www.apache.org/foundation/policies/conduct) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
