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 186460

Summary: NoClassDefFoundError: org/jrubyparser/ast/LiteralNode
Product: ruby Reporter: Exceptions Reporter <exceptions_reporter>
Component: CodeAssignee: issues@ruby <issues>
Status: NEW ---    
Severity: normal CC: cforcey, frantisek_troster
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 169149
Attachments: stacktrace
stacktrace

Description Exceptions Reporter 2010-05-20 21:28:35 UTC
Build: NetBeans IDE Dev (Build nbms-and-javadoc-5208-on-100520)
VM: Java HotSpot(TM) Client VM, 16.0-b13, Java(TM) SE Runtime Environment, 1.6.0_18-b07
OS: Windows 7

User Comments:
cforcey: Opening Gemfile on a ruby project.

cforcey: Disables netbeans....  Errors occur on every touch of a file.

frantisek_troster: editing YAML file




Stacktrace: 
java.lang.NoClassDefFoundError: org/jrubyparser/ast/LiteralNode
   at org.netbeans.modules.ruby.AstUtilities.getName(AstUtilities.java:2254)
   at org.netbeans.modules.ruby.RubyStructureAnalyzer.scan(RubyStructureAnalyzer.java:758)
   at org.netbeans.modules.ruby.RubyStructureAnalyzer.scan(RubyStructureAnalyzer.java:996)
   at org.netbeans.modules.ruby.RubyStructureAnalyzer.scan(RubyStructureAnalyzer.java:996)
   at org.netbeans.modules.ruby.RubyStructureAnalyzer.scan(RubyStructureAnalyzer.java:283)
   at org.netbeans.modules.ruby.RubyStructureAnalyzer.analyze(RubyStructureAnalyzer.java:1148)
Comment 1 Exceptions Reporter 2010-05-20 21:28:39 UTC
Created attachment 99278 [details]
stacktrace
Comment 2 Exceptions Reporter 2010-05-20 21:29:06 UTC
Created attachment 99279 [details]
stacktrace
Comment 3 Erno Mononen 2010-05-28 13:55:45 UTC
Caused by not increasing the spec version for jrubyparser after upgrading it, a clean build should resolve the problem.