Error Console Account & Custom skill

This is not a Support area! Discuss about the Server here. Non-Server related discussion goes in Off-Topic Discussion.
Forum rules
READ NOW: L2j Forums Rules of Conduct
Post Reply
repxl
Posts: 207
Joined: Wed May 20, 2009 8:29 pm

Error Console Account & Custom skill

Post by repxl »

Code: Select all

SEVERE: Client: [Character: Whiteknight[268508149] - Account: bruano - IP: 193.126.155.58] - Failed running: [C] 03 EnterWorld - L2J Server Version: 4420M - DP Revision: 7668M ; nulljava.lang.IllegalArgumentException    at java.util.concurrent.ScheduledThreadPoolExecutor.scheduleAtFixedRate(Unknown Source)    at com.l2jserver.gameserver.ThreadPoolManager.scheduleGeneralAtFixedRate(ThreadPoolManager.java:162)    at com.l2jserver.gameserver.model.actor.instance.L2PcInstance.startFameTask(L2PcInstance.java:12904)    at com.l2jserver.gameserver.model.zone.type.L2SiegeZone.onEnter(L2SiegeZone.java:96)    at com.l2jserver.gameserver.model.zone.L2ZoneType.revalidateInZone(L2ZoneType.java:336)    at com.l2jserver.gameserver.model.L2WorldRegion.revalidateZones(L2WorldRegion.java:103)    at com.l2jserver.gameserver.model.actor.instance.L2PcInstance.revalidateZone(L2PcInstance.java:2025)    at com.l2jserver.gameserver.model.actor.L2Character.onSpawn(L2Character.java:463)    at com.l2jserver.gameserver.model.L2Object.spawnMe(L2Object.java:537)    at com.l2jserver.gameserver.network.clientpackets.EnterWorld.runImpl(EnterWorld.java:338)    at com.l2jserver.gameserver.network.clientpackets.L2GameClientPacket.run(L2GameClientPacket.java:62)    at com.l2jserver.gameserver.network.L2GameClient.run(L2GameClient.java:973)    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)

this is account error it appear some times in console . idk why and how solve it :( can anyone help me with it ?


also i added a new skill to skill_trees with skill id 99999 im using mediumint (7) on skill ID

here is the error number 2 :

Code: Select all

WARNING: Error could not store char skills: Duplicate entry '268457699-99999-0' for key 'PRIMARY'com.mysql.jdbc.exceptions.jdbc4.MySQLIntegrityConstraintViolationException: Duplicate entry '268457699-99999-0' for key 'PRIMARY'    at sun.reflect.GeneratedConstructorAccessor82.newInstance(Unknown Source)    at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source)    at java.lang.reflect.Constructor.newInstance(Unknown Source)    at com.mysql.jdbc.Util.handleNewInstance(Util.java:409)    at com.mysql.jdbc.Util.getInstance(Util.java:384)    at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:1041)    at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3566)    at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3498)    at com.mysql.jdbc.MysqlIO.sendCommand(MysqlIO.java:1959)    at com.mysql.jdbc.MysqlIO.sqlQueryDirect(MysqlIO.java:2113)    at com.mysql.jdbc.ConnectionImpl.execSQL(ConnectionImpl.java:2568)    at com.mysql.jdbc.PreparedStatement.executeInternal(PreparedStatement.java:2113)    at com.mysql.jdbc.PreparedStatement.execute(PreparedStatement.java:1364)    at com.mchange.v2.c3p0.impl.NewProxyPreparedStatement.execute(NewProxyPreparedStatement.java:989)    at com.l2jserver.gameserver.model.actor.instance.L2PcInstance.storeSkill(L2PcInstance.java:8194)    at com.l2jserver.gameserver.model.actor.instance.L2PcInstance.addSkill(L2PcInstance.java:8072)    at com.l2jserver.gameserver.model.actor.instance.L2PcInstance.giveAvailableSkills(L2PcInstance.java:3008)    at com.l2jserver.gameserver.model.actor.instance.L2PcInstance.rewardSkills(L2PcInstance.java:2928)    at com.l2jserver.gameserver.model.actor.instance.L2PcInstance.restore(L2PcInstance.java:7456)    at com.l2jserver.gameserver.model.actor.instance.L2PcInstance.load(L2PcInstance.java:1205)    at com.l2jserver.gameserver.network.L2GameClient.loadCharFromDisk(L2GameClient.java:542)    at com.l2jserver.gameserver.network.clientpackets.CharacterSelect.runImpl(CharacterSelect.java:86)    at com.l2jserver.gameserver.network.clientpackets.L2GameClientPacket.run(L2GameClientPacket.java:62)    at com.l2jserver.gameserver.network.L2GameClient.run(L2GameClient.java:973)    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)
"Code is exactly like shit - you don't mind cleaning it when its yours, but when it isn't... fuck its annoying." - By the Almighty ZaKaX
User avatar
Naonah
Posts: 357
Joined: Sun Apr 04, 2010 11:12 pm

Re: Error Console Account & Custom skill

Post by Naonah »

1. the same character - ban (read Janiii's reply in one of my topics)
2. slow machine
public void l2jserver ()
{
if (you want l2j server == no problems)
use Linux;
else
use Windows;
}
repxl
Posts: 207
Joined: Wed May 20, 2009 8:29 pm

Re: Error Console Account & Custom skill

Post by repxl »

Naonah wrote:1. the same character - ban (read Janiii's reply in one of my topics)
2. slow machine
the secound . your false . my machine is powerfull ...
i think its someting becuase i added mediumint instead of tinyint



hmmmmm can you give me link . ? you have more topics .
"Code is exactly like shit - you don't mind cleaning it when its yours, but when it isn't... fuck its annoying." - By the Almighty ZaKaX
User avatar
Naonah
Posts: 357
Joined: Sun Apr 04, 2010 11:12 pm

Re: Error Console Account & Custom skill

Post by Naonah »

viewtopic.php?f=81&t=19447

about 2nd point - I dont know what custom crap have y added. On clean core you will not get this error except slow machine
public void l2jserver ()
{
if (you want l2j server == no problems)
use Linux;
else
use Windows;
}
hope
Posts: 1160
Joined: Thu Aug 30, 2007 5:17 pm

Re: Error Console Account & Custom skill

Post by hope »

IllegalArgumentException
repxl
Posts: 207
Joined: Wed May 20, 2009 8:29 pm

Re: Error Console Account & Custom skill

Post by repxl »

hope wrote:IllegalArgumentException
what does it mean ? you dont help me with this really :(
"Code is exactly like shit - you don't mind cleaning it when its yours, but when it isn't... fuck its annoying." - By the Almighty ZaKaX
Post Reply