** Changed in: eclipse (Ubuntu)
       Status: New => Fix Released

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to eclipse in Ubuntu.
https://bugs.launchpad.net/bugs/1004964

Title:
  Error running eclipse based application: no swt-mozilla-gtk-3740

Status in “eclipse” package in Ubuntu:
  Fix Released

Bug description:
  Hi,
  When trying to run an eclipse rcp application in Ubuntu 12.04, with eclipse 
3.7.2, I get the following error. The application  uses the swt-mozilla 
component. Seems requiring libswt-mozilla-gtk-3740.so, but this library version 
can not be found in the system, only libswt-mozilla-gtk-3650.so (which can not 
replace 3740):

  !ENTRY org.eclipse.osgi 4 0 2012-05-26 21:10:19.644
  !MESSAGE Application error
  !STACK 1
  org.eclipse.swt.SWTError: No more handles 
[MOZILLA_FIVE_HOME='/usr/lib/xulrunner-1.9.2.17'] 
(java.lang.UnsatisfiedLinkError: Could not load SWT library. Reasons: 
        no swt-mozilla-gtk-3740 in java.library.path
        no swt-mozilla-gtk in java.library.path
        Can't load library: 
/home/bibu/.swt/lib/linux/x86/libswt-mozilla-gtk-3740.so
        Can't load library: /home/bibu/.swt/lib/linux/x86/libswt-mozilla-gtk.so
  )
        at org.eclipse.swt.SWT.error(SWT.java:4308)
        at org.eclipse.swt.browser.Mozilla.initMozilla(Mozilla.java:1857)
        at org.eclipse.swt.browser.Mozilla.create(Mozilla.java:687)
        at org.eclipse.swt.browser.Browser.<init>(Browser.java:99)
        at 
se.karolinska.patcyt.civatrcp.ui.views.ChartDataView.createPartControl(ChartDataView.java:43)
        at 
org.eclipse.ui.internal.ViewReference.createPartHelper(ViewReference.java:375)
        at 
org.eclipse.ui.internal.ViewReference.createPart(ViewReference.java:229)
        at 
org.eclipse.ui.internal.WorkbenchPartReference.getPart(WorkbenchPartReference.java:595)
        at org.eclipse.ui.internal.PartPane.setVisible(PartPane.java:313)
        at org.eclipse.ui.internal.ViewPane.setVisible(ViewPane.java:534)
        at 
org.eclipse.ui.internal.presentations.PresentablePart.setVisible(PresentablePart.java:180)
        at 
org.eclipse.ui.internal.presentations.util.PresentablePartFolder.select(PresentablePartFolder.java:270)
        at 
org.eclipse.ui.internal.presentations.util.LeftToRightTabOrder.select(LeftToRightTabOrder.java:65)
        at 
org.eclipse.ui.internal.presentations.util.TabbedStackPresentation.selectPart(TabbedStackPresentation.java:473)
        at 
org.eclipse.ui.internal.PartStack.refreshPresentationSelection(PartStack.java:1245)
        at org.eclipse.ui.internal.PartStack.setSelection(PartStack.java:1198)
        at org.eclipse.ui.internal.PartStack.showPart(PartStack.java:1597)
        at org.eclipse.ui.internal.PartStack.createControl(PartStack.java:643)
        at org.eclipse.ui.internal.PartStack.createControl(PartStack.java:570)
        at 
org.eclipse.ui.internal.PartSashContainer.createControl(PartSashContainer.java:568)
        at 
org.eclipse.ui.internal.PerspectiveHelper.activate(PerspectiveHelper.java:272)
        at org.eclipse.ui.internal.Perspective.onActivate(Perspective.java:981)
        at 
org.eclipse.ui.internal.WorkbenchPage.onActivate(WorkbenchPage.java:2714)
        at 
org.eclipse.ui.internal.WorkbenchWindow$28.run(WorkbenchWindow.java:3030)
        at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:70)
        at 
org.eclipse.ui.internal.WorkbenchWindow.setActivePage(WorkbenchWindow.java:3011)
        at 
org.eclipse.ui.internal.WorkbenchWindow.busyOpenPage(WorkbenchWindow.java:799)
        at 
org.eclipse.ui.internal.Workbench$23.runWithException(Workbench.java:1229)
        at 
org.eclipse.ui.internal.StartupThreading$StartupRunnable.run(StartupThreading.java:31)
        at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35)
        at 
org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:135)
        at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:3563)
        at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3212)
        at 
org.eclipse.ui.application.WorkbenchAdvisor.openWindows(WorkbenchAdvisor.java:803)
        at 
org.eclipse.ui.internal.Workbench$33.runWithException(Workbench.java:1600)
        at 
org.eclipse.ui.internal.StartupThreading$StartupRunnable.run(StartupThreading.java:31)
        at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35)
        at 
org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:135)
        at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:3563)
        at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3212)
        at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2609)
        at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2499)
        at org.eclipse.ui.internal.Workbench$7.run(Workbench.java:679)
        at 
org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
        at 
org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:668)
        at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)
        at 
se.karolinska.patcyt.civatrcp.CIVATApplication.start(CIVATApplication.java:30)
        at 
org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196)
        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:344)
        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:39)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:597)
        at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:622)
        at org.eclipse.equinox.launcher.Main.basicRun(Main.java:577)
        at org.eclipse.equinox.launcher.Main.run(Main.java:1410)
        at org.eclipse.equinox.launcher.Main.main(Main.java:1386)
  Caused by: java.lang.UnsatisfiedLinkError: Could not load SWT library. 
Reasons: 
        no swt-mozilla-gtk-3740 in java.library.path
        no swt-mozilla-gtk in java.library.path
        Can't load library: 
/home/bibu/.swt/lib/linux/x86/libswt-mozilla-gtk-3740.so
        Can't load library: /home/bibu/.swt/lib/linux/x86/libswt-mozilla-gtk.so

        at org.eclipse.swt.internal.Library.loadLibrary(Library.java:285)
        at org.eclipse.swt.internal.Library.loadLibrary(Library.java:194)
        at org.eclipse.swt.browser.Mozilla.initMozilla(Mozilla.java:1842)
        ... 58 more

  And also (before):
  !SESSION 2012-05-26 21:10:16.873 
-----------------------------------------------
  eclipse.buildId=unknown
  java.version=1.6.0_15
  java.vendor=Sun Microsystems Inc.
  BootLoader constants: OS=linux, ARCH=x86, WS=gtk, NL=es_ES
  Framework arguments:  -product civatrcp.civat
  Command-line arguments:  -product civatrcp.civat -data 
/home/bibu/workspace/../runtime-civatrcp.civat -dev 
file:/home/bibu/workspace/.metadata/.plugins/org.eclipse.pde.core/civatrcp.civat/dev.properties
 -os linux -ws gtk -arch x86 -consoleLog

  !ENTRY org.eclipse.ui.workbench 4 0 2012-05-26 21:10:19.615
  !MESSAGE Widget disposed too early for part civatrcp.chart.navigationView
  !STACK 0
  java.lang.RuntimeException: Widget disposed too early for part 
civatrcp.chart.navigationView
        at 
org.eclipse.ui.internal.WorkbenchPartReference$1.widgetDisposed(WorkbenchPartReference.java:171)
        at 
org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:123)
        at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
        at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1258)
        at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1282)
        at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1263)
        at org.eclipse.swt.widgets.Widget.release(Widget.java:1080)
        at org.eclipse.swt.widgets.Control.release(Control.java:3488)
        at 
org.eclipse.swt.widgets.Composite.releaseChildren(Composite.java:1294)
        at org.eclipse.swt.widgets.Widget.release(Widget.java:1083)
        at org.eclipse.swt.widgets.Control.release(Control.java:3488)
        at 
org.eclipse.swt.widgets.Composite.releaseChildren(Composite.java:1294)
        at org.eclipse.swt.widgets.Widget.release(Widget.java:1083)
        at org.eclipse.swt.widgets.Control.release(Control.java:3488)
        at 
org.eclipse.swt.widgets.Composite.releaseChildren(Composite.java:1294)
        at org.eclipse.swt.widgets.Canvas.releaseChildren(Canvas.java:208)
        at 
org.eclipse.swt.widgets.Decorations.releaseChildren(Decorations.java:469)
        at org.eclipse.swt.widgets.Shell.releaseChildren(Shell.java:2370)
        at org.eclipse.swt.widgets.Widget.release(Widget.java:1083)
        at org.eclipse.swt.widgets.Control.release(Control.java:3488)
        at org.eclipse.swt.widgets.Widget.dispose(Widget.java:462)
        at org.eclipse.swt.widgets.Shell.dispose(Shell.java:2306)
        at org.eclipse.swt.widgets.Display.release(Display.java:3259)
        at org.eclipse.swt.graphics.Device.dispose(Device.java:249)
        at 
se.karolinska.patcyt.civatrcp.CIVATApplication.start(CIVATApplication.java:37)
        at 
org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196)
        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:344)
        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:39)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:597)
        at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:622)
        at org.eclipse.equinox.launcher.Main.basicRun(Main.java:577)
        at org.eclipse.equinox.launcher.Main.run(Main.java:1410)
        at org.eclipse.equinox.launcher.Main.main(Main.java:1386)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/eclipse/+bug/1004964/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp

Reply via email to