aspose file tools
The moose likes Developer Certification (SCJD/OCMJD) and the fly likes EOFException in Data class during testing Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Certification » Developer Certification (SCJD/OCMJD)
Reply Bookmark "EOFException in Data class during testing" Watch "EOFException in Data class during testing" New topic
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
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: EOFException in Data class during testing
 
Similar Threads
Opinions On Reading Data File
end of file and new IO
EOF Exception while reading Data Section
Using record cache and booking method
Locking & Synchronization on Bodgitt & Scarper