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 - NoClassDefFoundError: org/jrubyparser/ast/LiteralNode
Summary: NoClassDefFoundError: org/jrubyparser/ast/LiteralNode
Status: NEW
Alias: None
Product: ruby
Classification: Unclassified
Component: Code (show other bugs)
Version: 6.x
Hardware: All All
: P3 normal (vote)
Assignee: issues@ruby
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-05-20 21:28 UTC by Exceptions Reporter
Modified: 2011-01-28 20:14 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 169149


Attachments
stacktrace (3.96 KB, text/plain)
2010-05-20 21:28 UTC, Exceptions Reporter
Details
stacktrace (3.96 KB, text/plain)
2010-05-20 21:29 UTC, Exceptions Reporter
Details

Note You need to log in before you can comment on or make changes to this bug.
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.