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

Summary: java.util.MissingResourceException: No such bundle org.netbeans.modules.ruby.help.Bundle
Product: ruby Reporter: nxt <nxt>
Component: CodeAssignee: Erno Mononen <emononen>
Status: RESOLVED FIXED    
Severity: blocker CC: mmirilovic
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
URL: http://statistics.netbeans.org/exceptions/detail.do?id=150747
Issue Type: DEFECT Exception Reporter: 150747
Attachments: stacktrace

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.