I recently downloaded bcFileProperties add on from talend exchange to get some additional properties which are not in tfileproperties, my job struct is
bcfileproperties--->tmap---->tlogrow
when executed my job is aborting with error message
Exception in component bcFileProperties_1
java.lang.UnsupportedOperationException
at sun.nio.fs.WindowsFileSystemProvider.readAttributes(WindowsFileSystemProvider.java:192)
at java.nio.file.Files.readAttributes(Files.java:1737)
at java.nio.file.Files.getPosixFilePermissions(Files.java:2004)
From this description page, it seems that this component only works in a Java 7 environment. Could you please take a look at this warning on this page?