Results 1 to 4 of 4

Thread: Plugin error

  1. #1
    Join Date
    Dec 2011
    Posts
    23

    Default Plugin error

    Hi,

    I recently upgraded to GGTS 3.1.0.
    When I check the Error Log there is an error that happens repeatedly every 1/2 a second.
    I think the source of the problem is the Eclipse IDE.

    Searching the internet for a solution I found this post.

    http://www.eclipse.org/forums/index.php/m/870991/

    But GGTS has different configuration format.
    Can anyone help?

    These are the details:

    eclipse.buildId=3.1.0.201210061306-RELEASE-e42
    java.version=1.6.0_25
    java.vendor=Sun Microsystems Inc.
    BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=en_US
    Framework arguments: -product org.springsource.ggts.ide
    Command-line arguments: -os win32 -ws win32 -arch x86 -product org.springsource.ggts.ide

    This is a continuation of log file C:\workspace-ems-4.4.1\.metadata\.bak_4.log
    Created Time: 2012-11-28 12:59:57.034

    Error
    Wed Nov 28 13:19:28 IST 2012
    Problems occurred when invoking code from plug-in: "org.eclipse.e4.ui.workbench.renderers.swt".

    java.lang.NullPointerException
    at org.eclipse.e4.ui.workbench.renderers.swt.HandledC ontributionItem.canExecuteItem(HandledContribution Item.java:823)
    at org.eclipse.e4.ui.workbench.renderers.swt.HandledC ontributionItem.access$2(HandledContributionItem.j ava:817)
    at org.eclipse.e4.ui.workbench.renderers.swt.HandledC ontributionItem$3.run(HandledContributionItem.java :216)
    at org.eclipse.core.runtime.SafeRunner.run(SafeRunner .java:42)
    at org.eclipse.e4.ui.workbench.renderers.swt.HandledC ontributionItem.updateItemEnablement(HandledContri butionItem.java:243)
    at org.eclipse.e4.ui.workbench.renderers.swt.HandledC ontributionItem$ToolItemUpdateTimer.run(HandledCon tributionItem.java:146)
    at org.eclipse.swt.widgets.Display.runTimer(Display.j ava:4270)
    at org.eclipse.swt.widgets.Display.messageProc(Displa y.java:3357)
    at org.eclipse.swt.internal.win32.OS.DispatchMessageW (Native Method)
    at org.eclipse.swt.internal.win32.OS.DispatchMessage( OS.java:2546)
    at org.eclipse.swt.widgets.Display.readAndDispatch(Di splay.java:3756)
    at org.eclipse.jface.window.Window.runEventLoop(Windo w.java:825)
    at org.eclipse.jface.window.Window.open(Window.java:8 01)
    at org.eclipse.mylyn.internal.tasks.ui.TaskRepository LocationUi$PasswordRunner.run(TaskRepositoryLocati onUi.java:114)
    at org.eclipse.swt.widgets.RunnableLock.run(RunnableL ock.java:35)
    at org.eclipse.swt.widgets.Synchronizer.runAsyncMessa ges(Synchronizer.java:135)
    at org.eclipse.swt.widgets.Display.runAsyncMessages(D isplay.java:4144)
    at org.eclipse.swt.widgets.Display.readAndDispatch(Di splay.java:3761)
    at org.eclipse.jface.operation.ModalContext$ModalCont extThread.block(ModalContext.java:173)
    at org.eclipse.jface.operation.ModalContext.run(Modal Context.java:388)
    at org.eclipse.jface.wizard.WizardDialog.run(WizardDi alog.java:1028)
    at org.eclipse.mylyn.commons.ui.CommonUiUtil.run(Comm onUiUtil.java:57)
    at com.atlassian.connector.eclipse.internal.jira.ui.w izards.JiraProjectPage.updateProjectsFromRepositor y(JiraProjectPage.java:283)
    at com.atlassian.connector.eclipse.internal.jira.ui.w izards.JiraProjectPage.createControl(JiraProjectPa ge.java:171)
    at org.eclipse.jface.wizard.Wizard.createPageControls (Wizard.java:174)
    at org.eclipse.jface.wizard.WizardDialog.createPageCo ntrols(WizardDialog.java:736)
    at org.eclipse.jface.wizard.WizardDialog.setWizard(Wi zardDialog.java:1182)
    at org.eclipse.jface.wizard.WizardDialog.updateForPag e(WizardDialog.java:1241)
    at org.eclipse.jface.wizard.WizardDialog.access$4(Wiz ardDialog.java:1238)
    at org.eclipse.jface.wizard.WizardDialog$8.run(Wizard Dialog.java:1227)
    at org.eclipse.swt.custom.BusyIndicator.showWhile(Bus yIndicator.java:70)
    at org.eclipse.jface.wizard.WizardDialog.showPage(Wiz ardDialog.java:1225)
    at org.eclipse.jface.wizard.WizardDialog.nextPressed( WizardDialog.java:915)
    at org.eclipse.jface.wizard.WizardDialog.buttonPresse d(WizardDialog.java:428)
    at org.eclipse.jface.dialogs.Dialog$2.widgetSelected( Dialog.java:624)
    at org.eclipse.swt.widgets.TypedListener.handleEvent( TypedListener.java:248)
    at org.eclipse.swt.widgets.EventTable.sendEvent(Event Table.java:84)
    at org.eclipse.swt.widgets.Widget.sendEvent(Widget.ja va:1053)
    at org.eclipse.swt.widgets.Display.runDeferredEvents( Display.java:4169)
    at org.eclipse.swt.widgets.Display.readAndDispatch(Di splay.java:3758)
    at org.eclipse.e4.ui.internal.workbench.swt.PartRende ringEngine$9.run(PartRenderingEngine.java:1029)
    at org.eclipse.core.databinding.observable.Realm.runW ithDefault(Realm.java:332)
    at org.eclipse.e4.ui.internal.workbench.swt.PartRende ringEngine.run(PartRenderingEngine.java:923)
    at org.eclipse.e4.ui.internal.workbench.E4Workbench.c reateAndRunUI(E4Workbench.java:86)
    at org.eclipse.ui.internal.Workbench$5.run(Workbench. java:588)
    at org.eclipse.core.databinding.observable.Realm.runW ithDefault(Realm.java:332)
    at org.eclipse.ui.internal.Workbench.createAndRunWork bench(Workbench.java:543)
    at org.eclipse.ui.PlatformUI.createAndRunWorkbench(Pl atformUI.java:149)
    at org.eclipse.ui.internal.ide.application.IDEApplica tion.start(IDEApplication.java:124)
    at org.eclipse.equinox.internal.app.EclipseAppHandle. run(EclipseAppHandle.java:196)
    at org.eclipse.core.runtime.internal.adaptor.EclipseA ppLauncher.runApplication(EclipseAppLauncher.java: 110)
    at org.eclipse.core.runtime.internal.adaptor.EclipseA ppLauncher.start(EclipseAppLauncher.java:79)
    at org.eclipse.core.runtime.adaptor.EclipseStarter.ru n(EclipseStarter.java:353)
    at org.eclipse.core.runtime.adaptor.EclipseStarter.ru n(EclipseStarter.java:180)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Nativ e Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(Native MethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(De legatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at org.eclipse.equinox.launcher.Main.invokeFramework( Main.java:629)
    at org.eclipse.equinox.launcher.Main.basicRun(Main.ja va:584)
    at org.eclipse.equinox.launcher.Main.run(Main.java:14 38)
    at org.eclipse.equinox.launcher.Main.main(Main.java:1 414)

    Thanks.
    Shai

  2. #2
    Join Date
    Aug 2008
    Location
    Vancouver, BC
    Posts
    768

    Default

    Not sure what is going on here, but the link that you pasted has a suggestion. Open up the plugin registry view (help -> views -> other -> plugin registry)

    Search for the org.eclipse.equinox.ds bundle. If it isn't active, right-click on it, and select "Show advanced operations". Right click again and select "Start". Any success?
    Andrew Eisenberg, Ph.D.
    SpringSource, a division of VMware
    SpringSource Tools Team
    More about AJDT, Groovy-Eclipse, and Grails tooling

  3. #3
    Join Date
    Dec 2011
    Posts
    23

    Default

    Quote Originally Posted by Andrew Eisenberg View Post
    Not sure what is going on here, but the link that you pasted has a suggestion. Open up the plugin registry view (help -> views -> other -> plugin registry)

    Search for the org.eclipse.equinox.ds bundle. If it isn't active, right-click on it, and select "Show advanced operations". Right click again and select "Start". Any success?
    Hi Andrew,

    This is an Eclipse bug that hopefully will be fixed in later versions.

    See the following links:
    https://bugs.eclipse.org/bugs/show_bug.cgi?id=394500
    https://bugs.eclipse.org/bugs/show_bug.cgi?id=388516

    After restarting the IDE the log became quiet, so it probably doesn't happen all the time.
    Anyway, the next time it happens I will try to do what you suggested.

    Thanks you,
    Shai

  4. #4
    Join Date
    Aug 2008
    Location
    Vancouver, BC
    Posts
    768

    Default

    Thanks for getting back to me and for the link to the underlying problem. I'll keep an eye on this bug.
    Andrew Eisenberg, Ph.D.
    SpringSource, a division of VMware
    SpringSource Tools Team
    More about AJDT, Groovy-Eclipse, and Grails tooling

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •