RTC Eclipse Client Startup Error on RHEL Workstation
![]()
I have just downloaded the plain .zip files for RTC Eclipse Clients of versions : 5.0.1 & 4.0.2. Both of them fails with below error messages :
------ Error logged from Process Client UI: No more handles [MOZILLA_FIVE_HOME='/usr/lib/xulrunner-compat'] (java.lang.UnsatisfiedLinkError: Could not load SWT library. Reasons: /home/mkandala/RTC_402/client/eclipse/configuration/org.eclipse.osgi/bundles/501/1/.cp/libswt-mozilla-gtk-3659.so (libxpcom.so: cannot open shared object file: No such file or directory) swt-mozilla-gtk (Not found in java.library.path) /tmp/swtlib-32/libswt-mozilla-gtk-3659.so (libxpcom.so: cannot open shared object file: No such file or directory) /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) ) Please advice. |
Accepted answer
![]()
Thank you Ralph for taking time to help me.
This document helped : https://jazz.net/library/article/952 for 5.0.1 and still working on 4.0.2 Solution Here are the steps for RTC 5.0.1 on RHEL 64 bit system: For Rational Team Concert 4.x on 64-bit Linux:
Ralph Schoon selected this answer as the correct answer
|
2 other answers
![]()
Ralph Schoon (62.3k●3●36●43)
| answered Jun 24 '15, 7:45 a.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER
Increase number of file handles.
Comments Thank you for the response.
Could also be related to xulrunner. Not sure. for xulrunner related questions and answers see
|
![]()
In CentOS 7, using eclipse + p2 client I solved this problem installing a 64 bit version of gtk issuing the following commands as root:
yum install epel-release
yum install webkitgtk
Maybe only the second command will do.
|