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

Summary: InternalError: legacy getBundle can't be used to find sun.util.logging.resources.logging in module java.logging
Product: serverplugins Reporter: Stepan Zebra <stezeb>
Component: GlassFishAssignee: Petr Hejl <phejl>
Status: NEW ---    
Severity: normal Keywords: JDK_9, NO81
Priority: P3    
Version: 8.1   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 220120
Attachments: stacktrace

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