in-da opened a new issue, #6494: URL: https://github.com/apache/hop/issues/6494
### Apache Hop version? 2.17 ### Java version? 21 ### Operating system Windows ### What happened? While attempting to copy files from a local directory to an Azure Virtual File System (VFS) location using the Process File Transform with the "Copy" operation enabled, the following error occurred: >>> Process files.0 - ERROR: Because of an error, this transform can't continue: Cannot invoke "com.azure.storage.file.datalake.DataLakeFileClient.exists()" because "this.dataLakeFileClient" is null >>> Process files.0 - Finished processing (I=0, O=0, R=1, W=0, U=0, E=1) **Expected Result**: Files should be copied successfully to the Azure VFS location, with no modifications or actions performed on the source local directory. **Additional information**: **Move** operation works without errors. ### Issue Priority Priority: 2 ### Issue Component Component: Transforms -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
