Exception: saveSiegeClan

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
Pietia
Posts: 14
Joined: Fri Sep 25, 2009 10:39 am

Exception: saveSiegeClan

Post by Pietia »

L2J Revision 3596:
L2JDP Revision 6686:

Code: Select all

Exception: saveSiegeClan(L2Clan clan, int typeId, boolean isUpdateRegistration): Duplicate entry '268504443-5' for key 1com.mysql.jdbc.exceptions.jdbc4.MySQLIntegrityConstraintViolationException: Duplicate entry '268504443-5' for key 1        at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)        at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:57)        at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)        at java.lang.reflect.Constructor.newInstance(Constructor.java:532)        at com.mysql.jdbc.Util.handleNewInstance(Util.java:406)        at com.mysql.jdbc.Util.getInstance(Util.java:381)        at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:1015)        at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:956)        at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3558)        at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3490)        at com.mysql.jdbc.MysqlIO.sendCommand(MysqlIO.java:1959)        at com.mysql.jdbc.MysqlIO.sqlQueryDirect(MysqlIO.java:2109)        at com.mysql.jdbc.ConnectionImpl.execSQL(ConnectionImpl.java:2643)        at com.mysql.jdbc.PreparedStatement.executeInternal(PreparedStatement.java:2077)        at com.mysql.jdbc.PreparedStatement.execute(PreparedStatement.java:1356)        at com.mchange.v2.c3p0.impl.NewProxyPreparedStatement.execute(NewProxyPreparedStatement.java:989)        at net.sf.l2j.gameserver.model.entity.Siege.saveSiegeClan(Siege.java:1312)        at net.sf.l2j.gameserver.model.entity.Siege.registerAttacker(Siege.java:851)        at handlers.admincommandhandlers.AdminSiege.useAdminCommand(Unknown Source)        at net.sf.l2j.gameserver.network.clientpackets.RequestBypassToServer.runImpl(RequestBypassToServer.java:99)        at net.sf.l2j.gameserver.network.clientpackets.L2GameClientPacket.run(L2GameClientPacket.java:76)        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:636)
_DS_
L2j Veteran
L2j Veteran
Posts: 3437
Joined: Wed Apr 30, 2008 8:53 am
Location: Russia

Re: Exception: saveSiegeClan

Post by _DS_ »

Does not register same clan twice using admin commands.
Commiter of the shit
public static final int PI = 3.1415926535897932384626433832795;
Pietia
Posts: 14
Joined: Fri Sep 25, 2009 10:39 am

Re: Exception: saveSiegeClan

Post by Pietia »

Sry then :P
Post Reply