Unable to bind socket to port 4701 in function ClientListener

Started by hamad, December 21, 2011, 10:03:31 AM

Previous topic - Next topic

hamad

When trying to start netxmsd I get the following messages:

Unable to bind socket to port 58942 in function LocalAdminListener: Address already in use
Unable to bind socket to port 4701 in function ClientListener: Address already in use


Help :)

Victor Kirhenshtein

Hi!

You either have another NetXMS instance already running, or some other program uses these ports. You can use netstat -an command to check if somebody uses these ports. What operating system you are running on?

Best regards,
Victor

hamad

I am using Centos

tcp        0      0 0.0.0.0:4701                0.0.0.0:*                   LISTEN


Victor Kirhenshtein

Try to use netstat -atnp command - then you will see what exact process keeps this port open.

Best regards,
Victor

hamad