250x250
Notice
Recent Posts
Recent Comments
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | |||
5 | 6 | 7 | 8 | 9 | 10 | 11 |
12 | 13 | 14 | 15 | 16 | 17 | 18 |
19 | 20 | 21 | 22 | 23 | 24 | 25 |
26 | 27 | 28 | 29 | 30 | 31 |
Tags
- JavaScript
- Thymeleaf
- 문서
- IntelliJ
- Open Source
- Source
- error
- ubuntu
- PostgreSQL
- maven
- STS
- jpa
- Tomcat
- SpringBoot
- MSSQL
- Exception
- Spring Boot
- 오픈소스
- git
- JDBC
- AJAX
- MySQL
- spring
- Python
- Docker
- Eclipse
- oracle
- Core Java
- myBatis
- 설정
Archives
- Today
- Total
헤르메스 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:44728x90
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 |
728x90