Discussion Closed This discussion was created more than 6 months ago and has been closed. To start a new discussion with a link back to this one, click here.
Comsol 4.1 Cluster Start Errors
Posted 28 avr. 2011, 16:34 UTC−4 3 Replies
Please login with a confirmed email address before reporting spam
Hi,
I'm trying to get comsol 4.1 to work on our linux cluster (open suse 11.1) in order to solve much larger models than what I can do currently do on one computer.
I VNC to one of the computers on campus (I'm a grad student) and can successfully boot the mpd daemons. For now I boot only 2 nodes.
I can see they're active with "comsol mpd trace" command.
However, when I try to start comsol server with command "comsol -nn 2 server" I get a whole slew of warnings and errors. Below is what I'm seeing in the way of errors.
Note: If I do "comsol -nn 1 server" it does in fact start on the node that I have the VNC session on. I thought maybe that was enough, but I get the same error in the log part of comsol's GUI if I connect to the server running on that 1 node.
Talking to the computing guys at school (they're stumped too) it's probably an X11 forwarding issue. Specifically, they noted that comsol calls ssh with -x command not -X (-x actually turns off X11 forwarding I think)....I'm looking for a way to get this going.
Any help is much appreciated!!
Thanks! --Matt
Output from "comsol -nn 2 server" command:
----------------------------------------
No Protocol Specified
(Comsollauncher:15553): GLib-GObject-WARNING **: invalid (NULL) pointer instance
(Comsollauncher:15553): GLib-GObject-CRITICAL **: g_signal_connect_data: assertion `G_TYPE_CHECK_INSTANCE (instance)' failed
(Comsollauncher:15553): Gtk-CRITICAL **: gtk_settings_get_for_screen: assertion `GDK_IS_SCREEN (screen)' failed
(Comsollauncher:15553): GLib-GObject-CRITICAL **: g_object_get: assertion `G_IS_OBJECT (object)' failed
(Comsollauncher:15553): GLib-GObject-WARNING **: value "TRUE" of type `gboolean' is invalid or out of range for property `visible' of type `gboolean'
(Comsollauncher:15553): Gtk-CRITICAL **: gtk_settings_get_for_screen: assertion `GDK_IS_SCREEN (screen)' failed
(Comsollauncher:15553): GLib-GObject-CRITICAL **: g_object_get: assertion `G_IS_OBJECT (object)' failed
(Comsollauncher:15553): Gtk-WARNING **: Screen for GtkWindow not set; you must always set
a screen for a GtkWindow before using the window
(Comsollauncher:15553): Gdk-CRITICAL **: gdk_pango_context_get_for_screen: assertion `GDK_IS_SCREEN (screen)' failed
(Comsollauncher:15553): Pango-CRITICAL **: pango_context_set_font_description: assertion `context != NULL' failed
(Comsollauncher:15553): Pango-CRITICAL **: pango_context_set_base_dir: assertion `context != NULL' failed
(Comsollauncher:15553): Pango-CRITICAL **: pango_context_set_language: assertion `context != NULL' failed
(Comsollauncher:15553): Pango-CRITICAL **: pango_layout_new: assertion `context != NULL' failed
(Comsollauncher:15553): Pango-CRITICAL **: pango_layout_set_text: assertion `layout != NULL' failed
(Comsollauncher:15553): Pango-CRITICAL **: pango_layout_set_attributes: assertion `layout != NULL' failed
(Comsollauncher:15553): Pango-CRITICAL **: pango_layout_set_alignment: assertion `layout != NULL' failed
(Comsollauncher:15553): Pango-CRITICAL **: pango_layout_set_ellipsize: assertion `PANGO_IS_LAYOUT (layout)' failed
(Comsollauncher:15553): Pango-CRITICAL **: pango_layout_set_single_paragraph_mode: assertion `PANGO_IS_LAYOUT (layout)' failed
(Comsollauncher:15553): Pango-CRITICAL **: pango_layout_set_width: assertion `layout != NULL' failed
(Comsollauncher:15553): Pango-CRITICAL **: pango_layout_get_extents: assertion `layout != NULL' failed
(Comsollauncher:15553): Gtk-CRITICAL **: gtk_icon_theme_get_for_screen: assertion `GDK_IS_SCREEN (screen)' failed
(Comsollauncher:15553): Gtk-CRITICAL **: gtk_settings_get_for_screen: assertion `GDK_IS_SCREEN (screen)' failed
(Comsollauncher:15553): Gtk-CRITICAL **: gtk_icon_size_lookup_for_settings: assertion `GTK_IS_SETTINGS (settings)' failed
(Comsollauncher:15553): Gtk-WARNING **: Invalid icon size 6
(Comsollauncher:15553): Gtk-CRITICAL **: gtk_icon_theme_load_icon: assertion `GTK_IS_ICON_THEME (icon_theme)' failed
#
# A fatal error has been detected by the Java Runtime Environment:
#
# SIGSEGV (0xb) at pc=0x00007f5107e70bf1, pid=15553, tid=139987637663472
#
# JRE version: 6.0_20-b02
# Java VM: Java HotSpot(TM) 64-Bit Server VM (16.3-b01 mixed mode linux-amd64 )
# Problematic frame:
# C [libgtk-x11-2.0.so.0+0xffbf1] gtk_icon_set_render_icon+0x721
#
# An error report file with more information is saved as:
# /tmp/hs_err_pid15553.log
#
# If you would like to submit a bug report, please visit:
# 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.
#
I'm trying to get comsol 4.1 to work on our linux cluster (open suse 11.1) in order to solve much larger models than what I can do currently do on one computer.
I VNC to one of the computers on campus (I'm a grad student) and can successfully boot the mpd daemons. For now I boot only 2 nodes.
I can see they're active with "comsol mpd trace" command.
However, when I try to start comsol server with command "comsol -nn 2 server" I get a whole slew of warnings and errors. Below is what I'm seeing in the way of errors.
Note: If I do "comsol -nn 1 server" it does in fact start on the node that I have the VNC session on. I thought maybe that was enough, but I get the same error in the log part of comsol's GUI if I connect to the server running on that 1 node.
Talking to the computing guys at school (they're stumped too) it's probably an X11 forwarding issue. Specifically, they noted that comsol calls ssh with -x command not -X (-x actually turns off X11 forwarding I think)....I'm looking for a way to get this going.
Any help is much appreciated!!
Thanks! --Matt
Output from "comsol -nn 2 server" command:
----------------------------------------
No Protocol Specified
(Comsollauncher:15553): GLib-GObject-WARNING **: invalid (NULL) pointer instance
(Comsollauncher:15553): GLib-GObject-CRITICAL **: g_signal_connect_data: assertion `G_TYPE_CHECK_INSTANCE (instance)' failed
(Comsollauncher:15553): Gtk-CRITICAL **: gtk_settings_get_for_screen: assertion `GDK_IS_SCREEN (screen)' failed
(Comsollauncher:15553): GLib-GObject-CRITICAL **: g_object_get: assertion `G_IS_OBJECT (object)' failed
(Comsollauncher:15553): GLib-GObject-WARNING **: value "TRUE" of type `gboolean' is invalid or out of range for property `visible' of type `gboolean'
(Comsollauncher:15553): Gtk-CRITICAL **: gtk_settings_get_for_screen: assertion `GDK_IS_SCREEN (screen)' failed
(Comsollauncher:15553): GLib-GObject-CRITICAL **: g_object_get: assertion `G_IS_OBJECT (object)' failed
(Comsollauncher:15553): Gtk-WARNING **: Screen for GtkWindow not set; you must always set
a screen for a GtkWindow before using the window
(Comsollauncher:15553): Gdk-CRITICAL **: gdk_pango_context_get_for_screen: assertion `GDK_IS_SCREEN (screen)' failed
(Comsollauncher:15553): Pango-CRITICAL **: pango_context_set_font_description: assertion `context != NULL' failed
(Comsollauncher:15553): Pango-CRITICAL **: pango_context_set_base_dir: assertion `context != NULL' failed
(Comsollauncher:15553): Pango-CRITICAL **: pango_context_set_language: assertion `context != NULL' failed
(Comsollauncher:15553): Pango-CRITICAL **: pango_layout_new: assertion `context != NULL' failed
(Comsollauncher:15553): Pango-CRITICAL **: pango_layout_set_text: assertion `layout != NULL' failed
(Comsollauncher:15553): Pango-CRITICAL **: pango_layout_set_attributes: assertion `layout != NULL' failed
(Comsollauncher:15553): Pango-CRITICAL **: pango_layout_set_alignment: assertion `layout != NULL' failed
(Comsollauncher:15553): Pango-CRITICAL **: pango_layout_set_ellipsize: assertion `PANGO_IS_LAYOUT (layout)' failed
(Comsollauncher:15553): Pango-CRITICAL **: pango_layout_set_single_paragraph_mode: assertion `PANGO_IS_LAYOUT (layout)' failed
(Comsollauncher:15553): Pango-CRITICAL **: pango_layout_set_width: assertion `layout != NULL' failed
(Comsollauncher:15553): Pango-CRITICAL **: pango_layout_get_extents: assertion `layout != NULL' failed
(Comsollauncher:15553): Gtk-CRITICAL **: gtk_icon_theme_get_for_screen: assertion `GDK_IS_SCREEN (screen)' failed
(Comsollauncher:15553): Gtk-CRITICAL **: gtk_settings_get_for_screen: assertion `GDK_IS_SCREEN (screen)' failed
(Comsollauncher:15553): Gtk-CRITICAL **: gtk_icon_size_lookup_for_settings: assertion `GTK_IS_SETTINGS (settings)' failed
(Comsollauncher:15553): Gtk-WARNING **: Invalid icon size 6
(Comsollauncher:15553): Gtk-CRITICAL **: gtk_icon_theme_load_icon: assertion `GTK_IS_ICON_THEME (icon_theme)' failed
#
# A fatal error has been detected by the Java Runtime Environment:
#
# SIGSEGV (0xb) at pc=0x00007f5107e70bf1, pid=15553, tid=139987637663472
#
# JRE version: 6.0_20-b02
# Java VM: Java HotSpot(TM) 64-Bit Server VM (16.3-b01 mixed mode linux-amd64 )
# Problematic frame:
# C [libgtk-x11-2.0.so.0+0xffbf1] gtk_icon_set_render_icon+0x721
#
# An error report file with more information is saved as:
# /tmp/hs_err_pid15553.log
#
# If you would like to submit a bug report, please visit:
# 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.
#
3 Replies Last Post 5 mai 2011, 17:10 UTC−4