ahmedsuffian / aionxemu

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

Stigma #96

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
[INFO] 2011-03-15 18:36:08 - com.aionemu.commons.database.DatabaseFactory:141 - 
Successfully connected to database
[ERROR] 2011-03-15 18:36:10 - 
com.aionemu.commons.scripting.impl.javacompiler.ErrorListener:50 - Java 
Compiler ERROR: cannot find symbol
symbol  : method getAdvancedStigmaSlotSize()
location: class gameserver.model.gameobjects.player.PlayerCommonData
Source: 
/E:/server/work/gameserver/./data/scripts/system/database/mysql5/MySQL5PlayerDAO
.java
Line: 107
Column: 51
[ERROR] 2011-03-15 18:36:10 - 
com.aionemu.commons.scripting.impl.javacompiler.ErrorListener:50 - Java 
Compiler ERROR: cannot find symbol
symbol  : method setAdvancedStigmaSlotSize(int)
location: class gameserver.model.gameobjects.player.PlayerCommonData
Source: 
/E:/server/work/gameserver/./data/scripts/system/database/mysql5/MySQL5PlayerDAO
.java
Line: 235
Column: 19
[ERROR] 2011-03-15 18:36:11 - 
gameserver.utils.ThreadUncaughtExceptionHandler:37 - Critical Error - Thread: 
main terminated abnormaly: java.lang.Error: Can't load database script context: 
.\data\scripts\system\database.xml
java.lang.Error: Can't load database script context: 
.\data\scripts\system\database.xml
    at com.aionemu.commons.database.dao.DAOManager.init(DAOManager.java:60)
    at gameserver.GameServer.initUtilityServicesAndConfig(GameServer.java:268)
    at gameserver.GameServer.main(GameServer.java:95)
Caused by: java.lang.RuntimeException: Error while compiling classes
    at com.aionemu.commons.scripting.impl.javacompiler.ScriptCompilerImpl.doCompilation(ScriptCompilerImpl.java:181)
    at com.aionemu.commons.scripting.impl.javacompiler.ScriptCompilerImpl.compile(ScriptCompilerImpl.java:151)
    at com.aionemu.commons.scripting.impl.ScriptContextImpl.init(ScriptContextImpl.java:132)
    at com.aionemu.commons.scripting.scriptmanager.ScriptManager.load(ScriptManager.java:86)
    at com.aionemu.commons.database.dao.DAOManager.init(DAOManager.java:57)
    ... 2 more

Original issue reported on code.google.com by rossd...@gmail.ru on 15 Mar 2011 at 3:36

GoogleCodeExporter commented 9 years ago
Sorry... All works!

Original comment by rossd...@gmail.ru on 15 Mar 2011 at 3:38

GoogleCodeExporter commented 9 years ago
User must have just been using old SQL script file.

Original comment by ZeroSign...@gmail.com on 15 Mar 2011 at 4:54