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 256250 - java.util.MissingResourceException: No such bundle com.qualixium.playnb.Bundle
Summary: java.util.MissingResourceException: No such bundle com.qualixium.playnb.Bundle
Status: RESOLVED FIXED
Alias: None
Product: updatecenters
Classification: Unclassified
Component: Pluginportal (show other bugs)
Version: 8.0
Hardware: All All
: P3 normal (vote)
Assignee: pedrohidalgo
URL: http://plugins.netbeans.org/plugin/61050
Keywords:
Depends on:
Blocks:
 
Reported: 2015-10-29 09:55 UTC by carlosqt
Modified: 2015-11-10 17:24 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 220841


Attachments
stacktrace (3.33 KB, text/plain)
2015-10-29 09:55 UTC, carlosqt
Details

Note You need to log in before you can comment on or make changes to this bug.
Description carlosqt 2015-10-29 09:55:07 UTC
Build: NetBeans IDE 8.0.2 (Build 201411181905)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.60-b23, Java(TM) SE Runtime Environment, 1.8.0_60-b27
OS: Windows 10

User Comments:
carlosqt: Unhandled silent exception thrown during Plugin installation.
Just installed it and immediately saw exception on Notifications.

Annotation: Offending classloader: ModuleCL@4a28d9[com.qualixium.playnb]
Annotation: #149833: failed to find com.qualixium.playnb.Bundle in locale en_US in ModuleCL@4a28d9[com.qualixium.playnb] for C:\Users\carlos\AppData\Roaming\NetBeans\8.0.2\modules\com-qualixium-playnb.jar; resource lookup of com/qualixium/playnb/Bundle.properties -> null
Annotation: Offending classloader: ModuleCL@4a28d9[com.qualixium.playnb]
Annotation: #149833: failed to find com.qualixium.playnb.Bundle in locale en_US in ModuleCL@4a28d9[com.qualixium.playnb] for 
...




Stacktrace: 
java.util.MissingResourceException: No such bundle com.qualixium.playnb.Bundle
   at org.openide.util.NbBundle.getBundle(NbBundle.java:451)
   at org.netbeans.StandardModule.getLocalizedAttribute(StandardModule.java:169)
   at org.openide.modules.ModuleInfo.getDisplayName(ModuleInfo.java:85)
   at org.netbeans.modules.autoupdate.services.ModuleUpdateElementImpl.getDisplayName(ModuleUpdateElementImpl.java:115)
   at org.netbeans.modules.autoupdate.services.FeatureUpdateUnitImpl.getDisplayNames(FeatureUpdateUnitImpl.java:247)
   at org.netbeans.modules.autoupdate.services.FeatureUpdateUnitImpl.presentIncludedModules(FeatureUpdateUnitImpl.java:294)
Comment 1 carlosqt 2015-10-29 09:55:09 UTC
Created attachment 157039 [details]
stacktrace
Comment 2 Tomas Hurka 2015-10-29 10:05:20 UTC
com.qualixium.playnb plugin is missing com/qualixium/playnb/Bundle.properties file.
Comment 3 Jiri Kovalsky 2015-11-10 17:16:23 UTC
Pedro, can you please take a look at this issue? Thanks!
Comment 4 pedrohidalgo 2015-11-10 17:24:49 UTC
I already fixed that bug. I didn't know it was reported here. Thanks.