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 58070 - Unexpected Exception
Summary: Unexpected Exception
Status: RESOLVED DUPLICATE of bug 54789
Alias: None
Product: utilities
Classification: Unclassified
Component: PDF (show other bugs)
Version: 4.x
Hardware: All Windows XP
: P2 blocker (vote)
Assignee: Tomas Zezula
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-04-19 22:16 UTC by summerrunyan
Modified: 2005-04-20 06:08 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
messages.log (86.57 KB, text/plain)
2005-04-19 22:17 UTC, summerrunyan
Details

Note You need to log in before you can comment on or make changes to this bug.
Description summerrunyan 2005-04-19 22:16:56 UTC
A java.util.MissingResourceException exception has occurred.
Please report this at http://www.netbeans.org/issues.html,
including a copy of your messages.log file as an attachment.
The messages.log file is located in your C:\Documents and
Settings\runyans.MASH\.netbeans\4.1beta\var\log folder.
Details:
Annotation: Missing resource from class: org.openide.util.NbBundle$PBundle
Annotation: Key which was not found: LBL_ChooserApproveButton
java.util.MissingResourceException: Can't find resource for bundle
org.openide.util.NbBundle$PBundle, key LBL_ChooserApproveButton
	at java.util.ResourceBundle.getObject(ResourceBundle.java:326)
	at java.util.ResourceBundle.getString(ResourceBundle.java:286)
	at org.openide.util.NbBundle.getMessage(NbBundle.java:606)
	at
org.netbeans.modules.pdf.SettingsBeanInfo$FilePropertyEditor.getCustomEditor(SettingsBeanInfo.java:112)
Comment 1 summerrunyan 2005-04-19 22:17:41 UTC
Created attachment 21737 [details]
messages.log
Comment 2 Jan Chalupa 2005-04-20 06:07:36 UTC
Known bug in NB 4.1 Beta. Fixed in recent 4.1 builds.

*** This issue has been marked as a duplicate of 54789 ***