facebook

bugzilla search produces error

  1. MyEclipse Archived
  2.  > 
  3. Bugs
Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #264291 Reply

    elihusmails
    Member

    When I perform a search using the bugzilla plugin, I always get an error dialog saying “An error occurred during the search operation See error log for details”.

    My System:
    Eclipse 3.2.1
    MyEclipse GA 5.1.0
    CentOS 4.4
    Java 1.6

    I looked at the workspace/.metadata/.log file, and this is the exception that is thrown:

    !ENTRY org.eclipse.search 4 1 2007-01-08 09:24:25.660
    !MESSAGE Internal Error
    !STACK 0
    java.lang.reflect.InvocationTargetException
    at org.eclipse.jface.operation.ModalContext.run(ModalContext.java:350)
    at org.eclipse.jface.dialogs.ProgressMonitorDialog.run(ProgressMonitorDialog.java:479)
    at org.eclipse.search.internal.ui.Search.searchAgain(Search.java:144)
    at org.eclipse.search.internal.ui.SearchAgainAction.run(SearchAgainAction.java:28)
    at org.eclipse.jface.action.Action.runWithEvent(Action.java:499)
    at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(ActionContributionItem.java:539)
    at org.eclipse.jface.action.ActionContributionItem.access$2(ActionContributionItem.java:488)
    at org.eclipse.jface.action.ActionContributionItem$5.handleEvent(ActionContributionItem.java:400)
    at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:66)
    at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1085)
    at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3166)
    at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2842)
    at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1914)
    at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1878)
    at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:419)
    at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)
    at org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplication.java:95)
    at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:78)
    at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:92)
    at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:68)
    at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:400)
    at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:177)
    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:585)
    at org.eclipse.core.launcher.Main.invokeFramework(Main.java:336)
    at org.eclipse.core.launcher.Main.basicRun(Main.java:280)
    at org.eclipse.core.launcher.Main.run(Main.java:977)
    at org.eclipse.core.launcher.Main.main(Main.java:952)
    Caused by: java.lang.IllegalArgumentException:
    at org.eclipse.core.runtime.Assert.isLegal(Assert.java:62)
    at org.eclipse.core.runtime.Assert.isLegal(Assert.java:46)
    at org.eclipse.core.runtime.Status.setMessage(Status.java:178)
    at org.eclipse.core.runtime.Status.<init>(Status.java:85)
    at ca.ubc.bugzilla.search.BugzillaSearchEngine.search(BugzillaSearchEngine.java:242)
    at ca.ubc.bugzilla.search.BugzillaSearchOperation.execute(BugzillaSearchOperation.java:73)
    at org.eclipse.ui.actions.WorkspaceModifyOperation$1.run(WorkspaceModifyOperation.java:101)
    at org.eclipse.core.internal.resources.Workspace.run(Workspace.java:1737)
    at org.eclipse.ui.actions.WorkspaceModifyOperation.run(WorkspaceModifyOperation.java:113)
    at org.eclipse.jface.operation.ModalContext$ModalContextThread.run(ModalContext.java:113)
    Root exception:
    java.lang.IllegalArgumentException:
    at org.eclipse.core.runtime.Assert.isLegal(Assert.java:62)
    at org.eclipse.core.runtime.Assert.isLegal(Assert.java:46)
    at org.eclipse.core.runtime.Status.setMessage(Status.java:178)
    at org.eclipse.core.runtime.Status.<init>(Status.java:85)
    at ca.ubc.bugzilla.search.BugzillaSearchEngine.search(BugzillaSearchEngine.java:242)
    at ca.ubc.bugzilla.search.BugzillaSearchOperation.execute(BugzillaSearchOperation.java:73)
    at org.eclipse.ui.actions.WorkspaceModifyOperation$1.run(WorkspaceModifyOperation.java:101)
    at org.eclipse.core.internal.resources.Workspace.run(Workspace.java:1737)
    at org.eclipse.ui.actions.WorkspaceModifyOperation.run(WorkspaceModifyOperation.java:113)
    at org.eclipse.jface.operation.ModalContext$ModalContextThread.run(ModalContext.java:113)

    #264365 Reply

    Riyad Kalla
    Member

    Unfortunately the Buzilla plugin has a very limited compatibility scope working with default installs of BZ 2.14 and 2.16. I believe it is most likely at the end of it’s support life as it’s usage level is very low.

    We usually suggest folks just use the internal browser (it looks like a Globe in the tool bar) to login to your bugzilla install and just use that instead. I’m sorry for the hassle.

    #267437 Reply

    @support-rkalla wrote:

    Unfortunately the Buzilla plugin has a very limited compatibility scope working with default installs of BZ 2.14 and 2.16. I believe it is most likely at the end of it’s support life as it’s usage level is very low.

    We usually suggest folks just use the internal browser (it looks like a Globe in the tool bar) to login to your bugzilla install and just use that instead. I’m sorry for the hassle.

    Hi,

    well, I will not repeat the not-working-status of the bugzilla plugin. Bugzilla is moving towards 2.22 and your plugin is not updating the search mask when used with 2.20 (unmodified).

    I think it would really be fair to disable / deprecate the plugin – it is not working with any recent version of bugzilla and it will not tell you about it (a thing that I find most annoying!)

    Regards,

    Thomas

    #267439 Reply

    Riyad Kalla
    Member

    Thomas,
    I agree. I’ll make a note for the plugin to be reevaluated by management to either give it an end of life, or maintenence cycle. Sorry for the frustration.

Viewing 4 posts - 1 through 4 (of 4 total)
Reply To: bugzilla search produces error

You must be logged in to post in the forum log in