Jazz Register Log in
Jazz Forum Welcome to the Jazz Community Forum

Welcome to the Jazz Community Forum

Connect and collaborate with IBM Engineering experts and users

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.

0 votes


Accepted answer

Permanent link
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:
  1. Install a webkitgtk+ 1.2.x package on the system.
  2. Update your eclipse.ini, so that Eclipse uses webkitgtk, by adding a line similar to the following to the vmargs:
    • Add -Dorg.eclipse.swt.browser.UseWebKitGTK=true to the vmargs in the eclipse.ini, or install with eclipse 3.7.2+

Ralph Schoon selected this answer as the correct answer

1 vote


2 other answers

Permanent link
Increase number of file handles.

0 votes

Comments

Thank you for the response.
Is it not related to XULRUNNER ? How to increase the no of file handles ?

Could also be related to xulrunner. Not sure. for xulrunner related questions and answers see
https://www.google.com/search?q=rhel+xulrunner+site:jazz.net

There are several answers that provide hints how to solve this.

For how to increase file handles have a look at

https://www.google.com/search?q=redhat+increase+file+handles

You should probably try the xulrunner related tips first.


Permanent link
 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.

0 votes

Your answer

Register or log in to post your answer.

Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.

Search context
Follow this question

By Email: 

Once you sign in you will be able to subscribe for any updates here.

By RSS:

Answers
Answers and Comments
Question details
× 12,058

Question asked: Jun 24 '15, 7:31 a.m.

Question was seen: 3,886 times

Last updated: Jul 19 '16, 1:47 p.m.

Confirmation Cancel Confirm