Javier A. Ortiz created NETBEANS-3925:
-----------------------------------------

             Summary: Missing resource exception bundle opening Tools/Plugins
                 Key: NETBEANS-3925
                 URL: https://issues.apache.org/jira/browse/NETBEANS-3925
             Project: NetBeans
          Issue Type: Bug
          Components: platform - Autoupdate
    Affects Versions: 11.1
            Reporter: Javier A. Ortiz


Following instructions 
[here|https://netbeans.apache.org/wiki/DevFaqVersionNumber.asciidoc] lead to 
the following error when opening Tools/Plugin.
{code:java}
SEVERE [org.openide.util.Exceptions]
Offending classloader: ModuleCL@49710a85[com.xxx.com.xxx.branding]
#149833: failed to find com.xxx.cloud.aws.branding.Bundle in locale en_US in 
ModuleCL@49710a85[com.xxx.com.xxx.branding] for 
/Users/javierortiz/Documents/xxx/xxx/application/target/xxx/x/modules/com-xxpingidentity-com-xxx-branding.jar;
 resource lookup of com/xxx/cloud/aws/branding/Bundle.properties -> null
Offending classloader: ModuleCL@49710a85[com.xxx.com.xxx.branding]
#149833: failed to find com.xxx.cloud.aws.branding.Bundle in locale en_US in 
ModuleCL@49710a85[com.xxx.com.xxx.branding] for 
/Users/javierortiz/Documents/xxx/xxx/application/target/xxx/x/modules/com-xx-com-xxx-branding.jar;
 resource lookup of com/xxx/cloud/aws/branding/Bundle.properties -> null
Caused: java.util.MissingResourceException: No such bundle 
com.xxx.cloud.aws.branding.Bundle
        at org.openide.util.NbBundle.getBundle(NbBundle.java:426)
[catch] at 
org.netbeans.StandardModule.getLocalizedAttribute(StandardModule.java:144)
        at 
org.netbeans.modules.autoupdate.services.ModuleUpdateElementImpl.getRawCategory(ModuleUpdateElementImpl.java:157)
        at 
org.netbeans.modules.autoupdate.services.ModuleUpdateElementImpl.getCategory(ModuleUpdateElementImpl.java:169)
        at 
org.netbeans.api.autoupdate.UpdateElement.getCategory(UpdateElement.java:173)
        at 
org.netbeans.modules.autoupdate.ui.Utilities.makeInstalledCategories(Utilities.java:86)
        at 
org.netbeans.modules.autoupdate.ui.InstalledTableModel.setUnits(InstalledTableModel.java:62)
        at 
org.netbeans.modules.autoupdate.ui.InstalledTableModel.setUnits(InstalledTableModel.java:67)
        at 
org.netbeans.modules.autoupdate.ui.PluginManagerUI.refreshUnitsInBackground(PluginManagerUI.java:583)
        at 
org.netbeans.modules.autoupdate.ui.PluginManagerUI.initialize(PluginManagerUI.java:226)
        at 
org.netbeans.modules.autoupdate.ui.PluginManagerUI.access$100(PluginManagerUI.java:54)
        at 
org.netbeans.modules.autoupdate.ui.PluginManagerUI$1.run(PluginManagerUI.java:109)
        at 
org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:1418)
        at 
org.netbeans.modules.openide.util.GlobalLookup.execute(GlobalLookup.java:45)
        at org.openide.util.lookup.Lookups.executeWith(Lookups.java:278)
        at 
org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:2033){code}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: commits-h...@netbeans.apache.org

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

Reply via email to