[ 
https://issues.apache.org/jira/browse/NETBEANS-2201?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16782780#comment-16782780
 ] 

Matthias Bläsing commented on NETBEANS-2201:
--------------------------------------------

Underlying reason is the java modules system intercepting access to 
`sun.util.logging.resources.logging`. Can be reproduced stand alone:
{code:java}
public class LoadResourceBundle {
    public static void main(String[] args) {
    ResourceBundle.getBundle(Level.INFO.getResourceBundleName());
    }
}{code}
That code works on JDK 8 and fails with the modules system active (tested on 
JDK 11).

 

> Unable to open GlassFish server output window 
> ----------------------------------------------
>
>                 Key: NETBEANS-2201
>                 URL: https://issues.apache.org/jira/browse/NETBEANS-2201
>             Project: NetBeans
>          Issue Type: Bug
>          Components: serverplugins - GlassFish
>            Reporter: Gaurav Gupta
>            Assignee: Gaurav Gupta
>            Priority: Major
>              Labels: Glassfish
>             Fix For: 11.0
>
>
> When running NetBeans on JDK 11, GlassFish server output window can't be 
> opened and throwing below exception :
> java.util.MissingResourceException: Can't find bundle for base name 
> sun.util.logging.resources.logging



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists

Reply via email to