ERROR: java.lang.NullPointerException

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
DevilFs
Posts: 20
Joined: Fri Nov 09, 2007 11:53 am

ERROR: java.lang.NullPointerException

Post by DevilFs »

L2J Revision 5235:
L2JDP Revision 8755:
Hi
can someone explain to me why this error?
Does not come out right away but after a few hours !!
Repeating the same mistake, while the server continues to run.

Exception in thread "GeneralSTPool-7" java.lang.NullPointerException?
at com.l2jserver.gameserver.model.entity.ClanHall?.banishForeigners(ClanH
all.java:413)


Tnx.
vampir
Posts: 113
Joined: Sun Mar 28, 2010 6:17 pm

Re: ERROR: java.lang.NullPointerException

Post by vampir »

null pointer exception appears when u are trying to do something with variable that is null, show what u have got in ClanHall class at line:413
Post Reply