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 208591 - 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.0
Hardware: All All
: P3 normal (vote)
Assignee: Martin Janicek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-02-17 21:22 UTC by Exceptions Reporter
Modified: 2013-03-21 14:51 UTC (History)
3 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 173472


Attachments
stacktrace (5.92 KB, text/plain)
2012-02-17 21:22 UTC, Exceptions Reporter
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Exceptions Reporter 2012-02-17 21:22:27 UTC
Build: NetBeans IDE 7.0.1 (Build 201107282000)
VM: Java HotSpot(TM) Client VM, 20.1-b02, Java(TM) SE Runtime Environment, 1.6.0_26-b03
OS: Windows 7

User Comments:
GUEST: Buiding Jenkins

GUEST: Had to restart Netbeans after installing Groovy & Grails plugin. (did no restart automatically).

qpolarbear: Opened a new project group and then a file.

jglick: Have various Hudson modules open, including backend/crawler/list-*, and did Source > Scan for External Changes.

everheul: Just loading my project which is a clone of Hudson.

GUEST: Building Jenkins project.




Stacktrace: 
java.lang.ClassNotFoundException: javax.servlet.ServletException
   at java.net.URLClassLoader$1.run(URLClassLoader.java:202)
   at java.security.AccessController.doPrivileged(AccessController.java:0)
   at java.net.URLClassLoader.findClass(URLClassLoader.java:190)
   at java.lang.ClassLoader.loadClass(ClassLoader.java:306)
   at groovy.lang.GroovyClassLoader.loadClass(GroovyClassLoader.java:660)
   at groovy.lang.GroovyClassLoader.loadClass(GroovyClassLoader.java:759)
Comment 1 Exceptions Reporter 2012-02-17 21:22:31 UTC
Created attachment 115900 [details]
stacktrace
Comment 2 Martin Janicek 2012-02-28 10:59:27 UTC
At the moment I can't do anything about this - exception itself is thrown by CompilationUnit which is an internal Groovy class. Have no clue at all where and how this might be happening --> Closing as INCOMPLETE for now. Please if someone will get reproducible scenario, reopen the issue again.
Comment 3 Jesse Glick 2013-03-21 14:51:33 UTC

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