Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Join us in Bucharest on Sept 18th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

JVM Terminated . Exit code = 255 when launching Talend Studio on Ubuntu

Hello

 

I have installed Talend Studio 6.5.1 on Linux Ubuntu 16.04.

 

I have also installed Oracle JDK 1.8 and have setup the JAVA_HOME

 

ubuntu@ip-172-31-14-163:~$ echo $JAVA_HOME
/usr/lib/jvm/java-8-oracle
ubuntu@ip-172-31-14-163:~$ echo $JRE_HOME
/usr/lib/jvm/java-8-oracle/jre
ubuntu@ip-172-31-14-163:~$ echo $PATH
/home/ubuntu/bin:/home/ubuntu/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/lib/jvm/java-8-oracle/bin:/usr/lib/jvm/java-8-oracle/db/bin:/usr/lib/jvm/java-8-oracle/jre/bin:/usr/lib/jvm/java-8-oracle:/usr/lib/jvm/java-8-oracle/jre
ubuntu@ip-172-31-14-163:~$ java -version
java version "1.8.0_161"
Java(TM) SE Runtime Environment (build 1.8.0_161-b12)
Java HotSpot(TM) 64-Bit Server VM (build 25.161-b12, mixed mode)
ubuntu@ip-172-31-14-163:~$

 



To see the whole post, download it here
Labels (3)
3 Replies
Anonymous
Not applicable
Author

Try starting Talend after executing this below command.
+extension RANDR

 

Anonymous
Not applicable
Author

Hi.

 

How do I execute the command ? Is that something I add to the initialization file ? or do I just issue it at the linux prompt ?

Anonymous
Not applicable
Author

Hi,

 

Were you able to solve this issue because I am getting the same one.