Hi!
I am facing an issue while running rippled.
These are the few last lines of the log:
"NetworkOPs:DBG Initiating consensus engine
2022-Feb-12 07:42:00.126585562 UTC Server:ERR Bind port 'port_rpc_admin_local' failed:Address already in use
2022-Feb-12 07:42:00.126812779 UTC Application:FTL Unable to setup server handler
2022-Feb-12 07:42:00.126829431 UTC Application:FTL : std::exception"
It says that the address is already in use but when I check for processes using the port, it only shows "rippled".
I have configured "port_rpc_admin_local" as:
[port_rpc_admin_local]
port = 5005
ip = 127.0.0.1
admin = 127.0.0.1
protocol = http
I have tried the following:
1. Enabling the firewall and allowing the port "5005"
2. Disable the firewall
3. Also tried to change the port number but still nothing.
I am wondering where could I have gone wrong.
Please let me know where could be the issue.
Your early reply will be appreciated!
Thanks!
Means you have another service running on that port, either configure another port for rippled or change the service that is running on that port to another
Hi! I am facing an issue while running rippled. These are the few last lines of the log: "NetworkOPs:DBG Initiating consensus engine 2022-Feb-12 07:42:00.126585562 UTC Server:ERR Bind port 'port_rpc_admin_local' failed:Address already in use 2022-Feb-12 07:42:00.126812779 UTC Application:FTL Unable to setup server handler 2022-Feb-12 07:42:00.126829431 UTC Application:FTL : std::exception" It says that the address is already in use but when I check for processes using the port, it only shows "rippled". I have configured "port_rpc_admin_local" as: [port_rpc_admin_local] port = 5005 ip = 127.0.0.1 admin = 127.0.0.1 protocol = http I have tried the following: 1. Enabling the firewall and allowing the port "5005" 2. Disable the firewall 3. Also tried to change the port number but still nothing. I am wondering where could I have gone wrong.
Please let me know where could be the issue. Your early reply will be appreciated! Thanks!