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

Announcements
Mastering Change Data Capture: Read Now
cancel
Showing results for 
Search instead for 
Did you mean: 
gallochri
Contributor II
Contributor II

[resolved] Talend crash on opensuse

Hello, I can't run Talend 5.4 on openSUSE. I tried with openJDK and Java SE, but the same result:
gallochri@portatilehp:~> Talend
#
# A fatal error has been detected by the Java Runtime Environment:
#
# SIGSEGV (0xb) at pc=0x00007ff299cfe6b8, pid=3637, tid=140680503940864
#
# JRE version: OpenJDK Runtime Environment (7.0_45-b31) (build 1.7.0_45-b31)
# Java VM: OpenJDK 64-Bit Server VM (24.45-b08 mixed mode linux-amd64 compressed oops)
# Problematic frame:
# C g_object_get_qdata+0x18
#
# Failed to write core dump. Core dumps have been disabled. To enable core dumping, try "ulimit -c unlimited" before starting Java again
#
# An error report file with more information is saved as:
# /tmp/jvm-3637/hs_error.log
#
# If you would like to submit a bug report, please include
# instructions on how to reproduce the bug and visit:
# http://icedtea.classpath.org/bugzilla
# The crash happened outside the Java Virtual Machine in native code.
# See problematic frame for where to report the bug.
#
gallochri@portatilehp:~> Talend
#
# A fatal error has been detected by the Java Runtime Environment:
#
# SIGSEGV (0xb) at pc=0x00007f40f78b56b8, pid=4314, tid=139917432616704
#
# JRE version: Java(TM) SE Runtime Environment (7.0_45-b18) (build 1.7.0_45-b18)
# Java VM: Java HotSpot(TM) 64-Bit Server VM (24.45-b08 mixed mode linux-amd64 compressed oops)
# Problematic frame:
# C g_object_get_qdata+0x18
#
# Failed to write core dump. Core dumps have been disabled. To enable core dumping, try "ulimit -c unlimited" before starting Java again
#
# An error report file with more information is saved as:
# /home/gallochri/hs_err_pid4314.log
#
# If you would like to submit a bug report, please visit:
# http://bugreport.sun.com/bugreport/crash.jsp
# The crash happened outside the Java Virtual Machine in native code.
# See problematic frame for where to report the bug.
#
gallochri@portatilehp:~>
Labels (2)
1 Solution

Accepted Solutions
gallochri
Contributor II
Contributor II
Author

ok, solution found.
The problem is the oxygen-gtk theme in KDE/openSUSE13.1.
To solve in KDE: System Settings -> Application appearance -> GTK and select a theme that is not oxygen-gtk for GTK2.

View solution in original post

13 Replies
Anonymous
Not applicable

Hi,
Have you checked the online document Installation Guide Studio specific prerequisites for your Linux machine?
Best regards
Sabrina
Anonymous
Not applicable

Hi,
It seem something wrong with your java. Would you please use JDK 6 instead JDK 7 to see if it is working for you.
Your feedback will be highly appreciated.
Best regards
Sabrina
gallochri
Contributor II
Contributor II
Author

Hi,
Same results with JDK 6 or JDK 7. On the machine with opensuse 12.3 (where it works) there is the JDK7
Anonymous
Not applicable

Hi,
Could you please open a jira issue of DI project on https://jira.talendforge.org/secure/Dashboard.jspa for work item.
Best regards
Sabrina
gallochri
Contributor II
Contributor II
Author

gallochri
Contributor II
Contributor II
Author

ok, solution found.
The problem is the oxygen-gtk theme in KDE/openSUSE13.1.
To solve in KDE: System Settings -> Application appearance -> GTK and select a theme that is not oxygen-gtk for GTK2.
Anonymous
Not applicable

Hi gallochri,
It is great! Thanks for sharing solution with us. Would you mind providing your solution in jira issue https://jira.talendforge.org/browse/TDI-28298. That is really helpful for other community users who might face the same issue as yours. Thanks for your contribution.
Best regards
Sabrina
gallochri
Contributor II
Contributor II
Author

I found another better solution, run Talend like this:
$ GTK2_RC_FILES=/usr/share/themes/Adwaita/gtk-2.0/gtkrc Talend
where GTK2_RC_FILES= <path to gtkrc theme> Talend= <path to the talend binary>
Anonymous
Not applicable

Hi,
I found another better solution, run Talend like this:
$ GTK2_RC_FILES=/usr/share/themes/Adwaita/gtk-2.0/gtkrc Talend
where GTK2_RC_FILES= <path to gtkrc theme> Talend= <path to the talend binary>

Thanks for tracking this issue and sharing your experience.
Best regards
Sabrina