Kibana's error

elasticsearch is localhost, now marks the following error Kibana

Error: listen EADDRINUSE
at exports._errnoException (util.js:746:11)
at Server._listen2 (net.js:1156:14)
at listen (net.js:1182:10)
at net.js:1280:9
at dns.js:85:18
at process._tickDomainCallback (node.js:381:11)

Looks like you have something listening on the same port - 5601.
Can you check with netstat or similar?

solved, thanks

Solved how?

1 Like

How did you solve this? I'm having the same problem running Kibana in a Docker container.

hi, sorry for reply now.
well, i use the command "ps -ef | grep kibana" to visualize if it is running and saw that Kibana was in the background so I killed the process and run it again