Archived

This forum has been archived. Please start a new discussion on GitHub.

Ice::SocketException: socket exception: Address already in use

It is just lately that i find my ice always caught this exception:
./server[2965]: service caught unhandled Ice exception: Network.cpp:475: Ice::SocketException: socket exception: Address already in use
(in /var/log/messages)

what should the problem be?thanks.

Comments

  • marc
    marc Florida
    This simply means that a server is already running at the specified port. Try "netstat -an" to find out what ports are being used.
  • I have done this,and didn't find anyother service use this port.
    what can i do:(
  • matthew
    matthew NL, Canada
    All we can do is tell you what this message means. There must be another service using this port. If you cannot work out which it is, then try using another port.