You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ant.apache.org by "Charles Duffy (JIRA)" <ji...@apache.org> on 2013/12/19 22:47:07 UTC

[jira] [Resolved] (IVY-1454) OverlappingFileLockException when using artifact-lock-nio

     [ https://issues.apache.org/jira/browse/IVY-1454?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Charles Duffy resolved IVY-1454.
--------------------------------

    Resolution: Fixed

> OverlappingFileLockException when using artifact-lock-nio
> ---------------------------------------------------------
>
>                 Key: IVY-1454
>                 URL: https://issues.apache.org/jira/browse/IVY-1454
>             Project: Ivy
>          Issue Type: Bug
>          Components: Core
>    Affects Versions: 2.4.0
>         Environment: Debian Linux (Wheezy)
> Oracle Java 1.7.0+update45,
> ivy_2.4.0.alpha_20131214174343.jar downloaded from https://builds.apache.org/job/Ivy/446/
>            Reporter: Carsten Pfeiffer
>            Assignee: Charles Duffy
>            Priority: Minor
>         Attachments: IVY-1454-r3.patch, test--IVY-1454.zip
>
>
> When trying to use {{artifact-lock-nio}} as the lock strategy, I get resolve errors due to {{OverlappingFileLockException}} being thrown:
> {code}
> [ivy:resolve] WARN: 	:: org.hamcrest#hamcrest-core;1.1: java.nio.channels.OverlappingFileLockException at sun.nio.ch.SharedFileLockTable.checkList(FileLockTable.java:255)
> [ivy:resolve] WARN: 	:: org.glassfish#javax.ejb;3.1: java.nio.channels.OverlappingFileLockException at sun.nio.ch.SharedFileLockTable.checkList(FileLockTable.java:255)
> [ivy:resolve] WARN: 	:: org.jboss.weld.se#weld-se-core;1.1.10.Final: java.nio.channels.OverlappingFileLockException at sun.nio.ch.SharedFileLockTable.checkList(FileLockTable.java:255)
> {code}
> The reason is probably related to our use of the {{&lt;parallel&gt;}} and {{&lt;antcallback&gt;}} tasks. The documentation of the {{antcallback}} task is here: http://ant-contrib.sourceforge.net/tasks/tasks/antcallback_task.html
> {code}
> <parallel threadcount="${tests.maxThreads}">
> 	<antcallback target="testsomething" return="tests.failed"/>
> 	<antcallback target="testsomeother" return="tests.failed"/>
> 	<antcallback target="testsomemore" return="tests.failed"/>
> </parallel>
> {code}
> All the testxxx targets perform a resolve before running some junit tests in a separate vm. These resolve calls appear to cause the {{OverlappingFileLockException}}.



--
This message was sent by Atlassian JIRA
(v6.1.4#6159)