Hi @Ashu Anand ,
Welcome to Microsoft Q&A platform and thanks for posting your question here.
As I understand your issue, you are facing JNIException issue while copying data from SFTP to ADLS as parquet file. Please let me know if my understanding is incorrect.
If the error message contains "Cannot create JVM" , the possible cause is that JVM can't be created because some illegal (global) arguments are set.
Log in to the machine that hosts each node of your self-hosted integration runtime. Check to ensure that the system variable is set correctly, as follows:
_JAVA_OPTIONS "-Xms256m -Xmx16g" with memory bigger than 8G
. Restart all the integration runtime nodes, and then rerun the pipeline.
Source : Troubleshoot guide for Error code: JniException
Additional resource for troubleshoot: Using Self-hosted Integration Runtime
Hope this will help. Please let us know if any further queries.
- Please don't forget to click on
or upvote
button whenever the information provided helps you.
Original posters help the community find answers faster by identifying the correct answer. Here is how - Want a reminder to come back and check responses? Here is how to subscribe to a notification
- If you are interested in joining the VM program and help shape the future of Q&A: Here is how you can be part of Q&A Volunteer Moderators