Регистрация Главная Сообщество
Сообщения за день Справка Регистрация
Навигация
Zhyk.org LIVE! Реклама на Zhyk.org Правила Форума Награды и достижения Доска "почета"

Ответ
 
Опции темы
Старый 08.01.2017, 11:34   #1
 Разведчик
Аватар для WeseN
 
WeseN никому не известный тип
Регистрация: 27.01.2013
Сообщений: 0
Популярность: 10
Сказал(а) спасибо: 0
Поблагодарили 0 раз(а) в 0 сообщениях
 
По умолчанию Ошибка при запуске startSQLAccountManager.bat

Всем привет!

Помогите решить такую проблему, при запуске startSQLAccountManager.bat, выдается вот такая ошибка:

[Ссылки могут видеть только зарегистрированные пользователи. ]
Как ее исправить? Сменил уже от root пароль, не помогает. В настройках loginserver.properites перепроверял несколько раз.


Код:
# ---------------------------------------------------------------------------
# Login Server Settings
# ---------------------------------------------------------------------------
# This is the server configuration file. Here you can set up the connection information for your server.
# This was written with the assumption that you are behind a router.
# Dumbed Down Definitions...
# LAN (LOCAL area network) - typically consists of computers connected to the same router as you.
# WAN (WIDE area network) - typically consists of computers OUTSIDE of your router (ie. the internet).
# x.x.x.x - Format of an IP address. Do not include the x'es into settings. Must be real numbers.
# ---------------------------------------------------------------------------
# Networking
# ---------------------------------------------------------------------------

# Bind ip of the LoginServer, use * to bind on all available IPs
# WARNING: <u><b><font color="red">Please don't change default IPs here if you don't know what are you doing!</font></b></u>
# WARNING: <u><b><font color="red">External/Internal IPs are now inside "ipconfig.xml" file.</font></b></u>
# Default: * (0.0.0.0)
LoginserverHostname = 127.0.0.1

#
ExternalHostname = 127.0.0.1

#
InternalHostname = 127.0.0.1

# Default: 2106
LoginserverPort = 2106

# The address on which login will listen for GameServers, use * to bind on all available IPs
# WARNING: <u><b><font color="red">Please don't change default IPs here if you don't know what are you doing!</font></b></u>
# WARNING: <u><b><font color="red">External/Internal IPs are now inside "ipconfig.xml" file.</font></b></u>
# Default: * (0.0.0.0)
LoginHostname = *

# The port on which login will listen for GameServers
# Default: 9014
LoginPort = 9014

# ---------------------------------------------------------------------------
# Security
# ---------------------------------------------------------------------------
# Default: True
LogLoginController = True

# How many times you can provide an invalid account/pass before the IP gets banned.
# Default: 5
LoginTryBeforeBan = 5

# Time you won't be able to login back again after LoginTryBeforeBan tries to login.
# Default: 900 (15 minutes)
LoginBlockAfterBan = 900

# If set to True any GameServer can register on your login's free slots
# Default: False
AcceptNewGameServer = 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

# ---------------------------------------------------------------------------
# Database
# ---------------------------------------------------------------------------
# Specify the appropriate driver and url for the database you're using.
# Examples:
# Driver = com.mysql.jdbc.Driver (default)
# Driver = org.hsqldb.jdbcDriver
# Driver = com.microsoft.sqlserver.jdbc.SQLServerDriver
Driver = com.mysql.jdbc.Driver

# Database URL
# URL = jdbc:mysql://localhost/l2jls (default)
# URL = jdbc:hsqldb:hsql://localhost/l2jls
# URL = jdbc:sqlserver://localhost/database = l2jls/user = sa/password =
URL = jdbc:mysql://localhost/l2jls

# Database user info (default is "root" but it's not recommended)
Login = root

# Database connection password
Password = *********

# Default: 10
MaximumDbConnections = 10

# Default: 0
MaximumDbIdleTime = 0

# ---------------------------------------------------------------------------
# Misc.
# ---------------------------------------------------------------------------
# If False, the license (after the login) will not be shown.
# Default: True
ShowLicence = True

# Default: True
AutoCreateAccounts = True

# Datapack root directory.
# Defaults to current directory from which the server is started unless the below line is uncommented.
#DatapackRoot = C:/Work/tmp/DataPack

# ---------------------------------------------------------------------------
# Developer Settings
# ---------------------------------------------------------------------------
# Default: False
Debug = False

# ---------------------------------------------------------------------------
# Restart LS every 24 hours?
# ---------------------------------------------------------------------------
# Default: False, 24
LoginRestartSchedule = False

#
LoginRestartTime = 24
Всем заранее спасибо)

Добавлено через 1 час 18 минут
С базой разобрался, теперь другая ошибка выдается, при запуске GameServer

Код:
INFO ftGuard.ftGuard: Loading First Guard configuration...
[08.01.17 12:48:45:572]  INFO holder.PhantomWeaponHolder: PhantomWeaponHolder: Load 31 class phantom weapon(s).
[08.01.17 12:48:45:581]  INFO holder.PhantomSpawnHolder: PhantomSpawnHolder: Load 8 type phantom spawn(s).
[08.01.17 12:48:45:765]  INFO holder.PhantomSetsHolder: PhantomSetsHolder: Load 31 class phantom set(s).
[08.01.17 12:48:45:792]  INFO holder.PhantomJewelHolder: PhantomJewelHolder: Load 31 class phantom jewel(s).
[08.01.17 12:48:46:513] ERROR loginservercon.AuthServerCommunication: AuthServer I/O error: Connection refused: no further information
[08.01.17 12:48:51:514]  INFO loginservercon.AuthServerCommunication: Connecting to authserver on 127.0.0.1:9014
[08.01.17 12:48:52:514] ERROR loginservercon.AuthServerCommunication: AuthServer I/O error: Connection refused: no further information
[08.01.17 12:48:57:515]  INFO loginservercon.AuthServerCommunication: Connecting to authserver on 127.0.0.1:9014
[08.01.17 12:48:58:515] ERROR loginservercon.AuthServerCommunication: AuthServer I/O error: Connection refused: no further information
[08.01.17 12:49:02:629]  INFO entity.Hero: Hero System: Loaded 0 Heroes.
[08.01.17 12:49:02:629]  INFO entity.Hero: Hero System: Loaded 0 all time Heroes.

Последний раз редактировалось WeseN; 08.01.2017 в 12:52. Причина: Добавлено сообщение
  Ответить с цитированием
Старый 09.01.2017, 15:25   #2
 Разведчик
Аватар для WeseN
 
WeseN никому не известный тип
Регистрация: 27.01.2013
Сообщений: 0
Популярность: 10
Сказал(а) спасибо: 0
Поблагодарили 0 раз(а) в 0 сообщениях
 
По умолчанию Re: Ошибка при запуске startSQLAccountManager.bat

Решил данную проблему.

Но сейчас еще одно выявилось, выкидывает с сервака при подключении к нему. GameGuard в General.properites отключен, но в loginserver.properites нет функции ForceGGAuth=True . Порты все проброшены.

[Ссылки могут видеть только зарегистрированные пользователи. ]

Последний раз редактировалось WeseN; 09.01.2017 в 15:33.
  Ответить с цитированием
Ответ


Ваши права в разделе
Вы не можете создавать новые темы
Вы не можете отвечать в темах
Вы не можете прикреплять вложения
Вы не можете редактировать свои сообщения

BB коды Вкл.
Смайлы Вкл.
[IMG] код Вкл.
HTML код Выкл.

Быстрый переход

Похожие темы
Тема Автор Раздел Ответов Последнее сообщение
[Помогите!] Ошибка при запуске Biwsnight Треп 4 03.03.2013 20:35
[Помогите!] Ошибка при запуске ( Kote_Kote Общение и обсуждение Cabal Online 4 03.03.2013 19:34
Ошибка при запуске TW Pasitive Общение и обсуждение R2 Online 2 14.02.2012 15:12
[Помогите!] Ошибка в запуске geibss Вопросы и ответы, обсуждение 0 03.11.2011 23:10
[Помогите!] ошибка при запуске gogi000 Сборки серверов 2 04.02.2011 15:40

Заявление об ответственности / Список мошенников

Часовой пояс GMT +4, время: 19:19.

Пишите нам: [email protected]
Copyright © 2024 vBulletin Solutions, Inc.
Translate: zCarot. Webdesign by DevArt (Fox)
G-gaMe! Team production | Since 2008
Hosted by GShost.net