Port occupied
Solution: check the process occupying the port in the terminal. PID: sudo lsof – I: 5000;
Re terminate the process: Kill – 9 {PID};
sudo lsof -i :5000;
// get the progress pid
kill -9 {pid};// Enter the obtained pid, such as 10086, without {}
Read More:
- Aliyunshield occupies port 80 error: Error starting userland proxy: listen tcp 0.0.0.0:80: bind: address already in use
- How to Solve NPM Error: listen EADDRINUSE 127.0.0.1:8080
- How to Solve Error: Address already in use
- Nginx Error: [emerg] bind() to [::]:80 failed (98: Address already in use)
- Linux Error: bind error: Address already in use [How to Solve]
- [Solved] Web server failed to start. Port 8080 was already in use.
- How to set fixed IP address for Raspberry Pie
- [Solved] Linux WebService Startup Error: BindException: Cannot assign requested address
- How to Use Annotations in Flutter & Dart
- Linux: Configure Network address through Netplan
- [Solved] Go use zoom to connect DM database and start reporting error in Linux
- [Solved] Centos7 Wget Error: nown. wget: unable to resolve host address ‘mirrors.aliyun.com’
- Could not find an NgModule. Use the skip-import option to skip importing in NgModule
- Installation, Configuration and Simple Use of Rancher
- How to Use Apt get Command Under Mac OSX
- [Solved] Remote Server error: Server sent passive reply with unroutable address…
- [Solved] Win10 and Linux address reading format is different (CV2. Error: opencv (4.2.0)/Io/opencv…)
- ERROR: Invalid subnet : invalid CIDR address: [How to Fix]
- Error: error from slirp4netns while setting up port redirection: map[desc:bad request: add_hostfwd:
- linux tomcat Run (DWP exit error AGENT_ERROR_TRANSPORT_INIT(197): No transports initialized [debugIni)