04-19-2011, 08:20 PM
Проблема с запуском сервера
|
04-19-2011, 08:52 PM
# Host that will be used to listen for client connections
gameserver.network.client.host = * # Address of login server gameserver.network.login.address = 127.0.0.1:9021 ~ # LoginServer will bind specified network interface # * - bind all interfaces loginserver.network.client.host=* # Host that will be used by LS to listen for GS connections loginserver.network.gameserver.host=127.0.0.1 В базе * или 127.0.0.1
04-19-2011, 09:00 PM
Если справлю то будет можно подключатся ко мне с нета или только я ?
04-19-2011, 09:03 PM
(Сообщение последний раз редактировалось: 04-19-2011, 09:10 PM Global_Risk.)
Щас попробую и отпишу пашет или нет...
Добавлено через 7 минут Вот че выдает ГС: Starting Aion-Unique Game Server. ============================================================-[ Administration ] [INFO] 2011-04-19 21:06:55 - Loading: ./config/administration/admin.properties ======================================================================-[ Main ] [INFO] 2011-04-19 21:06:55 - Loading: ./config/main/legion.properties [INFO] 2011-04-19 21:06:55 - Loading: ./config/main/rates.properties [INFO] 2011-04-19 21:06:55 - Loading: ./config/main/cache.properties [INFO] 2011-04-19 21:06:55 - Loading: ./config/main/shutdown.properties [INFO] 2011-04-19 21:06:55 - Loading: ./config/main/taskmanager.properties [INFO] 2011-04-19 21:06:55 - Loading: ./config/main/group.properties [INFO] 2011-04-19 21:06:55 - Loading: ./config/main/custom.properties [INFO] 2011-04-19 21:06:55 - Loading: ./config/main/enchants.properties [INFO] 2011-04-19 21:06:55 - Loading: ./config/main/falldamage.properties [INFO] 2011-04-19 21:06:55 - Loading: ./config/main/gameserver.properties [INFO] 2011-04-19 21:06:55 - Loading: ./config/main/npcmovement.properties [INFO] 2011-04-19 21:06:55 - Loading: ./config/main/periodicsave.properties [INFO] 2011-04-19 21:06:55 - Loading: ./config/main/prices.properties [INFO] 2011-04-19 21:06:55 - Loading: ./config/main/siege.properties [INFO] 2011-04-19 21:06:55 - Loading: ./config/main/thread.properties ===================================================================-[ Network ] [ERROR] 2011-04-19 21:06:55 - Can't transform field LOGIN_ADDRESS of class class com.aionemu.gameserver.configs.network.NetworkConfig java.lang.RuntimeException: Can't transform field LOGIN_ADDRESS of class class c om.aionemu.gameserver.configs.network.NetworkConfig at com.aionemu.commons.configuration.ConfigurableProcessor.processField( ConfigurableProcessor.java:180) at com.aionemu.commons.configuration.ConfigurableProcessor.processFields (ConfigurableProcessor.java:142) at com.aionemu.commons.configuration.ConfigurableProcessor.process(Confi gurableProcessor.java:82) at com.aionemu.commons.configuration.ConfigurableProcessor.process(Confi gurableProcessor.java:65) at com.aionemu.gameserver.configs.Config.load(Config.java:130) at com.aionemu.gameserver.GameServer.initUtilityServicesAndConfig(GameSe rver.java:214) at com.aionemu.gameserver.GameServer.main(GameServer.java:93) Caused by: com.aionemu.commons.configuration.TransformationException: Can't tran sform property, must be in format "address:port" at com.aionemu.commons.configuration.transformers.InetSocketAddressTrans former.transform(InetSocketAddressTransformer.java:60) at com.aionemu.commons.configuration.transformers.InetSocketAddressTrans former.transform(InetSocketAddressTransformer.java:35) at com.aionemu.commons.configuration.ConfigurableProcessor.getFieldValue (ConfigurableProcessor.java:231) at com.aionemu.commons.configuration.ConfigurableProcessor.processField( ConfigurableProcessor.java:171) ... 6 more [FATAL] 2011-04-19 21:06:55 - Can't load gameserver configuration: java.lang.RuntimeException: Can't transform field LOGIN_ADDRESS of class class c om.aionemu.gameserver.configs.network.NetworkConfig at com.aionemu.commons.configuration.ConfigurableProcessor.processField( ConfigurableProcessor.java:180) at com.aionemu.commons.configuration.ConfigurableProcessor.processFields (ConfigurableProcessor.java:142) at com.aionemu.commons.configuration.ConfigurableProcessor.process(Confi gurableProcessor.java:82) at com.aionemu.commons.configuration.ConfigurableProcessor.process(Confi gurableProcessor.java:65) at com.aionemu.gameserver.configs.Config.load(Config.java:130) at com.aionemu.gameserver.GameServer.initUtilityServicesAndConfig(GameSe rver.java:214) at com.aionemu.gameserver.GameServer.main(GameServer.java:93) Caused by: com.aionemu.commons.configuration.TransformationException: Can't tran sform property, must be in format "address:port" at com.aionemu.commons.configuration.transformers.InetSocketAddressTrans former.transform(InetSocketAddressTransformer.java:60) at com.aionemu.commons.configuration.transformers.InetSocketAddressTrans former.transform(InetSocketAddressTransformer.java:35) at com.aionemu.commons.configuration.ConfigurableProcessor.getFieldValue (ConfigurableProcessor.java:231) at com.aionemu.commons.configuration.ConfigurableProcessor.processField( ConfigurableProcessor.java:171) ... 6 more [ERROR] 2011-04-19 21:06:55 - Critical Error - Thread: main terminated abnormaly : java.lang.Error: Can't load gameserver configuration: java.lang.Error: Can't load gameserver configuration: at com.aionemu.gameserver.configs.Config.load(Config.java:137) at com.aionemu.gameserver.GameServer.initUtilityServicesAndConfig(GameSe rver.java:214) at com.aionemu.gameserver.GameServer.main(GameServer.java:93) Caused by: java.lang.RuntimeException: Can't transform field LOGIN_ADDRESS of cl ass class com.aionemu.gameserver.configs.network.NetworkConfig at com.aionemu.commons.configuration.ConfigurableProcessor.processField( ConfigurableProcessor.java:180) at com.aionemu.commons.configuration.ConfigurableProcessor.processFields (ConfigurableProcessor.java:142) at com.aionemu.commons.configuration.ConfigurableProcessor.process(Confi gurableProcessor.java:82) at com.aionemu.commons.configuration.ConfigurableProcessor.process(Confi gurableProcessor.java:65) at com.aionemu.gameserver.configs.Config.load(Config.java:130) ... 2 more Caused by: com.aionemu.commons.configuration.TransformationException: Can't tran sform property, must be in format "address:port" at com.aionemu.commons.configuration.transformers.InetSocketAddressTrans former.transform(InetSocketAddressTransformer.java:60) at com.aionemu.commons.configuration.transformers.InetSocketAddressTrans former.transform(InetSocketAddressTransformer.java:35) at com.aionemu.commons.configuration.ConfigurableProcessor.getFieldValue (ConfigurableProcessor.java:231) at com.aionemu.commons.configuration.ConfigurableProcessor.processField( ConfigurableProcessor.java:171) ... 6 more Server is terminated abnormaly ... Server is terminated ... Для продолжения нажмите любую клавишу . . .
04-19-2011, 09:23 PM
(Сообщение последний раз редактировалось: 04-19-2011, 09:29 PM Global_Risk.)
значения ? ет типа то что ты поправил то я не правельно вписал в настройки ?
Добавлено через 4 минуты Вот дописал все как ты написал ! и вот че ГС выдает снова : Starting Aion-Unique Game Server. ============================================================-[ Administration ] [INFO] 2011-04-19 21:23:07 - Loading: ./config/administration/admin.properties ======================================================================-[ Main ] [INFO] 2011-04-19 21:23:07 - Loading: ./config/main/legion.properties [INFO] 2011-04-19 21:23:07 - Loading: ./config/main/rates.properties [INFO] 2011-04-19 21:23:07 - Loading: ./config/main/cache.properties [INFO] 2011-04-19 21:23:07 - Loading: ./config/main/shutdown.properties [INFO] 2011-04-19 21:23:07 - Loading: ./config/main/taskmanager.properties [INFO] 2011-04-19 21:23:07 - Loading: ./config/main/group.properties [INFO] 2011-04-19 21:23:07 - Loading: ./config/main/custom.properties [INFO] 2011-04-19 21:23:07 - Loading: ./config/main/enchants.properties [INFO] 2011-04-19 21:23:07 - Loading: ./config/main/falldamage.properties [INFO] 2011-04-19 21:23:07 - Loading: ./config/main/gameserver.properties [INFO] 2011-04-19 21:23:07 - Loading: ./config/main/npcmovement.properties [INFO] 2011-04-19 21:23:07 - Loading: ./config/main/periodicsave.properties [INFO] 2011-04-19 21:23:07 - Loading: ./config/main/prices.properties [INFO] 2011-04-19 21:23:07 - Loading: ./config/main/siege.properties [INFO] 2011-04-19 21:23:07 - Loading: ./config/main/thread.properties ===================================================================-[ Network ] [INFO] 2011-04-19 21:23:07 - Loading: ./config/network/database.properties [INFO] 2011-04-19 21:23:07 - Loading: ./config/network/network.properties ==================================================================-[ DataBase ] [INFO] 2011-04-19 21:23:07 - Successfully connected to database [INFO] 2011-04-19 21:23:09 - Loaded 26 DAO implementations. ===================================================================-[ Threads ] [INFO] 2011-04-19 21:23:09 - ThreadPoolManager: Initialized with 7 scheduler, 3 instant, 0 long, 4 disconnection running thread(s). =====================================================================-[ World ] ===============================================================-[ StaticDatas ] [INFO] 2011-04-19 21:23:09 - ##### STATIC DATA [section beginning] ##### [INFO] 2011-04-19 21:23:27 - Loaded world maps data: 62 maps [INFO] 2011-04-19 21:23:27 - Loaded player exp table: 51 levels [INFO] 2011-04-19 21:23:27 - Loaded 384 player stat templates [INFO] 2011-04-19 21:23:27 - Loaded 243 summon stat templates [INFO] 2011-04-19 21:23:27 - Loaded 46132 item templates [INFO] 2011-04-19 21:23:27 - Loaded 26564 npc templates [INFO] 2011-04-19 21:23:27 - Loaded 4 initial player templates [INFO] 2011-04-19 21:23:27 - Loaded 459 trade lists [INFO] 2011-04-19 21:23:27 - Loaded 77 npc teleporter templates [INFO] 2011-04-19 21:23:27 - Loaded 90 teleport locations [INFO] 2011-04-19 21:23:27 - Loaded 6105 skill templates [INFO] 2011-04-19 21:23:27 - Loaded 7001 skill learn entries [INFO] 2011-04-19 21:23:27 - Loaded 7 cube expand entries [INFO] 2011-04-19 21:23:27 - Loaded 18 warehouse expand entries [INFO] 2011-04-19 21:23:27 - Loaded 44 bind point entries [INFO] 2011-04-19 21:23:27 - Loaded 3726 quest data entries [INFO] 2011-04-19 21:23:27 - Loaded 410 gatherable entries [INFO] 2011-04-19 21:23:27 - Loaded 148 title entries [INFO] 2011-04-19 21:23:27 - Loaded 51 walker routes [INFO] 2011-04-19 21:23:27 - Loaded 443 zone entries [INFO] 2011-04-19 21:23:27 - Loaded 986 goodslist entries [INFO] 2011-04-19 21:23:27 - Loaded 67530 spawn entries [INFO] 2011-04-19 21:23:27 - Loaded 293 tribe relation entries [INFO] 2011-04-19 21:23:27 - Loaded 5071 recipe entries [INFO] 2011-04-19 21:23:27 - Loaded 50 portal entries [INFO] 2011-04-19 21:23:27 - Loaded 128 item set entries [INFO] 2011-04-19 21:23:27 - Loaded 5069 npc skill list entries [INFO] 2011-04-19 21:23:27 - Loaded 17 pet skill list entries [INFO] 2011-04-19 21:23:27 - Loaded 54 siege location entries [INFO] 2011-04-19 21:23:27 - ##### [load time: 18 seconds] ##### [INFO] 2011-04-19 21:23:27 - ##### STATIC DATA [section end] ##### [INFO] 2011-04-19 21:23:27 - IDFactory: 1 id's used. [INFO] 2011-04-19 21:23:27 - World: 62 worlds map created. ====================================================================-[ Spawns ] [INFO] 2011-04-19 21:23:28 - 4642 npc drops loaded [INFO] 2011-04-19 21:23:28 - Spawned 110010000 [1] : 261 [INFO] 2011-04-19 21:23:28 - Spawned 110020000 [1] : 3 [INFO] 2011-04-19 21:23:28 - Spawned 120010000 [1] : 302 [INFO] 2011-04-19 21:23:28 - Spawned 120020000 [1] : 19 [INFO] 2011-04-19 21:23:28 - Spawned 210010000 [1] : 1132 [INFO] 2011-04-19 21:23:28 - Spawned 210010000 [2] : 1132 [INFO] 2011-04-19 21:23:28 - Spawned 210020000 [1] : 6405 [INFO] 2011-04-19 21:23:28 - Spawned 210030000 [1] : 2693 [INFO] 2011-04-19 21:23:29 - Spawned 210040000 [1] : 8241 [INFO] 2011-04-19 21:23:29 - Spawned 210060000 [1] : 7599 [INFO] 2011-04-19 21:23:29 - Spawned 220010000 [1] : 1412 [INFO] 2011-04-19 21:23:29 - Spawned 220010000 [2] : 1412 [INFO] 2011-04-19 21:23:29 - Spawned 220030000 [1] : 3235 [INFO] 2011-04-19 21:23:30 - Spawned 220020000 [1] : 7607 [INFO] 2011-04-19 21:23:31 - Spawned 220040000 [1] : 8430 [INFO] 2011-04-19 21:23:31 - Spawned 220050000 [1] : 8297 [INFO] 2011-04-19 21:23:31 - Spawned 310080000 [1] : 12 [INFO] 2011-04-19 21:23:31 - Spawned 320030000 [1] : 10 [INFO] 2011-04-19 21:23:31 - Spawned 320040000 [1] : 1 [INFO] 2011-04-19 21:23:34 - Spawned 400010000 [1] : 6437 [INFO] 2011-04-19 21:23:34 - Loaded 51809 npc spawns [INFO] 2011-04-19 21:23:34 - Loaded 12831 gatherable spawns ====================================================================-[ Quests ] [INFO] 2011-04-19 21:23:34 - Initializing QuestEngine [WARN] 2011-04-19 21:23:35 - Duplicate quest: 4082 [WARN] 2011-04-19 21:23:35 - Duplicate quest: 4082 [INFO] 2011-04-19 21:23:35 - Loaded 1813 quest handler. ==============================================================-[ TaskManagers ] [INFO] 2011-04-19 21:23:35 - PacketBroadcaster: Initialized. [INFO] 2011-04-19 21:23:35 - StatUpdater: Initialized. [INFO] 2011-04-19 21:23:35 - GameTimeService started. Update interval:180000 [INFO] 2011-04-19 21:23:35 - Loaded 0 announcements [INFO] 2011-04-19 21:23:35 - DebugService started. Analyze iterval: 1800000 [INFO] 2011-04-19 21:23:36 - ZoneService: Initialized. [INFO] 2011-04-19 21:23:36 - DuelService started. [INFO] 2011-04-19 21:23:36 - Loading broker... [INFO] 2011-04-19 21:23:36 - Broker loaded with 0 broker items, 0 settled items. [INFO] 2011-04-19 21:23:36 - BrokerPeriodicTaskManager: Initialized. [INFO] 2011-04-19 21:23:36 - Loading Siege Location Data... [INFO] 2011-04-19 21:23:36 - ExchangePeriodicTaskManager: Initialized. [INFO] 2011-04-19 21:23:36 - Loading PetitionService ... [INFO] 2011-04-19 21:23:36 - Successfully loaded 0 database petitions [INFO] 2011-04-19 21:23:36 - Loaded 52 admin command handlers. ====================================================================-[ System ] [INFO] 2011-04-19 21:23:36 - Commons Revision: 2332M [INFO] 2011-04-19 21:23:36 - Commons Build Date: [ 2010-06-24-18:19 ] [INFO] 2011-04-19 21:23:36 - GS Revision: 2522M [INFO] 2011-04-19 21:23:36 - GS Build Date: [ 2010-07-15-01:36 ] [INFO] 2011-04-19 21:23:36 - .................................................. [INFO] 2011-04-19 21:23:36 - .................................................. [INFO] 2011-04-19 21:23:38 - OS: Windows XP Build: 5.1 [INFO] 2011-04-19 21:23:38 - OS Arch: x86 [INFO] 2011-04-19 21:23:38 - .................................................. [INFO] 2011-04-19 21:23:38 - .................................................. [INFO] 2011-04-19 21:23:38 - Avaible CPU(s): 2 [INFO] 2011-04-19 21:23:38 - Processor(s) Identifier: x86 Family 15 Model 107 St epping 2, AuthenticAMD [INFO] 2011-04-19 21:23:38 - .................................................. [INFO] 2011-04-19 21:23:38 - .................................................. [INFO] 2011-04-19 21:23:38 - Java Platform Information [INFO] 2011-04-19 21:23:38 - Java Runtime Name: Java SE Runtime Environment [INFO] 2011-04-19 21:23:38 - Java Version: 1.6.0_24 [INFO] 2011-04-19 21:23:38 - Java Class Version: 50.0 [INFO] 2011-04-19 21:23:38 - .................................................. [INFO] 2011-04-19 21:23:38 - .................................................. [INFO] 2011-04-19 21:23:38 - Virtual Machine Information (JVM) [INFO] 2011-04-19 21:23:38 - JVM Name: Java HotSpot Client VM [INFO] 2011-04-19 21:23:38 - JVM installation directory: C:\Program Files\Java\j re6 [INFO] 2011-04-19 21:23:38 - JVM version: 19.1-b02 [INFO] 2011-04-19 21:23:38 - JVM Vendor: Sun Microsystems Inc. [INFO] 2011-04-19 21:23:38 - JVM Info: mixed mode [INFO] 2011-04-19 21:23:38 - .................................................. [INFO] 2011-04-19 21:23:38 - .................................................. [INFO] 2011-04-19 21:23:38 - +---- [INFO] 2011-04-19 21:23:38 - | Global Memory Informations at 21:23:38: [INFO] 2011-04-19 21:23:38 - | | [INFO] 2011-04-19 21:23:38 - | Allowed Memory: 1520448 KB [INFO] 2011-04-19 21:23:38 - | |= Allocated Memory: 1062032 KB (69,8499%) [INFO] 2011-04-19 21:23:38 - | |= Non-Allocated Memory: 458416 KB (30,1501%) [INFO] 2011-04-19 21:23:38 - | Allocated Memory: 1062032 KB [INFO] 2011-04-19 21:23:38 - | |= Used Memory: 449626 KB (29,5719%) [INFO] 2011-04-19 21:23:38 - | |= Unused (cached) Memory: 612406 KB (40,2780% ) [INFO] 2011-04-19 21:23:38 - | Useable Memory: 1070822 KB (70,4281%) [INFO] 2011-04-19 21:23:38 - +---- =============================================================-[ GameServerLog ] [INFO] 2011-04-19 21:23:38 - AE Game Server started in 31 seconds. [INFO] 2011-04-19 21:23:38 - Server listening on all available IPs on Port 7777 for Game Connections [INFO] 2011-04-19 21:23:38 - Connecting to LoginServer: /127.0.0.1:9021 [INFO] 2011-04-19 21:23:39 - Cant connect to LoginServer: Connection refused: co nnect [INFO] 2011-04-19 21:23:44 - Spawning rift : ELTNEN_EM [INFO] 2011-04-19 21:23:44 - Spawning rift : HEIRON_CM [INFO] 2011-04-19 21:23:44 - Spawning rift : MORHEIM_FM [INFO] 2011-04-19 21:23:44 - Spawning rift : BELUSLAN_CM [INFO] 2011-04-19 21:23:49 - Connecting to LoginServer: /127.0.0.1:9021 [INFO] 2011-04-19 21:23:50 - Cant connect to LoginServer: Connection refused: co nnect [INFO] 2011-04-19 21:24:00 - Connecting to LoginServer: /127.0.0.1:9021 [INFO] 2011-04-19 21:24:13 - Cant connect to LoginServer: Connection refused: co nnect Завершить выполнение пакетного файла [Y(да)/N(нет)]? ^C Server is terminated abnormaly ... Server is terminated ... Для продолжения нажмите любую клавишу . . .
04-19-2011, 09:43 PM
gameserver.network.chat.address = 95.69.217.241:9021 чат с логином на одном порту висят
MiR @ Aion Emu
Продам сборки v2.7 v3.9 v4.7 v4.8 v4.9 v5.1 , сборки мастер сервера v1.9 и v2.7 ,пишу скрипты и квесты на заказ , правки ядра , правки даты , писать в ПМ
04-19-2011, 09:45 PM
и че порт чата любой написать ? К примеру gameserver.network.chat.address = 95.69.217.241:9022
[INFO] 2011-04-19 21:23:49 - Connecting to LoginServer: /127.0.0.1:9021 гейм не видит логин сервера
Добавлено через 2 минуты вообще по умолчанию порты логин 2106 гейм 9014 Добавлено через 3 минуты gameserver.network.login.address = localhost:9014 проверь соответствие портов в логин и гейм серверах в конфигах
MiR @ Aion Emu
Продам сборки v2.7 v3.9 v4.7 v4.8 v4.9 v5.1 , сборки мастер сервера v1.9 и v2.7 ,пишу скрипты и квесты на заказ , правки ядра , правки даты , писать в ПМ |
« Предыдущая | Следующая »
|
Пользователи, просматривающие эту тему: 1 Гость(ей)