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 255493 - InternalError: legacy getBundle can't be used to find sun.util.logging.resources.logging in module java.logging
Summary: InternalError: legacy getBundle can't be used to find sun.util.logging.resour...
Status: NEW
Alias: None
Product: serverplugins
Classification: Unclassified
Component: GlassFish (show other bugs)
Version: 8.1
Hardware: All All
: P3 normal (vote)
Assignee: Petr Hejl
URL:
Keywords: JDK_9, NO81
Depends on:
Blocks:
 
Reported: 2015-09-22 15:42 UTC by Stepan Zebra
Modified: 2015-09-22 15:46 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 220120


Attachments
stacktrace (4.48 KB, text/plain)
2015-09-22 15:42 UTC, Stepan Zebra
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Stepan Zebra 2015-09-22 15:42:37 UTC
Build: NetBeans Dev JDK9 branch (Build 20150918-951c25ccfea0)
VM: Java HotSpot(TM) 64-Bit Server VM, 1.9.0-ea-jigsaw-nightly-h3391-20150915-b81, Java(TM) SE Runtime Environment, 1.9.0-ea-jigsaw-nightly-h3391-20150915-b81
OS: Mac OS X

User Comments:
stezeb: Invoking "Show Server log" on GlassFish server on following configuration:

  Product Version         = NetBeans Dev JDK9 branch (Build 20150918-951c25ccfea0) (#951c25ccfea0)
  Operating System        = Mac OS X version 10.11 running on x86_64
  Java; VM; Vendor        = 1.9.0-ea; Java HotSpot(TM) 64-Bit Server VM 1.9.0-ea-jigsaw-nightly-h3391-20150915-b81; Oracle Corporation
  Runtime                 = Java(TM) SE Runtime Environment 1.9.0-ea-jigsaw-nightly-h3391-20150915-b81




Stacktrace: 
java.lang.InternalError: legacy getBundle can't be used to find sun.util.logging.resources.logging in module java.logging
   at java.util.ResourceBundle$Control.newBundle(ResourceBundle.java:3103)
   at java.util.ResourceBundle.loadBundle(ResourceBundle.java:1913)
   at java.util.ResourceBundle.findBundle(ResourceBundle.java:1741)
   at java.util.ResourceBundle.findBundle(ResourceBundle.java:1692)
   at java.util.ResourceBundle.findBundle(ResourceBundle.java:1692)
   at java.util.ResourceBundle.getBundleImpl(ResourceBundle.java:1633)
Comment 1 Stepan Zebra 2015-09-22 15:42:39 UTC
Created attachment 156360 [details]
stacktrace