Jazz Forum Welcome to the Jazz Community Forum Connect and collaborate with IBM Engineering experts and users

RTC Client errors on Ubuntu

Hi,

I have been attempting to get the RTC client 3.0.1 working on Ubuntu 10.04 but I continously get this error:

No more handles [MOZILLA_FIVE_HOME='/usr/lib/xulrunner-addons'] (java.lang.UnsatisfiedLinkError: no swt-mozilla-gtk-3557 or swt-mozilla-gtk in swt.library.path, java.library.path or the jar file)


I have tried the solutions suggested here:

https://jazz.net/forums/viewtopic.php?t=8671&highlight=mozillafivehome
https://jazz.net/forums/viewtopic.php?t=5701&highlight=mozillafivehome
https://jazz.net/forums/viewtopic.php?t=5345&highlight=mozillafivehome
http://www-01.ibm.com/support/docview.wss?rs=3488&&uid=swg21313467

but they just result in a different error:

org.eclipse.swt.SWTError: XPCOM error -2147467259

at org.eclipse.swt.browser.Mozilla.error(Mozilla.java:2089)
at org.eclipse.swt.browser.Mozilla.create(Mozilla.java:458)
at org.eclipse.swt.browser.Browser.<init>(Browser.java:119)
at com.ibm.team.apt.internal.ide.ui.editor.WikiFormPage2.createBrowser(WikiFormPage2.java:816)
at com.ibm.team.apt.internal.ide.ui.editor.WikiFormPage2.createFormContent(WikiFormPage2.java:624)
at org.eclipse.ui.forms.editor.FormPage$1.run(FormPage.java:152)
at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:70)
at org.eclipse.ui.forms.editor.FormPage.createPartControl(FormPage.java:150)
at com.ibm.team.apt.internal.ide.ui.editor.WikiFormPage2.createPartControl(WikiFormPage2.java:603)
at org.eclipse.ui.forms.editor.FormEditor.pageChange(FormEditor.java:465)
at com.ibm.team.ui.editor.TeamFormEditor.pageChange(TeamFormEditor.java:203)
at org.eclipse.ui.part.MultiPageEditorPart$2.widgetSelected(MultiPageEditorPart.java:291)
at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:228)
at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1176)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1200)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1185)
at org.eclipse.swt.widgets.Widget.notifyListeners(Widget.java:1025)
at org.eclipse.swt.custom.CTabFolder.setSelection(CTabFolder.java:3256)
at org.eclipse.swt.custom.CTabFolder.onMouse(CTabFolder.java:2045)
at org.eclipse.swt.custom.CTabFolder$1.handleEvent(CTabFolder.java:323)
at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1176)
at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3493)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3112)
at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2405)
at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2369)
at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2221)
at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:500)
at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:493)
at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)
at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:113)
at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:194)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:368)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:79)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:618)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:559)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:514)
at org.eclipse.equinox.launcher.Main.run(Main.java:1311)
at org.eclipse.equinox.launcher.Main.main(Main.java:1287)


Does anyone know how to fix this ?

Thanks,

Andy.

0 votes


Accepted answer

Permanent link
I resolved a problem like this by installing the 32-bit version of xulrunner
Andrew Wilde selected this answer as the correct answer

0 votes

Comments

hi , could you tell me how to install the xulrunner under ubuntu.
I got the same question above, however, I could not fix it till now.
Thanks
Michael


6 other answers

Permanent link
Thanks for the answers. We eventually resolved this by installing xulrunner-3.6.28 and configuring RTC to use it, i.e. add the following to eclipse.ini:

-Dorg.eclipse.swt.browser.XULRunnerPath=/opt/IBM/xulrunner-3.6.28

2 votes


Permanent link
Hi,

please see also:

- https://jazz.net/forums/viewtopic.php?t=7743
- https://jazz.net/forums/viewtopic.php?t=5701
- https://jazz.net/forums/viewtopic.php?t=8123

I have seen posts about Ubuntu and issues with Eclipse because of SWT/GTK or xulrunner issues. Hopefully one of the above can help.

0 votes


Permanent link
Hi,

Unfortunately, none of the suggestion helped. I also still get the problem with 3.0.1.2 client.

Andy

0 votes


Permanent link
Hi,

Unfortunately, none of the suggestion helped. I also still get the problem with 3.0.1.2 client.

Andy
Which version of xulrunner are you using?

0 votes

Comments

hi , could you tell me how to install the xulrunner under ubuntu.
I got the same question above, however, I could not fix it till now.
Thanks
Michael


Permanent link
I've experienced this error using the RAM plugin on RSA and this sources help me to solve the problem

http://rationalwebsphere.blogspot.com.br/2009/11/installing-rational-software-architect.html
http://www-01.ibm.com/support/docview.wss?uid=swg21596875

0 votes


Permanent link
Hello,
this approach works for Eclipse 3.6.x on Linux most times:
https://jazz.net/forum/answer_link/119345/
Best Regards,
René

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

Question asked: Jul 11 '11, 7:04 a.m.

Question was seen: 8,555 times

Last updated: Jul 12 '13, 6:29 a.m.

Confirmation Cancel Confirm