You are not logged in.
Announcement
Unanswered posts
|
Pages: 1

Hi, I'm trying to migrate my db from a MySQL server onto SVN and I'm trying to run the command below. But I'm getting segmentation faults and various other errors. I'm not sure what I'm missing? Or what the errors mean? I'm using v3.0.4
Thanks!
$ ./TISEE-linux-gtk-x86_64 -nosplash -application org.talend.repository.databaseprovider.DatabaseSchemaMigration -consoleLog -data migration-workspace jdbc:mysql://dolbidev02:3306/talend [^] talend_admin talend01
(:31194): Gtk-CRITICAL **: file gtksettings.c: line 447 (gtk_settings_get_for_screen): assertion `GDK_IS_SCREEN (screen)' failed
(:31194): GLib-GObject-CRITICAL **: file gobject.c: line 1222 (g_object_get): assertion `G_IS_OBJECT (object)' failed
(:31194): Gtk-WARNING **: Screen for GtkWindow not set; you must always set
a screen for a GtkWindow before using the window
(:31194): Gdk-CRITICAL **: file gdkpango-x11.c: line 49 (gdk_pango_context_get_for_screen): assertion `GDK_IS_SCREEN (screen)' failed
(:31194): Gdk-CRITICAL **: file gdkscreen-x11.c: line 250 (gdk_screen_get_default_colormap): assertion `GDK_IS_SCREEN (screen)' failed
(:31194): Gdk-CRITICAL **: file gdkpango.c: line 150 (gdk_pango_context_set_colormap): assertion `context != NULL' failed
** (:31194): CRITICAL **: file pango-context.c: line 382 (pango_context_set_base_dir): assertion `context != NULL' failed
** (:31194): CRITICAL **: file pango-context.c: line 308 (pango_context_set_font_description): assertion `context != NULL' failed
** (:31194): CRITICAL **: file pango-context.c: line 343 (pango_context_set_language): assertion `context != NULL' failed
** (:31194): CRITICAL **: file pango-layout.c: line 208 (pango_layout_new): assertion `context != NULL' failed
** (:31194): CRITICAL **: file pango-layout.c: line 782 (pango_layout_set_text): assertion `layout != NULL' failed
** (:31194): CRITICAL **: file pango-layout.c: line 441 (pango_layout_set_attributes): assertion `layout != NULL' failed
** (:31194): CRITICAL **: file pango-layout.c: line 605 (pango_layout_set_alignment): assertion `layout != NULL' failed
** (:31194): CRITICAL **: file pango-layout.c: line 293 (pango_layout_set_width): assertion `layout != NULL' failed
** (:31194): CRITICAL **: file pango-layout.c: line 2126 (pango_layout_get_extents): assertion `layout != NULL' failed
(:31194): Gtk-CRITICAL **: file gtkicontheme.c: line 310 (gtk_icon_theme_get_for_screen): assertion `GDK_IS_SCREEN (screen)' failed
(:31194): Gtk-CRITICAL **: file gtksettings.c: line 447 (gtk_settings_get_for_screen): assertion `GDK_IS_SCREEN (screen)' failed
(:31194): Gtk-CRITICAL **: file gtkiconfactory.c: line 1098 (gtk_icon_size_lookup_for_settings): assertion `GTK_IS_SETTINGS (settings)' failed
(:31194): Gtk-WARNING **: Invalid icon size 6
(:31194): Gtk-CRITICAL **: file gtkicontheme.c: line 1240 (gtk_icon_theme_load_icon): assertion `GTK_IS_ICON_THEME (icon_theme)' failed
Segmentation fault
Offline

Hello,
What is your os and your arch?
Can you also try to launch the migration inside of a X session?
Offline
Pages: 1