How to Install ERPNext Version 14 in Ubuntu 22.04
If you encounter the error message "Address already in use" when trying
to start a service, it means that the port or address is already in use by
another process. To resolve this issue, you can follow these steps:
# Stop
all processes managed by Supervisor:
sudo supervisorctl stop all
# Stop the Nginx web server:
sudo service nginx stop
# After stopping Supervisor-managed processes and Nginx, you can attempt
to start the service or process again. In this case, you can use the
'bench start' command to start the desired service or application.
bench start
Restarting the ERPNext Development Server
Comments
Post a Comment