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 226466 - ClassNotFoundException: javax.servlet.ServletException
Summary: ClassNotFoundException: javax.servlet.ServletException
Status: RESOLVED DUPLICATE of bug 215232
Alias: None
Product: groovy
Classification: Unclassified
Component: Code (show other bugs)
Version: 7.3
Hardware: All All
: P3 normal (vote)
Assignee: Martin Janicek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-02-21 14:38 UTC by FrantaM
Modified: 2013-03-14 14:25 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 198860


Attachments
stacktrace (6.81 KB, text/plain)
2013-02-21 14:38 UTC, FrantaM
Details

Note You need to log in before you can comment on or make changes to this bug.
Description FrantaM 2013-02-21 14:38:38 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 201302122300)
VM: Java HotSpot(TM) 64-Bit Server VM, 23.7-b01, Java(TM) SE Runtime Environment, 1.7.0_13-b20
OS: Linux

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 FrantaM 2013-02-21 14:38:40 UTC
Created attachment 131677 [details]
stacktrace
Comment 2 Jaroslav Tulach 2013-02-25 16:21:41 UTC
Not a module system issues, seems to be related to groovy.lang.GroovyClassLoader.
Comment 3 Martin Janicek 2013-03-14 14:25:18 UTC

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