Failed to start component [Connector[HTTP/1.1-8080]]
The following error is reported when starting springboot:
Failed to start component [Connector[HTTP/1.1-8080 protocol handler start failed
Solution:
It is the port number occupation problem:
just close the occupied 8080 port number, enter in cmd: netstat -aon|findstr “port number”, find the PID corresponding to 8080 (port number), and then open the task manager. Find the corresponding PID in “Details” and stop the task.
Read More:
- [Solved] Tomcat Startup Error: A child container failed during start、LifecycleException: Failed to start component
- [Solved] SpringBoot Startup Error: Description:Web server failed to start. Port 9090 was already in use.(win10)
- [Solved] SpringBoot Startup Error: Unable to start LiveReload server
- [Solved] Tomcat7 Start Error: Failed to start component [StandardEngine[Catalina].StandardHost[localhost].StandardCon
- [Solved] SpringBoot+Dubbo Startup Error: Fail to start server(url: dubbo://192.168.0.9:20880/service
- [Solved] SpringBoot+Dubbo Startup Error: Fail to start server(url dubbo192.168.0.920880service
- [Solved] java.util.concurrent.ExecutionException: org.apache.catalina.LifecycleException: Failed to start component [StandardEngine[Tomcat].StandardHost[localhost].StandardContext[]]
- Springboot Integrate Swagger2 Error: Failed to start bean ‘documentationPluginsBootstrapper‘;
- [Solved] Springboot integrate swagger error: Failed to start bean ‘documentationPluginsBootstrapper‘
- [Solved] Springboot integrate swagger error: failed to start bean ‘documentationpluginsbootstrapper‘
- Springboot reports an error After adding the import annotation: application failed to start
- [Solved] Springboot Project Startup Error: Unable to Identify bootstrap.yml Configuration
- [Solved] Web server failed to start. Port 8080 was already in use.
- [Solved] Tomcat Startup Error: A child container failed during start
- [Solved] Nacos1.3.2 Startup Error: Unable to start embedded Tomcat
- Springboot error about swagger startup [How to Solve]
- The @value annotation of springboot adds the default value to solve the startup error caused by the non-existent key
- [Solved] nacos Startup Error: Unable to start embedded Tomcat
- Springboot controls the startup of rabbitmq through configuration files
- [Solved] Springboot Package jar and Startup Error: It was loaded from the following location