RTC V3 , eclipse client on Linux (OpenSuse) error on Build
Hi,
I am trying to run a BUILD Request in eclipse client (OpenSuse 11.3), and I am having an popup of error window , with MOZILLA_FIVE_HOME...
1) I got a first error saying that the MOZILLA_FIVE_HOME variable is not set.
So I dig at the forums and internet and find out that I should set an environment variable pointing to xulrunner...
so I did it setting export MOZILLA_FIVE_HOME=/usr/lib64/xulrunner-1.9.2
and also:
export LD_LIBRARY_PATH=$MOZILLA_FIVE_HOME:$LD_LIBRARY_PATH
and now when I try again:
2) I m getting the popup error message saying:
Error logged from Process Client UI:
No more handles (java.lang.UnsatisfiedLinkError: Could not load SWT library. Reasons:
/home/ibmsys1/.eclipse/ibm.software.delivery.platform_8.0.0_1385280391/configuration/org.eclipse.osgi/bundles/5174/1/.cp/libswt-mozilla-gtk-3659.so (libxpcom.so: wrong ELF class: ELFCLASS64)
swt-mozilla-gtk (Not found in java.library.path)
/tmp/swtlib-32/libswt-mozilla-gtk-3659.so (libxpcom.so: wrong ELF class: ELFCLASS64)
/tmp/swtlib-32/libswt-mozilla-gtk.so (/tmp/swtlib-32/liblibswt-mozilla-gtk.so.so: cannot open shared object file: No such file or directory)
)
looks like I am still missing something .
I am trying to run a BUILD Request in eclipse client (OpenSuse 11.3), and I am having an popup of error window , with MOZILLA_FIVE_HOME...
1) I got a first error saying that the MOZILLA_FIVE_HOME variable is not set.
So I dig at the forums and internet and find out that I should set an environment variable pointing to xulrunner...
so I did it setting export MOZILLA_FIVE_HOME=/usr/lib64/xulrunner-1.9.2
and also:
export LD_LIBRARY_PATH=$MOZILLA_FIVE_HOME:$LD_LIBRARY_PATH
and now when I try again:
2) I m getting the popup error message saying:
Error logged from Process Client UI:
No more handles (java.lang.UnsatisfiedLinkError: Could not load SWT library. Reasons:
/home/ibmsys1/.eclipse/ibm.software.delivery.platform_8.0.0_1385280391/configuration/org.eclipse.osgi/bundles/5174/1/.cp/libswt-mozilla-gtk-3659.so (libxpcom.so: wrong ELF class: ELFCLASS64)
swt-mozilla-gtk (Not found in java.library.path)
/tmp/swtlib-32/libswt-mozilla-gtk-3659.so (libxpcom.so: wrong ELF class: ELFCLASS64)
/tmp/swtlib-32/libswt-mozilla-gtk.so (/tmp/swtlib-32/liblibswt-mozilla-gtk.so.so: cannot open shared object file: No such file or directory)
)
looks like I am still missing something .
2 answers
Hi,
I am trying to run a BUILD Request in eclipse client (OpenSuse 11.3), and I am having an popup of error window , with MOZILLA_FIVE_HOME...
1) I got a first error saying that the MOZILLA_FIVE_HOME variable is not set.
So I dig at the forums and internet and find out that I should set an environment variable pointing to xulrunner...
so I did it setting export MOZILLA_FIVE_HOME=/usr/lib64/xulrunner-1.9.2
and also:
export LD_LIBRARY_PATH=$MOZILLA_FIVE_HOME:$LD_LIBRARY_PATH
and now when I try again:
2) I m getting the popup error message saying:
Error logged from Process Client UI:
No more handles (java.lang.UnsatisfiedLinkError: Could not load SWT library. Reasons:
/home/ibmsys1/.eclipse/ibm.software.delivery.platform_8.0.0_1385280391/configuration/org.eclipse.osgi/bundles/5174/1/.cp/libswt-mozilla-gtk-3659.so (libxpcom.so: wrong ELF class: ELFCLASS64)
swt-mozilla-gtk (Not found in java.library.path)
/tmp/swtlib-32/libswt-mozilla-gtk-3659.so (libxpcom.so: wrong ELF class: ELFCLASS64)
/tmp/swtlib-32/libswt-mozilla-gtk.so (/tmp/swtlib-32/liblibswt-mozilla-gtk.so.so: cannot open shared object file: No such file or directory)
)
looks like I am still missing something .
Hi,
I don't know what's happening with your Eclipse client, but did want to mention that you can submit build requests through the Web UI.
Brent Ulbricht
RTC Build Lead