For help with installation, bugs reports or feature requests, please head over to our new forums.
Genuitec Community on GitHub
- This topic has 2 replies, 2 voices, and was last updated 21 years ago by
Simone Ludwig.
-
AuthorPosts
-
Simone LudwigMemberHi…
I tried to search bugs with Bugzilla included in MyEclipse.
Three problems there:
1.) When Eclipse has started and I try to open the Bugzilla Search, it doesn’t remember the user credentials. The second search is successful, even if I didn’t change anything.
2.) None of our search criteria is displayed, I cannot see our Product, Component or Milestone entries, there are entries like AJDT, AspectJ, CDT under Product and Access Control, Ant, CommandLine under Component etc..
Anyway, searching without any specified criteria, returns a list of the available bugs. I could now open one of these bugs, if there wasn’t problem no. 3:
3.) I get an error message saying “Bugzilla could not open the selected bug” when double clicking a bug from the list. Reason is a NullPointerException, plz see stack trace below.Has that anything to do with the Java version I am using? What has to be selected among the “Installed JREs”? In my case, it’s C:\j2sdk1.4.2_04. And I start Eclipse with following arguments: C:\eclipse\eclipse.exe -vm C:\j2sdk1.4.2_04\jre\bin\javaw -vmargs -Xmx256M.
I am using Eclipse 3.1.0, MyEclipse 3.8.4. Do you need further information?
Thanks for help! (Even though I am asking 1000 questions at the same time… )
Simone
==================================
Error message:
Problems occurred when invoking code from plug-in: “org.eclipse.core.runtime”.java.lang.NullPointerException
at ca.ubc.bugzilla.core.BugReport.getSummary(Unknown Source)
at ca.ubc.bugzilla.ui.BugzillaSubmitEditor.createLayouts(Unknown Source)
at ca.ubc.bugzilla.ui.BugzillaSubmitEditor.createInfoArea(Unknown Source)
at ca.ubc.bugzilla.ui.BugzillaSubmitEditor.createPartControl(Unknown Source)
at ca.ubc.bugzilla.ui.BugzillaEditor.createBugzillaSubmitPage(Unknown Source)
at ca.ubc.bugzilla.ui.BugzillaEditor.createPages(Unknown Source)
at org.eclipse.ui.part.MultiPageEditorPart.createPartControl(MultiPageEditorPart.java:191)
at org.eclipse.ui.internal.PartPane$2.run(PartPane.java:148)
at org.eclipse.core.internal.runtime.InternalPlatform.run(InternalPlatform.java:1044)
at org.eclipse.core.runtime.Platform.run(Platform.java:747)
at org.eclipse.ui.internal.PartPane.doCreateChildControl(PartPane.java:144)
at org.eclipse.ui.internal.PartPane.createChildControl(PartPane.java:349)
at org.eclipse.ui.internal.PartPane.createControl(PartPane.java:218)
at org.eclipse.ui.internal.PartStack.refreshPresentationSelection(PartStack.java:1026)
at org.eclipse.ui.internal.PartStack.setSelection(PartStack.java:1008)
at org.eclipse.ui.internal.PartStack.showPart(PartStack.java:1183)
at org.eclipse.ui.internal.PartStack.add(PartStack.java:383)
at org.eclipse.ui.internal.EditorStack.add(EditorStack.java:109)
at org.eclipse.ui.internal.EditorSashContainer.addEditor(EditorSashContainer.java:63)
at org.eclipse.ui.internal.EditorAreaHelper.openEditor(EditorAreaHelper.java:281)
at org.eclipse.ui.internal.EditorManager$4.run(EditorManager.java:791)
at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:69)
at org.eclipse.ui.internal.EditorManager.createEditorTab(EditorManager.java:777)
at org.eclipse.ui.internal.EditorManager.openInternalEditor(EditorManager.java:900)
at org.eclipse.ui.internal.EditorManager.openEditorFromDescriptor(EditorManager.java:651)
at org.eclipse.ui.internal.EditorManager.openEditor(EditorManager.java:637)
at org.eclipse.ui.internal.WorkbenchPage.busyOpenEditorBatched(WorkbenchPage.java:2207)
at org.eclipse.ui.internal.WorkbenchPage.busyOpenEditor(WorkbenchPage.java:2139)
at org.eclipse.ui.internal.WorkbenchPage.access$5(WorkbenchPage.java:2131)
at org.eclipse.ui.internal.WorkbenchPage$8.run(WorkbenchPage.java:2117)
at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:69)
at org.eclipse.ui.internal.WorkbenchPage.openEditor(WorkbenchPage.java:2112)
at org.eclipse.ui.internal.WorkbenchPage.openEditor(WorkbenchPage.java:2097)
at ca.ubc.bugzilla.search.GotoMarkerAction.showWithoutReuse(Unknown Source)
at ca.ubc.bugzilla.search.GotoMarkerAction.show(Unknown Source)
at ca.ubc.bugzilla.search.GotoMarkerAction.run(Unknown Source)
at org.eclipse.search.internal.ui.SearchResultViewer.openCurrentSelection(SearchResultViewer.java:543)
at org.eclipse.search.internal.ui.SearchResultViewer.showResult(SearchResultViewer.java:448)
at org.eclipse.search.internal.ui.SearchResultViewer$2.open(SearchResultViewer.java:151)
at org.eclipse.jface.viewers.StructuredViewer$2.run(StructuredViewer.java:659)
at org.eclipse.core.internal.runtime.InternalPlatform.run(InternalPlatform.java:1044)
at org.eclipse.core.runtime.Platform.run(Platform.java:747)
at org.eclipse.jface.viewers.StructuredViewer.fireOpen(StructuredViewer.java:657)
at org.eclipse.jface.viewers.StructuredViewer.handleOpen(StructuredViewer.java:876)
at org.eclipse.jface.viewers.StructuredViewer$6.handleOpen(StructuredViewer.java:975)
at org.eclipse.jface.util.OpenStrategy.fireOpenEvent(OpenStrategy.java:243)
at org.eclipse.jface.util.OpenStrategy.access$2(OpenStrategy.java:238)
at org.eclipse.jface.util.OpenStrategy$1.handleEvent(OpenStrategy.java:277)
at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:82)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:833)
at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:2803)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2448)
at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1569)
at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1540)
at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:285)
at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:144)
at org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplication.java:102)
at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:220)
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:710)
at org.eclipse.core.launcher.Main.main(Main.java:694)eclipse.buildId=I20041216-2000
java.version=1.4.1_03
java.vendor=Sun Microsystems Inc.
BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=de_DE
Command-line arguments: -os win32 -ws win32 -arch x86 -data E:\cvsshare\sludwigFebruary 18, 2005 at 11:03 am #225438
Riyad KallaMemberSimone, unfortunately the bugzilla plugin has some growing pains we need to work out of it, this is it’s first release and we still need to work on it’s compatibility with other versions of Bugzilla as well as custom setups of bugzilla. These bugs are currently known problems and we will work hard to fix them soon.
February 22, 2005 at 6:21 am #225567
Simone LudwigMemberOk, thank you for that information!
I’ll be patient… 😉 -
AuthorPosts
