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 187702 - IllegalArgumentException: view is invalid
Summary: IllegalArgumentException: view is invalid
Status: RESOLVED DUPLICATE of bug 127368
Alias: None
Product: platform
Classification: Unclassified
Component: Help System (show other bugs)
Version: 6.x
Hardware: All All
: P2 normal (vote)
Assignee: Victor Vasilyev
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-06-17 08:01 UTC by guenti
Modified: 2010-12-21 21:16 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 144250


Attachments
stacktrace (753 bytes, text/plain)
2010-06-17 08:01 UTC, guenti
Details
stacktrace (2.00 KB, text/plain)
2010-12-20 15:42 UTC, Jan Becicka
Details

Note You need to log in before you can comment on or make changes to this bug.
Description guenti 2010-06-17 08:01:09 UTC
Build: NetBeans IDE 6.9 (Build 201006101454)
VM: Java HotSpot(TM) 64-Bit Server VM, 16.3-b01, Java(TM) SE Runtime Environment, 1.6.0_20-b02
OS: Linux

User Comments:
ovk: - opened nb module
- opened java file
- typed some text in quick search and pressed 'Enter'

guenti: Starting netbeans and opening a PHP project.




Stacktrace: 
java.lang.IllegalArgumentException: view is invalid
   at javax.help.search.MergingSearchEngine.merge(MergingSearchEngine.java:91)
   at org.netbeans.modules.javahelp.JavaHelp.createSearchEngine(JavaHelp.java:197)
   at org.netbeans.modules.javahelp.JavaHelpQuery.createSearchEngine(JavaHelpQuery.java:188)
   at org.netbeans.modules.javahelp.JavaHelpQuery.search(JavaHelpQuery.java:88)
   at org.netbeans.modules.javahelp.JavaHelpQuickSearchProviderImpl.evaluate(JavaHelpQuickSearchProviderImpl.java:70)
   at org.netbeans.modules.quicksearch.CommandEvaluator$1.run(CommandEvaluator.java:207)
Comment 1 guenti 2010-06-17 08:01:12 UTC
Created attachment 100151 [details]
stacktrace
Comment 2 Jan Becicka 2010-12-20 15:42:14 UTC
Created attachment 104316 [details]
stacktrace

typed "reload" to quick search
Comment 3 Jan Becicka 2010-12-20 15:47:54 UTC
quick search is completely unusable.
Comment 4 Antonin Nebuzelsky 2010-12-21 21:16:11 UTC

*** This bug has been marked as a duplicate of bug 127368 ***