| Author |
EOFException in Data class during testing
|
K. Tsang
Ranch Hand
Joined: Sep 13, 2007
Posts: 1219
|
|
Hello all, when I did my multi-threading tests sometimes I get the EOFException when my record number reaches like 159.
Subsequent runs will affect my find method yet it still returns the correct number of records. The most interesting point is when my test program encounter create method, it continues to create but in this order:
159, 161, 163....
only odd numbers from 159 onwards.
Ok I figured it out what I did wrong. My total records calculation is wrong. Now I fixed the problem.
|
K. Tsang JavaRanch SCJP5 SCJD/OCM-JD
|
 |
 |
|
|
subject: EOFException in Data class during testing
|
|
|