Could not connect to ISC

Results 1 to 3 of 3
  1. #1
    Premium | VIP kalle801 is offline
    MemberRank
    Jan 2010 Join Date
    428Posts

    Could not connect to ISC

    Hi, i got all to Work On my CentOS Root server with Wine.

    but i got one Problem -.-

    what means that?

    PHP Code:
    [root@84-23-69-xxx rev]# wine charserver
    [INFO]: Connecting to MySQL
    [INFO]: MySQL Ping Timeout28740 seconds
    [INFO]: Connected to MySQL server
    [INFO]: opened ISC poort 29110
    [INFO]: Clans Information Loaded
    [INFO]: Server started on port 29100 and is listening.
    [
    root@84-23-69-216 rev]# wine loginserver
    [INFO]: Connecting to MySQL
    [INFO]: MySQL Ping Timeout28740 seconds
    [INFO]: Connected to MySQL server
    [INFO]: Server started on port 29000 and is listening.
    [
    root@84-23-69-216 rev]# wine worldserver
    [INFO]: Autosaving Every 60 minutes
    [INFO]: Connecting to MySQL
    [INFO]: MySQL Ping Timeout28740 seconds
    [INFO]: Connected to MySQL server
    [ERROR]: Could not connect to ISC (WSK2 ERROR10061)
    [
    INFO]: Cleaning memoryplease wait...
    [
    root@84-23-69-xxx rev]
    Last edited by kalle801; 07-01-10 at 08:35 AM.


  2. #2
    </Ncarbon Developer> wisp66 is offline
    MemberRank
    Nov 2009 Join Date
    texasLocation
    238Posts

    Re: Could not connect to ISC

    its trying to transfer data between mysql aNd world and it keeps pinging out...basicly this error means that the worldserver could not connect to the ISC socket 29110 that the charserver created.

    Is there any chance that you may have some other program running that is binding that socket?
    chances are you ports are or got closed check to see if there open
    Last edited by wisp66; 12-01-10 at 01:46 PM.

  3. #3
    Last of the OsRose Devs Purpleyouko is offline
    MemberRank
    Oct 2006 Join Date
    Missouri USALocation
    2,161Posts

    Re: Could not connect to ISC

    The ping timeout messages are just the server telling you what the timeout value has been set to at the start. It's not actually timing out.

    Could not connect to ISC (WSK2 ERROR: 10061)
    This error only occurs when the worldserver fails to connect to the charserver. It's attempting to bind to the "charport" so that the servers can exchange information but failing.

    Normally this means the port is already bound but it can also be due to errors in the conf files or even just a corrupted worldserver.
    Some people have fixed this problem just by rebuilding the server from source.



Advertisement