I have browsed other posts but was not able to understand. So, re-posting for the help. When launching TOS DI, i am getting following error. Gtk also installed perfectly. Please suggest,where i am doing wrong.
No protocol specified
(TOS_DI-linux-gtk-x86_64:25679): GLib-GObject-WARNING **: invalid (NULL) pointer instance
(TOS_DI-linux-gtk-x86_64:25679): GLib-GObject-CRITICAL **: g_signal_connect_data: assertion `G_TYPE_CHECK_INSTANCE (instance)' failed
(TOS_DI-linux-gtk-x86_64:25679): Gtk-CRITICAL **: IA__gtk_settings_get_for_screen: assertion `GDK_IS_SCREEN (screen)' failed
(TOS_DI-linux-gtk-x86_64:25679): Gtk-WARNING **: Screen for GtkWindow not set; you must always set
a screen for a GtkWindow before using the window
(TOS_DI-linux-gtk-x86_64:25679): Gtk-WARNING **: Screen for GtkWindow not set; you must always set
a screen for a GtkWindow before using the window
(TOS_DI-linux-gtk-x86_64:25679): Gdk-CRITICAL **: IA__gdk_screen_get_display: assertion `GDK_IS_SCREEN (screen)' failed
(TOS_DI-linux-gtk-x86_64:25679): Gdk-CRITICAL **: IA__gdk_display_get_pointer: assertion `GDK_IS_DISPLAY (display)' failed
(TOS_DI-linux-gtk-x86_64:25679): Gtk-WARNING **: Screen for GtkWindow not set; you must always set
a screen for a GtkWindow before using the window
(TOS_DI-linux-gtk-x86_64:25679): Gdk-CRITICAL **: IA__gdk_screen_get_n_monitors: assertion `GDK_IS_SCREEN (screen)' failed
(TOS_DI-linux-gtk-x86_64:25679): Gtk-WARNING **: Screen for GtkWindow not set; you must always set
a screen for a GtkWindow before using the window
(TOS_DI-linux-gtk-x86_64:25679): Gdk-CRITICAL **: IA__gdk_screen_get_monitor_geometry: assertion `GDK_IS_SCREEN (screen)' failed
(TOS_DI-linux-gtk-x86_64:25679): Gdk-CRITICAL **: IA__gdk_screen_get_default_colormap: assertion `GDK_IS_SCREEN (screen)' failed
(TOS_DI-linux-gtk-x86_64:25679): Gdk-CRITICAL **: IA__gdk_colormap_get_visual: assertion `GDK_IS_COLORMAP (colormap)' failed
(TOS_DI-linux-gtk-x86_64:25679): Gdk-CRITICAL **: IA__gdk_screen_get_default_colormap: assertion `GDK_IS_SCREEN (screen)' failed
(TOS_DI-linux-gtk-x86_64:25679): Gdk-CRITICAL **: IA__gdk_screen_get_root_window: assertion `GDK_IS_SCREEN (screen)' failed
(TOS_DI-linux-gtk-x86_64:25679): Gdk-CRITICAL **: IA__gdk_screen_get_root_window: assertion `GDK_IS_SCREEN (screen)' failed
(TOS_DI-linux-gtk-x86_64:25679): Gdk-CRITICAL **: IA__gdk_window_new: assertion `GDK_IS_WINDOW (parent)' failed
#
# A fatal error has been detected by the Java Runtime Environment:
#
# SIGSEGV (0xb) at pc=0x0000003256c76dd6, pid=25679, tid=140712844482304
#
# JRE version: 6.0_28-b28
# Java VM: OpenJDK 64-Bit Server VM (23.25-b01 mixed mode linux-amd64 compressed oops)
# Problematic frame:
# C gdk_window_enable_synchronized_configure+0x16
#
# 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:
# /opt/hs_err_pid25679.log
#
# If you would like to submit a bug report, please include
# instructions 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.
#
======
GTK verified :
# rpm -qa | grep gtk*
gtk2-2.20.1-4.el6.x86_64
Installed java version:
# java -version
java version "1.6.0_28"
OpenJDK Runtime Environment (IcedTea6 1.13.0pre) (rhel-1.66.1.13.0.el6-x86_64)
OpenJDK 64-Bit Server VM (build 23.25-b01, mixed mode)
Please help