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 235057 - ClassNotFoundException: org.netbeans.modules.groovy.support.spi.GroovyExtender
Summary: ClassNotFoundException: org.netbeans.modules.groovy.support.spi.GroovyExtender
Status: RESOLVED FIXED
Alias: None
Product: groovy
Classification: Unclassified
Component: Grails (show other bugs)
Version: 7.4
Hardware: All All
: P3 normal (vote)
Assignee: Martin Janicek
URL:
Keywords:
: 235058 (view as bug list)
Depends on:
Blocks:
 
Reported: 2013-08-26 23:37 UTC by janario
Modified: 2013-08-28 01:12 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 203353


Attachments
stacktrace (8.75 KB, text/plain)
2013-08-26 23:37 UTC, janario
Details

Note You need to log in before you can comment on or make changes to this bug.
Description janario 2013-08-26 23:37:26 UTC
Build: NetBeans IDE Dev (Build 20130826-d20c5e03c43d)
VM: Java HotSpot(TM) 64-Bit Server VM, 23.25-b01, Java(TM) SE Runtime Environment, 1.7.0_25-b15
OS: Linux

User Comments:
janario: .




Stacktrace: 
java.lang.ClassNotFoundException: org.netbeans.modules.groovy.support.spi.GroovyExtender
   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:424)
   at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:308)
Comment 1 janario 2013-08-26 23:37:28 UTC
Created attachment 139274 [details]
stacktrace
Comment 2 Martin Janicek 2013-08-27 07:45:05 UTC
*** Bug 235058 has been marked as a duplicate of this bug. ***
Comment 3 Martin Janicek 2013-08-27 07:49:19 UTC
Fixed in: http://hg.netbeans.org/web-main/rev/5bffedd0948f
Comment 4 Quality Engineering 2013-08-28 01:12:54 UTC
Integrated into 'main-silver', will be available in build *201308280001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/5bffedd0948f
User: Martin Janicek <mjanicek@netbeans.org>
Log: #235057 - ClassNotFoundException: org.netbeans.modules.groovy.support.spi.GroovyExtender