Cara o erro de account beans é porque o FULANO não tem conta no server ou seu loginserver ta zuado, se for o caso aconselho a mudar o loginserv.
Pode fazer as configurações do loginserv assim: arquivo loginserver.properties
# Enforce GameGuard authorization from client?
# If True, login server will kick client if the client bypassed GameGuard authentication.
# Default: True
ForceGGAuth = False
# Flood Protection. All values are in MILISECONDS.
# Default: True
EnableFloodProtection = True
# Default: 15
FastConnectionLimit = 15
# Default: 700
NormalConnectionTime = 700
# Default: 350
FastConnectionTime = 350
# Default: 50
MaxConnectionPerIP = 50
Pode ser por isso que aparece que foi forçado o cancelamento de uma conexão existente.
Se ajudei AGRADEÇA :)
|