Auction manager severe error please help

Find the proper support area, Saga-Version.
Forum rules
READ NOW: L2j Forums Rules of Conduct
Post Reply
rockkth
Posts: 196
Joined: Sat Jul 04, 2009 8:54 am

Auction manager severe error please help

Post by rockkth »

If you want to receive support we need this info to help you properly.
» Find Revision
L2J Revision Number:4417
L2JDP Revision Number:7666

from some time i keep getting this error, and the free clan halls are not showing up in the auctioner npc in game, any ideeas what the problem is? i checked the tables all seam fine, what should i check?

i saw that auction ch 25 was not in auctions table in sql, all were null, but at the auctionbid table sql it was a character bidding on it, so now i removed everything from auctionbid, is that the solution ? (all other ch s are taken).

Code: Select all

Feb 2, 2012 9:09:29 AM com.l2jserver.gameserver.model.entity.Auction$AutoEndTask runSEVERE: java.lang.NullPointerException    at com.l2jserver.gameserver.model.entity.Auction.endAuction(Auction.java:478)    at com.l2jserver.gameserver.model.entity.Auction$AutoEndTask.run(Auction.java:132)    at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)    at java.util.concurrent.FutureTask$Sync.innerRun(Unknown Source)    at java.util.concurrent.FutureTask.run(Unknown Source)    at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$301(Unknown Source)    at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)    at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(Unknown Source)    at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)    at java.lang.Thread.run(Unknown Source)
in game server shows it like this

Code: Select all

2012.02.02 09:09:29,031 INFO    10  com.l2jserver.gameserver.instancemanager.AuctionManager Initializing AuctionManager2012.02.02 09:09:29,140 INFO    10  com.l2jserver.gameserver.instancemanager.AuctionManager Loaded: 1 auction(s)2012.02.02 09:09:29,218 INFO    10  com.l2jserver.gameserver.instancemanager.AuctionManager Created auction for ClanHall: 252012.02.02 09:09:29,265 INFO    10  com.l2jserver.gameserver.instancemanager.ClanHallManager    Loaded: 38 clan halls2012.02.02 09:09:29,265 INFO    10  com.l2jserver.gameserver.instancemanager.ClanHallManager    Loaded: 6 free clan halls2012.02.02 09:09:29,265 INFO    10  com.l2jserver.gameserver.GameServer ------------------------------------------------------------------=[ Geodata ]2012.02.02 09:09:29,281 SEVERE  13  com.l2jserver.gameserver.model.entity.Auction    
User avatar
valdaron
Posts: 199
Joined: Mon Apr 18, 2011 3:11 pm
Location: Poland

Re: Auction manager severe error please help

Post by valdaron »

I have similar on latest BETA revision.
java.lang.NullPointerException
at com.l2jserver.gameserver.model.entity.Auction.endAuction(Auction.java:448)
at com.l2jserver.gameserver.model.entity.Auction$AutoEndTask.run(Auction.java:132)
at com.l2jserver.gameserver.ThreadPoolManager$RunnableWrapper.run(ThreadPoolManager.java:86)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471)
at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:334)
at java.util.concurrent.FutureTask.run(FutureTask.java:166)
at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:178)
at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:292)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1110)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603)
at java.lang.Thread.run(Thread.java:722
User avatar
valdaron
Posts: 199
Joined: Mon Apr 18, 2011 3:11 pm
Location: Poland

Re: Auction manager severe error please help

Post by valdaron »

Post Reply