Hi xdshi thanks for your quick reply......................
when i am installing talen on ubuntu linux , iam getting the following error .
How can i solve this error and what is the reason for this error
error:
A fatal error has been detected by the Java Runtime Environment:
#
# SIGSEGV (0xb) at pc=0x00007ffce9bb94e9, pid=1713, tid=140724653803264
#
# JRE version: OpenJDK Runtime Environment (7.0_65-b32) (build 1.7.0_65-b32)
# Java VM: OpenJDK 64-Bit Server VM (24.65-b04 mixed mode linux-amd64 compressed oops)
# Derivative: IcedTea 2.5.2
# Distribution: Ubuntu 14.04 LTS, package 7u65-2.5.2-3~14.04
# Problematic frame:
# C gdk_window_enable_synchronized_configure+0x9
#
Hi xdshi thank you for your quick reply ................
I agree with your answer..............
One thing i have to know.................
So with your answer already open jdk7 installed in ubuntu server than how can i install again the jdk7 in ubuntu.
And another thing is i have download the jdk from oracle website into ubuntu server in the format of .tar.gz , now how can i unzip it.
Because its showing the following error.................while iam unzipping.
gzip: stdin: not in gzip format
tar: Child returned status 1
tar: Error is not recoverable: exiting now
Now iam in final step , so i need your help to complete the installation.
hi all,
from my experience on Ubuntu -11 12 13 .. not 14
use apt-get install if you're not sure about how install java package by hand.
OPen JDK normally work fine for Open Studio but not with installer (enterprise version).
As suggest by Sabrina install sun jdk 1.7 (you can esaily find how's to on google)
use update-alternative to switch between java version installed
http://askubuntu.com/questions/308663/how-to-set-the-default-java-version but aware about xulrunner problem on linux :
https://help.talend.com/pages/viewpage.action?pageId=19426568 hope it helps
regards
laurent
Hi xdshi,
Yes i have uninstalled the open jdk7 from ubuntu linux server, and downloaded the jdk7 from the oracle website in the format of .tar.gz
like jdk-7u71-linux-x64.tar.gz
Now my problem is how to unzip this .tar.gz file format ,because i tried the following the commands to unzip it.
tar -xvzf jdk-7u71-linux-x64.tar.gz
tar -zxvf jdk-7u71-linux-x64.tar.gz
sudo tar -xvzf jdk-7u71-linux-x64.tar.gz Nothing is work ................
its showing the following error.................while iam unzipping.
gzip: stdin: not in gzip format
tar: Child returned status 1
tar: Error is not recoverable: exiting now
Hi kzone thank you for your reply.............. With your experience can you explain me how to unzip this .tar.gz file format in ubuntu linux. like jdk-7u71-linux-x64.tar.gz Now my problem is how to unzip this .tar.gz file format ,because i tried the following the commands to unzip it. tar -xvzf jdk-7u71-linux-x64.tar.gz tar -zxvf jdk-7u71-linux-x64.tar.gz sudo tar -xvzf jdk-7u71-linux-x64.tar.gz Nothing is work ................ its showing the following error.................while iam unzipping. gzip: stdin: not in gzip format tar: Child returned status 1 tar: Error is not recoverable: exiting now
try and use unzip command line (apt-get install unzip , if you haven't got it yet) but your tar.gz could be corrupted. normally tar -xvf should work. check your download with md5 regards