Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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/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!
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
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
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 *
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.
If that was your actual output - might you have misspelled "quarantine"? You appear to be missing the first "a"
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.
@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!
Hello,
Thanks for sharing the instructions with us. We will check it later.
Best regards
Sabrina
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 *
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.