Jump to content
  • 0

Help with error on restart please


Question

Posted

Can someone please have alook at this I did a restart on my server and I get this error and cant get it to work, the only editting I was doing is adding armor to new character in the char_creation_items then restarted ther server and yes I have complied it etc and I still get the same error.

 

L2J Server Version:    3819

L2J Datapack Version:  6896

 

 

Exception in thread "main" java.lang.ExceptionInInitializerError

       at com.l2jserver.gameserver.datatables.ItemTable.getInstance(ItemTable.j

ava:206)

       at com.l2jserver.gameserver.GameServer.<init>(GameServer.java:203)

       at com.l2jserver.gameserver.GameServer.main(GameServer.java:498)

Caused by: java.lang.NullPointerException

       at com.l2jserver.gameserver.datatables.ItemTable.load(ItemTable.java:350

)

       at com.l2jserver.gameserver.datatables.ItemTable.<init>(ItemTable.java:2

26)

       at com.l2jserver.gameserver.datatables.ItemTable.<init>(ItemTable.java:5

7)

       at com.l2jserver.gameserver.datatables.ItemTable$SingletonHolder.<clinit

>(ItemTable.java:1023)

       ... 3 more

 

 

Please help if you can

 

thanks

7 answers to this question

Recommended Posts

  • 0
Posted

An ExceptionInInitializerError is thrown to indicate that an exception occurred during evaluation of a static initializer or the initializer for a static variable.

  • 0
Posted

An ExceptionInInitializerError is thrown to indicate that an exception occurred during evaluation of a static initializer or the initializer for a static variable.

Yep, Google power, http://lmgtfy.com/?q=ExceptionInInitializerError

 

Tell me the pack... After I can help you

 

 

  • 0
Posted

zax69 - read our rules.

 

1) Post all proper information.

woops sorry I will mod the post when I get home from work. I panicing and did know what to do, proper information will be post asap

 

 

Updated

  • 0
Posted

for (L2Armor armor : SkillsEngine.getInstance().loadArmors(armorData))

{

    _armors.put(armor.getItemId(), armor);

}

 

Line 350 of ItemTable.java ( if we have it the same :) ). As it seems the armor is null. You are probably missing some datapack information. Check if the tables regarding armors and the xml regarding armors are there. I will assume that you havent changed anything in the ItemTable.java file, so first thing to do is make sure the data files and the sql files are in place.

  • 0
Posted

An ExceptionInInitializerError is thrown to indicate that an exception occurred during evaluation of a static initializer or the initializer for a static variable.

 

Freaking noob ...

Guest
This topic is now closed to further replies.


×
×
  • Create New...