Skip to main content
Announcements
Introducing a new Enhanced File Management feature in Qlik Cloud! GET THE DETAILS!
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

TOS-DI 7.0.1 with Mac OS X Mojave

Hi!

So, I upgraded to Mojave this morning.  I was trying to use a tMap component in my Designer and after I entered the editor for the tMap, I clicked "OK" and TOS crashed to desktop.

 

Is this a known bug or am I just running into some type of config issue?

 

Thanks!

Adam

Labels (2)
118 Replies
Anonymous
Not applicable
Author

Hello @Data_Is_Awesome 

For Talend products JDKv1.8 is required instead of JRE. If that requirement is met, ensure JDK bin is included in your PATH environment variable and is being reached.

Best regards

Sabrina

 

Ed6
Contributor III
Contributor III

The solution of adding -Dos.version=10.14 continues to work on Mojave 10.14.3

Karuetl
Creator II
Creator II

Sabrina

 

We are using Talend 6.2.1 , require the fix for the same 

Anonymous
Not applicable
Author

Hello @Karuetl 

Are you using talend subscription solution 6.2? There is no a patch for V 6.2.

For more information about resolution for subscription versions, please refer to this article:https://community.talend.com/t5/Migration-Configuration-and/Talend-Studio-crashes-on-OS-X-Mojave-Mac...

Best regards

Sabrina

 

Anonymous
Not applicable
Author

The problem is still there for me.

 

Mac OS 10.4.3

TOS-DI Version: 7.1.1

TOS_DI-macosx-cocoa.ini:

 

-vm
/Library/Java/JavaVirtualMachines/jdk1.8.0_66.jdk/Contents/Home/bin/javac
-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
-Dos.version=10.14
-XX:+UseG1GC
-XX:+UseStringDeduplication

I tried the magic of automap too, with no positive result.

 

Anonymous
Not applicable
Author

It was my fault...

I accidentally deleted the -vmargs line from the file, there I believe ll consecutive option was skipped.

Thanks for the -Dos option, it helped. Here is the proper ini file with the highlighted line which were missing:

-vm
/Library/Java/JavaVirtualMachines/jdk1.8.0_66.jdk/Contents/Home/bin/javac
-vmargs
-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
-Dos.version=10.14
-XX:+UseG1GC
-XX:+UseStringDeduplication
Anonymous
Not applicable
Author

Hello @tnacsak

Great it is fixed. Thanks for sharing it with us on community.

Best regards

Sabrina

Anonymous
Not applicable
Author

I have the same issue and adding 

- Dos.version =10.14 to the ini file does not resolve the issue in mac Mojave. can you help what else i need to launch talend studio. I have installed 7.1.1 version

@xdshi wrote:

Hello @here,

Talend Open Studio 7.1.1 release is now available. There is a fix in 7.1.1 that was integrated at the very last minute for the Mojave OS issue. With talend open studio, you could upgrade to 7.1.1 to see if it works.

When you are using Mac OS X Mojave 10.14.1, please modify the Talend-Studio-macosx-cocoa.ini and add a line with: -Dos.version=10.14.

And for subscription solution, there will be patches issued for 7.0 and  6.5. Feel free to let us know if it is OK with you.

Sorry for the inconvenience and thank you so much for your understanding and all support over the years.

Bets regards

Sabrina

 




1557427495717.log
raghuxlnc
Contributor
Contributor

Worked like a champ! Thanks!