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: 
mat007g
Contributor III
Contributor III

Installation of Talent Big Data on High Sierra

 

Hi,

 

I am trying to install  Talend Big Data v.6.5.1 on MAC High Sierra 10.13.3, having installed Java SDK version 1.8.0_121, however it has been unsuccessful. After executing command

 

xattr -d com.apple.quarantine *

 

  I tried running the TOS_BD-macosx-cocoa application but am receiving the following error:

 

 

Java was started but returned exit code=13
-Xms512m
-Xmx1536m
-Xdock:icon=../Resources/talend.icns
-XstartOnFirstThread
-Dorg.eclipse.swt.internal.carbon.smallFonts
-Dosgi.instance.area.default=../../../workspace
-Dfile.encoding=UTF-8
-Dosgi.requiredJavaVersion=1.8
-XX:+UseG1GC
-XX:+UseStringDeduplication
...

I tried different solutions found in different forums such as editing the .ini file to include the java path explicitly. None of the suggested solutions has worked.  

 

PS. the installation works on Sierra.

 

Thanks.

Labels (3)
12 Replies
vapukov
Master II
Master II

with many  (I think ANY 🙂 ) version of MacOS and Talend - happens the same

do You try the simplest way - do not use archive utility?

 

 

always use - Archiver, and never have a problem (with many installations)

0683p000009Ly6I.png

 

 

 

 

mat007g
Contributor III
Contributor III
Author

I have tried both the Archive Utility and Keka but to no avail. 

vapukov
Master II
Master II

ok, other question 

 

do You have fresh installed MacOS High Sierra, or it is upgrade over previous? (may be more than once)

what show 

java -version

 

how many java JDK/JRE You have installed total?

 

P.S.  -Archive Utility - definitely not, not sure - what is keka, but Unarchiver2 I use always

mat007g
Contributor III
Contributor III
Author

It's a fresh installation. 

$ java -version
java version "1.8.0_121"
Java(TM) SE Runtime Environment (build 1.8.0_121-b13)
Java HotSpot(TM) 64-Bit Server VM (build 25.121-b13, mixed mode)

Only one version is installed.

vapukov
Master II
Master II

code 13 is always was about wrong Java version with Eclipse

 

what about download and instal JDK (not JRE)

 

also, what show:

 

ls -l /Library/Java/JavaVirtualMachines

 

?

 

for Studio You need:

drwxr-xr-x  3 root  wheel  96 Aug 29  2017 jdk1.8.0_144.jdk

 

mat007g
Contributor III
Contributor III
Author

$ ls -l /Library/Java/JavaVirtualMachines
total 0
drwxr-xr-x  3 root  wheel  96 May 30 17:17 jdk1.8.0_121.jdk

I installed the JDK and not JRE.

 

I was reading about Eclipse and exit code 13, and what I had found was a 32-bit Java version running on a 64-bit version OS. I have double checked this and all software is 64-bit. 

 

I uninstalled Java and re-installed it, and also used Keka to unzip the Talend software, but I still get the same error. 

vapukov
Master II
Master II

any reason for do not try to use more resent version of jdk? (not latest, but little more fresh)

mat007g
Contributor III
Contributor III
Author

Same error with JDK 1.8.0_172

Anonymous
Not applicable

Hello,

Could you please try to use JDK 1.8.0_151 from Oracle's site to see if it works?

Best regards

Sabrina