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 230263 - java.util.MissingResourceException: Can't find resource for bundle org.openide.util.NbBundle$PBundle, key MSG_finish_auto_restore
Summary: java.util.MissingResourceException: Can't find resource for bundle org.openid...
Status: RESOLVED WORKSFORME
Alias: None
Product: platform
Classification: Unclassified
Component: Module System (show other bugs)
Version: 7.3.1
Hardware: All All
: P3 normal (vote)
Assignee: Jaroslav Tulach
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-05-25 16:40 UTC by Martin Janicek
Modified: 2013-06-03 12:16 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 200915


Attachments
stacktrace (979 bytes, text/plain)
2013-05-25 16:40 UTC, Martin Janicek
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Martin Janicek 2013-05-25 16:40:27 UTC
Build: NetBeans IDE 7.3.1 (Build 20130522-17a7e3119df3)
VM: Java HotSpot(TM) 64-Bit Server VM, 20.2-b06, Java(TM) SE Runtime Environment, 1.6.0_27-b07
OS: Linux

User Comments:
mjanicek: Don't know when the exception occurs




Stacktrace: 
java.util.MissingResourceException: Can't find resource for bundle org.openide.util.NbBundle$PBundle, key MSG_finish_auto_restore
   at java.util.ResourceBundle.getObject(ResourceBundle.java:374)
   at java.util.ResourceBundle.getString(ResourceBundle.java:334)
   at org.openide.util.NbBundle.getMessage(NbBundle.java:642)
   at org.netbeans.core.startup.Bundle.MSG_finish_auto_restore(Bundle.java:39)
   at org.netbeans.core.startup.NbEvents.logged(NbEvents.java:158)
   at org.netbeans.Events.log(Events.java:166)
Comment 1 Martin Janicek 2013-05-25 16:40:28 UTC
Created attachment 134894 [details]
stacktrace
Comment 2 Jaroslav Tulach 2013-06-03 12:16:54 UTC
Knowing content of 
/home/martin/NetBeansProjects/releases/nbbuild/netbeans/platform/core/core.jar
and/or 
/home/martin/NetBeansProjects/releases/nbbuild/netbeans/nb/core/locale/core_nb.jar

could help us analyse the issue. Can you reproduce (I guess, you can't)? Then there is nothing to do about your report, I am afraid.