{"uuid":"4e324edd-23cb-4b11-9a52-4256171d701e","slug":"tos-di","title":"Talend Open Studio","author":"cedric@abonnel.fr","published":true,"published_at":"2021-01-16 05:23:10","created_at":"2021-01-16 05:23:10","updated_at":"2021-01-16 05:23:10","revisions":[],"cover":"","files_meta":[],"external_links":[],"seo_title":"","seo_description":"","og_image":"","category":"Informatique","content":"# Talend Open Studio\n\nTalend est un éditeur de logiciel Open Source4 spécialisé dans l'intégration et la gestion des données.\n\n# Installer TOS sous Fedora\nL’installation de TOS requiert la Package XULRunner.\n\n## 1. Install Talend Open Studio\n 1. Download Talend Open Studio from our[website](http:*www.talend.com/download.php) and install it as described in the [Installation Guide](http:*www.talendforge.org/wiki/doku.php?id=doc:installation_guide). \n## 2. Install XULRunner\n### On 32bit machines\n- Download, for example, XULRunner 1.9.2 from [the Mozilla FTP](http:*ftp.mozilla.org/pub/mozilla.org/xulrunner/releases/)\n- Extract this file into /usr/local/lib using the following commands (let's assume we are logging in as a common user):\n\n \n```BASH\ncd /usr/local/lib\nsudo tar jxf /the_file_direcotry/xulrunner-1.9.2.en-US.linux-i686.tar.bz2\n```\n\n *Open TalendOpenStudio-linux-gtk-x86.ini and add the last line as below:\n\n```INI\n-vmargs\n-Xms40m\n-Xmx500m\n-XX:MaxPermSize=256m\n-Dorg.eclipse.swt.browser.XULRunnerPath=/usr/local/lib/xulrunner\n```\n\n \n### On 64bit machines\n- Install the dependency tools and Oracle JDK if not yet installed. \\\\\nFor more information see https:*developer.mozilla.org/En/Developer_Guide/Build_Instructions/Linux_Prerequisites.\n- Download the source code of your XULRunner package from [the Mozilla FTP](http:*ftp.mozilla.org/pub/mozilla.org/xulrunner/releases/) and install it into /usr/local/lib.\n- Open TalendOpenStudio-linux-gtk-x86_64.ini and add the last line as below:\n\n```INI\n-vmargs\n-Xms40m\n-Xmx500m\n-XX:MaxPermSize=256m\n-Dorg.eclipse.swt.browser.XULRunnerPath=/usr/local/lib/xulrunner\n```\n\n## 3.Create a script\n- In the installation directory, create a script to start up TOS, for example: start.sh\n\n```bash\n#!/bin/sh\nexport GDK_NATIVE_WINDOWS=1\nulimit -c unlimited\n/TOS_installation_directory/TalendOpenStudio-linux-gtk-x86_64\n```\n## 4.Execute the script to launch Talend Open Studio\n```BASH\n./start.sh\n```\n\n## Problèmes rencontrés\nLes problèmes rencontrés sont résolus en suivant scrupuleusement la documentation ci-dessus.\n\nLors du lancement de TOS, par le terminal, on peut rencontré ce message d'erreur :\n```BASH\n#\n# A fatal error has been detected by the Java Runtime Environment:\n#\n# SIGSEGV (0xb) at pc=0x0000000000000000, pid=3167, tid=139757471270656\n#\n# JRE version: 7.0_09\n# Java VM: OpenJDK 64-Bit Server VM (23.2-b09 mixed mode linux-amd64 compressed oops)\n# Problematic frame:\n# C 0x0000000000000000\n#\n# Failed to write core dump. Core dumps have been disabled. To enable core dumping, try \"ulimit -c unlimited\" before starting Java again\n#\n# An error report file with more information is saved as:\n# /home/cedric/TOS_DI-r92826-V5.2.0/hs_err_pid3167.log\n#\n# If you would like to submit a bug report, please include\n# instructions on how to reproduce the bug and visit:\n# http:*icedtea.classpath.org/bugzilla\n# The crash happened outside the Java Virtual Machine in native code.\n# See problematic frame for where to report the bug.\n#\n```\n\n```BASH\n#\n# A fatal error has been detected by the Java Runtime Environment:\n#\n# SIGSEGV (0xb) at pc=0x0000000000000000, pid=3232, tid=140301519525632\n#\n# JRE version: 7.0_09\n# Java VM: OpenJDK 64-Bit Server VM (23.2-b09 mixed mode linux-amd64 compressed oops)\n# Problematic frame:\n# C 0x0000000000000000\n#\n# Core dump written. Default location: /home/cedric/TOS_DI-r92826-V5.2.0/core or core.3232\n#\n# An error report file with more information is saved as:\n# /home/cedric/TOS_DI-r92826-V5.2.0/hs_err_pid3232.log\n#\n# If you would like to submit a bug report, please include\n# instructions on how to reproduce the bug and visit:\n# http:*icedtea.classpath.org/bugzilla\n# The crash happened outside the Java Virtual Machine in native code.\n# See problematic frame for where to report the bug.\n#\n```\n\n```BASH\n#\n# A fatal error has been detected by the Java Runtime Environment:\n#\n# SIGSEGV (0xb) at pc=0x0000000000000000, pid=5017, tid=140432760039168\n#\n# JRE version: 7.0_09-b05\n# Java VM: Java HotSpot(TM) 64-Bit Server VM (23.5-b02 mixed mode linux-amd64 compressed oops)\n# Problematic frame:\n# C 0x0000000000000000\n#\n# Core dump written. Default location: /home/cedric/TOS_DI-r92826-V5.2.0/core or core.5017\n#\n# An error report file with more information is saved as:\n# /home/cedric/TOS_DI-r92826-V5.2.0/hs_err_pid5017.log\n#\n# If you would like to submit a bug report, please visit:\n# http:*bugreport.sun.com/bugreport/crash.jsp\n# The crash happened outside the Java Virtual Machine in native code.\n# See problematic frame for where to report the bug.\n#\n```\n\n --- * 2012/12/01 09:39*\\\\","featured":false,"tags":[]}