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 227630 - ClassNotFoundException: javax.servlet.ServletException from groovy loader
Summary: ClassNotFoundException: javax.servlet.ServletException from groovy loader
Status: RESOLVED DUPLICATE of bug 215232
Alias: None
Product: groovy
Classification: Unclassified
Component: Code (show other bugs)
Version: 7.4
Hardware: All All
: P3 normal (vote)
Assignee: Martin Janicek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-03-18 15:18 UTC by Jesse Glick
Modified: 2013-03-21 14:51 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 199703


Attachments
stacktrace (5.16 KB, text/plain)
2013-03-18 15:19 UTC, Jesse Glick
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jesse Glick 2013-03-18 15:18:59 UTC
This bug was originally marked as duplicate of bug 215232, that is already resolved. This bug is still valid, so this seems to be another bug, but it might be related.

Build: NetBeans IDE Dev (Build 20130318-e3cebff34a73)
VM: Java HotSpot(TM) Client VM, 23.7-b01, Java(TM) SE Runtime Environment, 1.7.0_17-b02
OS: Linux

User Comments:
jglick: Installed Groovy support while working on Jenkins sources. Apparently the parser is trying to load classes from my project? This cannot work!




Stacktrace: 
java.lang.ClassNotFoundException: javax.servlet.ServletException
   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:423)
   at groovy.lang.GroovyClassLoader.loadClass(GroovyClassLoader.java:652)
Comment 1 Jesse Glick 2013-03-18 15:19:01 UTC
Created attachment 132763 [details]
stacktrace
Comment 2 Jesse Glick 2013-03-21 14:51:11 UTC

*** This bug has been marked as a duplicate of bug 215232 ***