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 211547 - ClassNotFoundException: groovy.lang.GroovyObject
Summary: ClassNotFoundException: groovy.lang.GroovyObject
Status: RESOLVED WORKSFORME
Alias: None
Product: groovy
Classification: Unclassified
Component: Grails (show other bugs)
Version: 7.1
Hardware: All All
: P3 normal with 1 vote (vote)
Assignee: Martin Janicek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-04-21 11:11 UTC by oklat1985
Modified: 2012-10-15 16:33 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 182528


Attachments
stacktrace (1.99 KB, text/plain)
2012-04-21 11:11 UTC, oklat1985
Details

Note You need to log in before you can comment on or make changes to this bug.
Description oklat1985 2012-04-21 11:11:55 UTC
Build: NetBeans IDE 7.1 (Build 201112071828)
VM: Java HotSpot(TM) Client VM, 21.1-b02, Java(TM) SE Runtime Environment, 1.7.0_01-b08
OS: Windows 7

User Comments:
GUEST: Grails resolve plugins

oklat1985: creating Grails application

GUEST: Estavo executando o projeto




Stacktrace: 
java.lang.ClassNotFoundException: groovy.lang.GroovyObject
   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 org.openide.execution.NbClassLoader.findClass(NbClassLoader.java:212)
   at org.netbeans.api.java.classpath.ClassLoaderSupport.findClass(ClassLoaderSupport.java:118)
Comment 1 oklat1985 2012-04-21 11:11:59 UTC
Created attachment 118591 [details]
stacktrace
Comment 2 Martin Janicek 2012-10-15 16:33:43 UTC
Closing as WORKSFORME. It doesn't seem to be a valid issue (the latest report is from NetBeans 7.1.2 and there are no reports for 7.2, 7.3). Most probably fixed during the development cycle..