You are viewing a plain text version of this content. The canonical link for it is here.
Posted to oak-issues@jackrabbit.apache.org by "Christan Keller (JIRA)" <ji...@apache.org> on 2014/03/26 14:33:14 UTC

[jira] [Created] (OAK-1619) TarFile close throws IOException on JDK 1.6.34

Christan Keller created OAK-1619:
------------------------------------

             Summary: TarFile close throws IOException on JDK 1.6.34
                 Key: OAK-1619
                 URL: https://issues.apache.org/jira/browse/OAK-1619
             Project: Jackrabbit Oak
          Issue Type: Bug
          Components: core
    Affects Versions: 0.19
         Environment: Oracle JDK 1.6.0_34 
            Reporter: Christan Keller


Call of SegmentStore#close ends in excpetion below.
With JDK 1.7.0_52 this works

{code}
Caused by: java.io.IOException
	at java.nio.MappedByteBuffer.force0(Native Method)
	at java.nio.MappedByteBuffer.force(MappedByteBuffer.java:154)
	at org.apache.jackrabbit.oak.plugins.segment.file.MappedAccess.flush(MappedAccess.java:71)
	at org.apache.jackrabbit.oak.plugins.segment.file.MappedAccess.close(MappedAccess.java:78)
	at org.apache.jackrabbit.oak.plugins.segment.file.TarFile.close(TarFile.java:214)
	at org.apache.jackrabbit.oak.plugins.segment.file.FileStore.close(FileStore.java:303)

{code}



--
This message was sent by Atlassian JIRA
(v6.2#6252)