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 258361 - IllegalArgumentException: view is invalid
Summary: IllegalArgumentException: view is invalid
Status: RESOLVED WORKSFORME
Alias: None
Product: cnd
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 8.1
Hardware: All All
: P2 normal (vote)
Assignee: ilia
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-03-14 17:41 UTC by Alexander Simon
Modified: 2016-03-15 15:01 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 223004


Attachments
stacktrace (4.16 KB, text/plain)
2016-03-14 17:41 UTC, Alexander Simon
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Alexander Simon 2016-03-14 17:41:41 UTC
This issue was reported manually by alexvsimon.
It already has 1 duplicates 


Build: IDE for C, C++, and Fortran (Studio 12.5 Beta [2016/03/14 4323cca286a0])
VM: Java HotSpot(TM) 64-Bit Server VM, 25.74-b02, Java(TM) SE Runtime Environment, 1.8.0_74-b02
OS: SunOS

User Comments:
alexvsimon: press help




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 Alexander Simon 2016-03-14 17:41:42 UTC
Created attachment 158853 [details]
stacktrace
Comment 2 Alexander Simon 2016-03-14 17:45:32 UTC
Help does not work (apparently after fixing CR 22713459)
Comment 3 Alexander Simon 2016-03-15 15:01:31 UTC
It looks like a build script bug.
Some of the artifacts is not rebuild properly after touching help system.
So I managed to fix build artifacts:
- "hg clean" in both repositories (netbeans platform and studio platform)
- rebuild netbeans and studio (rebuild studio requires rebuilding 5 suites)
It is too difficult understand where bug is (especially if it between two repositories building scripts).
Close as works for me.