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 271882

Summary: java.util.MissingResourceException: Can't find resource for bundle org.openide.util.NbBundle$PBundle, key MSG_finish_auto_restore
Product: platform Reporter: p_hoppe
Component: Module SystemAssignee: Tomas Hurka <thurka>
Status: NEW ---    
Severity: normal CC: p_hoppe, raulcostajunior
Priority: P3    
Version: Dev   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 231083
Attachments: stacktrace

Description p_hoppe 2017-12-04 11:24:30 UTC
This bug was originally marked as duplicate of bug 230263, that is already resolved. This bug is still valid, so this seems to be another bug, but it might be related.

Build: Apache NetBeans IDE Dev (Build 20171127-unknown-revn)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.131-b11, Java(TM) SE Runtime Environment, 1.8.0_131-b11
OS: Mac OS X

User Comments:
p_hoppe: After start the netbeans I got this error.




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:450)
   at java.util.ResourceBundle.getString(ResourceBundle.java:407)
   at org.openide.util.NbBundle.getMessage(NbBundle.java:617)
   at org.netbeans.core.startup.Bundle.MSG_finish_auto_restore(Bundle.java:39)
   at org.netbeans.core.startup.NbEvents.logged(NbEvents.java:134)
   at org.netbeans.Events.log(Events.java:141)
Comment 1 p_hoppe 2017-12-04 11:24:34 UTC
Created attachment 165533 [details]
stacktrace