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 13218 - Backward compatibility problem: MissingResourceException
Summary: Backward compatibility problem: MissingResourceException
Status: CLOSED FIXED
Alias: None
Product: javaee
Classification: Unclassified
Component: Code (show other bugs)
Version: -FFJ-
Hardware: PC Windows ME/2000
: P2 blocker (vote)
Assignee: Petr Jiricka
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2001-06-26 17:47 UTC by L Martinek
Modified: 2003-07-02 08:31 UTC (History)
1 user (show)

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 L Martinek 2001-06-26 17:47:00 UTC
I started build 010625_1 with switch -userdir with path to userdir from Boston. 
This exception appears during startup.

Tue Jun 26 18:34:29 CEST 2001: java.util.MissingResourceException: Missing 
resource from class: java.util.PropertyResourceBundle
Annotation: Exception in help set 
nbdocs:/org/netbeans/modules/j2ee/server/docs/j2eeserver.hs for module: J2EE 
Server Registry
Annotation: Missing resource from class: java.util.PropertyResourceBundle
Annotation: Key which was not found: LBL_HelpSet_Duplicate
java.util.MissingResourceException: Can't find resource for bundle 
java.util.PropertyResourceBundle, key LBL_HelpSet_Duplicate
        at java.util.ResourceBundle.getObject(ResourceBundle.java:382)
        at 
org.openide.util.NbBundle$MergedBundle.handleGetObject(NbBundle.java:378)
        at java.util.ResourceBundle.getObject(ResourceBundle.java:376)
        at java.util.ResourceBundle.getString(ResourceBundle.java:354)
        at org.netbeans.core.NonGui.getString(NonGui.java:540)
        at org.netbeans.core.NonGui.getString(NonGui.java:560)
        at org.netbeans.core.JavaHelp.addHelpSet(JavaHelp.java:184)
        at org.netbeans.core.ModuleItem.restoreDefault(ModuleItem.java:666)
        at 
org.netbeans.core.ModuleInstaller.autoLoadModules(ModuleInstaller.java:422)
        at 
org.netbeans.core.ModuleInstaller.autoLoadModules(ModuleInstaller.java:322)
        at org.netbeans.core.NonGui.run(NonGui.java:508)
        at org.netbeans.core.Main.run(Main.java:187)
        at org.openide.TopManager.initializeTopManager(TopManager.java:120)
        at org.openide.TopManager.getDefault(TopManager.java:81)
        at org.netbeans.core.Main.main(Main.java:274)
        at org.netbeans.core.TopThreadGroup.run(TopThreadGroup.java:90)
[catch] at java.lang.Thread.run(Thread.java:484)
Comment 1 Jesse Glick 2001-06-26 18:59:53 UTC
Dupe of issue #12981?
Comment 2 Petr Jiricka 2001-06-27 16:44:57 UTC
Fixed on 2001/6/27
Comment 3 L Martinek 2001-06-28 12:58:59 UTC
verified on 010627_1
Comment 4 Quality Engineering 2003-07-02 08:31:34 UTC
Resolved for 3.4.x or earlier, no new info since then -> closing.