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 83388 - FileNotFoundException when invoking NewFile wizard
Summary: FileNotFoundException when invoking NewFile wizard
Status: RESOLVED INVALID
Alias: None
Product: platform
Classification: Unclassified
Component: Filesystems (show other bugs)
Version: 6.x
Hardware: Sun Solaris
: P3 blocker (vote)
Assignee: rmatous
URL:
Keywords: USABILITY
Depends on:
Blocks:
 
Reported: 2006-08-24 14:21 UTC by Max Sauer
Modified: 2008-12-22 23:42 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
exception stack trace (5.67 KB, text/plain)
2006-08-24 14:21 UTC, Max Sauer
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Max Sauer 2006-08-24 14:21:13 UTC
Following informational exception is thrown when using Explorer's pop-up menu to
invoke New File wizard:

java.io.FileNotFoundException: JAR entry
com/sun/rave/project/jsf/resources/templates/1_5/PageFragment.java.template not
found in
/space/integration/netbeans-5.5dev/rave2.0/modules/com-sun-rave-project-jsf.jar
        at
org.netbeans.core.startup.layers.BinaryFS$BFSFile.getInputStream(BinaryFS.java:605)
        at
org.openide.filesystems.MIMESupport$CachedFileObject.getInputStream(MIMESupport.java:251)
        at
org.netbeans.core.filesystems.MIMEResolverImpl$Type.accept(MIMEResolverImpl.java:568)
        at
org.netbeans.core.filesystems.MIMEResolverImpl$Type.access$1500(MIMEResolverImpl.java:449)
...
(whole stack trace attached)

Steps to reproduce:
-------------------
1) Open/Create a cpp project
2) Invoke Souce File's popup menu inside explorer
3) Choose File/Folder
=> java.io.FileNotFoundException

---
Product Version         = NetBeans 5.5 Dev (Build 200608240000)
Operating System        = SunOS version 5.10 running on sparcv9
Java; VM; Vendor; Home  = 1.5.0_06; Java HotSpot(TM) 64-Bit Server VM
1.5.0_06-b05; Sun Microsystems Inc.; /usr/jdk1.5.0_06/jre
System Locale; Encoding = en (nb); ISO646-US
Profiler Build060824
Enterprise Pack Build060822
Creator Build060818
CND 060824
Comment 1 Max Sauer 2006-08-24 14:21:51 UTC
Created attachment 33246 [details]
exception stack trace
Comment 2 julieg 2006-09-30 03:13:45 UTC
From reading the stack trace, this bug seems to be originated from the core ide.
Reassign it to the core team for evaluation.
Comment 3 rmatous 2006-10-03 11:06:56 UTC
There is problem in core just in case that 
entry
com/sun/rave/project/jsf/resources/templates/1_5/PageFragment.java.template can
be found in
/space/integration/netbeans-5.5dev/rave2.0/modules/com-sun-rave-project-jsf.jar
else the problem is in com-sun-rave-project-jsf.jar. 

Please, provide whether this entry can be found in com-sun-rave-project-jsf.jar.
Comment 4 rmatous 2006-10-05 10:57:02 UTC
Closed as invalid according to comment from Tue Oct 3.  If there is any prove
that the problem is in platform then reopen.