New Error [GS] taken :$

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
dljac
Posts: 53
Joined: Tue Jan 04, 2011 6:52 am

New Error [GS] taken :$

Post by dljac »

If you want to receive support we need this info to help you properly.
» Find Revision
L2J Revision 5090:
L2JDP Revision 8565:

but I have many errors in the console. and I'm concerned.

I have 80 players and then start the server to 1 hour starts a terrible lag

good to what I came


Error:

Code: Select all

could not update char raid points:java.sql.SQLException: An SQLException was provoked by the following failure: java.lang.InterruptedException        at com.mchange.v2.sql.SqlUtils.toSQLException(SqlUtils.java:106)        at com.mchange.v2.sql.SqlUtils.toSQLException(SqlUtils.java:65)        at com.mchange.v2.sql.SqlUtils.toSQLException(SqlUtils.java:62)        at com.mchange.v2.c3p0.stmt.GooGooStatementCache.acquireStatement(GooGooStatementCache.java:571)        at com.mchange.v2.c3p0.stmt.GooGooStatementCache.checkoutStatement(GooGooStatementCache.java:192)        at com.mchange.v2.c3p0.impl.NewPooledConnection.checkoutStatement(NewPooledConnection.java:288)        at com.mchange.v2.c3p0.impl.NewProxyConnection.prepareStatement(NewProxyConnection.java:199)        at com.l2jserver.gameserver.instancemanager.RaidBossPointsManager.updatePointsInDB(RaidBossPointsManager.java:107)        at com.l2jserver.gameserver.instancemanager.RaidBossPointsManager.addPoints(RaidBossPointsManager.java:132)        at com.l2jserver.gameserver.model.actor.instance.L2RaidBossInstance.doDie(L2RaidBossInstance.java:94)        at com.l2jserver.gameserver.model.actor.status.CharStatus.reduceHp(CharStatus.java:178)        at com.l2jserver.gameserver.model.actor.status.NpcStatus.reduceHp(NpcStatus.java:51)        at com.l2jserver.gameserver.model.actor.status.AttackableStatus.reduceHp(AttackableStatus.java:49)        at com.l2jserver.gameserver.model.actor.L2Character.reduceCurrentHp(L2Character.java:7354)        at com.l2jserver.gameserver.model.actor.L2Attackable.reduceCurrentHp(L2Attackable.java:500)        at com.l2jserver.gameserver.model.actor.instance.L2RaidBossInstance.reduceCurrentHp(L2RaidBossInstance.java:162)        at com.l2jserver.gameserver.model.actor.L2Attackable.reduceCurrentHp(L2Attackable.java:441)        at com.l2jserver.gameserver.skills.l2skills.L2SkillDrain.useSkill(L2SkillDrain.java:198)        at com.l2jserver.gameserver.model.actor.L2Character.callSkill(L2Character.java:6799)        at com.l2jserver.gameserver.model.actor.L2Character.onMagicHitTimer(L2Character.java:6494)        at com.l2jserver.gameserver.model.actor.L2Character$MagicUseTask.run(L2Character.java:2943)        at com.l2jserver.gameserver.ThreadPoolManager$RunnableWrapper.run(ThreadPoolManager.java:86)        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$201(Unknown Source)        at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)        at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)        at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)        at java.lang.Thread.run(Unknown Source)Caused by: java.lang.InterruptedException        at java.lang.Object.wait(Native Method)        at java.lang.Object.wait(Object.java:503)        at com.mchange.v2.c3p0.stmt.GooGooStatementCache.acquireStatement(GooGooStatementCache.java:561)        ... 26 more
other error

Code: Select all

Client: [Character: charname[268497018] - Account: accname - IP: xxx.xxx.xx.xxx] - Failed running: [C] 49 Say2 - L2J Server Version: 5089M - DP Revision: 8559M ; nulljava.lang.NullPointerException        at com.l2jserver.gameserver.model.actor.instance.L2PcInstance.getFloodProtectors(L2PcInstance.java:13998)        at handlers.chathandlers.ChatTrade.handleChat(ChatTrade.java:69)        at com.l2jserver.gameserver.network.clientpackets.Say2.runImpl(Say2.java:205)        at com.l2jserver.gameserver.network.clientpackets.L2GameClientPacket.run(L2GameClientPacket.java:62)        at com.l2jserver.gameserver.network.L2GameClient.run(L2GameClient.java:1095)        at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)        at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)        at java.lang.Thread.run(Unknown Source)
janiii Fan from argentine ^^

Sorry for my bad ENGLISH u.u
someday will develop my English perfectly

Help me?
[email protected] (PayPal e-mail) Thanks :D
ksmxbg
Posts: 109
Joined: Wed Aug 12, 2009 8:17 am

Re: New Error [GS] taken :$

Post by ksmxbg »

dljac wrote:Error:

Code: Select all

could not update char raid points:
take a look table character_raid_points in your gameserver database, is it present? and how its looks like...

it must be present and it's must looks somthing like:

charId | boss_id | points
268489771 | 25667 | 43

IM NOT GURU IN SQL and L2J, next steps can be dangerous for your base or server. I advice you to wait answers from any experienced users in this forum. But if it's error come to me i will do this to try solve:

1. will backup my sql base.
2. will empty table, by deleting, values... and apologize to players that their points from raids just go to zero because of hackers attack, and you resolved all problems but only raid points :twisted:
3. if it not solve... will try to delete table and create new manually.
4. if 3 not solve will make sql file like this, or with zero values

Code: Select all

INSERT INTO `character_raid_points` (`charId`, `boss_id`, `points`) VALUES (268489771, 25667, 43);
and insert it to my base.
5. This up is code and values from one test that i run to see your problem, you can try insert empty table like INSERT INTO `character_raid_points` (`charId`, `boss_id`, `points`); or with zero values, and kill one raidbos to see what server will write to this table

gl anyway )
Post Reply