Menu

NoSuchMethod exception in Eclipse 4.3

Developers
2013-09-11
2013-09-30
  • Kris De Volder

    Kris De Volder - 2013-09-11

    Error log entry below. To trigger this error I:
    - installed RSSOwl into Eclipse 4.3.
    - added a feed to my 'Feeds View'
    - opened the feed and browsed it abit
    - right clicked the view and selected 'Update'

    The following error results and the Feed update doesn't appear to work. (I think I also saw the error once when the feads where updated automatically, however I couldn't reproduce it so I'm not sure that was really the same problem).

    eclipse.buildId=3.4.0.201309102355-M1-e43
    java.version=1.6.0_38
    java.vendor=Sun Microsystems Inc.
    BootLoader constants: OS=linux, ARCH=x86_64, WS=gtk, NL=en_CA
    Framework arguments:  -product org.springsource.sts.ide
    Command-line arguments:  -os linux -ws gtk -arch x86_64 -product org.springsource.sts.ide
    
    Error
    Wed Sep 11 16:42:55 PDT 2013
    An internal error has occurred.
    
     java.lang.NoSuchMethodError: org.eclipse.ui.internal.PartSite.getPane()Lorg/eclipse/ui/internal/PartPane;
    at org.rssowl.ui.internal.editors.feed.FeedView$10.run(FeedView.java:713)
    at org.rssowl.ui.internal.util.JobRunner$1.runInUIThread(JobRunner.java:97)
    at org.eclipse.ui.progress.UIJob$1.run(UIJob.java:95)
    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:3717)
    at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3366)
    at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$9.run(PartRenderingEngine.java:1113)
    at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
    at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.run(PartRenderingEngine.java:997)
    at org.eclipse.e4.ui.internal.workbench.E4Workbench.createAndRunUI(E4Workbench.java:138)
    at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:610)
    at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
    at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:567)
    at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:150)
    at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:124)
    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:354)
    at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:181)
    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:636)
    at org.eclipse.equinox.launcher.Main.basicRun(Main.java:591)
    at org.eclipse.equinox.launcher.Main.run(Main.java:1450)
    at org.eclipse.equinox.launcher.Main.main(Main.java:1426)
    
     
  • sg2002

    sg2002 - 2013-09-30

    RssOwl is not compatible with Eclipse 4.3. The officially compatible version is 3.4, 3.7 works with minor issues.

     

Log in to post a comment.