auction endtask error?

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
babyjason
Posts: 575
Joined: Wed Dec 02, 2009 7:59 pm

auction endtask error?

Post by babyjason »

If you want to receive support we need this info to help you properly.
» Find Revision
L2J Revision Number: 4042
L2JDP Revision Number: 7221
 
i added the latest revision, and now when the server starts i get a strange error that has smt to do with auctions.

Code: Select all

 Apr 3, 2010 5:09:17 PM com.l2jserver.gameserver.model.entity.Auction$AutoEndTask runSEVERE: java.lang.NullPointerException	at com.l2jserver.gameserver.model.entity.Auction.endAuction(Auction.java:517)	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)
i changed auction tables as was written in sql updates

Code: Select all

ALTER TABLE `auction_bid` CHANGE `maxBid` `maxBid` BIGINT UNSIGNED NOT NULL DEFAULT 0;ALTER TABLE `auction` CHANGE `itemQuantity` `itemQuantity` BIGINT UNSIGNED NOT NULL DEFAULT 0;ALTER TABLE `auction` CHANGE `startingBid` `startingBid` BIGINT UNSIGNED NOT NULL DEFAULT 0;ALTER TABLE `auction` CHANGE `currentBid` `currentBid` BIGINT UNSIGNED NOT NULL DEFAULT 0;
does somebody have an ideea what s the issue?

ty very much
Last edited by babyjason on Tue Apr 06, 2010 3:40 pm, edited 1 time in total.
babyjason
Posts: 575
Joined: Wed Dec 02, 2009 7:59 pm

Re: auction endtask error?

Post by babyjason »

nobody knows what this could be?:/
hope
Posts: 1160
Joined: Thu Aug 30, 2007 5:17 pm

Re: auction endtask error?

Post by hope »

» Find Revision
L2J Revision Number:latest
L2JDP Revision Number:latest
babyjason
Posts: 575
Joined: Wed Dec 02, 2009 7:59 pm

Re: auction endtask error?

Post by babyjason »

L2J Revision Number: 4042
L2JDP Revision Number: 7221

sry
Post Reply