KNime crashes on startup. (libswt-mozilla-gtk-3232.so)

Hi All,
I cannot run Knime. It crashes on startup. Here is the message:

Using '/usr/lib/xulrunner-1.9' as MOZILLA_FIVE_HOME for internal web browser
Locking assertion failure.  Backtrace:
#0 /usr/lib/libxcb-xlib.so.0 [0x9c7767]
#1 /usr/lib/libxcb-xlib.so.0(xcb_xlib_unlock+0x31) [0x9c7831]
#2 /usr/lib/libX11.so.6(_XReply+0x244) [0xa5df64]
#3 /home/knimeuser/knime_1.3.5/jre/lib/i386/xawt/libmawt.so [0x9565bd7e]
#4 /home/knimeuser/knime_1.3.5/jre/lib/i386/xawt/libmawt.so [0x95645d47]
#5 /home/knimeuser/knime_1.3.5/jre/lib/i386/xawt/libmawt.so [0x95645ec3]
#6 /home/knimeuser/knime_1.3.5/jre/lib/i386/xawt/libmawt.so(Java_sun_awt_X11GraphicsEnvironment_initDisplay+0x26) [0x95646106]
#7 [0xb152e008]
#8 [0xb1527b6b]
#9 [0xb1527b6b]
#10 [0xb1525236]
#11 /home/knimeuser/knime_1.3.5/jre/lib/i386/server/libjvm.so [0xb777dd8c]
#12 /home/knimeuser/knime_1.3.5/jre/lib/i386/server/libjvm.so [0xb794d6f8]
#13 /home/knimeuser/knime_1.3.5/jre/lib/i386/server/libjvm.so [0xb777dbbf]
#14 /home/knimeuser/knime_1.3.5/jre/lib/i386/server/libjvm.so(JVM_DoPrivileged+0x32d) [0xb77db6cd]
#15 /home/knimeuser/knime_1.3.5/jre/lib/i386/libjava.so(Java_java_security_AccessController_doPrivileged__Ljava_security_PrivilegedAction_2+0x3d) [0xb74da30d]
#16 [0xb152d898]
#17 [0xb1527a94]
#18 [0xb1525236]
#19 /home/knimeuser/knime_1.3.5/jre/lib/i386/server/libjvm.so [0xb777dd8c]
Locking assertion failure.  Backtrace:
#0 /usr/lib/libxcb-xlib.so.0 [0x9c7767]
#1 /usr/lib/libxcb-xlib.so.0(xcb_xlib_lock+0x2e) [0x9c790e]
#2 /usr/lib/libX11.so.6 [0xa5d109]
#3 /usr/lib/libX11.so.6(XGetVisualInfo+0x26) [0xa531f6]
#4 /home/knimeuser/knime_1.3.5/jre/lib/i386/xawt/libmawt.so [0x95645089]
#5 /home/knimeuser/knime_1.3.5/jre/lib/i386/xawt/libmawt.so [0x956452d3]
#6 /home/knimeuser/knime_1.3.5/jre/lib/i386/xawt/libmawt.so [0x95645f71]
#7 /home/knimeuser/knime_1.3.5/jre/lib/i386/xawt/libmawt.so(Java_sun_awt_X11GraphicsEnvironment_initDisplay+0x26) [0x95646106]
#8 [0xb152e008]
#9 [0xb1527b6b]
#10 [0xb1527b6b]
#11 [0xb1525236]
#12 /home/knimeuser/knime_1.3.5/jre/lib/i386/server/libjvm.so [0xb777dd8c]
#13 /home/knimeuser/knime_1.3.5/jre/lib/i386/server/libjvm.so [0xb794d6f8]
#14 /home/knimeuser/knime_1.3.5/jre/lib/i386/server/libjvm.so [0xb777dbbf]
#15 /home/knimeuser/knime_1.3.5/jre/lib/i386/server/libjvm.so(JVM_DoPrivileged+0x32d) [0xb77db6cd]
#16 /home/knimeuser/knime_1.3.5/jre/lib/i386/libjava.so(Java_java_security_AccessController_doPrivileged__Ljava_security_PrivilegedAction_2+0x3d) [0xb74da30d]
#17 [0xb152d898]
#18 [0xb1527a94]
#19 [0xb1525236]
/home/knimeuser/./knime_1.3.5/jre/bin/java: symbol lookup error: /home/knimeuser/knime_1.3.5/configuration/org.eclipse.osgi/bundles/55/1/.cp/libswt-mozilla-gtk-3232.so: undefined symbol: _ZN4nsID5ParseEPKc

uname -a
Linux pc-lindenb.cephb.fr 2.6.27.5-41.fc9.i686 #1 SMP Thu Nov 13 20:52:14 EST 2008 i686 i686 i386 GNU/Linux

more /etc/redhat-release
Fedora release 9 (Sulphur)

Any suggestion to fix this problem ?
Thank you in advance.

Pierre

lindenb wrote:
Hi All,
I cannot run Knime. It crashes on startup. Here is the message:

Any suggestion to fix this problem ?


This is a known problem with xulrunner-1.9 that comes with Firefox 3. You can try the following: Start knime with
./.knime -vmargs -Dorg.eclipse.swt.browser.XULRunnerPath= and see if the error still occurs (do not use knime.sh for this). If that doesn't work, you can set MOZILLA_FIVE_HOME to something else than the xulrunner-1.9 location but the node descriptions won't work then. Or you can install an older version of xulrunner and set MOZILLA_FIVE_HOME or the above-mentioned property to its installation directory.

Thorsten