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 14132 - java.util.MissingResourceException
Summary: java.util.MissingResourceException
Status: CLOSED FIXED
Alias: None
Product: platform
Classification: Unclassified
Component: Explorer (show other bugs)
Version: 3.x
Hardware: All All
: P2 blocker (vote)
Assignee: David Strupl
URL:
Keywords:
: 14149 (view as bug list)
Depends on:
Blocks:
 
Reported: 2001-08-02 10:48 UTC by Jan Zajicek
Modified: 2008-12-22 16:50 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jan Zajicek 2001-08-02 10:48:30 UTC
Thu Aug 02 11:46:26 CEST 2001: java.lang.ExceptionInInitializerError: null
java.lang.ExceptionInInitializerError: java.util.MissingResourceException: Can't
find bundle for base name org.openide.explorer.propertysheet.editors.Bundle,
locale en
        at
java.util.ResourceBundle.throwMissingResourceException(ResourceBundle.java:712)
        at java.util.ResourceBundle.getBundleImpl(ResourceBundle.java:683)
        at java.util.ResourceBundle.getBundle(ResourceBundle.java:575)
        at org.openide.util.NbBundle.getBundle(NbBundle.java:334)
        at org.openide.util.NbBundle.getBundle(NbBundle.java:282)
        at
org.openide.explorer.propertysheet.editors.ModifierPanel.<clinit>(ModifierPanel.java:38)
        at
org.openide.explorer.propertysheet.editors.ModifierEditor.<init>(ModifierEditor.java:54)
        at
org.openide.src.nodes.MemberElementNode$2.getPropertyEditor(MemberElementNode.java:124)
        at
org.openide.explorer.propertysheet.PropertyPanel.updateEditor(PropertyPanel.java:460)
        at
org.openide.explorer.propertysheet.PropertyPanel.<init>(PropertyPanel.java:230)
        at
org.openide.explorer.propertysheet.PropertyPanel.<init>(PropertyPanel.java:252)
        at
org.openide.explorer.propertysheet.PropertySheetTab.fillProperties(PropertySheetTab.java:320)
        at
org.openide.explorer.propertysheet.PropertySheetTab.createPane(PropertySheetTab.java:290)
        at
org.openide.explorer.propertysheet.PropertySheetTab.<init>(PropertySheetTab.java:166)
        at
org.openide.explorer.propertysheet.PropertySheet.refreshPropertySheet(PropertySheet.java:443)
        at
org.openide.explorer.propertysheet.PropertySheet.access$1100(PropertySheet.java:52)
        at
org.openide.explorer.propertysheet.PropertySheet$3.run(PropertySheet.java:583)
        at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:154)
[catch] at java.awt.EventQueue.dispatchEvent(EventQueue.java:337)
        at
java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:131)
        at
java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:98)
        at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:93)
        at java.awt.EventDispatchThread.run(EventDispatchThread.java:85)7e2_384
Comment 1 David Strupl 2001-08-02 10:53:46 UTC
should be fixed in openide/build.xml 1.71.
Comment 2 David Strupl 2001-08-03 15:02:25 UTC
*** Issue 14149 has been marked as a duplicate of this issue. ***
Comment 3 Marian Mirilovic 2001-11-17 13:51:21 UTC
verified in [nb_dev](20011116)
Comment 4 Quality Engineering 2003-07-01 16:27:31 UTC
Resolved for 3.4.x or earlier, no new info since then -> closing.