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: 
Anonymous
Not applicable

Installation Problem studio 6.4.1

Hi,

 

During installation i get an error code: "Error copying file from /Applications/TalendToolsStudio-6.4.1/studio/SLLKeystore to / Applications/TalenToolsStudio-6.4.1/studio/Talend-Studio-macosx-cocoa.app/Contests/MacOS : Destination not writable"

 

macOS Mojave version10.14.6

 

java version "1.8.0_151"

Java(TM) SE Runtime Environment (build 1.8.0_151-b12)

Java HotSpot(TM) 64-Bit Server VM (build 25.151-b12, mixed mode)

 

Labels (2)
3 Replies
Anonymous
Not applicable
Author

Hi,

 

Not working. Yes, the previous one can be deleted.

Anonymous
Not applicable
Author

Hello,

Please have a look at this online installation guide about:TalendHelpCenter:Compatible Operating Systems

for V 6.4

Mac OS Mojave is not list in the compatible operating systems tables.

Best regards

Sabrina

 

Anonymous
Not applicable
Author

==Fix summary ==

Env : macOS High Sierra 10.13 Mojave 10.14

Installing: TalendToolsStudio-6.4.1

 

Error:

0693p00000AYyJ9AAL.png------

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

https://jira.talendforge.org/browse/TUP-18888