Skip to main content
Announcements
See what Drew Clarke has to say about the Qlik Talend Cloud launch! READ THE BLOG
cancel
Showing results for 
Search instead for 
Did you mean: 
JoaquinJSB
Contributor
Contributor

can't install Data Integration on M1

the installer get stuck and I get no UI / errors that prevents me from starting the installer.

 

on source forge I can't find the zip so I can try running it without installing.

 

a black screen appears after a long while.0695b00000StTT4AAN.png

Labels (3)
1 Solution

Accepted Solutions
Anonymous
Not applicable

Hello,

Please make sure that you did complete the manual installation using a Zip file and try to add Java path to Info.plist inside Talend-Studio-macosx-cocoa/Contents and OS_*-macosx-cocoa.app is the one to use.

https://help.talend.com/r/en-US/8.0/installation-guide-open-studio-for-data-integration-mac/compatib...

As The operating system you are using isn't officially supported by Talend, it is not guaranteed that this will make studio work without any issues.

Best regards

Sabrina

 

 

View solution in original post

5 Replies
Anonymous
Not applicable

Hello,

I made a testing and TOS does work on a Mac with an M1 chipset. If the installer doesn’t work, you will need to get the zip download to use it.

Please download talend open studio for data integration from our official website:

https://www.talend.com/lp/open-studio-for-data-integration/?ty=tos

and you will receive an email with zip file install.

Feel free to let us know if it is OK with you.

Best regards

Sabrina

 

JoaquinJSB
Contributor
Contributor
Author

I get an exception, here's the log

 

 

https://pastebin.com/50xNEs5U

 

Anonymous
Not applicable

Hello,

What's JDK version are you using? Talend 8.0 requires Java 11 to start.

If there comes a JVM selection issue, you could try the suggestions here

https://stackoverflow.com/questions/25753966/eclipse-jvm-shared-library-does-not-contain-the-jni-cre...

Best regards

Sabrina

JoaquinJSB
Contributor
Contributor
Author

I'm using

openjdk version "11.0.15" 2022-04-19

OpenJDK Runtime Environment Homebrew (build 11.0.15+0)

OpenJDK 64-Bit Server VM Homebrew (build 11.0.15+0, mixed mode

 

it's aarch64 too, and when I run it with the info.plist, the process doesn't open, I tried with both

<string>-vm</string>

<string>/opt/homebrew/Cellar/openjdk@11/11.0.15/libexec/openjdk.jdk/Contents/Home</string>

and

<string>-vm</string>

<string>/opt/homebrew/Cellar/openjdk@11/11.0.15/libexec/openjdk.jdk/Contents/Home/bin/java</string>

 

the process just exits.

Anonymous
Not applicable

Hello,

Please make sure that you did complete the manual installation using a Zip file and try to add Java path to Info.plist inside Talend-Studio-macosx-cocoa/Contents and OS_*-macosx-cocoa.app is the one to use.

https://help.talend.com/r/en-US/8.0/installation-guide-open-studio-for-data-integration-mac/compatib...

As The operating system you are using isn't officially supported by Talend, it is not guaranteed that this will make studio work without any issues.

Best regards

Sabrina