This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 7298 - Exception while invoking the Master index
Summary: Exception while invoking the Master index
Status: CLOSED INVALID
Alias: None
Product: platform
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 3.x
Hardware: Other Windows ME/2000
: P3 major (vote)
Assignee: issues@platform
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2000-08-08 10:50 UTC by Ivan Bradac
Modified: 2008-12-23 10:40 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Ivan Bradac 2000-08-08 10:50:10 UTC
[1071] on JDK 1.3

To reproduce:
invoke Help --> Documentation --> Master Index and this Exception appears:

Tue Aug 08 11:49:04 GMT+02:00 2000java.lang.Error: InvocationTargetException
while creating engine named com.sun.java.help.search.DefaultSearchEngine for
view: javax.help.SearchView@19c59d
java.lang.Error: InvocationTargetException while creating engine named
com.sun.java.help.search.DefaultSearchEngine for view:
javax.help.SearchView@19c59d
        at javax.help.JHelpSearchNavigator.makeEngine
(JHelpSearchNavigator.java:164)
        at javax.help.JHelpSearchNavigator.access$0
(JHelpSearchNavigator.java:115)
        at javax.help.JHelpSearchNavigator$MergingSearchEngine.merge
(JHelpSearchNavigator.java:293)
        at javax.help.JHelpSearchNavigator.merge(JHelpSearchNavigator.java:225)
        at javax.help.JHelp.addHelpSet(JHelp.java:313)
        at javax.help.JHelp.setupNavigators(JHelp.java:139)
        at javax.help.JHelp.<init>(JHelp.java:91)
        at javax.help.JHelp.<init>(JHelp.java:62)
        at org.netbeans.core.JavaHelp.createMasterJHelp(JavaHelp.java:471)
        at org.netbeans.core.JavaHelp.getJHelp(JavaHelp.java:428)
        at org.netbeans.core.JavaHelp.getJHelp(JavaHelp.java:402)
        at org.netbeans.core.JavaHelp.showHelp(JavaHelp.java:251)
        at org.netbeans.core.NbTopManager.showHelp(NbTopManager.java:222)
        at
org.netbeans.core.actions.ModuleHelpAction$ActSubMenuModel.performActionAt
(ModuleHelpAction.java:140)
        at
org.openide.awt.Actions$SubMenuBridge$ISubActionListener.actionPerformed
(Actions.java:503)
        at javax.swing.AbstractButton.fireActionPerformed
(AbstractButton.java:1450)
        at javax.swing.AbstractButton$ForwardActionEvents.actionPerformed
(AbstractButton.java:1504)
        at javax.swing.DefaultButtonModel.fireActionPerformed
(DefaultButtonModel.java:378)
        at javax.swing.DefaultButtonModel.setPressed
(DefaultButtonModel.java:250)
        at javax.swing.AbstractButton.doClick(AbstractButton.java:279)
        at
javax.swing.plaf.basic.BasicMenuItemUI$MouseInputHandler.mouseReleased
(BasicMenuItemUI.java:886)
        at java.awt.Component.processMouseEvent(Component.java:3717)
        at java.awt.Component.processEvent(Component.java:3546)
        at java.awt.Container.processEvent(Container.java:1164)
        at java.awt.Component.dispatchEventImpl(Component.java:2595)
        at java.awt.Container.dispatchEventImpl(Container.java:1213)
        at java.awt.Component.dispatchEvent(Component.java:2499)
        at java.awt.LightweightDispatcher.retargetMouseEvent
(Container.java:2451)
        at java.awt.LightweightDispatcher.processMouseEvent(Container.java:2216)
        at java.awt.LightweightDispatcher.dispatchEvent(Container.java:2125)
        at java.awt.Container.dispatchEventImpl(Container.java:1200)
        at java.awt.Window.dispatchEventImpl(Window.java:912)
        at java.awt.Component.dispatchEvent(Component.java:2499)
        at java.awt.EventQueue.dispatchEvent(EventQueue.java:319)
        at java.awt.EventDispatchThread.pumpOneEvent
(EventDispatchThread.java:103)
        at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:93)
        at java.awt.EventDispatchThread.run(EventDispatchThread.java:84)
Comment 1 Jesse Glick 2000-08-08 11:58:59 UTC
Details to reproduce? Looks like you have a bogus lib/ext/jh.jar or otherwise
have an extra bogus copy of JavaHelp in your searchpath, maybe...? What modules
do you have installed that have helpsets, do all of their help main pages appear
individually without errors?
Comment 2 Ivan Bradac 2000-08-08 12:13:59 UTC
OK, the error was probably caused by additional modules. It does not occur on
newly installed build.
Comment 3 Jesse Glick 2000-08-08 12:26:59 UTC
Well that's good...I lowered the priority for that reason. But if some modules
cause this exception, that is a bug in those modules, *probably* caused by a
typo or something in their helpset...if you can narrow down exactly what causes
it, it would probably be an easy fix.
Comment 4 Ivan Bradac 2000-08-08 12:44:59 UTC
Well, I'm sorry, I made probably a mistake. I found the bug in IE and it
doesn't occur in CE. That's why I think some additional moduls may cause it.
Comment 5 Jesse Glick 2000-08-08 13:57:59 UTC
OK, find the affected IE module and file (or just get fixed) a separate bug
outside Bugzilla. Marking as invalid since there is no known NetBeans bug here.
Comment 6 Quality Engineering 2003-07-01 15:58:30 UTC
Resolved for 3.4.x or earlier, no new info since then -> verified.

Comment 7 Quality Engineering 2003-07-01 16:21:57 UTC
Resolved for 3.4.x or earlier, no new info since then -> closing.