socket_connect: HOST localhost:15000, could not connect.

06/10/2013 17:02 Jovanymha#1
hey epvp ,

well , i am facing this problem . lot of others do and Please who knows the solutions post it so we could benefit.
Thanks in advance

Story : i was fixing some weapons stats serverside and client . after reboot , it gave me a strange "failed to connect to server" client side

Checked log, here it is :
Quote:
SYSERR: Jun 8 10:08:32 :: hupsig: SIGHUP, SIGINT, SIGTERM signal has been received. shutting down.

SYSERR: Jun 8 23:11:08 :: socket_connect: HOST localhost:15000, could not connect.
SYSERR: Jun 8 23:14:12 :: hupsig: SIGHUP, SIGINT, SIGTERM signal has been received. shutting down.
SYSERR: Jun 8 23:42:25 :: socket_connect: HOST localhost:15000, could not connect.
SYSERR: Jun 9 11:27:57 :: socket_connect: HOST localhost:15000, could not connect.
SYSERR: Jun 9 11:31:52 :: hupsig: SIGHUP, SIGINT, SIGTERM signal has been received. shutting down.
SYSERR: Jun 9 11:33:34 :: socket_connect: HOST localhost:15000, could not connect.
SYSERR: Jun 9 11:35:56 :: hupsig: SIGHUP, SIGINT, SIGTERM signal has been received. shutting down.
SYSERR: Jun 9 11:37:25 :: socket_connect: HOST localhost:15000, could not connect.
SYSERR: Jun 9 13:30:03 :: socket_connect: HOST localhost:15000, could not connect.
SYSERR: Jun 9 13:36:36 :: hupsig: SIGHUP, SIGINT, SIGTERM signal has been received. shutting down.
SYSERR: Jun 9 13:37:55 :: socket_connect: HOST localhost:15000, could not connect.
SYSERR: Jun 9 13:41:23 :: hupsig: SIGHUP, SIGINT, SIGTERM signal has been received. shutting down.
SYSERR: Jun 9 13:42:41 :: socket_connect: HOST localhost:15000, could not connect.
SYSERR: Jun 10 14:09:29 :: socket_connect: HOST localhost:15000, could not connect.
SYSERR: Jun 10 14:21:01 :: hupsig: SIGHUP, SIGINT, SIGTERM signal has been received. shutting down.
SYSERR: Jun 10 15:05:12 :: socket_connect: HOST localhost:15000, could not connect.
Channel 1 :
Quote:
SYSERR: Jun 10 14:19:48 :: SpawnGroup: NOT_EXIST_GROUP_VNUM(2324) Map(80)
SYSERR: Jun 10 14:19:48 :: SpawnGroup: NOT_EXIST_GROUP_VNUM(2321) Map(80)
SYSERR: Jun 10 14:19:48 :: SpawnGroup: NOT_EXIST_GROUP_VNUM(2322) Map(80)
SYSERR: Jun 10 14:19:48 :: SpawnGroup: NOT_EXIST_GROUP_VNUM(2321) Map(80)
SYSERR: Jun 10 14:19:48 :: SpawnGroup: NOT_EXIST_GROUP_VNUM(2320) Map(80)
SYSERR: Jun 10 14:19:48 :: SpawnGroup: NOT_EXIST_GROUP_VNUM(2320) Map(80)
SYSERR: Jun 10 14:19:48 :: SpawnGroup: NOT_EXIST_GROUP_VNUM(2321) Map(80)
SYSERR: Jun 10 14:19:48 :: SpawnGroup: NOT_EXIST_GROUP_VNUM(2322) Map(80)
SYSERR: Jun 10 14:19:48 :: SpawnGroup: NOT_EXIST_GROUP_VNUM(2324) Map(80)
SYSERR: Jun 10 14:19:48 :: SpawnGroup: NOT_EXIST_GROUP_VNUM(2322) Map(80)
SYSERR: Jun 10 14:19:48 :: SpawnGroup: NOT_EXIST_GROUP_VNUM(2323) Map(80)
SYSERR: Jun 10 14:19:48 :: SpawnGroup: NOT_EXIST_GROUP_VNUM(2322) Map(80)
SYSERR: Jun 10 14:19:48 :: SpawnGroup: NOT_EXIST_GROUP_VNUM(2322) Map(80)
SYSERR: Jun 10 14:21:01 :: hupsig: SIGHUP, SIGINT, SIGTERM signal has been received. shutting down.
06/10/2013 17:06 LEL0UCH'#2
Quote:
Originally Posted by Jovanymha View Post
PHP Code:
SYSERRJun 10 14:19:48 :: SpawnGroupNOT_EXIST_GROUP_VNUM(2324Map(80
SYSERRJun 10 14:19:48 :: SpawnGroupNOT_EXIST_GROUP_VNUM(2321Map(80
SYSERRJun 10 14:19:48 :: SpawnGroupNOT_EXIST_GROUP_VNUM(2322Map(80
SYSERRJun 10 14:19:48 :: SpawnGroupNOT_EXIST_GROUP_VNUM(2321Map(80
SYSERRJun 10 14:19:48 :: SpawnGroupNOT_EXIST_GROUP_VNUM(2320Map(80
SYSERRJun 10 14:19:48 :: SpawnGroupNOT_EXIST_GROUP_VNUM(2320Map(80
SYSERRJun 10 14:19:48 :: SpawnGroupNOT_EXIST_GROUP_VNUM(2321Map(80
SYSERRJun 10 14:19:48 :: SpawnGroupNOT_EXIST_GROUP_VNUM(2322Map(80
SYSERRJun 10 14:19:48 :: SpawnGroupNOT_EXIST_GROUP_VNUM(2324Map(80
SYSERRJun 10 14:19:48 :: SpawnGroupNOT_EXIST_GROUP_VNUM(2322Map(80
SYSERRJun 10 14:19:48 :: SpawnGroupNOT_EXIST_GROUP_VNUM(2323Map(80
SYSERRJun 10 14:19:48 :: SpawnGroupNOT_EXIST_GROUP_VNUM(2322Map(80
SYSERRJun 10 14:19:48 :: SpawnGroupNOT_EXIST_GROUP_VNUM(2322Map(80
Fehlerbehebung: Such in dem Map-Ordner im Index nach der Zahl: 80
und guck, welche Map es ist, geh in die Map rein und lösch in der regen.txt
die Mobs, mit der VNUM 2320 - 2324, oder erstell eine Mob Gruppe selbst.
06/10/2013 17:10 Jovanymha#3
Thank you for your reply , google translate is not working for me . but as i understood , i look in regen.txt in map indexed 80 for this spawn group
but each time , it gives me a different map index.
so i guess the error is comming from auth part?