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 271032 - java.util.MissingResourceException: Can't find bundle for base name sun.util.logging.resources.logging, locale de_DE
Summary: java.util.MissingResourceException: Can't find bundle for base name sun.util....
Status: NEW
Alias: None
Product: serverplugins
Classification: Unclassified
Component: GlassFish (show other bugs)
Version: Dev
Hardware: All All
: P3 normal (vote)
Assignee: Petr Hejl
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-07-04 18:22 UTC by rkraneis
Modified: 2017-07-04 18:22 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 229604


Attachments
stacktrace (4.15 KB, text/plain)
2017-07-04 18:22 UTC, rkraneis
Details

Note You need to log in before you can comment on or make changes to this bug.
Description rkraneis 2017-07-04 18:22:50 UTC
Build: NetBeans IDE Dev (Build 201707040001)
VM: Java HotSpot(TM) 64-Bit Server VM, 9+176, Java(TM) SE Runtime Environment, 9+176
OS: Linux

User Comments:
rkraneis: I tried to open the GF 5 server logs from Servers | GlassFishServer | Show server.log




Stacktrace: 
java.util.MissingResourceException: Can't find bundle for base name sun.util.logging.resources.logging, locale de_DE
   at java.util.ResourceBundle.throwMissingResourceException(ResourceBundle.java:2045)
   at java.util.ResourceBundle.getBundleImpl(ResourceBundle.java:1679)
   at java.util.ResourceBundle.getBundleImpl(ResourceBundle.java:1583)
   at java.util.ResourceBundle.getBundleImpl(ResourceBundle.java:1546)
   at java.util.ResourceBundle.getBundle(ResourceBundle.java:914)
   at org.netbeans.modules.glassfish.common.LogViewMgr.getLocalized(LogViewMgr.java:312)
Comment 1 rkraneis 2017-07-04 18:22:52 UTC
Created attachment 164691 [details]
stacktrace