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!

Java Issue maybe

Newbie Spellweaver
Joined
Feb 9, 2018
Messages
18
Reaction score
1
in the Gameserver i'm getting this error message

Java HotSpot(TM) 64-Bit Server VM warning: ignoring option UseSplitVerifier; support was removed in 8.011:13:50.800 ERROR[main]: - Critical Error - Thread: main terminated abnormaly: java.lang.VerifyError: Expecting a stack map frameException 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 frameException 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) ~[AL-Game.jar:na] at com.aionemu.gameserver.GameServer.main(Unknown Source) ~[AL-Game.jar:na]Server terminated abnormaly ...Server terminated ...Press any key to continue . . .
 
Joined
Sep 21, 2013
Messages
2,319
Reaction score
3,110
in the Gameserver i'm getting this error message

Java HotSpot(TM) 64-Bit Server VM warning: ignoring option UseSplitVerifier; support was removed in 8.011:13:50.800 ERROR[main]: - Critical Error - Thread: main terminated abnormaly: java.lang.VerifyError: Expecting a stack map frameException 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 frameException 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) ~[AL-Game.jar:na] at com.aionemu.gameserver.GameServer.main(Unknown Source) ~[AL-Game.jar:na]Server terminated abnormaly ...Server terminated ...Press any key to continue . . .
What server are you using?
 
Upvote 0
Newbie Spellweaver
Joined
Feb 9, 2018
Messages
18
Reaction score
1
I'm using the 6.0 EU Germany server, the issue is now i fixed that issue i was having by changing the
PATH to : C:\Program Files\Java\jdk1.7.0_79\bin


found out that I must change the path for Login server and Chatserver PATH 1.8.0 for it to work.

so geat that issue no longer the problem but when it comes to the Gameserver it must be on PATH : C:\Program Files\Java\jdk1.7.0_79\bin

if i don't Set it to JDK 1.7.0_79 i would get that message i posted about... now my new question is how can get this everything to run right or is there away i can link them to their right Path without switching because when i switch to 1.7.0 from 1.8.0 one side lose connection
 
Upvote 0
Joined
Sep 21, 2013
Messages
2,319
Reaction score
3,110
I'm using the 6.0 EU Germany server, the issue is now i fixed that issue i was having by changing the
PATH to : C:\Program Files\Java\jdk1.7.0_79\bin


found out that I must change the path for Login server and Chatserver PATH 1.8.0 for it to work.

so geat that issue no longer the problem but when it comes to the Gameserver it must be on PATH : C:\Program Files\Java\jdk1.7.0_79\bin

if i don't Set it to JDK 1.7.0_79 i would get that message i posted about... now my new question is how can get this everything to run right or is there away i can link them to their right Path without switching because when i switch to 1.7.0 from 1.8.0 one side lose connection
You can use portable java, separating the files into a folder and indicating the path.

Ex: in StartGS... SET PATH="..\JavaJDK\JavaJDK_7\bin"
 
Last edited:
Upvote 0
Newbie Spellweaver
Joined
Feb 9, 2018
Messages
18
Reaction score
1
yup i got pass that too... i kid u not now i'm running into a AImap issue everything is running but the game server runs into this issue

=======================[ ### Siege Location Data ### ]=======================13:06:25.684 INFO [main]: - [BaseService] Loaded 9 Bases13:06:25.686 WARN [InstantPool-2]: - class com.aionemu.gameserver.GameServer$2 - execution time: 6915msec13:06:25.704 INFO [main]: - [SiegeService] Loaded 16 siege locations13:06:25.763 ERROR[main]: - [AIEngine] AI factory error: generaljava.lang.NullPointerException: null at com.aionemu.gameserver.ai2.AI2Engine.setupAI(Unknown Source) [AL-Game.jar:na] at com.aionemu.gameserver.model.gameobjects.Npc.<init>(Unknown Source) [AL-Game.jar:na] at com.aionemu.gameserver.model.gameobjects.Npc.<init>(Unknown Source) [AL-Game.jar:na] at com.aionemu.gameserver.spawnengine.VisibleObjectSpawner.spawnInvasionNpc(Unknown Source) [AL-Game.jar:na] at com.aionemu.gameserver.spawnengine.SpawnEngine.getSpawnedObject(Unknown Source) [AL-Game.jar:na] at com.aionemu.gameserver.spawnengine.SpawnEngine.spawnObject(Unknown Source) [AL-Game.jar:na] at com.aionemu.gameserver.services.VortexService.spawn(Unknown Source) [AL-Game.jar:na] at com.aionemu.gameserver.services.VortexService.initVortexLocations(Unknown Source) [AL-Game.jar:na] at com.aionemu.gameserver.GameServer.main(Unknown Source) [AL-Game.jar:na]13:06:25.819 ERROR[main]: - [AIEngine] AI factory error: dummyjava.lang.NullPointerException: null at com.aionemu.gameserver.ai2.AI2Engine.setupAI(Unknown Source) [AL-Game.jar:na] at com.aionemu.gameserver.model.gameobjects.Creature.getAi2(Unknown Source) [AL-Game.jar:na] at com.aionemu.gameserver.controllers.NpcController.onBeforeSpawn(Unknown Source) [AL-Game.jar:na] at com.aionemu.gameserver.world.World.spawn(Unknown Source) [AL-Game.jar:na] at com.aionemu.gameserver.spawnengine.SpawnEngine.bringIntoWorld(Unknown Source) [AL-Game.jar:na] at com.aionemu.gameserver.spawnengine.SpawnEngine.bringIntoWorld(Unknown Source) [AL-Game.jar:na] at com.aionemu.gameserver.spawnengine.VisibleObjectSpawner.spawnInvasionNpc(Unknown Source) [AL-Game.jar:na] at com.aionemu.gameserver.spawnengine.SpawnEngine.getSpawnedObject(Unknown Source) [AL-Game.jar:na] at com.aionemu.gameserver.spawnengine.SpawnEngine.spawnObject(Unknown Source) [AL-Game.jar:na] at com.aionemu.gameserver.services.VortexService.spawn(Unknown Source) [AL-Game.jar:na] at com.aionemu.gameserver.services.VortexService.initVortexLocations(Unknown Source) [AL-Game.jar:na] at com.aionemu.gameserver.GameServer.main(Unknown Source) [AL-Game.jar:na]13:06:25.823 ERROR[main]: - Critical Error - Thread: main terminated abnormaly: java.lang.NullPointerExceptionjava.lang.NullPointerException: null at com.aionemu.gameserver.controllers.NpcController.onBeforeSpawn(Unknown Source) ~[AL-Game.jar:na] at com.aionemu.gameserver.world.World.spawn(Unknown Source) ~[AL-Game.jar:na] at com.aionemu.gameserver.spawnengine.SpawnEngine.bringIntoWorld(Unknown Source) ~[AL-Game.jar:na] at com.aionemu.gameserver.spawnengine.SpawnEngine.bringIntoWorld(Unknown Source) ~[AL-Game.jar:na] at com.aionemu.gameserver.spawnengine.VisibleObjectSpawner.spawnInvasionNpc(Unknown Source) ~[AL-Game.jar:na] at com.aionemu.gameserver.spawnengine.SpawnEngine.getSpawnedObject(Unknown Source) ~[AL-Game.jar:na] at com.aionemu.gameserver.spawnengine.SpawnEngine.spawnObject(Unknown Source) ~[AL-Game.jar:na] at com.aionemu.gameserver.services.VortexService.spawn(Unknown Source) ~[AL-Game.jar:na] at com.aionemu.gameserver.services.VortexService.initVortexLocations(Unknown Source) ~[AL-Game.jar:na] at com.aionemu.gameserver.GameServer.main(Unknown Source) ~[AL-Game.jar:na]


Atlas1011 - Java Issue maybe - RaGEZONE Forums
And still thank you soo much for helping me Robson26
 
Upvote 0
Joined
Sep 21, 2013
Messages
2,319
Reaction score
3,110
yup i got pass that too... i kid u not now i'm running into a AImap issue everything is running but the game server runs into this issue

=======================[ ### Siege Location Data ### ]=======================13:06:25.684 INFO [main]: - [BaseService] Loaded 9 Bases13:06:25.686 WARN [InstantPool-2]: - class com.aionemu.gameserver.GameServer$2 - execution time: 6915msec13:06:25.704 INFO [main]: - [SiegeService] Loaded 16 siege locations13:06:25.763 ERROR[main]: - [AIEngine] AI factory error: generaljava.lang.NullPointerException: null at com.aionemu.gameserver.ai2.AI2Engine.setupAI(Unknown Source) [AL-Game.jar:na] at com.aionemu.gameserver.model.gameobjects.Npc.<init>(Unknown Source) [AL-Game.jar:na] at com.aionemu.gameserver.model.gameobjects.Npc.<init>(Unknown Source) [AL-Game.jar:na] at com.aionemu.gameserver.spawnengine.VisibleObjectSpawner.spawnInvasionNpc(Unknown Source) [AL-Game.jar:na] at com.aionemu.gameserver.spawnengine.SpawnEngine.getSpawnedObject(Unknown Source) [AL-Game.jar:na] at com.aionemu.gameserver.spawnengine.SpawnEngine.spawnObject(Unknown Source) [AL-Game.jar:na] at com.aionemu.gameserver.services.VortexService.spawn(Unknown Source) [AL-Game.jar:na] at com.aionemu.gameserver.services.VortexService.initVortexLocations(Unknown Source) [AL-Game.jar:na] at com.aionemu.gameserver.GameServer.main(Unknown Source) [AL-Game.jar:na]13:06:25.819 ERROR[main]: - [AIEngine] AI factory error: dummyjava.lang.NullPointerException: null at com.aionemu.gameserver.ai2.AI2Engine.setupAI(Unknown Source) [AL-Game.jar:na] at com.aionemu.gameserver.model.gameobjects.Creature.getAi2(Unknown Source) [AL-Game.jar:na] at com.aionemu.gameserver.controllers.NpcController.onBeforeSpawn(Unknown Source) [AL-Game.jar:na] at com.aionemu.gameserver.world.World.spawn(Unknown Source) [AL-Game.jar:na] at com.aionemu.gameserver.spawnengine.SpawnEngine.bringIntoWorld(Unknown Source) [AL-Game.jar:na] at com.aionemu.gameserver.spawnengine.SpawnEngine.bringIntoWorld(Unknown Source) [AL-Game.jar:na] at com.aionemu.gameserver.spawnengine.VisibleObjectSpawner.spawnInvasionNpc(Unknown Source) [AL-Game.jar:na] at com.aionemu.gameserver.spawnengine.SpawnEngine.getSpawnedObject(Unknown Source) [AL-Game.jar:na] at com.aionemu.gameserver.spawnengine.SpawnEngine.spawnObject(Unknown Source) [AL-Game.jar:na] at com.aionemu.gameserver.services.VortexService.spawn(Unknown Source) [AL-Game.jar:na] at com.aionemu.gameserver.services.VortexService.initVortexLocations(Unknown Source) [AL-Game.jar:na] at com.aionemu.gameserver.GameServer.main(Unknown Source) [AL-Game.jar:na]13:06:25.823 ERROR[main]: - Critical Error - Thread: main terminated abnormaly: java.lang.NullPointerExceptionjava.lang.NullPointerException: null at com.aionemu.gameserver.controllers.NpcController.onBeforeSpawn(Unknown Source) ~[AL-Game.jar:na] at com.aionemu.gameserver.world.World.spawn(Unknown Source) ~[AL-Game.jar:na] at com.aionemu.gameserver.spawnengine.SpawnEngine.bringIntoWorld(Unknown Source) ~[AL-Game.jar:na] at com.aionemu.gameserver.spawnengine.SpawnEngine.bringIntoWorld(Unknown Source) ~[AL-Game.jar:na] at com.aionemu.gameserver.spawnengine.VisibleObjectSpawner.spawnInvasionNpc(Unknown Source) ~[AL-Game.jar:na] at com.aionemu.gameserver.spawnengine.SpawnEngine.getSpawnedObject(Unknown Source) ~[AL-Game.jar:na] at com.aionemu.gameserver.spawnengine.SpawnEngine.spawnObject(Unknown Source) ~[AL-Game.jar:na] at com.aionemu.gameserver.services.VortexService.spawn(Unknown Source) ~[AL-Game.jar:na] at com.aionemu.gameserver.services.VortexService.initVortexLocations(Unknown Source) ~[AL-Game.jar:na] at com.aionemu.gameserver.GameServer.main(Unknown Source) ~[AL-Game.jar:na]


Atlas1011 - Java Issue maybe - RaGEZONE Forums
And still thank you soo much for helping me Robson26
I am not looking at these files, you should report the problem to Falke34 in the forum...

 
Last edited:
Upvote 0
Junior Spellweaver
Joined
Feb 4, 2013
Messages
159
Reaction score
44
yup i got pass that too... i kid u not now i'm running into a AImap issue everything is running but the game server runs into this issue

=======================[ ### Siege Location Data ### ]=======================13:06:25.684 INFO [main]: - [BaseService] Loaded 9 Bases13:06:25.686 WARN [InstantPool-2]: - class com.aionemu.gameserver.GameServer$2 - execution time: 6915msec13:06:25.704 INFO [main]: - [SiegeService] Loaded 16 siege locations13:06:25.763 ERROR[main]: - [AIEngine] AI factory error: generaljava.lang.NullPointerException: null at com.aionemu.gameserver.ai2.AI2Engine.setupAI(Unknown Source) [AL-Game.jar:na] at com.aionemu.gameserver.model.gameobjects.Npc.<init>(Unknown Source) [AL-Game.jar:na] at com.aionemu.gameserver.model.gameobjects.Npc.<init>(Unknown Source) [AL-Game.jar:na] at com.aionemu.gameserver.spawnengine.VisibleObjectSpawner.spawnInvasionNpc(Unknown Source) [AL-Game.jar:na] at com.aionemu.gameserver.spawnengine.SpawnEngine.getSpawnedObject(Unknown Source) [AL-Game.jar:na] at com.aionemu.gameserver.spawnengine.SpawnEngine.spawnObject(Unknown Source) [AL-Game.jar:na] at com.aionemu.gameserver.services.VortexService.spawn(Unknown Source) [AL-Game.jar:na] at com.aionemu.gameserver.services.VortexService.initVortexLocations(Unknown Source) [AL-Game.jar:na] at com.aionemu.gameserver.GameServer.main(Unknown Source) [AL-Game.jar:na]13:06:25.819 ERROR[main]: - [AIEngine] AI factory error: dummyjava.lang.NullPointerException: null at com.aionemu.gameserver.ai2.AI2Engine.setupAI(Unknown Source) [AL-Game.jar:na] at com.aionemu.gameserver.model.gameobjects.Creature.getAi2(Unknown Source) [AL-Game.jar:na] at com.aionemu.gameserver.controllers.NpcController.onBeforeSpawn(Unknown Source) [AL-Game.jar:na] at com.aionemu.gameserver.world.World.spawn(Unknown Source) [AL-Game.jar:na] at com.aionemu.gameserver.spawnengine.SpawnEngine.bringIntoWorld(Unknown Source) [AL-Game.jar:na] at com.aionemu.gameserver.spawnengine.SpawnEngine.bringIntoWorld(Unknown Source) [AL-Game.jar:na] at com.aionemu.gameserver.spawnengine.VisibleObjectSpawner.spawnInvasionNpc(Unknown Source) [AL-Game.jar:na] at com.aionemu.gameserver.spawnengine.SpawnEngine.getSpawnedObject(Unknown Source) [AL-Game.jar:na] at com.aionemu.gameserver.spawnengine.SpawnEngine.spawnObject(Unknown Source) [AL-Game.jar:na] at com.aionemu.gameserver.services.VortexService.spawn(Unknown Source) [AL-Game.jar:na] at com.aionemu.gameserver.services.VortexService.initVortexLocations(Unknown Source) [AL-Game.jar:na] at com.aionemu.gameserver.GameServer.main(Unknown Source) [AL-Game.jar:na]13:06:25.823 ERROR[main]: - Critical Error - Thread: main terminated abnormaly: java.lang.NullPointerExceptionjava.lang.NullPointerException: null at com.aionemu.gameserver.controllers.NpcController.onBeforeSpawn(Unknown Source) ~[AL-Game.jar:na] at com.aionemu.gameserver.world.World.spawn(Unknown Source) ~[AL-Game.jar:na] at com.aionemu.gameserver.spawnengine.SpawnEngine.bringIntoWorld(Unknown Source) ~[AL-Game.jar:na] at com.aionemu.gameserver.spawnengine.SpawnEngine.bringIntoWorld(Unknown Source) ~[AL-Game.jar:na] at com.aionemu.gameserver.spawnengine.VisibleObjectSpawner.spawnInvasionNpc(Unknown Source) ~[AL-Game.jar:na] at com.aionemu.gameserver.spawnengine.SpawnEngine.getSpawnedObject(Unknown Source) ~[AL-Game.jar:na] at com.aionemu.gameserver.spawnengine.SpawnEngine.spawnObject(Unknown Source) ~[AL-Game.jar:na] at com.aionemu.gameserver.services.VortexService.spawn(Unknown Source) ~[AL-Game.jar:na] at com.aionemu.gameserver.services.VortexService.initVortexLocations(Unknown Source) ~[AL-Game.jar:na] at com.aionemu.gameserver.GameServer.main(Unknown Source) ~[AL-Game.jar:na]


Atlas1011 - Java Issue maybe - RaGEZONE Forums
And still thank you soo much for helping me Robson26

Disable siege system on properties will solved the problem
 
Upvote 0
Back
Top