Sybase ASE 15.0 - 46
example_data
User Tables -- AAASD
Right Click -- Edit table data
once the window appears, close it and in ADS-- VIEW LOG
java.sql.SQLException: JZ0C0: Connection is already closed.
at com.sybase.jdbc3.jdbc.ErrorMessage.raiseError(Unknown Source)
at com.sybase.jdbc3.jdbc.SybConnection.checkConnection(Unknown Source)
at com.sybase.jdbc3.jdbc.SybConnection.close(Unknown Source)
at nmfl.aCG.run(Unknown Source)
at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:885)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:907)
at java.lang.Thread.run(Thread.java:619)
I can't reproduce on my machine, but I saw it on Tariqs machine. Double check code, maybe it is a threading issue.
I can reproduce it every time on any table but only on Sybase, Sybase Anywhere and Sybase IQ. This problem doesn't occur on 6.5.
I can reproduce it every time on any table but only on Sybase, Sybase Anywhere and Sybase IQ. This problem doesn't occur on 6.5.
window listener has been added twice, so it tryed to close the connection twice
window listener has been added twice, so it tryed to close the connection twice
Fix verified in build 6.9.92.1 ... please double check.
Fix verified in build 6.9.92.1 ... please double check.
Issue #1676 |
Closed |
Fixed |
Resolved |
Completion |
No due date |
No fixed build |
No time estimate |
I can't reproduce on my machine, but I saw it on Tariqs machine. Double check code, maybe it is a threading issue.