반응형
pm2의 cluster mode를 사용해서 서버를 켜던 도중
Error: bind EADDRINUSE null:80이라는 에러가 발생했다.
해당 에러의 원인은 이미 80포트를 사용중이기 때문이였다. (다른 서버가 80포트를 사용중이였기 때문)
해당 서버의 프로세스를 종료하고 pm2를 실행시켜서 해결하였다.
반응형
'Programming > Node.js' 카테고리의 다른 글
[Mocha] DB 접근 최소화를 위한 Mocha 테스트 코드 작성법 (0) | 2023.04.21 |
---|---|
[Node.js] DeprecationWarning: Buffer() is deprecated due to security and usability issues... 에러 (0) | 2022.12.13 |
[Node.js] node.js에서 메모리 사용량을 확인하는 방법 (0) | 2022.11.29 |
[Node.js] Node.js에서 base64로 문자열 Encoding, Decoding 하는 방법 (2) | 2022.08.30 |
[Node.js] Express.js에서 Multer로 S3에 이미지를 여러장 업로드하는 방법 (0) | 2022.08.12 |