Hi Team, I'm just trying to install Signoz in mac. But I'm seeing the below error.
p
Hi Team, I'm just trying to install Signoz in mac. But I'm seeing the below error.
Seems port is not available. May I know how to change the port in the service
s
try to check what processes are running on that port , if not required kill those
p
I tried that. Here is the response it shows and if I am trying to kill, It keeps creating new ones
Copy code
java     1760 praja  216u  IPv6 0x26200b62150a6ced      0t0  TCP localhost:56731->localhost:eforward (ESTABLISHED)
java    86193 praja   73u  IPv6 0x26200b62150b2ced      0t0  TCP *:eforward (LISTEN)
java    86193 praja   77u  IPv6 0x26200b62150a9ced      0t0  TCP localhost:eforward->localhost:56731 (ESTABLISHED)
s
restarting system can work
p
I see. Okay I will give a try
n
try running this and killing ?
Copy code
lsof -i :2181
p
I tried restarting system and also tried lsof -i :2181 and tried to kill existing one. Please check the screenshot
Screenshot 2024-06-13 at 3.23.56 PM.png
n
is it killed? did you check again?
p
If I'm trying to kill, it's generating new ones
n
try force killing
p
Can you please provide the command for force kill
n
i guess it wont help you will have to find the root of this and kill it
check what "java" things are running on your system
p
Hmm.. it seems zookeeper and kafka services are running on that port
I stopped and seeing another error
Screenshot 2024-06-13 at 3.36.36 PM.png
Hurray.. Seems it is working
Thanks for the support
n
Great 👍