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 199303

Summary: java.io.FileNotFoundException: JAR entry SelectManyListbox.html not found in C:\Oracle\NetBeans 7.0\enterprise\docs\jsf-api-docs.zip
Product: javaee Reporter: Maksim Khramov <mkhramov>
Component: JSF EditorAssignee: Martin Fousek <marfous>
Status: RESOLVED FIXED    
Severity: normal CC: ffrreeaakk1, muellermi, xehpuk
Priority: P3    
Version: 7.0   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 179260
Attachments: stacktrace
stacktrace
stacktrace

Description Maksim Khramov 2011-06-09 11:06:13 UTC
Build: NetBeans IDE 7.0 (Build 201104080000)
VM: Java HotSpot(TM) 64-Bit Server VM, 20.1-b02, Java(TM) Platform, Standard Edition for Business, 1.6.0_26-ea-b02
OS: Windows 7

Stacktrace: 
java.io.FileNotFoundException: JAR entry SelectManyListbox.html not found in C:\Oracle\NetBeans 7.0\enterprise\docs\jsf-api-docs.zip
   at sun.net.www.protocol.jar.JarURLConnection.connect(JarURLConnection.java:122)
   at org.netbeans.modules.web.jsf.editor.completion.JsfDocumentation.getContentAsString(JsfDocumentation.java:206)
   at org.netbeans.modules.web.jsf.editor.completion.JsfDocumentation.getHelpContent(JsfDocumentation.java:191)
   at org.netbeans.modules.html.editor.completion.HtmlCompletionProvider$LinkDocItem.getText(HtmlCompletionProvider.java:398)
   at org.netbeans.modules.editor.completion.DocumentationScrollPane.setDocumentation(DocumentationScrollPane.java:228)
   at org.netbeans.modules.editor.completion.DocumentationScrollPane.setData(DocumentationScrollPane.java:148)
Comment 1 Maksim Khramov 2011-06-09 11:06:17 UTC
Created attachment 108819 [details]
stacktrace
Comment 2 muellermi 2011-10-25 14:02:30 UTC
Created attachment 112408 [details]
stacktrace

click onto api description
Comment 3 Exceptions Reporter 2011-10-25 14:02:42 UTC
This bug already has 5 duplicates 
see http://statistics.netbeans.org/exceptions/detail.do?id=179260
Comment 4 Marek Fukala 2011-10-26 14:27:47 UTC
reproducible - there are more related problems:

The documentations has no base URL so most of the relative links from the pages cannot be opened and moreover causes the exception. This also causes the "open in external browser" button to be disabled.
Comment 5 Exceptions Reporter 2012-06-30 14:32:09 UTC
Created attachment 121613 [details]
stacktrace
Comment 6 Exceptions Reporter 2013-03-26 10:33:44 UTC
This bug already has 10 duplicates 
see http://statistics.netbeans.org/exceptions/detail.do?id=179260
Comment 7 Martin Fousek 2013-08-19 06:12:57 UTC
Nobody complained about the disabled icon yet.

Fixing at least the exception to not appear again.
Fixed in web-main #098ccd822835.