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 242563 - java.io.IOException: Template for creating a new properties file not found.
Summary: java.io.IOException: Template for creating a new properties file not found.
Status: RESOLVED WONTFIX
Alias: None
Product: java
Classification: Unclassified
Component: I18N (show other bugs)
Version: 7.4
Hardware: All All
: P3 normal (vote)
Assignee: Ralph Ruijs
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-03-04 22:00 UTC by javydreamercsw
Modified: 2014-09-16 13:53 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 208145


Attachments
stacktrace (6.32 KB, text/plain)
2014-03-04 22:00 UTC, javydreamercsw
Details

Note You need to log in before you can comment on or make changes to this bug.
Description javydreamercsw 2014-03-04 22:00:52 UTC
Build: NetBeans IDE 7.4 (Build 201310111528)
VM: Java HotSpot(TM) Client VM, 24.45-b08, Java(TM) SE Runtime Environment, 1.7.0_45-b18
OS: Windows 7

User Comments:
javydreamercsw: Had to create with generic file.




Stacktrace: 
java.io.IOException: Template for creating a new properties file not found.
   at org.netbeans.modules.i18n.java.JavaResourceHolder.getTemplate(JavaResourceHolder.java:218)
   at org.netbeans.modules.i18n.java.JavaResourceHolder.createTemplate(JavaResourceHolder.java:208)
   at org.netbeans.modules.i18n.ResourceHolder.getTemplate(ResourceHolder.java:138)
   at org.netbeans.modules.i18n.PropertyPanel.browseButtonActionPerformed(PropertyPanel.java:553)
   at org.netbeans.modules.i18n.PropertyPanel.access$700(PropertyPanel.java:94)
   at org.netbeans.modules.i18n.PropertyPanel$8.actionPerformed(PropertyPanel.java:428)
Comment 1 javydreamercsw 2014-03-04 22:00:55 UTC
Created attachment 145768 [details]
stacktrace
Comment 2 Ralph Ruijs 2014-09-16 13:53:35 UTC
Not much we can do if the template has been deleted by the user.