Legacy Knowledge Base
Published Jul. 2, 2025

Can't run Talend Job with Java 11

Written By

Katlyn Lee

How To articles are not official guidelines or officially supported documentation. They are community-contributed content and may not always reflect the latest updates to Liferay DXP. We welcome your feedback to improve How To articles!

While we make every effort to ensure this Knowledge Base is accurate, it may not always reflect the most recent updates or official guidelines.We appreciate your understanding and encourage you to reach out with any feedback or concerns.

Legacy Article

You are viewing an article from our legacy "FastTrack" publication program, made available for informational purposes. Articles in this program were published without a requirement for independent editing or verification and are provided"as is" without guarantee.

Before using any information from this article, independently verify its suitability for your situation and project.

Issue

  • When Liferay is using Java 11 or OpenJDK11, users cannot successfully run Talend Jobs through the Dispatch application. The job fails, and users may see an error like the following:
    java.util.concurrent.ExecutionException: com.liferay.petra.process.ProcessException: java.lang.ExceptionInInitializerError

Environment

  • DXP 7.3

Resolution

  • Run Liferay using Java 1.8
  • The current Talend Component Framework in Liferay is Talend Open Studio 7.1.1. TOS 7.1.1 utilizes the apache commons lang3 library, which only supports Java versions up to version 10.

Additional Information

  • Talend jobs are run through Dispatch, which can be found under the Global Menu > Control Panel > Configuration > Dispatch.
Did this article resolve your issue ?

Legacy Knowledge Base