문제: Port 8005 required by web_api is already in use. The server may already be running in another process, or a system process may be using the port. To start this server you will need to stop the other process or change the port 문제원인: 웹 서버가 특정 포트(여기서는 8005)를 사용하려고 할 때 이미 해당 포트를 다른 프로세스나 서버가 사용 중이라는 경고다. 사용하고나서, 해당포트(8005) 사용이 끝나지 않았기에, 이를 사용하고자 하려면 해당포트를 꺼야한다. 해결방법: 1. cmd창에서 아래를 입력 > netstat -..