Results 1 to 4 of 4

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

  1. #1
    cncrazyzz is offline Registered User
    Name: Scott Tan
    Organization: FuYuan Inc.
    Project: Using in web application
    Join Date
    Oct 2006
    Posts
    6

    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.
    Scott Tan
    Fuyuan Inc. P.R.China
    http://www.ci123.com
    cncrazyzz@gmail.com

  2. #2
    marc's Avatar
    marc is offline ZeroC Staff
    Name: Marc Laukien
    Organization: ZeroC, Inc.
    Project: The Internet Communications Engine
    Join Date
    Feb 2003
    Location
    Florida
    Posts
    1,860
    This simply means that a server is already running at the specified port. Try "netstat -an" to find out what ports are being used.

  3. #3
    cncrazyzz is offline Registered User
    Name: Scott Tan
    Organization: FuYuan Inc.
    Project: Using in web application
    Join Date
    Oct 2006
    Posts
    6
    I have done this,and didn't find anyother service use this port.
    what can i do
    Scott Tan
    Fuyuan Inc. P.R.China
    http://www.ci123.com
    cncrazyzz@gmail.com

  4. #4
    matthew's Avatar
    matthew is offline ZeroC Staff
    Name: Matthew Newhook
    Organization: ZeroC, Inc.
    Project: Internet Communications Engine
    Join Date
    Feb 2003
    Location
    NL, Canada
    Posts
    1,458
    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.

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Replies: 4
    Last Post: 12-14-2010, 05:15 PM
  2. Socket operation on non-socket local address
    By Oleh Babyak in forum Bug Reports
    Replies: 1
    Last Post: 04-03-2009, 10:12 AM
  3. socket exception: Invalid argument
    By xorax in forum Help Center
    Replies: 2
    Last Post: 10-24-2007, 04:54 AM
  4. getting Ice::SocketException
    By fengqi in forum Help Center
    Replies: 5
    Last Post: 05-10-2006, 08:23 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •