For help with installation, bugs reports or feature requests, please head over to our new forums.
Genuitec Community on GitHub
- This topic has 7 replies, 3 voices, and was last updated 21 years, 2 months ago by
Greg.
-
AuthorPosts
-
dcalmbachMemberHi,
i`ve configured the new bugzilla feature. But when i search for bugs, i get the following error:
Could not install bundle /D:/progs/MyEclipse/eclipse/plugins/org.eclipse.xsd_2.0.0/ Bundle “org.eclipse.xsd” version “2.0.0” has already been installed from: update@/d:/progs/java/eclipse-3.0/plugins/org.eclipse.xsd_2.0.0/
Can you help me?
December 17, 2004 at 1:47 pm #221422
Riyad KallaMemberYou most likely have the Eclipse WTP plugin installed along side MyEclipse, this most likely is not a good idea (since we integrate the WTP editors) and will cause more problems than just this. I would suggest a clean install of Eclipse 3.01 with MyEclipse 3.8.3.
Otherwise this error is probably harmless… is it stopping you from performing certain functions?
December 20, 2004 at 2:25 am #221550
dcalmbachMemberWhat is WTP?
December 20, 2004 at 8:10 am #221563
Riyad KallaMemberThe web tools project: http://www.eclipse.org/webtools/index.html
I am just trying to run down the reasons you might have the XSD plugin already installed under your eclipse\plugins dir, and that is the most popular reason. But there are certainly others…
December 21, 2004 at 1:28 am #221632
dcalmbachMemberOK, i installed the hyades plugin where the xsd plugin is included.
So i tried a clean installation of eclipse and installed myeclipse 3.8.3.
Now, when invoking the search dialog the fields Component, Milestone, Product and Version are not filled. If i invoke the search, i get the following error:Error Dez 21, 2004 08:22:24.215 Internal Error
java.lang.reflect.InvocationTargetException
at org.eclipse.jface.operation.ModalContext.run(ModalContext.java:284)
at org.eclipse.search.internal.ui.util.ExtendedDialogWindow.run(ExtendedDialogWindow.java:185)
at ca.ubc.bugzilla.search.BugzillaSearchPage.performAction(Unknown Source)
at org.eclipse.search.internal.ui.SearchDialog.performAction(SearchDialog.java:384)
at org.eclipse.search.internal.ui.util.ExtendedDialogWindow.buttonPressed(ExtendedDialogWindow.java:152)
at org.eclipse.jface.dialogs.Dialog$2.widgetSelected(Dialog.java:506)
at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:89)
at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:82)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:796)
at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:2772)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2431)
at org.eclipse.jface.window.Window.runEventLoop(Window.java:668)
at org.eclipse.jface.window.Window.open(Window.java:648)
at org.eclipse.search.internal.ui.OpenSearchDialogAction.run(OpenSearchDialogAction.java:60)
at org.eclipse.search.internal.ui.OpenSearchDialogAction.run(OpenSearchDialogAction.java:46)
at org.eclipse.ui.internal.PluginAction.runWithEvent(PluginAction.java:276)
at org.eclipse.ui.internal.WWinPluginAction.runWithEvent(WWinPluginAction.java:206)
at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(ActionContributionItem.java:915)
at org.eclipse.jface.action.ActionContributionItem.access$2(ActionContributionItem.java:866)
at org.eclipse.jface.action.ActionContributionItem$7.handleEvent(ActionContributionItem.java:785)
at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:82)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:796)
at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:2772)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2431)
at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1377)
at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1348)
at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:254)
at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:141)
at org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplication.java:96)
at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:335)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:273)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:129)
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:324)
at org.eclipse.core.launcher.Main.basicRun(Main.java:185)
at org.eclipse.core.launcher.Main.run(Main.java:704)
at org.eclipse.core.launcher.Main.main(Main.java:688)
Caused by: java.lang.IllegalArgumentException:
at org.eclipse.core.internal.runtime.Assert.isLegal(Assert.java:58)
at org.eclipse.core.internal.runtime.Assert.isLegal(Assert.java:42)
at org.eclipse.core.runtime.Status.setMessage(Status.java:174)
at org.eclipse.core.runtime.Status.<init>(Status.java:81)
at ca.ubc.bugzilla.search.BugzillaSearchEngine.search(Unknown Source)
at ca.ubc.bugzilla.search.BugzillaSearchOperation.execute(Unknown Source)
at org.eclipse.ui.actions.WorkspaceModifyOperation$1.run(WorkspaceModifyOperation.java:91)
at org.eclipse.core.internal.resources.Workspace.run(Workspace.java:1673)
at org.eclipse.ui.actions.WorkspaceModifyOperation.run(WorkspaceModifyOperation.java:105)
at org.eclipse.jface.operation.ModalContext$ModalContextThread.run(ModalContext.java:101)
Root exception:
java.lang.IllegalArgumentException:
at org.eclipse.core.internal.runtime.Assert.isLegal(Assert.java:58)
at org.eclipse.core.internal.runtime.Assert.isLegal(Assert.java:42)
at org.eclipse.core.runtime.Status.setMessage(Status.java:174)
at org.eclipse.core.runtime.Status.<init>(Status.java:81)
at ca.ubc.bugzilla.search.BugzillaSearchEngine.search(Unknown Source)
at ca.ubc.bugzilla.search.BugzillaSearchOperation.execute(Unknown Source)
at org.eclipse.ui.actions.WorkspaceModifyOperation$1.run(WorkspaceModifyOperation.java:91)
at org.eclipse.core.internal.resources.Workspace.run(Workspace.java:1673)
at org.eclipse.ui.actions.WorkspaceModifyOperation.run(WorkspaceModifyOperation.java:105)
at org.eclipse.jface.operation.ModalContext$ModalContextThread.run(ModalContext.java:101)December 21, 2004 at 8:02 am #221645
Riyad KallaMemberDid you try hitting the “Update” button at the bottom right hand side of the screen so the plugin can connect to your bugzilla install and pull down the values? The bugzilla plugin is currently quite tempormental and we are working on making it more bullet proof.
December 29, 2004 at 2:49 am #221948
dcalmbachMemberyes
December 29, 2004 at 9:11 am #221953
GregMemberCould you post all the information requested in the Posting Guidelines. Also, what bugzilla version on your server are you trying to connect to?
-
AuthorPosts
