Uploaded image for project: 'Ivy'
  1. Ivy
  2. IVY-1454

OverlappingFileLockException when using artifact-lock-nio

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Minor
    • Resolution: Fixed
    • 2.4.0
    • 2.4.0-RC1
    • Core
    • None

    Description

      When trying to use artifact-lock-nio as the lock strategy, I get resolve errors due to OverlappingFileLockException being thrown:

      [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)
      

      The reason is probably related to our use of the <parallel> and <antcallback> tasks. The documentation of the antcallback task is here: http://ant-contrib.sourceforge.net/tasks/tasks/antcallback_task.html

      <parallel threadcount="${tests.maxThreads}">
      	<antcallback target="testsomething" return="tests.failed"/>
      	<antcallback target="testsomeother" return="tests.failed"/>
      	<antcallback target="testsomemore" return="tests.failed"/>
      </parallel>
      

      All the testxxx targets perform a resolve before running some junit tests in a separate vm. These resolve calls appear to cause the OverlappingFileLockException.

      Attachments

        1. IVY-1454-r3.patch
          10 kB
          Charles Duffy
        2. test--IVY-1454.zip
          3 kB
          Carsten Pfeiffer

        Activity

          People

            cduffy Charles Duffy
            carsten.pfeiffer Carsten Pfeiffer
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: