Problem with moving to l2j

Support for the latest build of L2J Server, get help here with installations, upgrades, problems.
Do not post bugs reports here, use viewforum.php?f=77 instead.
There is no support for other server builds than the official provided by l2jserver.com
Forum rules
READ NOW: L2j Forums Rules of Conduct
Post Reply
User avatar
Corinna
Posts: 54
Joined: Mon Jan 07, 2008 8:42 pm

Problem with moving to l2j

Post by Corinna »

If you want to receive support we need this info to help you properly.
» Find Revision
L2J Revision 3837:
L2JDP Revision 6921:

Hello Guys,

id like to move to l2j. The Datatables are already implemented an run fine. Only one Problem ive got with this Error Message:

Code: Select all

24.01.2010 15:16:40 com.l2jserver.gameserver.model.itemcontainer.ItemContainer restoreWARNUNG: could not restore container:java.lang.NullPointerException	at com.l2jserver.gameserver.model.ClanWarehouse.getOwner(ClanWarehouse.java:38)	at com.l2jserver.gameserver.model.ClanWarehouse.getOwner(ClanWarehouse.java:22)	at com.l2jserver.gameserver.model.itemcontainer.ItemContainer.restore(ItemContainer.java:633)	at com.l2jserver.gameserver.model.L2Clan.<init>(L2Clan.java:184)	at com.l2jserver.gameserver.datatables.ClanTable.<init>(ClanTable.java:93)	at com.l2jserver.gameserver.datatables.ClanTable.<init>(ClanTable.java:56)	at com.l2jserver.gameserver.datatables.ClanTable$SingletonHolder.<clinit>(ClanTable.java:528)	at com.l2jserver.gameserver.datatables.ClanTable.getInstance(ClanTable.java:64)	at com.l2jserver.gameserver.instancemanager.ClanHallManager.load(ClanHallManager.java:106)	at com.l2jserver.gameserver.instancemanager.ClanHallManager.<init>(ClanHallManager.java:60)	at com.l2jserver.gameserver.instancemanager.ClanHallManager.<init>(ClanHallManager.java:35)	at com.l2jserver.gameserver.instancemanager.ClanHallManager$SingletonHolder.<clinit>(ClanHallManager.java:248)	at com.l2jserver.gameserver.instancemanager.ClanHallManager.getInstance(ClanHallManager.java:46)	at com.l2jserver.gameserver.GameServer.<init>(GameServer.java:208)	at com.l2jserver.gameserver.GameServer.main(GameServer.java:497)
What can i do to fix it?

regards

Cori
User avatar
JIV
L2j Veteran
L2j Veteran
Posts: 1882
Joined: Sun Jan 06, 2008 8:17 pm
Location: Slovakia
Contact:

Re: Problem with moving to l2j

Post by JIV »

check clan table for nonexist clan leader.
Post Reply