Ticket #179 (closed defect: fixed)

Opened 1 year ago

Last modified 1 year ago

KS automatisches Ende nach 7 Runden

Reported by: rhonabwy Assigned to: bktheg
Priority: major Milestone: Patch 7.09
Component: Code/Client Version:
Keywords: KS Cc:

Description

ich bin inzwischen in einem Kampf mit 20 Runden inaktivitaet und er laeuft immer noch.

Irgendwo klemmt die Ende-Bedingung

Attachments

Change History

09/11/07 09:47:25 changed by bktheg

  • status changed from new to assigned.

Der KS-Tick läuft im Moment nicht durch:

...
Bitte warten - berechne Schlachten
[ERROR] DS2 - Couldn't iterate to next result row
java.sql.SQLException: Operation not allowed after ResultSet closed
net.driftingsouls.ds2.server.framework.db.SQLRuntimeException: java.sql.SQLException: Operation not allowed after ResultSet closed
	at net.driftingsouls.ds2.server.framework.db.SQLQuery.next(SQLQuery.java:111)
	at net.driftingsouls.ds2.server.tick.regular.BattleTick.tick(BattleTick.java:54)
	at net.driftingsouls.ds2.server.tick.TickController.execute(TickController.java:136)
	at net.driftingsouls.ds2.server.tick.AbstractTickExecuter.execTick(AbstractTickExecuter.java:118)
	at net.driftingsouls.ds2.server.tick.RegularTick.executeTicks(RegularTick.java:90)
	at net.driftingsouls.ds2.server.tick.AbstractTickExecuter.tick(AbstractTickExecuter.java:192)
	at net.driftingsouls.ds2.server.tick.TickController.execute(TickController.java:136)
	at net.driftingsouls.ds2.server.tick.RegularTick.main(RegularTick.java:124)
Caused by: java.sql.SQLException: Operation not allowed after ResultSet closed
	at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:910)
	at com.mysql.jdbc.ResultSet.checkClosed(ResultSet.java:655)
	at com.mysql.jdbc.ResultSet.next(ResultSet.java:7302)
	at com.mchange.v2.c3p0.impl.NewProxyResultSet.next(NewProxyResultSet.java:2859)
	at net.driftingsouls.ds2.server.framework.db.SQLQuery.next(SQLQuery.java:105)
	... 7 more
Bitte warten - berechne Sonstiges
...

Ich hab allerdings noch keine Idee warum das ResultSet? geschlossen sein soll....

10/21/07 11:12:08 changed by bktheg

  • status changed from assigned to closed.
  • resolution set to fixed.

Das KS (um genau zu sein Battle) ist nun auf Hibernate umgestellt. Vmtl. ist der Bug daher Geschichte.


Add/Change #179 (KS automatisches Ende nach 7 Runden)




Change Properties
Action