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 - 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: NEW
Alias: None
Product: platform
Classification: Unclassified
Component: Module System (show other bugs)
Version: Dev
Hardware: All All
: P3 normal (vote)
Assignee: Tomas Hurka
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-12-04 11:24 UTC by p_hoppe
Modified: 2017-12-14 10:25 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 231083


Attachments
stacktrace (978 bytes, text/plain)
2017-12-04 11:24 UTC, p_hoppe
Details

Note You need to log in before you can comment on or make changes to this bug.
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