Page 1 of 1

Clan Forums Bad Request

Posted: Sat Jul 25, 2009 3:45 pm
by Saso
If you want to receive support we need this info to help you properly.
» Find Revision
L2J Revision Number:3310
L2JDP Revision Number:6430

I know it has something to do with the forums.sql table. Because when I delete the data in there it doesn't give errors. This is my test server, and the fact that it is giving out errors on 3 clans made is worrying me.

My community server is disabled in the config.

Code: Select all

 Bad RequestBypassToServer:java.lang.NullPointerException        at net.sf.l2j.gameserver.communitybbs.BB.Forum.<init>(Forum.java:94)        at net.sf.l2j.gameserver.communitybbs.Manager.ForumsBBSManager.createNewForum(ForumsBBSManager.java:130)        at net.sf.l2j.gameserver.model.L2Clan.setLevel(L2Clan.java:676)        at net.sf.l2j.gameserver.model.L2Clan.changeLevel(L2Clan.java:2443)        at net.sf.l2j.gameserver.model.L2Clan.levelUpClan(L2Clan.java:2418)        at net.sf.l2j.gameserver.model.actor.instance.L2VillageMasterInstance.onBypassFeedback(L2VillageMasterInstance.java:154)        at net.sf.l2j.gameserver.network.clientpackets.RequestBypassToServer.runImpl(RequestBypassToServer.java:125)        at net.sf.l2j.gameserver.network.clientpackets.L2GameClientPacket.run(L2GameClientPacket.java:76)        at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)        at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)        at java.lang.Thread.run(Thread.java:619)