Joseph Witt created NIFI-3655:
---------------------------------

             Summary: Build failure in framework core on windows
                 Key: NIFI-3655
                 URL: https://issues.apache.org/jira/browse/NIFI-3655
             Project: Apache NiFi
          Issue Type: Bug
          Components: Core Framework
    Affects Versions: 1.2.0
         Environment: Windows 10 Home
Apache Maven 3.3.9 (bb52d8502b132ec0a5a3f4c09453c07478323dc5; 
2015-11-10T11:41:47-05:00)
Maven home: C:\development\tools\apache-maven-3.3.9
Java version: 1.8.0_102, vendor: Oracle Corporation
Java home: C:\Program Files\Java\jdk1.8.0_102\jre
Default locale: en_US, platform encoding: Cp1252
OS name: "windows 10", version: "10.0", arch: "amd64", family: "dos"
            Reporter: Joseph Witt
             Fix For: 1.2.0


Tests run: 32, Failures: 0, Errors: 2, Skipped: 0, Time elapsed: 57.985 sec <<< 
FAILURE! - in org.apache.nifi.controller.repository.TestFileSystemRepository
testReadWithContentArchived(org.apache.nifi.controller.repository.TestFileSystemRepository)
  Time elapsed: 0.622 sec  <<< ERROR!
java.nio.file.FileSystemException: 
C:\Users\nifi\nifi.git\nifi-nar-bundles\nifi-framework-bundle\nifi-framework\nifi-framework-core\target\content_repository\1\1490704498516-1:
 The process cannot access the file because it is being used by another process.

        at 
sun.nio.fs.WindowsException.translateToIOException(WindowsException.java:86)
        at 
sun.nio.fs.WindowsException.rethrowAsIOException(WindowsException.java:97)
        at 
sun.nio.fs.WindowsException.rethrowAsIOException(WindowsException.java:102)
        at 
sun.nio.fs.WindowsFileSystemProvider.implDelete(WindowsFileSystemProvider.java:269)
        at 
sun.nio.fs.AbstractFileSystemProvider.deleteIfExists(AbstractFileSystemProvider.java:108)
        at java.nio.file.Files.deleteIfExists(Files.java:1165)
        at 
org.apache.nifi.controller.repository.TestFileSystemRepository.testReadWithContentArchived(TestFileSystemRepository.java:443)

testReadWithNoContentArchived(org.apache.nifi.controller.repository.TestFileSystemRepository)
  Time elapsed: 0.762 sec  <<< ERROR!
java.lang.Exception: Unexpected exception, 
expected<org.apache.nifi.controller.repository.ContentNotFoundException> but 
was<java.nio.file.FileSystemException>
        at 
sun.nio.fs.WindowsException.translateToIOException(WindowsException.java:86)
        at 
sun.nio.fs.WindowsException.rethrowAsIOException(WindowsException.java:97)
        at 
sun.nio.fs.WindowsException.rethrowAsIOException(WindowsException.java:102)
        at 
sun.nio.fs.WindowsFileSystemProvider.implDelete(WindowsFileSystemProvider.java:269)
        at 
sun.nio.fs.AbstractFileSystemProvider.deleteIfExists(AbstractFileSystemProvider.java:108)
        at java.nio.file.Files.deleteIfExists(Files.java:1165)
        at 
org.apache.nifi.controller.repository.TestFileSystemRepository.testReadWithNoContentArchived(TestFileSystemRepository.java:464)




--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

Reply via email to