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!

Error while launching login and game server

Newbie Spellweaver
Joined
Jun 19, 2018
Messages
9
Reaction score
1
Hi, when I try to launch the login and the game server on my Aion 4.7.5 server, it puts me errors :
For the login :
Code:
Exception in thread "main" java.lang.Error: Error while compiling classes        
        at com.aionemu.commons.database.dao.DAOManager.init(DAOManager.java:73)
        at com.aionemu.loginserver.LoginServer.main(LoginServer.java:133)
Caused by: java.lang.RuntimeException: Error while compiling classes
        at com.aionemu.commons.scripting.impl.javacompiler.ScriptCompilerImpl.doCompilation(ScriptCompilerImpl.java:194)
        at com.aionemu.commons.scripting.impl.javacompiler.ScriptCompilerImpl.compile(ScriptCompilerImpl.java:163)
        at com.aionemu.commons.scripting.impl.ScriptContextImpl.init(ScriptContextImpl.java:141)
        at com.aionemu.commons.scripting.scriptmanager.ScriptManager.load(ScriptManager.java:96)
        at com.aionemu.commons.database.dao.DAOManager.init(DAOManager.java:70)
        ... 1 more
For the game :
Code:
Java HotSpot(TM) 64-Bit Server VM warning: ignoring option UseSplitVerifier; support was removed in 8.0
Listening for transport dt_socket at address: 8998
14:25:25.157 ERROR[main]: - Critical Error - Thread: main terminated abnormaly: java.lang.VerifyError: Expecting a stack map frame
Exception Details:
  Location:
    com/aionemu/gameserver/utils/javaagent/JavaAgentUtils.checkObjectCallback()Z @90: iload_3
  Reason:
    Error exists in the bytecode
  Bytecode:
    0x0000000: 2ac0 0012 2ab4 0039 01b8 003f 4c2b b600
    0x0000010: 4299 0007 03a7 0007 03a7 0003 3e2b b600
    0x0000020: 4299 000e 2bb6 0046 c000 48b6 004b 3e2a
    0x0000030: c000 122a b400 3901 1dbb 0048 595d 58b7
    0x0000040: 004e b800 524c 2bb6 0042 9900 0e2b b600
    0x0000050: 54c0 0048 b600 4bac 1dac 1dac
  Stackmap Table:
    append_frame(@24,Object[#53])
    same_locals_1_stack_item_frame(@28,Integer)
    full_frame(@47,{Object[#15],Top,Top,Integer},{})
    same_frame(@88)

java.lang.VerifyError: Expecting a stack map frame
Exception Details:
  Location:
    com/aionemu/gameserver/utils/javaagent/JavaAgentUtils.checkObjectCallback()Z @90: iload_3
  Reason:
    Error exists in the bytecode
  Bytecode:
    0x0000000: 2ac0 0012 2ab4 0039 01b8 003f 4c2b b600
    0x0000010: 4299 0007 03a7 0007 03a7 0003 3e2b b600
    0x0000020: 4299 000e 2bb6 0046 c000 48b6 004b 3e2a
    0x0000030: c000 122a b400 3901 1dbb 0048 595d 58b7
    0x0000040: 004e b800 524c 2bb6 0042 9900 0e2b b600
    0x0000050: 54c0 0048 b600 4bac 1dac 1dac
  Stackmap Table:
    append_frame(@24,Object[#53])
    same_locals_1_stack_item_frame(@28,Integer)
    full_frame(@47,{Object[#15],Top,Top,Integer},{})
    same_frame(@88)

        at com.aionemu.gameserver.GameServer.initUtilityServicesAndConfig(Unknown Source) ~[AC-Game.jar:na]
        at com.aionemu.gameserver.GameServer.main(Unknown Source) ~[AC-Game.jar:na]
Game Server has terminated abnormaly!
Thank you and good day
 
Newbie Spellweaver
Joined
Jul 10, 2023
Messages
11
Reaction score
10
Yep, i get this erro too, when trying to run the server in Linux, i think maybe is about the Java version.
 
Upvote 0
Newbie Spellweaver
Joined
Jul 10, 2023
Messages
11
Reaction score
10
Tomorrow i will test in AWS, my ISP don't let me redirect my ports to make a public server in my computer.. And i tell here if its work..

EDIT: yep, after uninstall the new version, and install the old one worked (openjdk-8-jdk)..

09:04:47.768 INFO [main]: - Loading: ./config/network/database.properties
09:04:52.391 INFO [main]: - Successfully connected to database
09:04:53.135 INFO [main]: - Loaded 9 DAO implementations.
09:04:53.143 INFO [main]: - ThreadPoolManager: Initialized with 7 scheduler, 3 instant, 0 long running thread(s).
09:04:53.146 INFO [main]: - Initializing Key Generator...
09:04:53.755 INFO [main]: - GameServerTable loaded 2 registered GameServers.
09:04:53.897 INFO [main]: - BannedIpController loaded 0 IP bans.
09:04:53.980 INFO [main]: - Server listening on IP: 15.228.42.88 Port 9014 for Gs Connections
 
Last edited:
Upvote 0
Back
Top