Replies: 3 comments 6 replies
-
HI @riker65,
it seems like there's already an Erlang instance running on that port. This might be a foreign Erlang or Elixir application or a former CouchDb process. I'd suggest to check your task or process monitor if there is anything Erlang-based running in the background. I hope this helps. |
Beta Was this translation helpful? Give feedback.
-
Hi Florian, I checked, but I only have an epmd running on tcp ipv6 I think I need another one for tcp ipv4? I killed epmd with kill and restarted couchdb, but same error message. ` sudo netstat -nltp | grep -E '(4369|5672|25672)' tcp6 0 0 :::4369 :::* LISTEN 1/init that is why I assume tcp 0.0.0.0 :4369 should be listening. but just my assumption. Thanks |
Beta Was this translation helpful? Give feedback.
-
No still not working |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi
strangwise I now have an issue with couchdb.
sudo -i -u couchdb /home/couchdb/bin/couchdb
'inet_tcp': register/listen error: epmd_close
epmd -debug epmd: Tue Apr 6 11:31:09 2021: epmd running - daemon = 0 epmd: Tue Apr 6 11:31:09 2021: there is already a epmd running at port 4369
epmd -names epmd: up and running on port 4369 with data:
killing epmd does not help
anyone having an idea?
Beta Was this translation helpful? Give feedback.
All reactions