Clan Forums Bad Request

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
Saso
Posts: 55
Joined: Fri Apr 24, 2009 11:53 am

Clan Forums Bad Request

Post 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) 
Post Reply