Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error on Ubuntu Server about Rippled Application (Validator) #117

Open
samranahmad09 opened this issue Feb 12, 2022 · 1 comment
Open

Error on Ubuntu Server about Rippled Application (Validator) #117

samranahmad09 opened this issue Feb 12, 2022 · 1 comment

Comments

@samranahmad09
Copy link

samranahmad09 commented Feb 12, 2022

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!

@shortthefomo
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants