Open mave99a opened 3 years ago
Check the exception
abtnode start
ℹ Node did from config zNKXPJ6s43pXG1t8HUvtk4x6DDbqw7PFfXu5
ℹ Load config from /home/binston/Public/webapp/abt/.abtnode/abtnode.yml
✔ ABT Node DB Proxy ready on port 40404
✔ ABT Node Event Hub ready on port 40407
✔ ABT Node Updater ready on port 40405
✖ Your nginx routing provider is not available, please make sure the provider is available before you start ABT Node.
✖ None available details: Nginx is running, please stop it first
✖ You can refer to this document to solve the problem: https://docs.arcblock.io/abtnode
Check the exception
abtnode start
ℹ Node did from config zNKXPJ6s43pXG1t8HUvtk4x6DDbqw7PFfXu5 ℹ Load config from /home/binston/Public/webapp/abt/.abtnode/abtnode.yml ✔ ABT Node DB Proxy ready on port 40404 ✔ ABT Node Event Hub ready on port 40407 ✔ ABT Node Updater ready on port 40405 ✖ Your nginx routing provider is not available, please make sure the provider is available before you start ABT Node. ✖ None available details: Nginx is running, please stop it first ✖ You can refer to this document to solve the problem: https://docs.arcblock.io/abtnode
This error means that there is a nginx process on your computer, but it is not owned by abtnode. So you can check to see if there is a running nginx, and if so, stop it.
@binsta Seems a nginx daemon process is already running on your machine, a controlled nginx is required by ABT Node router to work properly, please terminate that nginx daemon process before try again.
Thanks its work fine
Our external dev hit this nginx issue. it seemed it’s common issue. maybe we should add the solution to our document