헤르메스 LIFE

[IntelliJ] Web server failed to start. Port 8080 was already in use. 본문

Exception

[IntelliJ] Web server failed to start. Port 8080 was already in use.

헤르메스의날개 2020. 12. 26. 19:44
728x90

JDK 1.8.x

IntelliJ IDEA 2020.3

 


. ____ _ __ _ _
/\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \
( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
\\/ ___)| |_)| | | | | || (_| | ) ) ) )
' |____| .__|_| |_|_| |_\__, | / / / /
=========|_|==============|___/=/_/_/_/
:: Spring Boot :: (v2.2.5.RELEASE)

2020-12-26 19:35:37.382 INFO 12104 --- [ main] com.sample.Application : Starting Application on DESKTOP-HMJ6ST0 with PID 12104 (C:\JetBrains\IdeaProjects\SpringBootSample\target\classes started by hermeswing in C:\JetBrains\IdeaProjects\SpringBootSample)
2020-12-26 19:35:37.390 INFO 12104 --- [ main] com.sample.Application : No active profile set, falling back to default profiles: default
2020-12-26 19:35:38.898 INFO 12104 --- [ main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 8080 (http)
2020-12-26 19:35:38.911 INFO 12104 --- [ main] o.apache.catalina.core.StandardService : Starting service [Tomcat]
2020-12-26 19:35:38.911 INFO 12104 --- [ main] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.31]
2020-12-26 19:35:39.021 INFO 12104 --- [ main] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext
2020-12-26 19:35:39.021 INFO 12104 --- [ main] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 1541 ms
2020-12-26 19:35:39.199 INFO 12104 --- [ main] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'applicationTaskExecutor'
2020-12-26 19:35:39.349 INFO 12104 --- [ main] o.apache.catalina.core.StandardService : Stopping service [Tomcat]
2020-12-26 19:35:39.355 INFO 12104 --- [ main] ConditionEvaluationReportLoggingListener :

Error starting ApplicationContext. To display the conditions report re-run your application with 'debug' enabled.
2020-12-26 19:35:39.358 ERROR 12104 --- [ main] o.s.b.d.LoggingFailureAnalysisReporter :

***************************
APPLICATION FAILED TO START
***************************

Description:

Web server failed to start. Port 8080 was already in use.

Action:

Identify and stop the process that's listening on port 8080 or configure this application to listen on another port.

2020-12-26 19:35:39.361 INFO 12104 --- [ main] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'applicationTaskExecutor'

Process finished with exit code 1


Spring Boot Port 변경

 

[IntelliJ] 이것 저것 설정

1. IntelliJ IDEA 2020.3의 새로운 기능 2. [IntelliJ] Intellij 학생 인증, 무료 설치 방법 3. Spring Boot Tomcat 포트 변경 application.properties 설정변경 server.port = 8090 50. Font 변경  [..

hermeslog.tistory.com

 

728x90