Skip to main content
Announcements
Accelerate Your Success: Fuel your data and AI journey with the right services, delivered by our experts. Learn More
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

executable launcher was unable to locate its companion shared library

Hi. Ive downloaded newest version of Open Studio for DI but the app doesnt open, I get the following error:

TOS_DI-macosx-cocoa executable launcher was unable to locate its companion shared library

I found few discussions about that, see links below:

https://community.talend.com/t5/Installing-and-Upgrading/resolved-Mac-Install-unable-to-locate-its-c...

https://community.talend.com/t5/Installing-and-Upgrading/Companion-Shared-Library/td-p/75439

They seem to resolve the issue but none of them worked for me. I used iZip, Extractor, Archive Utility, Unarchiver, Unrar but nothing works.

 

macOS Sierra 10.12.4

TOS 6.4.0

java version "1.8.0_131"

 

Thanks for help!

Labels (2)
1 Solution

Accepted Solutions
Anonymous
Not applicable
Author

Hi,

Here is a related jira issue:https://jira.talendforge.org/browse/TINSTL-1000

Could you please check the solution provided in jira issue to see if it works?

Best regards

Sabrina

View solution in original post

29 Replies
Anonymous
Not applicable
Author

Hi,

Here is a related jira issue:https://jira.talendforge.org/browse/TINSTL-1000

Could you please check the solution provided in jira issue to see if it works?

Best regards

Sabrina

Anonymous
Not applicable
Author

From jira link provided for by @xdshi, the solution suggested by Nicolas Rousseau worked for me:
https://jira.talendforge.org/browse/TINSTL-1000?focusedCommentId=453438&page=com.atlassian.jira.plug...

 

So, in terminal :

/path-to-your-talend-open-studio-folder$ xattr -d com.apple.quarantine *

Anonymous
Not applicable
Author

Hi,

 

Using the Jira solution mentioned, I get something like this:

 

xattr: NOTICE.txt: No such xattr: com.apple.qurantine

xattr: TOS_BD-linux-gtk-ppc: No such xattr: com.apple.qurantine

xattr: TOS_BD-linux-gtk-ppc.ini: No such xattr: com.apple.qurantine

xattr: TOS_BD-linux-gtk-ppc_64: No such xattr: com.apple.qurantine

xattr: TOS_BD-linux-gtk-x86: No such xattr: com.apple.qurantine

xattr: TOS_BD-linux-gtk-x86.ini: No such xattr: com.apple.qurantine

xattr: TOS_BD-linux-gtk-x86.sh: No such xattr: com.apple.qurantine

xattr: TOS_BD-linux-gtk-x86_64: No such xattr: com.apple.qurantine

xattr: TOS_BD-linux-gtk-x86_64.ini: No such xattr: com.apple.qurantine

xattr: TOS_BD-macosx-cocoa.app: No such xattr: com.apple.qurantine

xattr: TOS_BD-macosx-cocoa.ini: No such xattr: com.apple.qurantine

xattr: TOS_BD-solaris-gtk-sparc: No such xattr: com.apple.qurantine

xattr: TOS_BD-solaris-gtk-sparc.ini: No such xattr: com.apple.qurantine

xattr: TOS_BD-solaris-gtk-x86: No such xattr: com.apple.qurantine

xattr: TOS_BD-solaris-gtk-x86.ini: No such xattr: com.apple.qurantine

xattr: TOS_BD-win-x86_64.exe: No such xattr: com.apple.qurantine

xattr: TOS_BD-win-x86_64.ini: No such xattr: com.apple.qurantine

xattr: TOS_BD-win32-x86.exe: No such xattr: com.apple.qurantine

xattr: TOS_BD-win32-x86.ini: No such xattr: com.apple.qurantine

xattr: about_files: No such xattr: com.apple.qurantine

xattr: configuration: No such xattr: com.apple.qurantine

xattr: features: No such xattr: com.apple.qurantine

xattr: license.txt: No such xattr: com.apple.qurantine

xattr: p2: No such xattr: com.apple.qurantine

xattr: plugins: No such xattr: com.apple.qurantine

xattr: workspace: No such xattr: com.apple.qurantine

 

Still doesnt work.

 

Anonymous
Not applicable
Author

If that was your actual output - might you have misspelled "quarantine"? You appear to be missing the first "a"

Anonymous
Not applicable
Author

I ran into the same problem with 6.4.1 and was able to resolve it with the instructions here.  I found it helpful that they actually showed the actual terminal sessions and how to determine if this particular set of steps is relevant to your situations. 

 

It's not specific instructions for Talend, but rather steps to resolve the "quarantine" issue that the MacOS sometimes imposes that someone on another thread implied was the problem with the "unable to locate its companion shared library" error.

Anonymous
Not applicable
Author


@AkshayNG wrote:

From jira link provided for by @xdshi, the solution suggested by Nicolas Rousseau worked for me:
https://jira.talendforge.org/browse/TINSTL-1000?focusedCommentId=453438&page=com.atlassian.jira.plug...

 

So, in terminal :

/path-to-your-talend-open-studio-folder$ xattr -d com.apple.quarantine *



This worked for me!

Anonymous
Not applicable
Author

Hello,

Thanks for sharing the instructions with us. We will check it later.

Best regards

Sabrina

Anonymous
Not applicable
Author

Thanks a lot! It's worked for me! MacOS Sierra (Version 10.12.6) - 26/10/2017

 

/path-to-your-talend-open-studio-folder$ xattr -d com.apple.quarantine *

Ex: /Users/chickenit/Documents/TOS_DI-20170623_1246-V6.4.1$ xattr -d com.apple.quarantine *

Anonymous
Not applicable
Author

Hey Guys,

 

I have installed the new version and facing the same issue. Though after executing the script shared on Jira allows me to execute the launcher but then I am stuck on "I agree" action.

 

I would really appreciate if someone can help me.

 

Thanks.