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 245601 - ClassNotFoundException: org.codehaus.groovy.transform.ASTTransformation
Summary: ClassNotFoundException: org.codehaus.groovy.transform.ASTTransformation
Status: NEW
Alias: None
Product: groovy
Classification: Unclassified
Component: Editor (show other bugs)
Version: 8.0
Hardware: All All
: P3 normal (vote)
Assignee: Martin Janicek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-07-11 20:31 UTC by Jesse Glick
Modified: 2014-07-11 20:31 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 205555


Attachments
stacktrace (6.05 KB, text/plain)
2014-07-11 20:31 UTC, Jesse Glick
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jesse Glick 2014-07-11 20:31:36 UTC
Build: NetBeans IDE Dev (Build 20140711-51268f509631)
VM: Java HotSpot(TM) 64-Bit Server VM, 24.60-b09, Java(TM) SE Runtime Environment, 1.7.0_60-b19
OS: Linux

User Comments:
GUEST: .

GUEST: .

jglick: Classpath scanning.

GUEST: I have no idea what happened.




Stacktrace: 
java.lang.ClassNotFoundException: org.codehaus.groovy.transform.ASTTransformation
   at java.net.URLClassLoader$1.run(URLClassLoader.java:366)
   at java.net.URLClassLoader$1.run(URLClassLoader.java:355)
   at java.security.AccessController.doPrivileged(AccessController.java:0)
   at java.net.URLClassLoader.findClass(URLClassLoader.java:354)
   at java.lang.ClassLoader.loadClass(ClassLoader.java:425)
   at groovy.lang.GroovyClassLoader.loadClass(GroovyClassLoader.java:652)
Comment 1 Jesse Glick 2014-07-11 20:31:38 UTC
Created attachment 148006 [details]
stacktrace