You are viewing a plain text version of this content. The canonical link for it is here.
Posted to derby-user@db.apache.org by Øystein Grøvlen <Oy...@Sun.COM> on 2005/08/01 11:21:45 UTC

Re: Cannot flush the log file to disk error

>>>>> "MS" == Matt Sanford <mz...@aol.com> writes:

    MS> Thanks for  the speedy  assistance. I added  code to display  the next
    MS> SQLException via getNextMessage() and got back :


    MS> java.nio.channels.ClosedByInterruptException
    MS> at
    MS> java.nio.channels.spi.AbstractInterruptibleChannel.end(AbstractInterruptibleChannel.java:184)

[...]

    MS> Based on the  info in the JDK  javadocs it looks like I  may have some
    MS> concurrent access  somewhere. I will try and  make a smallest-possible
    MS> test scenario and see if I can remove the problem.

If I understand the javadoc correctly, it seems like you have invoked
Thread.interrupt on a thread that is waiting for IO.

-- 
Øystein Grøvlen, Senior Staff Engineer
Sun Microsystems, Database Technology Group
Trondheim, Norway