Skip to main content
Announcements
Qlik Introduces a New Era of Visualization! READ ALL ABOUT IT
cancel
Showing results for 
Search instead for 
Did you mean: 
pbiasi_zund
Contributor
Contributor

Warning Talend 7.3 with ZULU JDK 11

We are getting an error within TALEND 7.3

Any clue?

WARNING: An illegal reflective access operation has occurred

WARNING: Illegal reflective access by org.talend.components.api.component.runtime.JarRuntimeInfo (file:/C:/Talend/TOS_DI-Win32-20200219_1130-V7.3.1/configuration/.m2/repository/org/talend/components/components-api/0.28.2/components-api-0.28.2.jar) to field java.net.URL.factory

WARNING: Please consider reporting this to the maintainers of org.talend.components.api.component.runtime.JarRuntimeInfo

WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations

WARNING: All illegal access operations will be denied in a future release

Labels (5)
3 Replies
Anonymous
Not applicable

Hello,

Are you using MacOS Big Sur?

Here is a related topic: https://community.talend.com/s/question/0D55b00006c86I4CAI/warning-an-illegal-reflective-access-oper...

Feel free to let us know if it helps for you.

Best regards

Sabrina

pbiasi_zund
Contributor
Contributor
Author

No. We are using Windows Server 2019

Any other idea or help?

Anonymous
Not applicable

Hello,

Are you using Oralce JDK or Open JDK?

We met this issue before and it appears like this is a known warning with Open Zulu JDK11 regarding the Reflection packages in Java. Reflection, among other things, lets you access every detail of an object even if the developer doesn’t want you to. This warning is telling you that this is a feature that might be restricted (or not available) in the future. This typically will not prevent the Job from running or completing.

Please try to use OpenJDK 8/ Oracle JDK and the warning message will go away. Make sure JAVA_HOME is also set to this version of Java.

Let us know if it helps and we will appreciate it a lot if you could give us more information about your situation.

Best regards

Sabrina