ThatCrashOverride / aionxemu

Automatically exported from code.google.com/p/aionxemu
0 stars 0 forks source link

[356] No enum const class gameserver.model.legion.LegionHistoryType #518

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Tested on clear core. ty

[INFO] 2011-07-29 07:22:08 - Account authed: 2 = test1
[INFO] 2011-07-29 07:22:24 - Player logged in: Zaqwsx Account: test1
[WARN] 2011-07-29 07:22:24 - Unknown packet recived from Aion client: 0x0C, stat
e=IN_GAME

[WARN] 2011-07-29 07:22:27 - Error executing select query java.lang.IllegalArgum
entException: No enum const class gameserver.model.legion.LegionHistoryType.
java.lang.IllegalArgumentException: No enum const class gameserver.model.legion.
LegionHistoryType.
        at java.lang.Enum.valueOf(Unknown Source)
        at gameserver.model.legion.LegionHistoryType.valueOf(LegionHistoryType.j
ava:22)
        at mysql5.MySQL5LegionDAO$12.handleRead(MySQL5LegionDAO.java from JavaSo
urceFromFile:536)
        at com.aionemu.commons.database.DB.select(DB.java:185)
        at com.aionemu.commons.database.DB.select(DB.java:163)
        at mysql5.MySQL5LegionDAO.loadLegionHistory(MySQL5LegionDAO.java from Ja
vaSourceFromFile:527)
        at gameserver.services.LegionService.loadLegionInfo(LegionService.java:3
77)
        at gameserver.services.LegionService.getLegion(LegionService.java:316)
        at gameserver.network.aion.clientpackets.CM_LEGION_EMBLEM.runImpl(CM_LEG
ION_EMBLEM.java:50)
        at gameserver.network.aion.AionClientPacket.run(AionClientPacket.java:64
)
        at com.aionemu.commons.utils.concurrent.ExecuteWrapper.execute(ExecuteWr
apper.java:54)
        at gameserver.taskmanager.FIFORunnableQueue.removeAndExecuteFirst(FIFORu
nnableQueue.java:28)
        at gameserver.taskmanager.FIFOExecutableQueue.run(FIFOExecutableQueue.ja
va:65)
        at com.aionemu.commons.utils.concurrent.ExecuteWrapper.execute(ExecuteWr
apper.java:54)
        at com.aionemu.commons.utils.concurrent.ExecuteWrapper.run(ExecuteWrappe
r.java:39)
        at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(Unknown Source
)
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
        at java.lang.Thread.run(Unknown Source)

Original issue reported on code.google.com by gpcore...@gmail.com on 29 Jul 2011 at 1:34

GoogleCodeExporter commented 9 years ago
i think you need to update you database
use aionx_gs_legion_update_2.5.sql
i hope i can help you.

Original comment by fb...@gmx.de on 29 Jul 2011 at 7:49

Attachments:

GoogleCodeExporter commented 9 years ago
Ty but not. I got this error on 313 rev too. And i am sure apply this update to 
my DB when install 2,5 server.

Original comment by gpcore...@gmail.com on 29 Jul 2011 at 4:47