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 79088 - AIOOBE when opening help
Summary: AIOOBE when opening help
Status: VERIFIED INVALID
Alias: None
Product: serverplugins
Classification: Unclassified
Component: WebLogic (show other bugs)
Version: 5.x
Hardware: All All
: P2 blocker (vote)
Assignee: Libor Kotouc
URL:
Keywords:
Depends on:
Blocks: 72522
  Show dependency tree
 
Reported: 2006-06-26 13:47 UTC by Lukas Jungmann
Modified: 2006-10-03 13:22 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 Lukas Jungmann 2006-06-26 13:47:09 UTC
-press Help button in the last panel in the Weblogic registration wizard

=>java.lang.ArrayIndexOutOfBoundsException: 5 >= 2
	at java.util.Vector.elementAt(Vector.java:432)
	at
javax.swing.tree.DefaultMutableTreeNode.getChildAt(DefaultMutableTreeNode.java:230)
	at
javax.help.plaf.basic.BasicIndexNavigatorUI.findID(BasicIndexNavigatorUI.java:623)
	at
javax.help.plaf.basic.BasicIndexNavigatorUI.findID(BasicIndexNavigatorUI.java:625)
	at
javax.help.plaf.basic.BasicIndexNavigatorUI.idChanged(BasicIndexNavigatorUI.java:599)
	at javax.help.DefaultHelpModel.fireIDChanged(DefaultHelpModel.java:427)
	at javax.help.DefaultHelpModel.setCurrentID(DefaultHelpModel.java:162)
	at javax.help.DefaultHelpModel.setCurrentID(DefaultHelpModel.java:95)
	at javax.help.JHelp.setCurrentID(JHelp.java:453)
	at org.netbeans.modules.javahelp.JavaHelp.displayInJHelp(JavaHelp.java:740)
	at org.netbeans.modules.javahelp.JavaHelp.showHelp(JavaHelp.java:371)
	at org.netbeans.api.javahelp.Help.showHelp(Help.java:44)
...
Comment 1 Lukas Jungmann 2006-06-26 14:24:04 UTC
by some magic cannot reproduce now...:(
Comment 2 Lukas Jungmann 2006-10-03 13:22:42 UTC
v.