I am using iTest 4.1.3 on Ubuntu 11.04, trying to run a Test Case via iTestRT on the command-line.
I am getting the following error - how can I resolve this?
Sev. Origin Session Step Index Procedure Message
============================================================
Info execution main Execution started
Info execution main Testbed used in execution: project://my_project/topologies/LWR_6.1.500_gateway.tbml
Exception in thread "DisplayServer" java.lang.UnsatisfiedLinkError: Could not load SWT library. Reasons:
/home/iTest/Fanfare/iTest_4.1/iTestRT/configuration/org.eclipse.osgi/bundles/385/1/.cp/libswt-pi-gtk-3655.so: libgtk-x11-2.0.so.0: wrong ELF class: ELFCLASS64
no swt-pi-gtk in java.library.path
/tmp/swtlib-32/libswt-pi-gtk-3655.so: libgtk-x11-2.0.so.0: wrong ELF class: ELFCLASS64
Can't load library: /tmp/swtlib-32/libswt-pi-gtk.so
at org.eclipse.swt.internal.Library.loadLibrary(Library.java:267)
at org.eclipse.swt.internal.Library.loadLibrary(Library.java:174)
at org.eclipse.swt.internal.gtk.OS.<clinit>(OS.java:22)
at org.eclipse.swt.internal.Converter.wcsToMbcs(Converter.java:63)
at org.eclipse.swt.internal.Converter.wcsToMbcs(Converter.java:54)
at org.eclipse.swt.widgets.Display.<clinit>(Display.java:132)
at com.fnfr.svt.applications.web.ui.rt.DisplayServer$1.run(DisplayServer.java:27)
at java.lang.Thread.run(Unknown Source)