You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@netbeans.apache.org by "Matthias Bläsing (JIRA)" <ji...@apache.org> on 2019/03/03 17:13:00 UTC

[jira] [Commented] (NETBEANS-2201) Unable to open GlassFish server output window

    [ 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: commits-unsubscribe@netbeans.apache.org
For additional commands, e-mail: commits-help@netbeans.apache.org

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