无法使用x11转发运行eclipse

无法使用x11转发运行eclipse,eclipse,ssh,x11,Eclipse,Ssh,X11,我正在尝试使用x11转发在远程64位ubuntu 11.04上运行eclipse。我的客户端有ubuntu 服务器上的My/etc/ssh/ssh_config contains包含: Host * ForwardX11 yes SendEnv LANG LC_* HashKnownHosts yes GSSAPIAuthentication yes GSSAPIDelegateCredentials no Host* SendEnv LANG LC_* HashKnownHosts yes

我正在尝试使用x11转发在远程64位ubuntu 11.04上运行eclipse。我的客户端有ubuntu

服务器上的My/etc/ssh/ssh_config contains包含:

Host *

ForwardX11 yes
SendEnv LANG LC_*
HashKnownHosts yes
GSSAPIAuthentication yes
GSSAPIDelegateCredentials no
Host*
SendEnv LANG LC_*
HashKnownHosts yes
GSSAPIAuthentication yes
GSSAPIDelegateCredentials no
我的echo
$DISPLAY
在服务器上提供:

localhost:10.0
客户端/本地计算机上的My/etc/ssh/ssh_配置包含:

Host *

ForwardX11 yes
SendEnv LANG LC_*
HashKnownHosts yes
GSSAPIAuthentication yes
GSSAPIDelegateCredentials no
Host*
SendEnv LANG LC_*
HashKnownHosts yes
GSSAPIAuthentication yes
GSSAPIDelegateCredentials no
客户端计算机上的My echo
$DISPLAY

:0.0
我使用ssh-X登录系统username@domain并尝试使用命令
eclipse
运行eclipse。但是我得到了以下错误

(.:2646): GLib-GObject-WARNING **: invalid (NULL) pointer instance

(.:2646): GLib-GObject-CRITICAL **: g_signal_connect_data: assertion `G_TYPE_CHECK_INSTANCE (instance)' failed

(.:2646): Gtk-CRITICAL **: IA__gtk_settings_get_for_screen: assertion `GDK_IS_SCREEN (screen)' failed

(.:2646): Gtk-WARNING **: Screen for GtkWindow not set; you must always set
a screen for a GtkWindow before using the window

(.:2646): Gtk-WARNING **: Screen for GtkWindow not set; you must always set
a screen for a GtkWindow before using the window

(.:2646): Gdk-CRITICAL **: IA__gdk_screen_get_display: assertion `GDK_IS_SCREEN (screen)'    failed

(.:2646): Gdk-CRITICAL **: IA__gdk_display_get_pointer: assertion `GDK_IS_DISPLAY (display)'     failed

(.:2646): Gtk-WARNING **: Screen for GtkWindow not set; you must always set
a screen for a GtkWindow before using the window

(.:2646): Gdk-CRITICAL **: IA__gdk_screen_get_n_monitors: assertion `GDK_IS_SCREEN (screen)' failed

(.:2646): Gtk-WARNING **: Screen for GtkWindow not set; you must always set
a screen for a GtkWindow before using the window

(.:2646): Gdk-CRITICAL **: IA__gdk_screen_get_monitor_geometry: assertion `GDK_IS_SCREEN (screen)' failed

(.:2646): Gdk-CRITICAL **: IA__gdk_screen_get_default_colormap: assertion `GDK_IS_SCREEN (screen)' failed

(.:2646): Gdk-CRITICAL **: IA__gdk_colormap_get_visual: assertion `GDK_IS_COLORMAP (colormap)' failed

(.:2646): Gdk-CRITICAL **: IA__gdk_screen_get_default_colormap: assertion `GDK_IS_SCREEN (screen)' failed

(.:2646): Gdk-CRITICAL **: IA__gdk_screen_get_root_window: assertion `GDK_IS_SCREEN (screen)' failed

(.:2646): Gdk-CRITICAL **: IA__gdk_screen_get_root_window: assertion `GDK_IS_SCREEN (screen)' failed

(.:2646): 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=0x00007f2542574d4e, pid=2646, tid=139798099633920
#
# JRE version: 6.0_26-b03
# Java VM: Java HotSpot(TM) 64-Bit Server VM (20.1-b02 mixed mode linux-amd64 compressed oops)
# Problematic frame:
# C  [libgdk-x11-2.0.so.0+0x72d4e]  __float128+0xe
#
# An error report file with more information is saved as:
# /home/sparkuser/hs_err_pid2646.log
#
# If you would like to submit a bug report, please visit:
#   http://java.sun.com/webapps/bugreport/crash.jsp
# The crash happened outside the Java Virtual Machine in native code.
# See problematic frame for where to report the bug.
#
任何我遗漏的线索


请帮助

如果程序崩溃,这绝不是用户的错。向Eclipse团队提交错误报告。您可以使用X11转发运行其他应用程序吗?我尝试运行gedit。它显示(gedit:3172):Gtk警告**:无法打开显示:localhost:11.0try使用非Gtk应用程序,如xterm或rxvtTrying xterm提供:xterm Xt错误:无法打开显示:localhost:11.0。如果程序崩溃,这绝不是用户的错误。向Eclipse团队提交错误报告。您可以使用X11转发运行其他应用程序吗?我尝试运行gedit。它显示(gedit:3172):Gtk警告**:无法打开显示:localhost:11.0使用非Gtk应用程序,如xterm或rxvtTrying xterm提供:xterm Xt错误:无法打开显示:localhost:11.0。