All pastes #2050581 Raw Edit

Miscellany

public text v1 · immutable
#2050581 ·published 2011-04-25 19:21 UTC
rendered paste body
Failed to store Pet [ObjectId: 268503130] data
java.sql.SQLException: Parameter index out of range (9 > number of parameters, which is 8).
	at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:1073)
	at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:987)
	at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:982)
	at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:927)
	at com.mysql.jdbc.PreparedStatement.checkBounds(PreparedStatement.java:3717)
	at com.mysql.jdbc.PreparedStatement.setInternal(PreparedStatement.java:3701)
	at com.mysql.jdbc.PreparedStatement.setString(PreparedStatement.java:4552)
	at com.mchange.v2.c3p0.impl.NewProxyPreparedStatement.setString(NewProxyPreparedStatement.java:963)
	at l2.universe.gameserver.model.actor.instance.L2PetInstance.store(L2PetInstance.java:926)
	at l2.universe.gameserver.model.actor.L2Summon.unSummon(L2Summon.java:446)
	at l2.universe.gameserver.model.actor.instance.L2PetInstance.unSummon(L2PetInstance.java:1113)
	at l2.universe.gameserver.network.clientpackets.RequestActionUse.runImpl(RequestActionUse.java:290)
	at l2.universe.gameserver.network.clientpackets.L2GameClientPacket.run(L2GameClientPacket.java:62)
	at l2.universe.gameserver.network.L2GameClient.run(L2GameClient.java:996)
	at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
	at java.lang.Thread.run(Thread.java:662)