High severitydata source
Power BI Refresh Error:
ParquetJavaInvocationException
What does this error mean?
ADF failed to invoke the Java runtime for Parquet file processing. ADF uses Java-based libraries for Parquet read/write — a JRE failure or memory issue causes this error.
Common causes
- 1The Java Runtime Environment on the integration runtime is out of date or missing
- 2The integration runtime does not have enough memory to process the Parquet file
- 3A transient error occurred in the JVM during Parquet processing
How to fix it
- 1Upgrade the self-hosted integration runtime to the latest version, which includes an updated Java runtime.
- 2Ensure the integration runtime machine has at least 8 GB of RAM for Parquet processing.
- 3Limit concurrent copy activities on the IR to reduce memory pressure.
- 4Retry the activity — some JVM errors are transient and resolve on retry.
Frequently asked questions
Official documentation: https://learn.microsoft.com/en-us/azure/data-factory/connector-troubleshoot-parquet