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 196313 - java.util.MissingResourceException: No such bundle org.openide.nodes.Bundle
Summary: java.util.MissingResourceException: No such bundle org.openide.nodes.Bundle
Status: RESOLVED WORKSFORME
Alias: None
Product: platform
Classification: Unclassified
Component: Module System (show other bugs)
Version: 6.x
Hardware: All All
: P4 normal (vote)
Assignee: Jaroslav Tulach
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-03-04 17:03 UTC by matthies
Modified: 2011-08-01 06:36 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 177272


Attachments
stacktrace (4.09 KB, text/plain)
2011-03-04 17:03 UTC, matthies
Details

Note You need to log in before you can comment on or make changes to this bug.
Description matthies 2011-03-04 17:03:52 UTC
Build: NetBeans Platform Dev (Build 201103020001)
VM: Java HotSpot(TM) Client VM, 17.1-b03, Java(TM) SE Runtime Environment, 1.6.0_22-b04
OS: Windows XP

User Comments:
matthies: Diff (from within Search History) on source file.




Stacktrace: 
java.util.MissingResourceException: No such bundle org.openide.nodes.Bundle
   at org.openide.util.NbBundle.getBundle(NbBundle.java:451)
   at org.openide.util.NbBundle.getBundle(NbBundle.java:399)
   at org.openide.nodes.Node.getString(Node.java:1302)
   at org.openide.nodes.Sheet.createPropertiesSet(Sheet.java:201)
   at org.openide.nodes.Sheet.createDefault(Sheet.java:189)
   at org.netbeans.modules.versioning.system.cvss.ui.history.RevisionNode.initProperties(RevisionNode.java:156)
Comment 1 matthies 2011-03-04 17:03:55 UTC
Created attachment 106720 [details]
stacktrace
Comment 2 Jaroslav Tulach 2011-03-05 05:28:28 UTC
This is all I can see in the log:

WARNING [org.openide.nodes.NodeOp]
Offending classloader: ModuleCL@5dfaf1[org.openide.nodes]
Offending classloader: ModuleCL@5dfaf1[org.openide.nodes]
Caused: java.util.MissingResourceException: No such bundle org.openide.nodes.Bundle

I am not sure why the classloader shall be offending. Is something wrong with the classloading infrastructure?
Comment 3 Jaroslav Tulach 2011-08-01 06:36:50 UTC
One report like this does not provide enough info to investigate the problem.