반응형
250x250
Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
Tags
- or some instances in your deployment group are experiencing problems.
- Python
- 도커
- codepipeline
- node
- bootstrap
- aws
- IntelliJ
- AWS CI/CD 구축하기
- redis
- codedeploy
- docker
- Airflow
- PostgreSQL
- Kafka
- COALESCE
- Spring Error
- Flux
- chart.js
- aws cicd
- kubeflow
- JavaScript
- VPN
- java bigdecimal
- Jenkins
- Spring
- codebuild
- codedeploy error
- chartjs
- SQL
Archives
- Today
- Total
목록intellij port 강제 종료 (1)
Small Asteroid Blog

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. 맥에서 Intellij가 비정상적으로 종료가 되어서 WAS 포트가 떠있다보니 프로젝트를 빌드해볼 수 없었다.이런 경우 해당 포트를 사용하고 있는 서비스를 확인해 강제 종료를 진행한다. lsof -i :8080유닉스 계열에서 파일이나 프로세스 목록을 출력하는 lsof(list open files) 명령어를 사용해 해당 포트로 동작중인 프로세스 목..
도구/Mac
2022. 11. 14. 11:35