Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
My OS: macOS High Sierra ver 10.13.1
Installing: TalendToolsStudio-6.4.1
Always getting the same error:
------
Error copying file from /Applications/TalendToolsStudio-6.4.1/studio/SSLKeystore to /Applications/TalendToolsStudio-6.4.1/studio/Talend-Studio-macosx-cocoa.app/Contents/MacOSestination not writable
------
Thanks for you replies
This got me closer on macOS High Sierra 10.13.3. I get the Talend Open Studio splash screen followed by the license agreement screen, but it hangs there and can't accept to continue.
I'm on High Sierra 10.13.3 and was able to get Talend Open Studio 6.5.1.20180116_1512 running.
My default JRE is 1.8.0_161, but I had to force Talend to use previously installed version 1.8.0_121.
xattr -c [path to TOS_DI-macosx-cocoa.app]
Apparently this is more of a Java issue than an OS issue.
See bug tracker here: https://jira.talendforge.org/browse/TUP-18888?_ga=2.57167981.677213691.1522790430-1499068233.1519773...
Check your Java version, from what i read in https://help.talend.com/reader/pnDa19MHCwcQqU6Dqeyxdg/QiBwsPB_OFS64lEACkDWEQ, it only supports Java 1.8 and 1.7.
If its not that, i'm not sure what's next
i am trying to install TOSDI in my mac 10.13.6 (High Sierra) after the installation of latest Java version and JAVA_HOME and PATH setup. the error is see in the log file is
!ENTRY org.talend.hadoop.distribution.emr550 4 0 2018-10-12 19:40:37.057
!MESSAGE FrameworkEvent ERROR
!STACK 0
org.osgi.framework.BundleException: Could not resolve module: org.talend.hadoop.distribution.emr550 [592]
Unresolved requirement: Require-Bundle: org.talend.core.runtime
-> Bundle-SymbolicName: org.talend.core.runtime; bundle-version="7.0.1.20180411_1414"; singleton:="true"
org.talend.core.runtime [509]
Unresolved requirement: Require-Bundle: org.talend.model
-> Bundle-SymbolicName: org.talend.model; bundle-version="7.0.1.20180411_1414"; singleton:="true"
org.talend.model [709]
Unresolved requirement: Require-Bundle: org.talend.commons.runtime
-> Bundle-SymbolicName: org.talend.commons.runtime; bundle-version="7.0.1.20180411_1414"; singleton:="true"
org.talend.commons.runtime [490]
Unresolved requirement: Require-Capability: osgi.ee; filter:="(&(osgi.ee=JavaSE)(version=1.7))"
Could you please help to resolve the issue. Thanks in advance.
- Senthil
Hello,
Are you installing JDK 1.8_151? Have you already set the environment variable JAVA_HOME to this new version?
Could you please have a look at this related topic:https://community.talend.com/t5/Installing-and-Upgrading/Talend-DI-startup-error-on-Mac/m-p/117359 to see if it helps?
Best regards
Sabrina
==Fix summary ==
Env : macOS High Sierra 10.13 Mojave 10.14
Installing: TalendToolsStudio-6.4.1
Error:
------
Error copying file from /Applications/TalendToolsStudio-6.4.1/studio/SSLKeystore to /Applications/TalendToolsStudio-6.4.1/studio/Talend-Studio-macosx-cocoa.app/Contents/MacOS
:Destination not writable
-----
Resolution:
1. Hold on The dialog, don’t click any button when seeing above error log
2. open Bash Terminal and run the following command
cd /Applications/TalendToolsStudio-6.4.1/studio
#mkdir to let missing Folder created during the installtion
mkdir -p Talend-Studio-macosx-cocoa.app/Contents/MacOS
#copy and merge Contents folder into ./Talend-Studio-macosx-cocoa.app
cp -R Contents ./Talend-Studio-macosx-cocoa.app
3. Click the "Retry" button in the above dialog, After installation, change Talend-Studio-macosx-cocoa.ini with new paramater and apply the patch which fixes the tMap component caused the crash issue:
3.1 Modify the Talend-Studio-macosx-cocoa.ini file and add the following line(change -Dos.version=10.14 according to actual macOS version 10.13, 10.14 😞
-Dos.version=10.14
3.2 Apply the latest patch (Please request from support 😞
cd /Applications/TalendToolsStudio-6.4.1/studio
mkdir patches
cp Patch_20200612_TPS-4012_v1-6.4.1.zip ./patches
3.3 restart studio to let studio install the latest patch
4. compress /Applications/TalendToolsStudio-6.4.1 as zip and share with other developers for redistribution
Inform developer to modify Talend-Studio-macosx-cocoa.ini using correct -vm with JRE absolute location after unzip.
(make sure JDK/JRE using the version lower than 1.8.0_161 for example: 1.8.0_151 )
ref:
https://help.talend.com/reader/xrgQFGMTk6hn~m2mUWTayQ/HbBmmgRtXwmqy~I1BKrO1w