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 269869 - IllegalArgumentException: view is invalid
Summary: IllegalArgumentException: view is invalid
Status: NEW
Alias: None
Product: platform
Classification: Unclassified
Component: Help System (show other bugs)
Version: 8.1
Hardware: All All
: P3 normal (vote)
Assignee: Jaroslav Havlin
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-02-19 11:42 UTC by kamyar
Modified: 2017-02-19 11:42 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 228109


Attachments
stacktrace (6.14 KB, text/plain)
2017-02-19 11:42 UTC, kamyar
Details

Note You need to log in before you can comment on or make changes to this bug.
Description kamyar 2017-02-19 11:42:41 UTC
This bug was originally marked as duplicate of bug 127368, that is already resolved. This bug is still valid, so this seems to be another bug, but it might be related.

Build: NetBeans IDE 8.1 (Build 20151231-debian-8.1)
VM: OpenJDK 64-Bit Server VM, 25.121-b13, OpenJDK Runtime Environment, 1.8.0_121-8u121-b13-0ubuntu1.16.04.2-b13
OS: Linux

User Comments:
kamyar: Not sure when exactly it happened, sorry!




Stacktrace: 
java.lang.IllegalArgumentException: view is invalid
   at javax.help.search.MergingSearchEngine.merge(MergingSearchEngine.java:91)
   at javax.help.JHelpSearchNavigator.merge(JHelpSearchNavigator.java:168)
   at javax.help.plaf.basic.BasicSearchNavigatorUI.addSubHelpSets(BasicSearchNavigatorUI.java:275)
   at javax.help.plaf.basic.BasicSearchNavigatorUI.reloadData(BasicSearchNavigatorUI.java:225)
   at javax.help.plaf.basic.BasicSearchNavigatorUI.installUI(BasicSearchNavigatorUI.java:174)
   at javax.swing.JComponent.setUI(JComponent.java:666)
Comment 1 kamyar 2017-02-19 11:42:43 UTC
Created attachment 163662 [details]
stacktrace