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 - java.io.FileNotFoundException: JAR entry SelectManyListbox.html not found in C:\Oracle\NetBeans 7.0\enterprise\docs\jsf-api-docs.zip
Summary: java.io.FileNotFoundException: JAR entry SelectManyListbox.html not found in ...
Status: RESOLVED FIXED
Alias: None
Product: javaee
Classification: Unclassified
Component: JSF Editor (show other bugs)
Version: 7.0
Hardware: All All
: P3 normal (vote)
Assignee: Martin Fousek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-06-09 11:06 UTC by Maksim Khramov
Modified: 2013-08-19 06:12 UTC (History)
3 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 179260


Attachments
stacktrace (1.98 KB, text/plain)
2011-06-09 11:06 UTC, Maksim Khramov
Details
stacktrace (1.99 KB, text/plain)
2011-10-25 14:02 UTC, muellermi
Details
stacktrace (1.97 KB, text/plain)
2012-06-30 14:32 UTC, Exceptions Reporter
Details

Note You need to log in before you can comment on or make changes to this bug.
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.