o.apache.catalina.core.StandardService : Failed to start connector [Connector[HTTP/1.1-8080]]

Error message:
When starting spring boot, run the main function error, indicating that port 8080 is occupied, as follows

Solution:
Add an application.properties file in the java/resource directory. This file is the default configuration file for spring boot.Server.port=new port numberJust like this:

Intelligent Recommendation

Failed to start component [Connector[HTTP/1.1-443]]

Failed to start component [Connector[HTTP/1.1-443]] Error: APPLICATION FAILED TO START *****************` Check a lot of information, each of which is different, many of which are online java comes wi...

Project Runtime Basket Failed to Start Connector [Connector [http / 1.1-443]]]]]]

The main error information is as follows (including translation): After testing, the port of the configuration file was changed successfully. Therefore, the main reason is that the port is occupied, t...

Cannot resolve symbol 'SpringApplication' and Failed to start component [Connector[HTTP/1.1-8080]]

An error is reported when running the startup class of SpringBoot: Cannot resolve symbol ‘SpringApplication’ (solution: steps 1~5) + Failed to start component [Connector[HTTP/1.1-8080]] (s...

Failed to initialize component for tomcat deployment [Connector [HTTP / 1.1-8080]]

After the tomcat is deployed, run tomcat8.exe and close it in a flash; Baidu inquires and says that the tomcat service needs to be installed before tomcat8.exe is allowed to start the tomcat service. ...

Solve org.Apache.catalina.util.lifecyclebase.HandLesubClassexception initialization component [Connector [http / 1.1-8080]] failed

This happens is mainly the Tomcat's port is occupied, and the thread that is occupied is OK!  ...

More Recommendation

MyEclipse configuration tomcat server running error Failed to initialize connector [Connector[HTTP/1.1-8080]]

Article Directory Preface One, MyEclipse configuration tomcat server running error Two, the solution Three, cause analysis Preface I am currently learning Java Web, and I want to record the problems I...

Severe: Failed to initialize connector [Connector[HTTP/1.1-8080]] Port number conflict

Error reported: Severe: Failed to initialize connector [Connector[HTTP/1.1-8080]] reason: This is caused by port 8080 being occupied. Solution: 1. First press win+R on the keyboard, enter "cmd&qu...

8080: The Tomcat Connector Configured to listen on port 8080 failed to start solutions

Problem reproduction: The console will finally display the Application boot failed, as follows: problem causes: Because the 8080 port described in Description is taken, it cannot be caused by Tomcat. ...

Start tomcat Times of Failed to initialize component [Connector [HTTP / 1.1-80]]

javawab start tomcat Times in a Failed to initialize component [Connector [HTTP / 1.1-80]] I am learning a software sophomore, I had enough of this Cape salted college life. Decided to rein in the gam...

org.apache.catalina.LifecycleException: Failed to start component [Connector[HTTP/1.1-8081]]

Error message: wrong reason: is occupied port number, service or modify the port closed...

Copyright  DMCA © 2018-2026 - All Rights Reserved - www.programmersought.com  User Notice

Top