Skip to main content
Announcements
Introducing Qlik Answers: A plug-and-play, Generative AI powered RAG solution. READ ALL ABOUT IT!
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

7.3.1 zip fails on macOS while 7.2.1 works

I found on this forum how to successfully download and run TOS DI on macOS 10.15 

I handcrafted the following download links:

http://download-mirror2.talend.com/tos/release/V7.3.1/TOS_DI-20200219_1130-V7.3.1.zip

http://download-mirror2.talend.com/tos/release/V7.2.1/TOS_DI-20190620_1446-V7.2.1.zip

 

Unzip each and run the following command in the installation folder to lift the macOS quarantine:

sudo xattr -d com.apple.quarantine *

 

The 7.2.1 version will get past the accept license dialog which is presented at first launch. However, it's not possible to accept the license on version 7.3.1. The dialog won't close. CPU usage hovers around 10% and will continue to do so indefinitely.

Clues anyone?

Labels (2)
1 Solution

Accepted Solutions
Anonymous
Not applicable
Author

Hi
What is your JDK version? v7.3.1 requires a version 1.8_161 minimum JDK.

Regards
Shong

View solution in original post

5 Replies
Anonymous
Not applicable
Author

Hi
What is your JDK version? v7.3.1 requires a version 1.8_161 minimum JDK.

Regards
Shong
Anonymous
Not applicable
Author

Ah...good one Shong, I should have mentioned that. 


michael$ java -version
java version "1.8.0_131"
Java(TM) SE Runtime Environment (build 1.8.0_131-b11)
Java HotSpot(TM) 64-Bit Server VM (build 25.131-b11, mixed mode)

 

I go seek to update later today and post results here.

 

edit: I have mixed up machines. The one failing to start 7.3.1 has the backlevel version!

Anonymous
Not applicable
Author

Have it working on one machine as it has got a proper version installed in /usr/bin/

 

However on a 2nd machine the Java version in /usr/bin/ is back level.

 

On the 2nd machine I did update Java via System Preferences. This will update Java to run from browsers but the command line version will not be updated.

 

To fix this Talend DI start issue, install an updated Java JDK from here: https://www.oracle.com/java/technologies/javase-jdk8-downloads.html

 

Once installed the unzipped version of Talend DI from here will work http://download-mirror2.talend.com/tos/release/V7.3.1/TOS_DI-20200219_1130-V7.3.1.zip

But only after running the following from the Talend DI home dir
sudo xattr -d com.apple.quarantine *

 

Good luck!

edit: took out some nonsense observations

 

 

 

 

Anonymous
Not applicable
Author

It took me a bit to find the release information which also states the minimal Java version for each TOS DI download: https://www.talend.com/products/data-integration-manuals-release-notes/#product_release_notes

Anonymous
Not applicable
Author

@michaeldam, thanks for your testing and positive feedback, it is very helpful for other community users who might meet the same issue.

Regards
Shong