Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

AION 3.9 FULL SOURCE (Question)

Junior Spellweaver
Joined
Jul 31, 2014
Messages
141
Reaction score
13
I've downloaded the source of this link: http://forum.ragezone.com/f587/release-al-3-9-source-936746/ a few days ago and try to debug then compile i've followed all the steps and i've tried more then 20 times to make it work but i couldn't.

If someone have the source of these files working and wanna share with me would be nice! Is the best 3.9 files around.

Reply here or pm me.

Thank you in advance!
 
Newbie Spellweaver
Joined
Feb 15, 2019
Messages
45
Reaction score
2
Here same 3.9 server, but fixed some bugs
You must compile it with Java 1.7 x64.
It's 100% working emu.

What's problem with my compile ... My jdk is 1.7.0.80 , mnv 3.6.1:?:
game server are not runnable , but login server correct.
Starting Aion Lightning Game Server in DEVELOPMENT mode.
Listening for transport dt_socket at address: 8998
08:06:31.557 INFO [main]: - JavaAgent [Callback Support] is configured.
08:06:31.600 INFO [main]: - Using default implementation for ThreadExecutor
08:06:31.629 INFO [main]: - Initialized Scheduler Signaller of type: class org.q
uartz.core.SchedulerSignalerImpl
08:06:31.631 INFO [main]: - Quartz Scheduler v.2.1.7 created.
08:06:31.633 INFO [main]: - RAMJobStore initialized.
08:06:31.634 INFO [main]: - Scheduler meta-data: Quartz Scheduler (v2.1.7) 'Quar
tzScheduler' with instanceId 'NON_CLUSTERED'
Scheduler class: 'org.quartz.core.QuartzScheduler' - running locally.
NOT STARTED.
Currently in standby mode.
Number of jobs executed: 0
Using thread pool 'org.quartz.simpl.SimpleThreadPool' - with 1 threads.
Using job-store 'org.quartz.simpl.RAMJobStore' - which does not support persis
tence. and is not clustered.


08:06:31.635 INFO [main]: - Quartz scheduler 'QuartzScheduler' initialized from
an externally provided properties instance.
08:06:31.635 INFO [main]: - Quartz scheduler version: 2.1.7
08:06:31.635 INFO [main]: - Scheduler QuartzScheduler_$_NON_CLUSTERED started.
08:06:31.637 INFO [main]: - Loading: mygs.properties
08:06:31.638 INFO [main]: - No override properties found
============================================================-[ Administration ]
08:06:31.660 INFO [main]: - Loading: ./config/administration/admin.properties
08:06:31.661 INFO [main]: - Loading: ./config/administration/developer.propertie
s
======================================================================-[ Main ]
08:06:31.674 INFO [main]: - Loading: ./config/main/ai.properties
08:06:31.677 INFO [main]: - Loading: ./config/main/autogroup.properties
08:06:31.677 INFO [main]: - Loading: ./config/main/commons.properties
08:06:31.678 INFO [main]: - Loading: ./config/main/cache.properties
08:06:31.679 INFO [main]: - Loading: ./config/main/cleaning.properties
08:06:31.680 INFO [main]: - Loading: ./config/main/craft.properties
08:06:31.686 INFO [main]: - Loading: ./config/main/custom.properties
08:06:31.687 INFO [main]: - Loading: ./config/main/drop.properties
08:06:31.689 INFO [main]: - Loading: ./config/main/enchants.properties
08:06:31.691 INFO [main]: - Loading: ./config/main/events.properties
08:06:31.691 INFO [main]: - Loading: ./config/main/falldamage.properties
08:06:31.692 ERROR[main]: - Can't transform field SERVER_GREETINGS_ENABLE of cla
ss class com.aionemu.gameserver.configs.main.GSConfig
08:06:31.698 ERROR[main]: - Can't load gameserver configuration:
java.lang.RuntimeException: null
at com.aionemu.commons.configuration.ConfigurableProcessor.processField(
ConfigurableProcessor.java:155) ~[al-commons-1.3.jar:na]
at com.aionemu.commons.configuration.ConfigurableProcessor.processFields
(ConfigurableProcessor.java:122) ~[al-commons-1.3.jar:na]
at com.aionemu.commons.configuration.ConfigurableProcessor.process(Confi
gurableProcessor.java:76) ~[al-commons-1.3.jar:na]
at com.aionemu.commons.configuration.ConfigurableProcessor.process(Confi
gurableProcessor.java:61) ~[al-commons-1.3.jar:na]
at com.aionemu.gameserver.configs.Config.load(Config.java:110) ~[AL-Game
.jar:na]
at com.aionemu.gameserver.GameServer.initUtilityServicesAndConfig(GameSe
rver.java:357) [AL-Game.jar:na]
at com.aionemu.gameserver.GameServer.main(GameServer.java:163) [AL-Game.
jar:na]
08:06:31.700 ERROR[main]: - 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:192) ~[AL-Game
.jar:na]
at com.aionemu.gameserver.GameServer.initUtilityServicesAndConfig(GameSe
rver.java:357) ~[AL-Game.jar:na]
at com.aionemu.gameserver.GameServer.main(GameServer.java:163) ~[AL-Game
.jar:na]
Caused by: java.lang.RuntimeException: null
at com.aionemu.commons.configuration.ConfigurableProcessor.processField(
ConfigurableProcessor.java:155) ~[al-commons-1.3.jar:na]
at com.aionemu.commons.configuration.ConfigurableProcessor.processFields
(ConfigurableProcessor.java:122) ~[al-commons-1.3.jar:na]
at com.aionemu.commons.configuration.ConfigurableProcessor.process(Confi
gurableProcessor.java:76) ~[al-commons-1.3.jar:na]
at com.aionemu.commons.configuration.ConfigurableProcessor.process(Confi
gurableProcessor.java:61) ~[al-commons-1.3.jar:na]
at com.aionemu.gameserver.configs.Config.load(Config.java:110) ~[AL-Game
.jar:na]
... 2 common frames omitted
 
Upvote 0
Junior Spellweaver
Joined
Jul 31, 2014
Messages
141
Reaction score
13
build_gameserver.bat compile the files and use the compiled ones! To me works fine!


Bud the chat server doesnt work??? The LFG are not working.
Thx again bro!
iNightStranger
 
Upvote 0
Newbie Spellweaver
Joined
Feb 15, 2019
Messages
45
Reaction score
2
build_gameserver.bat compile the files and use the compiled ones! To me works fine!


Bud the chat server doesnt work??? The LFG are not working.
Thx again bro!
iNightStranger
Its very strange to me , I changed 3 PCs , all compiled zip has the same situation,,,Could you tell me the JDK version of yours?
Mine is
C:\Users\flies>java -version
java version "1.7.0_67"Java(TM) SE Runtime Environment (build 1.7.0_67-b01)
Java HotSpot(TM) 64-Bit Server VM (build 24.65-b04, mixed mode)
 
Upvote 0
Junior Spellweaver
Joined
Jul 31, 2014
Messages
141
Reaction score
13
jdk1.7.0_79 my java

My build_gameserver.bat:
Echo offcd AL-GameSET PATH="C:\Java\jdk1.7.0_79\bin"start ..\tools\ant\bin\ant
 
Upvote 0
Newbie Spellweaver
Joined
Feb 15, 2019
Messages
45
Reaction score
2
jdk1.7.0_79 my java

My build_gameserver.bat:
@Echo offcd AL-GameSET PATH="C:\Java\jdk1.7.0_79\bin"start ..\tools\ant\bin\ant

build success,but still can not work correctly
Buildfile: D:\AL3.9 Source\AL-Game\build.xmlclean: [delete] Deleting directory D:\AL3.9 Source\AL-Game\buildinit: [mkdir] Created dir: D:\AL3.9 Source\AL-Game\build [mkdir] Created dir: D:\AL3.9 Source\AL-Game\build\classescompile: [javac] Compiling 2122 source files to D:\AL3.9 Source\AL-Game\build\classes [javac] 警告: [options] 未与 -source 1.6 一起设置引导类路径 [javac] D:\AL3.9 Source\AL-Game\src\com\aionemu\gameserver\geoEngine\GeoWorldLoader.java:37: 警告: Cleaner是内部专用 API, 可能会在未来发行版中删除 [javac] import sun.misc.Cleaner; [javac] ^ [javac] D:\AL3.9 Source\AL-Game\src\com\aionemu\gameserver\geoEngine\GeoWorldLoader.java:38: 警告: DirectBuffer是内 部专用 API, 可能会在未来发行版中删除 [javac] import sun.nio.ch.DirectBuffer; [javac] ^ [javac] D:\AL3.9 Source\AL-Game\src\com\aionemu\gameserver\dataholders\DataManager.java:50: 警告: OutputFormat是内部专用 API, 可能会在未来发行版中删除 [javac] public static TradeListData TRADE_LIST_DATA; [javac] ^ [javac] D:\AL3.9 Source\AL-Game\src\com\aionemu\gameserver\dataholders\DataManager.java:52: 警告: XMLSerializer是内 部专用 API, 可能会在未来发行版中删除 [javac] public static PlayerExperienceTable PLAYER_EXPERIENCE_TABLE; [javac] ^ [javac] D:\AL3.9 Source\AL-Game\src\com\aionemu\gameserver\dataholders\HouseScriptData.java:111: 警告: OutputFormat 是内部专用 API, 可能会在未来发行版中删除 [javac] OutputFormat format = new OutputFormat(document); [javac] ^ [javac] D:\AL3.9 Source\AL-Game\src\com\aionemu\gameserver\dataholders\HouseScriptData.java:111: 警告: OutputFormat 是内部专用 API, 可能会在未来发行版中删除 [javac] OutputFormat format = new OutputFormat(document); [javac] ^ [javac] D:\AL3.9 Source\AL-Game\src\com\aionemu\gameserver\dataholders\HouseScriptData.java:116: 警告: XMLSerializer是内部专用 API, 可能会在未来发行版中删除 [javac] XMLSerializer serializer = new XMLSerializer(out, format); [javac] ^ [javac] D:\AL3.9 Source\AL-Game\src\com\aionemu\gameserver\dataholders\HouseScriptData.java:116: 警告: XMLSerializer是内部专用 API, 可能会在未来发行版中删除 [javac] XMLSerializer serializer = new XMLSerializer(out, format); [javac] ^ [javac] D:\AL3.9 Source\AL-Game\src\com\aionemu\gameserver\geoEngine\GeoWorldLoader.java:277: 警告: Cleaner是内部专 用 API, 可能会在未来发行版中删除 [javac] Cleaner cleaner = ((DirectBuffer) toBeDestroyed).cleaner(); [javac] ^ [javac] D:\AL3.9 Source\AL-Game\src\com\aionemu\gameserver\geoEngine\GeoWorldLoader.java:277: 警告: DirectBuffer是内部专用 API, 可能会在未来发行版中删除 [javac] Cleaner cleaner = ((DirectBuffer) toBeDestroyed).cleaner(); [javac] ^ [javac] 注: 某些输入文件使用或覆盖了已过时的 API。 [javac] 注: 有关详细信息, 请使用 -Xlint:deprecation 重新编译。 [javac] 注: D:\AL3.9 Source\AL-Game\src\com\aionemu\gameserver\geoEngine\scene\Mesh.java使用了未经检查或不安全的操作。 [javac] 注: 有关详细信息, 请使用 -Xlint:unchecked 重新编译。 [javac] 11 个警告jar: [jar] Building jar: D:\AL3.9 Source\AL-Game\build\AL-Game.jardist: [mkdir] Created dir: D:\AL3.9 Source\AL-Game\build\dist [mkdir] Created dir: D:\AL3.9 Source\AL-Game\build\dist\gameserver [mkdir] Created dir: D:\AL3.9 Source\AL-Game\build\dist\gameserver\config [mkdir] Created dir: D:\AL3.9 Source\AL-Game\build\dist\gameserver\data [mkdir] Created dir: D:\AL3.9 Source\AL-Game\build\dist\gameserver\libs [mkdir] Created dir: D:\AL3.9 Source\AL-Game\build\dist\gameserver\sql [copy] Copying 1 file to D:\AL3.9 Source\AL-Game\build\dist\gameserver [copy] Copying 24 files to D:\AL3.9 Source\AL-Game\build\dist\gameserver\libs [copy] Copying 7 files to D:\AL3.9 Source\AL-Game\build\dist\gameserver [copy] Copying 47 files to D:\AL3.9 Source\AL-Game\build\dist\gameserver\config [copy] Copying 2407 files to D:\AL3.9 Source\AL-Game\build\dist\gameserver\data [copy] Copying 85 files to D:\AL3.9 Source\AL-Game\build\dist\gameserver\sql [zip] Building zip: D:\AL3.9 Source\AL-Game\build\AL-Game.zipBUILD SUCCESSFULTotal time: 32 seconds
 
Upvote 0
Newbie Spellweaver
Joined
Feb 15, 2019
Messages
45
Reaction score
2
jdk1.7.0_79 my java

My build_gameserver.bat:
@Echo offcd AL-GameSET PATH="C:\Java\jdk1.7.0_79\bin"start ..\tools\ant\bin\ant

Finally,I fixed this source up to run。。。
There have two mistakes in gameserver.pro and a incorrect quest file
 
Upvote 0
Junior Spellweaver
Joined
Jul 31, 2014
Messages
141
Reaction score
13
Cool man! That's great, if you find a bug let me know.

I'm doing all asmos campaings.

Till now what i think is buugged is that the lfg doesnt work and sometimes when you turn a quest in and you supose to levelup you dont.

just after you do something like pop wings you will level up.

If you will try to fix this files i can add you at skype so we can help each other?
 
Upvote 0
Newbie Spellweaver
Joined
Feb 15, 2019
Messages
45
Reaction score
2
Cool man! That's great, if you find a bug let me know.

I'm doing all asmos campaings.

Till now what i think is buugged is that the lfg doesnt work and sometimes when you turn a quest in and you supose to levelup you dont.

just after you do something like pop wings you will level up.

If you will try to fix this files i can add you at skype so we can help each other?
Okay,,,and now, Chatserver is fully not work
,and I have no idea how to fix it.
 
Upvote 0
Junior Spellweaver
Joined
Jul 31, 2014
Messages
141
Reaction score
13
yes it wont work! i've tried another chat server files that i have and still dont work idk why
 
Upvote 0
Newbie Spellweaver
Joined
Nov 6, 2013
Messages
23
Reaction score
8
Here with fixed bugs.
It's working! I compile this emu and start game. Download again please. I use Java SDK 1.7.
jasonguns - AION 3.9 FULL SOURCE (Question) - RaGEZONE Forums


Console log:

2019-07-24 02:01:11,567 INFO [main] com.aionemu.gameserver.GameServer [GameServer.java:351] JavaAgent [Callback Support] is configured.
2019-07-24 02:01:11,607 INFO [main] org.quartz.impl.StdSchedulerFactory [StdSchedulerFactory.java:1175] Using default implementation for ThreadExecutor
2019-07-24 02:01:11,626 INFO [main] org.quartz.core.SchedulerSignalerImpl [SchedulerSignalerImpl.java:61] Initialized Scheduler Signaller of type: class org.quartz.core.SchedulerSignalerImpl
2019-07-24 02:01:11,627 INFO [main] org.quartz.core.QuartzScheduler [QuartzScheduler.java:243] Quartz Scheduler v.2.1.7 created.
2019-07-24 02:01:11,628 INFO [main] org.quartz.simpl.RAMJobStore [RAMJobStore.java:154] RAMJobStore initialized.
2019-07-24 02:01:11,629 INFO [main] org.quartz.core.QuartzScheduler [QuartzScheduler.java:268] Scheduler meta-data: Quartz Scheduler (v2.1.7) 'QuartzScheduler' with instanceId 'NON_CLUSTERED'
Scheduler class: 'org.quartz.core.QuartzScheduler' - running locally.
NOT STARTED.
Currently in standby mode.
Number of jobs executed: 0
Using thread pool 'org.quartz.simpl.SimpleThreadPool' - with 1 threads.
Using job-store 'org.quartz.simpl.RAMJobStore' - which does not support persistence. and is not clustered.

2019-07-24 02:01:11,629 INFO [main] org.quartz.impl.StdSchedulerFactory [StdSchedulerFactory.java:1324] Quartz scheduler 'QuartzScheduler' initialized from an externally provided properties instance.
2019-07-24 02:01:11,629 INFO [main] org.quartz.impl.StdSchedulerFactory [StdSchedulerFactory.java:1328] Quartz scheduler version: 2.1.7
2019-07-24 02:01:11,630 INFO [main] org.quartz.core.QuartzScheduler [QuartzScheduler.java:534] Scheduler QuartzScheduler_$_NON_CLUSTERED started.
2019-07-24 02:01:11,631 INFO [main] com.aionemu.gameserver.configs.Config [Config.java:50] Loading: mygs.properties
2019-07-24 02:01:11,631 INFO [main] com.aionemu.gameserver.configs.Config [Config.java:54] No override properties found
2019-07-24 02:01:11,652 INFO [main] com.aionemu.gameserver.configs.Config [Config.java:65] Loading: ./config/administration/admin.properties
2019-07-24 02:01:11,653 INFO [main] com.aionemu.gameserver.configs.Config [Config.java:68] Loading: ./config/administration/developer.properties
2019-07-24 02:01:11,665 INFO [main] com.aionemu.gameserver.configs.Config [Config.java:78] Loading: ./config/main/ai.properties
2019-07-24 02:01:11,667 INFO [main] com.aionemu.gameserver.configs.Config [Config.java:81] Loading: ./config/main/autogroup.properties
2019-07-24 02:01:11,668 INFO [main] com.aionemu.gameserver.configs.Config [Config.java:84] Loading: ./config/main/commons.properties
2019-07-24 02:01:11,668 INFO [main] com.aionemu.gameserver.configs.Config [Config.java:87] Loading: ./config/main/cache.properties
2019-07-24 02:01:11,669 INFO [main] com.aionemu.gameserver.configs.Config [Config.java:90] Loading: ./config/main/cleaning.properties
2019-07-24 02:01:11,670 INFO [main] com.aionemu.gameserver.configs.Config [Config.java:93] Loading: ./config/main/craft.properties
2019-07-24 02:01:11,675 INFO [main] com.aionemu.gameserver.configs.Config [Config.java:96] Loading: ./config/main/custom.properties
2019-07-24 02:01:11,676 INFO [main] com.aionemu.gameserver.configs.Config [Config.java:99] Loading: ./config/main/drop.properties
2019-07-24 02:01:11,678 INFO [main] com.aionemu.gameserver.configs.Config [Config.java:102] Loading: ./config/main/enchants.properties
2019-07-24 02:01:11,679 INFO [main] com.aionemu.gameserver.configs.Config [Config.java:105] Loading: ./config/main/events.properties
2019-07-24 02:01:11,680 INFO [main] com.aionemu.gameserver.configs.Config [Config.java:108] Loading: ./config/main/falldamage.properties
2019-07-24 02:01:11,681 INFO [main] com.aionemu.gameserver.configs.Config [Config.java:111] Loading: ./config/main/gameserver.properties
2019-07-24 02:01:11,682 INFO [main] com.aionemu.gameserver.configs.Config [Config.java:114] Loading: ./config/main/geodata.properties
2019-07-24 02:01:11,683 INFO [main] com.aionemu.gameserver.configs.Config [Config.java:117] Loading: ./config/main/group.properties
2019-07-24 02:01:11,685 INFO [main] com.aionemu.gameserver.configs.Config [Config.java:120] Loading: ./config/main/housing.properties
2019-07-24 02:01:11,686 INFO [main] com.aionemu.gameserver.configs.Config [Config.java:123] Loading: ./config/main/html.properties
2019-07-24 02:01:11,687 INFO [main] com.aionemu.gameserver.configs.Config [Config.java:126] Loading: ./config/main/ingameshop.properties
2019-07-24 02:01:11,691 INFO [main] com.aionemu.gameserver.configs.Config [Config.java:129] Loading: ./config/main/legion.properties
2019-07-24 02:01:11,693 INFO [main] com.aionemu.gameserver.configs.Config [Config.java:132] Loading: ./config/main/logging.properties
2019-07-24 02:01:11,696 INFO [main] com.aionemu.gameserver.configs.Config [Config.java:135] Loading: ./config/main/membership.properties
2019-07-24 02:01:11,697 INFO [main] com.aionemu.gameserver.configs.Config [Config.java:138] Loading: ./config/main/name.properties
2019-07-24 02:01:11,698 INFO [main] com.aionemu.gameserver.configs.Config [Config.java:141] Loading: ./config/main/periodicsave.properties
2019-07-24 02:01:11,700 INFO [main] com.aionemu.gameserver.configs.Config [Config.java:144] Loading: ./config/main/playertransfer.properties
2019-07-24 02:01:11,701 INFO [main] com.aionemu.gameserver.configs.Config [Config.java:147] Loading: ./config/main/prices.properties
2019-07-24 02:01:11,702 INFO [main] com.aionemu.gameserver.configs.Config [Config.java:150] Loading: ./config/main/punishment.properties
2019-07-24 02:01:11,703 INFO [main] com.aionemu.gameserver.configs.Config [Config.java:153] Loading: ./config/main/ranking.properties
2019-07-24 02:01:11,708 INFO [main] com.aionemu.gameserver.configs.Config [Config.java:156] Loading: ./config/main/rates.properties
2019-07-24 02:01:11,710 INFO [main] com.aionemu.gameserver.configs.Config [Config.java:159] Loading: ./config/main/security.properties
2019-07-24 02:01:11,712 INFO [main] com.aionemu.gameserver.configs.Config [Config.java:162] Loading: ./config/main/shutdown.properties
2019-07-24 02:01:11,713 INFO [main] com.aionemu.gameserver.configs.Config [Config.java:165] Loading: ./config/main/siege.properties
2019-07-24 02:01:11,713 INFO [main] com.aionemu.gameserver.configs.Config [Config.java:168] Loading: ./config/main/thread.properties
2019-07-24 02:01:11,715 INFO [main] com.aionemu.gameserver.configs.Config [Config.java:171] Loading: ./config/main/weddings.properties
2019-07-24 02:01:11,715 INFO [main] com.aionemu.gameserver.configs.Config [Config.java:174] Loading: ./config/main/world.properties
2019-07-24 02:01:11,716 INFO [main] com.aionemu.gameserver.configs.Config [Config.java:183] Loading: ./config/network/database.properties
2019-07-24 02:01:11,719 INFO [main] com.aionemu.gameserver.configs.Config [Config.java:186] Loading: ./config/network/network.properties
2019-07-24 02:01:11,934 INFO [main] com.aionemu.commons.database.DatabaseFactory [DatabaseFactory.java:123] Successfully connected to database
2019-07-24 02:01:13,755 INFO [main] com.aionemu.commons.database.dao.DAOManager [DAOManager.java:85] Loaded 50 DAO implementations.
2019-07-24 02:01:13,764 INFO [main] com.aionemu.gameserver.utils.ThreadPoolManager [ThreadPoolManager.java:79] ThreadPoolManager: Initialized with 32 scheduler, 8 instant, 0 long running, and forking 0 thread(s).
2019-07-24 02:01:33,389 INFO [main] com.aionemu.gameserver.skillengine.effect.EscapeEffect [EffectTemplate.java:723] missing effectype for ESCAPE
2019-07-24 02:01:33,766 INFO [main] com.aionemu.gameserver.services.MotionLoggingService [MotionLoggingService.java:579] MotionLoggingService started.
2019-07-24 02:01:44,654 INFO [main] com.aionemu.gameserver.dataholders.DataManager [StaticData.java:264] Loaded world maps data: 117 maps
2019-07-24 02:01:44,654 INFO [main] com.aionemu.gameserver.dataholders.DataManager [StaticData.java:265] Loaded 30 material ids
2019-07-24 02:01:44,655 INFO [main] com.aionemu.gameserver.dataholders.DataManager [StaticData.java:266] Loaded weather for 23 maps
2019-07-24 02:01:44,655 INFO [main] com.aionemu.gameserver.dataholders.DataManager [StaticData.java:267] Loaded player exp table: 61 levels
2019-07-24 02:01:44,656 INFO [main] com.aionemu.gameserver.dataholders.DataManager [StaticData.java:268] Loaded 464 player stat templates
2019-07-24 02:01:44,656 INFO [main] com.aionemu.gameserver.dataholders.DataManager [StaticData.java:269] Loaded 351 summon stat templates
2019-07-24 02:01:44,657 INFO [main] com.aionemu.gameserver.dataholders.DataManager [StaticData.java:270] Loaded 1 item cleanup entries
2019-07-24 02:01:44,657 INFO [main] com.aionemu.gameserver.dataholders.DataManager [StaticData.java:271] Loaded 71283 item templates
2019-07-24 02:01:44,657 INFO [main] com.aionemu.gameserver.dataholders.DataManager [StaticData.java:272] Loaded 77 item bonus templates
2019-07-24 02:01:44,658 INFO [main] com.aionemu.gameserver.dataholders.DataManager [StaticData.java:273] Loaded 4765 bonus item group templates and 785 pet food items
2019-07-24 02:01:44,658 INFO [main] com.aionemu.gameserver.dataholders.DataManager [StaticData.java:275] Loaded 37455 npc templates
2019-07-24 02:01:44,658 INFO [main] com.aionemu.gameserver.dataholders.DataManager [StaticData.java:276] Loaded 12 system mail templates
2019-07-24 02:01:44,659 INFO [main] com.aionemu.gameserver.dataholders.DataManager [StaticData.java:277] Loaded 3133 npc shout templates
2019-07-24 02:01:44,659 INFO [main] com.aionemu.gameserver.dataholders.DataManager [StaticData.java:278] Loaded 160 pet templates 30 food flavours
2019-07-24 02:01:44,659 INFO [main] com.aionemu.gameserver.dataholders.DataManager [StaticData.java:279] Loaded 31 pet doping templates
2019-07-24 02:01:44,660 INFO [main] com.aionemu.gameserver.dataholders.DataManager [StaticData.java:280] Loaded 4 initial player templates
2019-07-24 02:01:44,660 INFO [main] com.aionemu.gameserver.dataholders.DataManager [StaticData.java:281] Loaded 1063 trade lists
2019-07-24 02:01:44,660 INFO [main] com.aionemu.gameserver.dataholders.DataManager [StaticData.java:282] Loaded 234 npc teleporter templates
2019-07-24 02:01:44,661 INFO [main] com.aionemu.gameserver.dataholders.DataManager [StaticData.java:283] Loaded 198 teleport locations
2019-07-24 02:01:44,661 INFO [main] com.aionemu.gameserver.dataholders.DataManager [StaticData.java:284] Loaded 8774 skill templates
2019-07-24 02:01:44,661 INFO [main] com.aionemu.gameserver.dataholders.DataManager [StaticData.java:285] Loaded 132 motion times
2019-07-24 02:01:44,662 INFO [main] com.aionemu.gameserver.dataholders.DataManager [StaticData.java:286] Loaded 8589 skill learn entries
2019-07-24 02:01:44,662 INFO [main] com.aionemu.gameserver.dataholders.DataManager [StaticData.java:287] Loaded 7 cube expand entries
2019-07-24 02:01:44,662 INFO [main] com.aionemu.gameserver.dataholders.DataManager [StaticData.java:288] Loaded 101 warehouse expand entries
2019-07-24 02:01:44,663 INFO [main] com.aionemu.gameserver.dataholders.DataManager [StaticData.java:289] Loaded 91 bind point entries
2019-07-24 02:01:44,663 INFO [main] com.aionemu.gameserver.dataholders.DataManager [StaticData.java:290] Loaded 5937 quest data entries
2019-07-24 02:01:44,664 INFO [main] com.aionemu.gameserver.dataholders.DataManager [StaticData.java:291] Loaded 663 gatherable entries
2019-07-24 02:01:44,664 INFO [main] com.aionemu.gameserver.dataholders.DataManager [StaticData.java:292] Loaded 255 title entries
2019-07-24 02:01:44,664 INFO [main] com.aionemu.gameserver.dataholders.DataManager [StaticData.java:293] Loaded 6028 walker routes
2019-07-24 02:01:44,664 INFO [main] com.aionemu.gameserver.dataholders.DataManager [StaticData.java:294] Loaded 3267 zone entries
2019-07-24 02:01:44,665 INFO [main] com.aionemu.gameserver.dataholders.DataManager [StaticData.java:295] Loaded 1862 goodslist entries
2019-07-24 02:01:44,665 INFO [main] com.aionemu.gameserver.dataholders.DataManager [StaticData.java:296] Loaded 424 tribe relation entries
2019-07-24 02:01:44,665 INFO [main] com.aionemu.gameserver.dataholders.DataManager [StaticData.java:297] Loaded 9409 recipe entries
2019-07-24 02:01:44,666 INFO [main] com.aionemu.gameserver.dataholders.DataManager [StaticData.java:298] Loaded 105 chest locations
2019-07-24 02:01:44,666 INFO [main] com.aionemu.gameserver.dataholders.DataManager [StaticData.java:299] Loaded 44 static door locations
2019-07-24 02:01:44,666 INFO [main] com.aionemu.gameserver.dataholders.DataManager [StaticData.java:300] Loaded 306 item set entries
2019-07-24 02:01:44,666 INFO [main] com.aionemu.gameserver.dataholders.DataManager [StaticData.java:301] Loaded 14 npc factions
2019-07-24 02:01:44,666 INFO [main] com.aionemu.gameserver.dataholders.DataManager [StaticData.java:302] Loaded 10158 npc skill list entries
2019-07-24 02:01:44,667 INFO [main] com.aionemu.gameserver.dataholders.DataManager [StaticData.java:303] Loaded 20 pet skill list entries
2019-07-24 02:01:44,667 INFO [main] com.aionemu.gameserver.dataholders.DataManager [StaticData.java:304] Loaded 69 siege location entries
2019-07-24 02:01:44,667 INFO [main] com.aionemu.gameserver.dataholders.DataManager [StaticData.java:305] Loaded 2 vortex entries
2019-07-24 02:01:44,668 INFO [main] com.aionemu.gameserver.dataholders.DataManager [StaticData.java:306] Loaded 36 rift entries
2019-07-24 02:01:44,668 INFO [main] com.aionemu.gameserver.dataholders.DataManager [StaticData.java:307] Loaded 70 fly ring entries
2019-07-24 02:01:44,668 INFO [main] com.aionemu.gameserver.dataholders.DataManager [StaticData.java:308] Loaded 9 shield entries
2019-07-24 02:01:44,668 INFO [main] com.aionemu.gameserver.dataholders.DataManager [StaticData.java:309] Loaded 160 pet entries
2019-07-24 02:01:44,669 INFO [main] com.aionemu.gameserver.dataholders.DataManager [StaticData.java:310] Loaded 80 guide entries
2019-07-24 02:01:44,669 INFO [main] com.aionemu.gameserver.dataholders.DataManager [StaticData.java:311] Loaded 10 road entries
2019-07-24 02:01:44,669 INFO [main] com.aionemu.gameserver.dataholders.DataManager [StaticData.java:312] Loaded 83 instance cooltime entries
2019-07-24 02:01:44,669 INFO [main] com.aionemu.gameserver.dataholders.DataManager [StaticData.java:313] Loaded 1927 decomposable items entries
2019-07-24 02:01:44,669 INFO [main] com.aionemu.gameserver.dataholders.DataManager [StaticData.java:314] Loaded 59 ai templates
2019-07-24 02:01:44,670 INFO [main] com.aionemu.gameserver.dataholders.DataManager [StaticData.java:315] Loaded 240 flypath templates
2019-07-24 02:01:44,670 INFO [main] com.aionemu.gameserver.dataholders.DataManager [StaticData.java:316] Loaded 8 windstream entries
2019-07-24 02:01:44,670 INFO [main] com.aionemu.gameserver.dataholders.DataManager [StaticData.java:317] Loaded 20 assembled npcs entries
2019-07-24 02:01:44,670 INFO [main] com.aionemu.gameserver.dataholders.DataManager [StaticData.java:318] Loaded 366 cosmetic items entries
2019-07-24 02:01:44,671 INFO [main] com.aionemu.gameserver.dataholders.DataManager [StaticData.java:319] Loaded 16961 npc drop entries
2019-07-24 02:01:44,671 INFO [main] com.aionemu.gameserver.dataholders.DataManager [StaticData.java:320] Loaded 40 auto group entries
2019-07-24 02:01:44,671 INFO [main] com.aionemu.gameserver.dataholders.DataManager [StaticData.java:321] Loaded 100 spawn maps entries
2019-07-24 02:01:44,671 INFO [main] com.aionemu.gameserver.dataholders.DataManager [StaticData.java:322] Loaded 0 active events
2019-07-24 02:01:44,672 INFO [main] com.aionemu.gameserver.dataholders.DataManager [StaticData.java:323] Loaded 20 skill panel entries
2019-07-24 02:01:44,672 INFO [main] com.aionemu.gameserver.dataholders.DataManager [StaticData.java:324] Loaded 9 instance Buffs entries
2019-07-24 02:01:44,672 INFO [main] com.aionemu.gameserver.dataholders.DataManager [StaticData.java:325] Loaded 1420 housing object entries
2019-07-24 02:01:44,673 INFO [main] com.aionemu.gameserver.dataholders.DataManager [StaticData.java:326] Loaded 40 ride info entries
2019-07-24 02:01:44,673 INFO [main] com.aionemu.gameserver.dataholders.DataManager [StaticData.java:327] Loaded 102 instance exit entries
2019-07-24 02:01:44,673 INFO [main] com.aionemu.gameserver.dataholders.DataManager [StaticData.java:328] Loaded 288 portal loc entries
2019-07-24 02:01:44,674 INFO [main] com.aionemu.gameserver.dataholders.DataManager [StaticData.java:329] Loaded 353 portal templates2 entries
2019-07-24 02:01:44,674 INFO [main] com.aionemu.gameserver.dataholders.DataManager [StaticData.java:330] Loaded 20 housing lands
2019-07-24 02:01:44,674 INFO [main] com.aionemu.gameserver.dataholders.DataManager [StaticData.java:331] Loaded 9 house building styles
2019-07-24 02:01:44,675 INFO [main] com.aionemu.gameserver.dataholders.DataManager [StaticData.java:332] Loaded 265 house parts
2019-07-24 02:01:44,675 INFO [main] com.aionemu.gameserver.dataholders.DataManager [StaticData.java:333] Loaded 3096 house spawns
2019-07-24 02:01:44,675 INFO [main] com.aionemu.gameserver.dataholders.DataManager [StaticData.java:334] Loaded 19 house default scripts
2019-07-24 02:01:44,676 INFO [main] com.aionemu.gameserver.dataholders.DataManager [StaticData.java:335] Loaded 10 curing Objects entries
2019-07-24 02:01:44,676 INFO [main] com.aionemu.gameserver.dataholders.DataManager [StaticData.java:336] Loaded 30 assembly items entries
2019-07-24 02:01:44,676 INFO [main] com.aionemu.gameserver.dataholders.DataManager [StaticData.java:337] Loaded 120 challenge tasks entries
2019-07-24 02:01:44,679 INFO [main] com.aionemu.gameserver.dataholders.DataManager [StaticData.java:338] Loaded 2951 town spawns
2019-07-24 02:01:44,751 INFO [main] com.aionemu.gameserver.dataholders.DataManager [DataManager.java:289] ##### [Static Data loaded in: 30 seconds] #####
2019-07-24 02:01:44,766 INFO [main] com.aionemu.gameserver.utils.idfactory.IDFactory [IDFactory.java:83] IDFactory: 73 id's used.
2019-07-24 02:01:44,771 INFO [main] com.aionemu.gameserver.world.zone.ZoneService [ZoneService.java:142] Zone engine load started
2019-07-24 02:01:44,915 INFO [main] com.aionemu.gameserver.world.zone.ZoneService [ZoneService.java:153] Loaded 3 zone handlers.
2019-07-24 02:01:44,918 INFO [main] com.aionemu.gameserver.world.geo.GeoService [GeoService.java:50] Configured Geo type: GEO_MESHES
2019-07-24 02:01:44,918 INFO [main] com.aionemu.gameserver.world.geo.RealGeoData [RealGeoData.java:88] Loading meshes..
2019-07-24 02:01:48,095 INFO [main] com.aionemu.gameserver.world.geo.RealGeoData [RealGeoData.java:59] Loading geo maps..
2019-07-24 02:01:48,766 WARN [main] com.aionemu.gameserver.world.zone.ZoneService [ZoneService.java:306] Duplicate material mesh: BU_H_CENTERHALL_02B_12957_700020000
2019-07-24 02:01:48,768 WARN [main] com.aionemu.gameserver.world.zone.ZoneService [ZoneService.java:306] Duplicate material mesh: BU_H_CENTERHALL_02B_47725_700020000
2019-07-24 02:01:49,186 INFO [main] com.aionemu.gameserver.world.geo.RealGeoData [RealGeoData.java:52] Geodata: 117 geo maps loaded!
2019-07-24 02:01:50,226 INFO [main] com.aionemu.gameserver.world.World [World.java:94] World: 117 worlds map created.
2019-07-24 02:01:50,317 INFO [InstantPool-2] com.aionemu.gameserver.instance.InstanceEngine [InstanceEngine.java:52] Instance engine load started
2019-07-24 02:01:50,317 INFO [InstantPool-3] com.aionemu.gameserver.ai2.AI2Engine [AI2Engine.java:58] AI2 engine load started
2019-07-24 02:01:50,317 INFO [InstantPool-1] com.aionemu.gameserver.questEngine.QuestEngine [QuestEngine.java:955] Quest engine load started
2019-07-24 02:01:52,049 INFO [InstantPool-2] com.aionemu.gameserver.instance.InstanceEngine [InstanceEngine.java:63] Loaded 50 instance handlers.
2019-07-24 02:01:52,908 INFO [InstantPool-5] com.aionemu.gameserver.services.AnnouncementService [AnnouncementService.java:117] Loaded 0 announcements
2019-07-24 02:01:53,468 INFO [InstantPool-3] com.aionemu.gameserver.ai2.AI2Engine [AI2Engine.java:69] Loaded 308 ai handlers.
2019-07-24 02:01:54,913 INFO [InstantPool-1] com.aionemu.gameserver.questEngine.QuestEngine [QuestEngine.java:978] Loaded 5033 quest handlers.
2019-07-24 02:01:54,918 INFO [main] SIEGE_LOG [SiegeService.java:133] Initializing sieges...
2019-07-24 02:01:55,013 INFO [main] com.aionemu.gameserver.spawnengine.SpawnEngine [SpawnEngine.java:283] Spawned 110010000 [1] : 338
2019-07-24 02:01:55,015 INFO [main] com.aionemu.gameserver.services.HousingService [HousingService.java:81] Loading housing data...
2019-07-24 02:01:55,029 INFO [main] com.aionemu.gameserver.services.HousingService [HousingService.java:84] Housing Service loaded.
2019-07-24 02:01:55,031 INFO [main] com.aionemu.gameserver.spawnengine.SpawnEngine [SpawnEngine.java:283] Spawned 110020000 [1] : 28
2019-07-24 02:01:55,036 INFO [main] com.aionemu.gameserver.spawnengine.SpawnEngine [SpawnEngine.java:283] Spawned 110070000 [1] : 50
2019-07-24 02:01:55,061 INFO [main] com.aionemu.gameserver.spawnengine.SpawnEngine [SpawnEngine.java:283] Spawned 120010000 [1] : 372
2019-07-24 02:01:55,064 INFO [main] com.aionemu.gameserver.spawnengine.SpawnEngine [SpawnEngine.java:283] Spawned 120020000 [1] : 26
2019-07-24 02:01:55,068 INFO [main] com.aionemu.gameserver.spawnengine.SpawnEngine [SpawnEngine.java:283] Spawned 120080000 [1] : 50
2019-07-24 02:01:55,175 INFO [main] com.aionemu.gameserver.spawnengine.SpawnEngine [SpawnEngine.java:283] Spawned 210010000 [1] : 1133
2019-07-24 02:01:55,391 INFO [main] com.aionemu.gameserver.spawnengine.SpawnEngine [SpawnEngine.java:283] Spawned 210020000 [1] : 6614
2019-07-24 02:01:55,457 INFO [main] com.aionemu.gameserver.spawnengine.SpawnEngine [SpawnEngine.java:283] Spawned 210030000 [1] : 2715
2019-07-24 02:01:55,713 INFO [main] com.aionemu.gameserver.spawnengine.SpawnEngine [SpawnEngine.java:283] Spawned 210040000 [1] : 8469
2019-07-24 02:01:55,723 INFO [main] com.aionemu.gameserver.services.HousingService [HousingService.java:153] Spawned houses 210040000 [1] : 9
2019-07-24 02:01:56,007 WARN [main] com.aionemu.gameserver.spawnengine.WalkerFormator [WalkerFormator.java:113] Incorrect pool for route: A3D76C7B0482C218FF628BB803A1CE8D7CA6E54B
2019-07-24 02:01:56,008 WARN [main] com.aionemu.gameserver.spawnengine.WalkerGroup [WalkerGroup.java:63] Invalid row sizes for walk cluster A3D76C7B0482C218FF628BB803A1CE8D7CA6E54B
2019-07-24 02:01:56,011 INFO [main] com.aionemu.gameserver.spawnengine.SpawnEngine [SpawnEngine.java:283] Spawned 210050000 [1] : 8332
2019-07-24 02:01:56,016 INFO [main] com.aionemu.gameserver.services.HousingService [HousingService.java:153] Spawned houses 210050000 [1] : 6
2019-07-24 02:01:56,214 INFO [main] com.aionemu.gameserver.spawnengine.SpawnEngine [SpawnEngine.java:283] Spawned 210060000 [1] : 7862
2019-07-24 02:01:56,265 INFO [main] com.aionemu.gameserver.spawnengine.SpawnEngine [SpawnEngine.java:283] Spawned 220010000 [1] : 1484
2019-07-24 02:01:56,374 INFO [pool-3-thread-4] com.aionemu.gameserver.taskmanager.AbstractPeriodicTaskManager [AbstractPeriodicTaskManager.java:41] PacketBroadcaster: Initialized.
2019-07-24 02:01:56,487 INFO [main] com.aionemu.gameserver.spawnengine.SpawnEngine [SpawnEngine.java:283] Spawned 220020000 [1] : 7688
2019-07-24 02:01:56,597 INFO [main] com.aionemu.gameserver.spawnengine.SpawnEngine [SpawnEngine.java:283] Spawned 220030000 [1] : 3292
2019-07-24 02:01:56,666 INFO [main] com.aionemu.gameserver.spawnengine.SpawnEngine [SpawnEngine.java:283] Spawned 220040000 [1] : 8423
2019-07-24 02:01:56,680 INFO [main] com.aionemu.gameserver.services.HousingService [HousingService.java:153] Spawned houses 220040000 [1] : 9
2019-07-24 02:01:56,728 INFO [main] com.aionemu.gameserver.spawnengine.SpawnEngine [SpawnEngine.java:283] Spawned 220050000 [1] : 8673
2019-07-24 02:01:56,789 INFO [main] com.aionemu.gameserver.spawnengine.SpawnEngine [SpawnEngine.java:283] Spawned 220070000 [1] : 8112
2019-07-24 02:01:56,793 INFO [main] com.aionemu.gameserver.services.HousingService [HousingService.java:153] Spawned houses 220070000 [1] : 6
2019-07-24 02:01:56,794 INFO [main] com.aionemu.gameserver.spawnengine.SpawnEngine [SpawnEngine.java:283] Spawned 300010000 [1] : 0
2019-07-24 02:01:56,794 INFO [main] com.aionemu.gameserver.spawnengine.SpawnEngine [SpawnEngine.java:283] Spawned 300020000 [1] : 0
2019-07-24 02:01:56,795 INFO [main] com.aionemu.gameserver.spawnengine.SpawnEngine [SpawnEngine.java:283] Spawned 300290000 [1] : 0
2019-07-24 02:01:56,795 INFO [main] com.aionemu.gameserver.spawnengine.SpawnEngine [SpawnEngine.java:283] Spawned 320060000 [1] : 0
2019-07-24 02:01:56,864 INFO [main] com.aionemu.gameserver.spawnengine.SpawnEngine [SpawnEngine.java:283] Spawned 400010000 [1] : 10222
2019-07-24 02:01:56,865 INFO [main] com.aionemu.gameserver.spawnengine.SpawnEngine [SpawnEngine.java:283] Spawned 510010000 [1] : 0
2019-07-24 02:01:56,865 INFO [main] com.aionemu.gameserver.spawnengine.SpawnEngine [SpawnEngine.java:283] Spawned 520010000 [1] : 0
2019-07-24 02:01:56,871 INFO [main] com.aionemu.gameserver.spawnengine.SpawnEngine [SpawnEngine.java:283] Spawned 600010000 [1] : 394
2019-07-24 02:01:56,873 INFO [main] com.aionemu.gameserver.spawnengine.StaticDoorSpawnManager [StaticDoorSpawnManager.java:64] Spawned static doors: 600020000 [1] : 3
2019-07-24 02:01:56,949 INFO [main] com.aionemu.gameserver.spawnengine.SpawnEngine [SpawnEngine.java:283] Spawned 600020000 [1] : 5589
2019-07-24 02:01:56,952 INFO [main] com.aionemu.gameserver.spawnengine.StaticDoorSpawnManager [StaticDoorSpawnManager.java:64] Spawned static doors: 600030000 [1] : 1
2019-07-24 02:01:57,010 INFO [main] com.aionemu.gameserver.taskmanager.AbstractPeriodicTaskManager [AbstractPeriodicTaskManager.java:41] MoveTaskManager: Initialized.
2019-07-24 02:01:57,022 INFO [main] com.aionemu.gameserver.spawnengine.SpawnEngine [SpawnEngine.java:283] Spawned 600030000 [1] : 7583
2019-07-24 02:01:57,029 INFO [main] com.aionemu.gameserver.spawnengine.SpawnEngine [SpawnEngine.java:283] Spawned 600040000 [1] : 749
2019-07-24 02:01:57,042 INFO [main] com.aionemu.gameserver.spawnengine.SpawnEngine [SpawnEngine.java:283] Spawned 700010000 [1] : 1721
2019-07-24 02:01:57,423 INFO [main] com.aionemu.gameserver.services.HousingService [HousingService.java:153] Spawned houses 700010000 [1] : 500
2019-07-24 02:01:57,423 INFO [main] com.aionemu.gameserver.spawnengine.SpawnEngine [SpawnEngine.java:283] Spawned 700020000 [1] : 0
2019-07-24 02:01:57,435 INFO [main] com.aionemu.gameserver.spawnengine.SpawnEngine [SpawnEngine.java:283] Spawned 710010000 [1] : 1506
2019-07-24 02:01:57,587 INFO [main] com.aionemu.gameserver.services.HousingService [HousingService.java:153] Spawned houses 710010000 [1] : 500
2019-07-24 02:01:57,587 INFO [main] com.aionemu.gameserver.spawnengine.SpawnEngine [SpawnEngine.java:283] Spawned 710020000 [1] : 0
2019-07-24 02:01:57,588 INFO [main] com.aionemu.gameserver.spawnengine.SpawnEngine [SpawnEngine.java:283] Spawned 900020000 [1] : 0
2019-07-24 02:01:57,588 INFO [main] com.aionemu.gameserver.spawnengine.SpawnEngine [SpawnEngine.java:283] Spawned 900030000 [1] : 0
2019-07-24 02:01:57,588 INFO [main] com.aionemu.gameserver.spawnengine.SpawnEngine [SpawnEngine.java:283] Spawned 900100000 [1] : 0
2019-07-24 02:01:57,588 INFO [main] com.aionemu.gameserver.spawnengine.SpawnEngine [SpawnEngine.java:283] Spawned 900110000 [1] : 0
2019-07-24 02:01:57,589 INFO [main] com.aionemu.gameserver.spawnengine.SpawnEngine [SpawnEngine.java:283] Spawned 900120000 [1] : 0
2019-07-24 02:01:57,597 INFO [main] com.aionemu.gameserver.spawnengine.SpawnEngine [SpawnEngine.java:298] Loaded 79682 npc spawns
2019-07-24 02:01:57,598 INFO [main] com.aionemu.gameserver.spawnengine.SpawnEngine [SpawnEngine.java:299] Loaded 18300 gatherable spawns
2019-07-24 02:01:57,853 INFO [main] com.aionemu.gameserver.services.LimitedItemTradeService [LimitedItemTradeService.java:82] Scheduled Limited Items based on cron expression size: 81
2019-07-24 02:01:57,955 INFO [main] com.aionemu.gameserver.services.GameTimeService [GameTimeService.java:63] GameTimeService started. Update interval:180000
2019-07-24 02:01:57,956 INFO [main] com.aionemu.gameserver.services.DebugService [DebugService.java:51] DebugService started. Analyze iterval: 1800000
2019-07-24 02:01:57,959 INFO [main] EXCHANGE_LOG [BrokerService.java:95] Loading broker...
2019-07-24 02:01:57,960 INFO [main] EXCHANGE_LOG [BrokerService.java:124] Broker loaded with 0 broker items, 0 settled items.
2019-07-24 02:01:57,961 INFO [main] com.aionemu.gameserver.taskmanager.AbstractPeriodicTaskManager [AbstractPeriodicTaskManager.java:41] BrokerPeriodicTaskManager: Initialized.
2019-07-24 02:01:57,964 INFO [main] com.aionemu.gameserver.taskmanager.AbstractPeriodicTaskManager [AbstractPeriodicTaskManager.java:41] ExchangePeriodicTaskManager: Initialized.
2019-07-24 02:01:57,965 INFO [main] com.aionemu.gameserver.services.PetitionService [PetitionService.java:51] Loading PetitionService ...
2019-07-24 02:01:57,966 INFO [main] com.aionemu.gameserver.services.PetitionService [PetitionService.java:56] Successfully loaded 0 database petitions
2019-07-24 02:01:57,973 INFO [main] com.aionemu.gameserver.cache.HTMLCache [HTMLCache.java:90] Cache
HTML:
: Caching started... OK.
2019-07-24 02:01:57,975 INFO  [main] com.aionemu.gameserver.cache.HTMLCache [HTMLCache.java:120] Cache[HTML]: 10,562 kilobytes on 7 file(s) loaded.
2019-07-24 02:01:57,975 INFO  [main] com.aionemu.gameserver.cache.HTMLCache [HTMLCache.java:126] Cache[HTML]: Compacting htmls... OK.
2019-07-24 02:01:57,978 INFO  [main] com.aionemu.gameserver.cache.HTMLCache [HTMLCache.java:145] Cache[HTML]: 8,652 kilobytes on 7 file(s) loaded.
2019-07-24 02:01:57,979 INFO  [main] com.aionemu.gameserver.cache.HTMLCache [HTMLCache.java:149] Cache[HTML]: Creating cache file... OK.
2019-07-24 02:01:57,987 INFO  [main] com.aionemu.gameserver.services.abyss.AbyssRankUpdateService [AbyssRankUpdateService.java:70] AbyssRankUpdateService: executing rank update
2019-07-24 02:01:57,989 INFO  [main] com.aionemu.gameserver.services.abyss.AbyssRankingCache [AbyssRankingCache.java:52] Updating abyss ranking cache
2019-07-24 02:01:57,994 INFO  [main] com.aionemu.gameserver.services.LegionService [LegionService.java:1034] Legion ranking update task started
2019-07-24 02:01:57,994 INFO  [main] com.aionemu.gameserver.services.LegionService [LegionService.java:1052] Legion ranking update: 0 ms, legions: 0
2019-07-24 02:01:57,995 INFO  [main] com.aionemu.gameserver.services.abyss.AbyssRankUpdateService [AbyssRankUpdateService.java:84] AbyssRankUpdateService: execution time: 0
2019-07-24 02:01:57,995 INFO  [main] com.aionemu.gameserver.services.abyss.AbyssRankUpdateService [AbyssRankUpdateService.java:57] Starting ranking update task based on cron expression: 0 0 0 * * ?
2019-07-24 02:01:57,997 INFO  [main] com.aionemu.gameserver.taskmanager.fromdb.TaskFromDBManager [TaskFromDBManager.java:37] Loaded 0 task from the database
2019-07-24 02:01:58,007 INFO  [main] com.aionemu.gameserver.services.instance.DredgionService2 [DredgionService2.java:65] Scheduled Dredgion: based on cron expression: 0 0 0,12,20 ? * * Duration: 120 in minutes
2019-07-24 02:01:58,010 INFO  [main] com.aionemu.gameserver.services.transfers.PlayerTransferService [PlayerTransferService.java:52] PlayerTransferService loaded. With 0 restricted skills.
2019-07-24 02:01:58,010 INFO  [main] HOUSE_AUCTION_LOG [HousingBidService.java:135] Loading house bids...
2019-07-24 02:01:58,015 INFO  [main] HOUSE_AUCTION_LOG [HousingBidService.java:138] HousingBidService: auction auto filling enabled.
2019-07-24 02:01:58,041 INFO  [main] HOUSE_AUCTION_LOG [HousingBidService.java:140] HousingBidService: added 0 new house bids.
2019-07-24 02:01:58,042 INFO  [main] HOUSE_AUCTION_LOG [HousingBidService.java:142] HousingBidService loaded. Minutes till start: 0
2019-07-24 02:01:58,043 INFO  [main] com.aionemu.gameserver.model.house.MaintenanceTask [MaintenanceTask.java:96] Initializing House maintenance task...
2019-07-24 02:01:58,050 INFO  [main] com.aionemu.gameserver.services.TownService [TownService.java:85] Loaded 25 elyos towns.
2019-07-24 02:01:58,051 INFO  [main] com.aionemu.gameserver.services.TownService [TownService.java:86] Loaded 25 asmodians towns.
2019-07-24 02:01:58,052 INFO  [main] com.aionemu.gameserver.services.ChallengeTaskService [ChallengeTaskService.java:73] ChallengeTaskService initialized.
2019-07-24 02:01:58,055 INFO  [main] com.aionemu.gameserver.utils.AEVersions [AEVersions.java:61] Commons Revision: undefined
2019-07-24 02:01:58,055 INFO  [main] com.aionemu.gameserver.utils.AEVersions [AEVersions.java:61] Commons Build Date: [ 20130522-1418 ]
2019-07-24 02:01:58,055 INFO  [main] com.aionemu.gameserver.utils.AEVersions [AEVersions.java:61] GS Revision: ${revision}
2019-07-24 02:01:58,055 INFO  [main] com.aionemu.gameserver.utils.AEVersions [AEVersions.java:61] GS Branch: Unknown Branch
2019-07-24 02:01:58,055 INFO  [main] com.aionemu.gameserver.utils.AEVersions [AEVersions.java:61] GS Branch Commit Date: Unknown CommitTime
2019-07-24 02:01:58,056 INFO  [main] com.aionemu.gameserver.utils.AEVersions [AEVersions.java:61] GS Build Date: [ ${date} ]
2019-07-24 02:01:58,056 INFO  [main] com.aionemu.gameserver.utils.AEVersions [AEVersions.java:61] ..................................................
2019-07-24 02:01:58,056 INFO  [main] com.aionemu.gameserver.utils.AEVersions [AEVersions.java:61] ..................................................
2019-07-24 02:01:59,978 INFO  [main] com.aionemu.commons.utils.AEInfos [AEInfos.java:117] OS: Windows 7 Build: 6.1
2019-07-24 02:01:59,978 INFO  [main] com.aionemu.commons.utils.AEInfos [AEInfos.java:117] OS Arch: amd64
2019-07-24 02:01:59,979 INFO  [main] com.aionemu.commons.utils.AEInfos [AEInfos.java:117] ..................................................
2019-07-24 02:01:59,979 INFO  [pool-3-thread-9] HOUSE_AUCTION_LOG [HousingBidService.java:295] ##### Houses sold by admins #####
2019-07-24 02:01:59,980 INFO  [main] com.aionemu.commons.utils.AEInfos [AEInfos.java:117] ..................................................
2019-07-24 02:01:59,980 INFO  [pool-3-thread-9] HOUSE_AUCTION_LOG [HousingBidService.java:317] ##### Houses auctioned by players #####
2019-07-24 02:01:59,980 INFO  [pool-3-thread-9] HOUSE_AUCTION_LOG [HousingBidService.java:416] ##### Houses added back to auction #####
2019-07-24 02:01:59,983 INFO  [main] com.aionemu.commons.utils.AEInfos [AEInfos.java:112] Available CPU(s): 8
2019-07-24 02:01:59,984 INFO  [main] com.aionemu.commons.utils.AEInfos [AEInfos.java:112] Processor(s) Identifier: Intel64 Family 6 Model 60 Stepping 3, GenuineIntel
2019-07-24 02:01:59,984 INFO  [main] com.aionemu.commons.utils.AEInfos [AEInfos.java:112] ..................................................
2019-07-24 02:01:59,985 INFO  [main] com.aionemu.commons.utils.AEInfos [AEInfos.java:112] ..................................................
2019-07-24 02:01:59,985 INFO  [main] com.aionemu.commons.utils.AEInfos [AEInfos.java:122] Java Platform Information
2019-07-24 02:01:59,985 INFO  [main] com.aionemu.commons.utils.AEInfos [AEInfos.java:122] Java Runtime  Name: Java(TM) SE Runtime Environment
2019-07-24 02:01:59,986 INFO  [main] com.aionemu.commons.utils.AEInfos [AEInfos.java:122] Java Version: 1.7.0_03
2019-07-24 02:01:59,986 INFO  [main] com.aionemu.commons.utils.AEInfos [AEInfos.java:122] Java Class Version: 51.0
2019-07-24 02:01:59,986 INFO  [main] com.aionemu.commons.utils.AEInfos [AEInfos.java:122] ..................................................
2019-07-24 02:01:59,986 INFO  [main] com.aionemu.commons.utils.AEInfos [AEInfos.java:122] ..................................................
2019-07-24 02:01:59,986 INFO  [main] com.aionemu.commons.utils.AEInfos [AEInfos.java:127] Virtual Machine Information (JVM)
2019-07-24 02:01:59,986 INFO  [main] com.aionemu.commons.utils.AEInfos [AEInfos.java:127] JVM Name: Java HotSpot(TM) 64-Bit Server VM
2019-07-24 02:01:59,986 INFO  [main] com.aionemu.commons.utils.AEInfos [AEInfos.java:127] JVM installation directory: C:\Program Files\Java\jre7
2019-07-24 02:01:59,987 INFO  [main] com.aionemu.commons.utils.AEInfos [AEInfos.java:127] JVM version: 22.1-b02
2019-07-24 02:01:59,987 INFO  [main] com.aionemu.commons.utils.AEInfos [AEInfos.java:127] JVM Vendor: Oracle Corporation
2019-07-24 02:01:59,987 INFO  [main] com.aionemu.commons.utils.AEInfos [AEInfos.java:127] JVM Info: mixed mode
2019-07-24 02:01:59,987 INFO  [main] com.aionemu.commons.utils.AEInfos [AEInfos.java:127] ..................................................
2019-07-24 02:01:59,987 INFO  [main] com.aionemu.commons.utils.AEInfos [AEInfos.java:127] ..................................................
2019-07-24 02:01:59,988 INFO  [main] com.aionemu.commons.utils.AEInfos [AEInfos.java:107] +----
2019-07-24 02:01:59,988 INFO  [main] com.aionemu.commons.utils.AEInfos [AEInfos.java:107] | Global Memory Informations at 2:01:59:
2019-07-24 02:01:59,988 INFO  [main] com.aionemu.commons.utils.AEInfos [AEInfos.java:107] |    |
2019-07-24 02:01:59,988 INFO  [main] com.aionemu.commons.utils.AEInfos [AEInfos.java:107] | Allowed Memory: 2796224 KB
2019-07-24 02:01:59,988 INFO  [main] com.aionemu.commons.utils.AEInfos [AEInfos.java:107] |    |= Allocated Memory: 2707072 KB (96,8117%)
2019-07-24 02:01:59,988 INFO  [main] com.aionemu.commons.utils.AEInfos [AEInfos.java:107] |    |= Non-Allocated Memory: 89152 KB (3,1883%)
2019-07-24 02:01:59,988 INFO  [main] com.aionemu.commons.utils.AEInfos [AEInfos.java:107] | Allocated Memory: 2707072 KB
2019-07-24 02:01:59,989 INFO  [main] com.aionemu.commons.utils.AEInfos [AEInfos.java:107] |    |= Used Memory: 1309019 KB (46,8138%)
2019-07-24 02:01:59,989 INFO  [main] com.aionemu.commons.utils.AEInfos [AEInfos.java:107] |    |= Unused (cached) Memory: 1398053 KB (49,9979%)
2019-07-24 02:01:59,989 INFO  [main] com.aionemu.commons.utils.AEInfos [AEInfos.java:107] | Useable Memory: 1487205 KB (53,1862%)
2019-07-24 02:01:59,989 INFO  [main] com.aionemu.commons.utils.AEInfos [AEInfos.java:107] +----
2019-07-24 02:01:59,989 INFO  [main] com.aionemu.gameserver.GameServer [GameServer.java:287] AL Game Server started in 48 seconds.
2019-07-24 02:02:00,004 INFO  [main] com.aionemu.commons.network.NioServer [NioServer.java:117] Server listening on all available IPs on Port 7777 for Game Connections
2019-07-24 02:02:00,008 INFO  [main] com.aionemu.gameserver.network.loginserver.LoginServer [LoginServer.java:104] Connecting to LoginServer: localhost/127.0.0.1:9014
2019-07-24 02:02:00,013 INFO  [main] com.aionemu.gameserver.network.loginserver.LoginServerConnection [LoginServerConnection.java:85] Connected to LoginServer!
2019-07-24 02:02:00,014 INFO  [main] com.aionemu.gameserver.network.chatserver.ChatServer [ChatServer.java:65] Connecting to ChatServer: localhost/127.0.0.1:9021
2019-07-24 02:02:00,016 INFO  [main] com.aionemu.gameserver.network.chatserver.ChatServerConnection [ChatServerConnection.java:78] Connected to ChatServer!
2019-07-24 02:02:00,018 INFO  [InstantPool-2] com.aionemu.gameserver.network.chatserver.clientpackets.CM_CS_AUTH_RESPONSE [CM_CS_AUTH_RESPONSE.java:66] GameServer authed successfully IP : 192.168.1.2 Port: 10241
2019-07-24 02:02:00,126 INFO  [pool-3-thread-9] HOUSE_AUCTION_LOG [HousingBidService.java:427] Address 20397 not sold for price 12000000
2019-07-24 02:02:00,259 INFO  [pool-3-thread-9] HOUSE_AUCTION_LOG [HousingBidService.java:427] Address 10076 not sold for price 12000000
2019-07-24 02:02:00,403 INFO  [pool-3-thread-9] HOUSE_AUCTION_LOG [HousingBidService.java:427] Address 10365 not sold for price 12000000
2019-07-24 02:02:00,516 INFO  [ReadWrite-0 Dispatcher] com.aionemu.gameserver.network.BannedMacManager [BannedMacManager.java:71] Loaded 0 banned mac addesses
2019-07-24 02:02:00,537 INFO  [pool-3-thread-9] HOUSE_AUCTION_LOG [HousingBidService.java:427] Address 10426 not sold for price 12000000
2019-07-24 02:02:00,681 INFO  [pool-3-thread-9] HOUSE_AUCTION_LOG [HousingBidService.java:427] Address 20343 not sold for price 112000000
2019-07-24 02:02:00,826 INFO  [pool-3-thread-9] HOUSE_AUCTION_LOG [HousingBidService.java:427] Address 20427 not sold for price 12000000
2019-07-24 02:02:00,970 INFO  [pool-3-thread-9] HOUSE_AUCTION_LOG [HousingBidService.java:427] Address 10198 not sold for price 335000000
2019-07-24 02:02:01,062 INFO  [InstantPool-7] com.aionemu.gameserver.taskmanager.AbstractPeriodicTaskManager [AbstractPeriodicTaskManager.java:41] MovementNotifyTask: Initialized.
2019-07-24 02:02:01,064 INFO  [InstantPool-7] com.aionemu.gameserver.taskmanager.AbstractPeriodicTaskManager [AbstractPeriodicTaskManager.java:41] ZoneUpdateService: Initialized.
2019-07-24 02:02:01,129 INFO  [pool-3-thread-9] HOUSE_AUCTION_LOG [HousingBidService.java:427] Address 20195 not sold for price 12000000
2019-07-24 02:02:01,337 INFO  [pool-3-thread-9] HOUSE_AUCTION_LOG [HousingBidService.java:427] Address 20310 not sold for price 12000000
2019-07-24 02:02:01,481 INFO  [pool-3-thread-9] HOUSE_AUCTION_LOG [HousingBidService.java:427] Address 10387 not sold for price 12000000
2019-07-24 02:02:01,626 INFO  [pool-3-thread-9] HOUSE_AUCTION_LOG [HousingBidService.java:427] Address 20072 not sold for price 112000000
2019-07-24 02:02:01,759 INFO  [pool-3-thread-9] HOUSE_AUCTION_LOG [HousingBidService.java:427] Address 10237 not sold for price 12000000
2019-07-24 02:02:01,903 INFO  [pool-3-thread-9] HOUSE_AUCTION_LOG [HousingBidService.java:427] Address 20256 not sold for price 12000000
2019-07-24 02:02:02,048 INFO  [pool-3-thread-9] HOUSE_AUCTION_LOG [HousingBidService.java:427] Address 20174 not sold for price 12000000
2019-07-24 02:02:02,181 INFO  [pool-3-thread-9] HOUSE_AUCTION_LOG [HousingBidService.java:427] Address 10376 not sold for price 12000000
2019-07-24 02:02:02,326 INFO  [pool-3-thread-9] HOUSE_AUCTION_LOG [HousingBidService.java:427] Address 10238 not sold for price 335000000
2019-07-24 02:02:02,470 INFO  [pool-3-thread-9] HOUSE_AUCTION_LOG [HousingBidService.java:427] Address 20464 not sold for price 12000000
2019-07-24 02:02:02,614 INFO  [pool-3-thread-9] HOUSE_AUCTION_LOG [HousingBidService.java:427] Address 20118 not sold for price 335000000
2019-07-24 02:02:02,748 INFO  [pool-3-thread-9] HOUSE_AUCTION_LOG [HousingBidService.java:427] Address 20233 not sold for price 12000000
2019-07-24 02:02:02,881 INFO  [pool-3-thread-9] HOUSE_AUCTION_LOG [HousingBidService.java:427] Address 10102 not sold for price 335000000
2019-07-24 02:02:03,052 INFO  [pool-3-thread-9] HOUSE_AUCTION_LOG [HousingBidService.java:427] Address 10064 not sold for price 335000000
2019-07-24 02:02:03,237 INFO  [pool-3-thread-9] HOUSE_AUCTION_LOG [HousingBidService.java:427] Address 10210 not sold for price 112000000
2019-07-24 02:02:03,381 INFO  [pool-3-thread-9] HOUSE_AUCTION_LOG [HousingBidService.java:427] Address 10094 not sold for price 112000000
2019-07-24 02:02:03,525 INFO  [pool-3-thread-9] HOUSE_AUCTION_LOG [HousingBidService.java:427] Address 10151 not sold for price 112000000
2019-07-24 02:02:03,670 INFO  [pool-3-thread-9] HOUSE_AUCTION_LOG [HousingBidService.java:427] Address 10061 not sold for price 335000000
2019-07-24 02:02:03,803 INFO  [pool-3-thread-9] HOUSE_AUCTION_LOG [HousingBidService.java:427] Address 20028 not sold for price 335000000
2019-07-24 02:02:03,948 INFO  [pool-3-thread-9] HOUSE_AUCTION_LOG [HousingBidService.java:427] Address 20191 not sold for price 112000000
2019-07-24 02:02:04,081 INFO  [pool-3-thread-9] HOUSE_AUCTION_LOG [HousingBidService.java:427] Address 10255 not sold for price 12000000
2019-07-24 02:02:04,214 INFO  [pool-3-thread-9] HOUSE_AUCTION_LOG [HousingBidService.java:427] Address 10420 not sold for price 12000000
2019-07-24 02:02:04,359 INFO  [pool-3-thread-9] HOUSE_AUCTION_LOG [HousingBidService.java:427] Address 10452 not sold for price 12000000
2019-07-24 02:02:04,503 INFO  [pool-3-thread-9] HOUSE_AUCTION_LOG [HousingBidService.java:427] Address 20054 not sold for price 112000000
2019-07-24 02:02:04,637 INFO  [pool-3-thread-9] HOUSE_AUCTION_LOG [HousingBidService.java:427] Address 20428 not sold for price 12000000
2019-07-24 02:02:04,781 INFO  [pool-3-thread-9] HOUSE_AUCTION_LOG [HousingBidService.java:427] Address 10377 not sold for price 12000000
2019-07-24 02:02:05,139 INFO  [pool-3-thread-9] HOUSE_AUCTION_LOG [HousingBidService.java:427] Address 20458 not sold for price 12000000
2019-07-24 02:02:05,392 INFO  [pool-3-thread-9] HOUSE_AUCTION_LOG [HousingBidService.java:427] Address 20218 not sold for price 335000000
2019-07-24 02:02:05,536 INFO  [pool-3-thread-9] HOUSE_AUCTION_LOG [HousingBidService.java:427] Address 10386 not sold for price 12000000
2019-07-24 02:02:05,681 INFO  [pool-3-thread-9] HOUSE_AUCTION_LOG [HousingBidService.java:427] Address 10321 not sold for price 112000000
2019-07-24 02:02:05,814 INFO  [pool-3-thread-9] HOUSE_AUCTION_LOG [HousingBidService.java:427] Address 10435 not sold for price 12000000
2019-07-24 02:02:05,947 INFO  [pool-3-thread-9] HOUSE_AUCTION_LOG [HousingBidService.java:427] Address 20082 not sold for price 335000000
2019-07-24 02:02:06,081 INFO  [pool-3-thread-9] HOUSE_AUCTION_LOG [HousingBidService.java:427] Address 10463 not sold for price 12000000
2019-07-24 02:02:06,214 INFO  [pool-3-thread-9] HOUSE_AUCTION_LOG [HousingBidService.java:427] Address 10192 not sold for price 112000000
2019-07-24 02:02:06,347 INFO  [pool-3-thread-9] HOUSE_AUCTION_LOG [HousingBidService.java:427] Address 20016 not sold for price 335000000
2019-07-24 02:02:06,470 INFO  [pool-3-thread-9] HOUSE_AUCTION_LOG [HousingBidService.java:427] Address 20274 not sold for price 12000000
2019-07-24 02:02:06,614 INFO  [pool-3-thread-9] HOUSE_AUCTION_LOG [HousingBidService.java:427] Address 10253 not sold for price 12000000
2019-07-24 02:02:06,747 INFO  [pool-3-thread-9] HOUSE_AUCTION_LOG [HousingBidService.java:427] Address 10169 not sold for price 112000000
2019-07-24 02:02:06,892 INFO  [pool-3-thread-9] HOUSE_AUCTION_LOG [HousingBidService.java:427] Address 20317 not sold for price 12000000
2019-07-24 02:02:07,059 INFO  [pool-3-thread-9] HOUSE_AUCTION_LOG [HousingBidService.java:427] Address 10472 not sold for price 12000000
2019-07-24 02:02:07,259 INFO  [pool-3-thread-9] HOUSE_AUCTION_LOG [HousingBidService.java:427] Address 7003 not sold for price 112000000
2019-07-24 02:02:07,392 INFO  [pool-3-thread-9] HOUSE_AUCTION_LOG [HousingBidService.java:427] Address 20479 not sold for price 12000000
2019-07-24 02:02:07,536 INFO  [pool-3-thread-9] HOUSE_AUCTION_LOG [HousingBidService.java:427] Address 10310 not sold for price 12000000
2019-07-24 02:02:07,681 INFO  [pool-3-thread-9] HOUSE_AUCTION_LOG [HousingBidService.java:427] Address 10166 not sold for price 112000000
2019-07-24 02:02:07,814 INFO  [pool-3-thread-9] HOUSE_AUCTION_LOG [HousingBidService.java:427] Address 20147 not sold for price 112000000
2019-07-24 02:02:07,947 INFO  [pool-3-thread-9] HOUSE_AUCTION_LOG [HousingBidService.java:427] Address 20263 not sold for price 112000000
2019-07-24 02:02:08,081 INFO  [pool-3-thread-9] HOUSE_AUCTION_LOG [HousingBidService.java:427] Address 20356 not sold for price 12000000
2019-07-24 02:02:08,214 INFO  [pool-3-thread-9] HOUSE_AUCTION_LOG [HousingBidService.java:427] Address 20211 not sold for price 112000000
2019-07-24 02:02:08,347 INFO  [pool-3-thread-9] HOUSE_AUCTION_LOG [HousingBidService.java:427] Address 10500 not sold for price 12000000
2019-07-24 02:02:08,481 INFO  [pool-3-thread-9] HOUSE_AUCTION_LOG [HousingBidService.java:427] Address 10299 not sold for price 112000000
2019-07-24 02:02:08,614 INFO  [pool-3-thread-9] HOUSE_AUCTION_LOG [HousingBidService.java:427] Address 20470 not sold for price 12000000
2019-07-24 02:02:08,747 INFO  [pool-3-thread-9] HOUSE_AUCTION_LOG [HousingBidService.java:427] Address 10433 not sold for price 12000000
2019-07-24 02:02:08,881 INFO  [pool-3-thread-9] HOUSE_AUCTION_LOG [HousingBidService.java:427] Address 10394 not sold for price 12000000
2019-07-24 02:02:09,014 INFO  [pool-3-thread-9] HOUSE_AUCTION_LOG [HousingBidService.java:427] Address 20405 not sold for price 12000000
2019-07-24 02:02:09,188 INFO  [pool-3-thread-9] HOUSE_AUCTION_LOG [HousingBidService.java:427] Address 10073 not sold for price 112000000
2019-07-24 02:02:09,325 INFO  [pool-3-thread-9] HOUSE_AUCTION_LOG [HousingBidService.java:427] Address 10308 not sold for price 12000000
2019-07-24 02:02:09,458 INFO  [pool-3-thread-9] HOUSE_AUCTION_LOG [HousingBidService.java:427] Address 20448 not sold for price 12000000
2019-07-24 02:02:09,592 INFO  [pool-3-thread-9] HOUSE_AUCTION_LOG [HousingBidService.java:427] Address 20326 not sold for price 12000000
2019-07-24 02:02:09,725 INFO  [pool-3-thread-9] HOUSE_AUCTION_LOG [HousingBidService.java:427] Address 20403 not sold for price 12000000
2019-07-24 02:02:09,847 INFO  [pool-3-thread-9] HOUSE_AUCTION_LOG [HousingBidService.java:427] Address 20378 not sold for price 112000000
2019-07-24 02:02:09,981 INFO  [pool-3-thread-9] HOUSE_AUCTION_LOG [HousingBidService.java:427] Address 20176 not sold for price 12000000
2019-07-24 02:02:10,114 INFO  [pool-3-thread-9] HOUSE_AUCTION_LOG [HousingBidService.java:427] Address 20203 not sold for price 112000000
2019-07-24 02:02:10,248 INFO  [pool-3-thread-9] HOUSE_AUCTION_LOG [HousingBidService.java:427] Address 10304 not sold for price 112000000
2019-07-24 02:02:10,381 INFO  [pool-3-thread-9] HOUSE_AUCTION_LOG [HousingBidService.java:427] Address 10019 not sold for price 1000000000
2019-07-24 02:02:10,515 INFO  [pool-3-thread-9] HOUSE_AUCTION_LOG [HousingBidService.java:427] Address 20001 not sold for price 1000000000
2019-07-24 02:02:10,584 WARN  [pool-3-thread-9] com.aionemu.commons.utils.concurrent.ExecuteWrapper [ExecuteWrapper.java:67] class com.aionemu.gameserver.services.HousingBidService - execution time: 13905msec
[/QUOTE]
 
Upvote 0
Junior Spellweaver
Joined
Jul 31, 2014
Messages
141
Reaction score
13
i've fixed alot of stuff here and implement so many.

Can you tell me what have you fixed broo? Chat server is working?



Idk why but my chat is full of bugs LFG doesnt work and when i try to say something with the commander chat this happens: anybody can help?
 
Upvote 0
Newbie Spellweaver
Joined
Feb 15, 2019
Messages
45
Reaction score
2
You fixed that quest and config bugs correct, and do you know why community functions don't work?
The other works well ,only chat are not work .Seems like yours are also not work. If you please have a try to say something in LFG or other channels?

Ive tried your newest source , chat still not work .

The correct form should be like this :
INFO [23 七月 2019 19:00:18,735] com.aionengine.chatserver.ChatServer:53 Total Boot Time: 0 seconds.INFO [23 七月 2019 19:04:16,075] com.aionengine.chatserver.network.netty.handler.GameChannelHandler:64 Channel connected Ip:127.0.0.1INFO [23 七月 2019 19:06:37,101] com.aionengine.chatserver.network.netty.handler.ClientChannelHandler:57 Channel connected Ip:127.0.0.1ERROR [23 七月 2019 19:06:43,167] com.aionengine.chatserver.network.aion.clientpackets.CM_CHANNEL_REQUEST:87 CM_CHANNEL_REQUEST NULL!: 5 and channel: Job_剑星1.0.AION.KORERROR [23 七月 2019 19:06:43,169] com.aionengine.chatserver.network.aion.clientpackets.CM_CHANNEL_REQUEST:87 CM_CHANNEL_REQUEST NULL!: 6 and channel: Job_守护星1.0.AION.KORINFO [23 七月 2019 19:08:32,369] com.aionengine.chatserver.network.netty.handler.AbstractChannelHandler:53 Channel disconnected IP: 127.0.0.1INFO [23 七月 2019 19:08:32,369] com.aionengine.chatserver.network.gameserver.clientpackets.CM_PLAYER_LOGOUT:50 Player logout 78534INFO [23 七月 2019 19:22:17,028] com.aionengine.chatserver.network.netty.handler.AbstractChannelHandler:53 Channel disconnected IP: 127.0.0.1



From chat log ,I found this err log.
07:11:41.266 INFO [main]: com.aionemu.commons.network.NioServer [NioServer.java:121] - Server listening on IP: 127.0.0.1 Port 9021 for Gs Connections07:11:41.268 INFO [main]: com.aionemu.chatserver.ChatServer [ChatServer.java:116] - AL Chat Server started in 0 seconds.07:12:48.848 INFO [Accept Dispatcher]: com.aionemu.chatserver.network.gameserver.GsConnection [GsConnection.java:107] - Gameserver connection attemp from: 127.0.0.107:12:48.853 INFO [pool-5-thread-1]: com.aionemu.chatserver.network.gameserver.clientpackets.CM_CS_AUTH [CM_CS_AUTH.java:70] - Gameserver #1 is now online.07:13:04.213 INFO [pool-5-thread-1]: com.aionemu.chatserver.service.GameServerService [GameServerService.java:68] - Gameserver #1 is disconnected07:14:06.113 INFO [Accept Dispatcher]: com.aionemu.chatserver.network.gameserver.GsConnection [GsConnection.java:107] - Gameserver connection attemp from: 127.0.0.107:14:06.116 INFO [pool-5-thread-1]: com.aionemu.chatserver.network.gameserver.clientpackets.CM_CS_AUTH [CM_CS_AUTH.java:70] - Gameserver #1 is now online.07:24:11.635 WARN [pool-5-thread-1]: com.aionemu.chatserver.service.ChatService [ChatService.java:155] - Received logout event without client authentication for player 10122707:24:11.636 INFO [pool-5-thread-1]: com.aionemu.chatserver.network.gameserver.clientpackets.CM_PLAYER_LOGOUT [CM_PLAYER_LOGOUT.java:49] - Player logout 101227
 
Last edited:
Upvote 0
Back
Top