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 164649 - java.util.MissingResourceException: No such bundle org.netbeans.modules.ruby.help.Bundle
Summary: java.util.MissingResourceException: No such bundle org.netbeans.modules.ruby....
Status: RESOLVED FIXED
Alias: None
Product: ruby
Classification: Unclassified
Component: Code (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Erno Mononen
URL: http://statistics.netbeans.org/except...
Keywords:
: 163981 164708 (view as bug list)
Depends on:
Blocks:
 
Reported: 2009-05-07 03:50 UTC by nxt
Modified: 2009-05-21 18:40 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 150747


Attachments
stacktrace (5.28 KB, text/plain)
2009-05-07 03:51 UTC, nxt
Details

Note You need to log in before you can comment on or make changes to this bug.
Description nxt 2009-05-07 03:50:53 UTC
Build: NetBeans IDE 6.7 Beta (Build 200904242137)
VM: Java HotSpot(TM) Client VM, 11.2-b01, Java(TM) SE Runtime Environment, 1.6.0_12-b04
OS: Windows Vista, 6.0, x86

Stacktrace: 
java.util.MissingResourceException: No such bundle org.netbeans.modules.ruby.help.Bundle
        at org.openide.util.NbBundle.getBundle(NbBundle.java:440)
        at org.openide.util.NbBundle.getBundle(NbBundle.java:373)
        at org.netbeans.core.startup.layers.BinaryFS$AttrImpl.getValue(BinaryFS.java:504)
        at org.netbeans.core.startup.layers.BinaryFS$BFSBase.getAttribute(BinaryFS.java:375)
        at org.openide.filesystems.MultiFileObject.getAttribute(MultiFileObject.java:840)
        at org.openide.filesystems.MultiFileObject.getAttribute(MultiFileObject.java:789)
Comment 1 nxt 2009-05-07 03:51:43 UTC
Created attachment 81698 [details]
stacktrace
Comment 2 Stanislav Aubrecht 2009-05-07 07:46:25 UTC
*** Issue 163981 has been marked as a duplicate of this issue. ***
Comment 3 Stanislav Aubrecht 2009-05-11 08:46:34 UTC
*** Issue 164708 has been marked as a duplicate of this issue. ***
Comment 4 Erno Mononen 2009-05-21 15:19:46 UTC
No idea where is the problem, hardly in Ruby.
Comment 5 Jiri Rechtacek 2009-05-21 18:36:22 UTC
Well, nevertheless a ruby module in ruby.help/src/org/netbeans/modules/ruby/help/layer.xml links to bundle/key
org.netbeans.modules.ruby.help.Bundle#CTL_InfoAction and org.netbeans.modules.ruby.help.Bundle#CTL_InfoWizard which some
of them seems to be missing.
Comment 6 Jiri Rechtacek 2009-05-21 18:40:56 UTC
Anyway, it was fixed on Apr 10.