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 239806 - ClassNotFoundException: javax.servlet.FilterChain
Summary: ClassNotFoundException: javax.servlet.FilterChain
Status: RESOLVED INCOMPLETE
Alias: None
Product: javaee
Classification: Unclassified
Component: Maven (show other bugs)
Version: 8.0
Hardware: All All
: P3 normal (vote)
Assignee: Martin Janicek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-12-26 12:39 UTC by misterm
Modified: 2014-02-04 12:59 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 206235


Attachments
stacktrace (4.76 KB, text/plain)
2013-12-26 12:39 UTC, misterm
Details

Note You need to log in before you can comment on or make changes to this bug.
Description misterm 2013-12-26 12:39:39 UTC
Build: NetBeans IDE Dev (Build 20131220-b7e64d32bc4b)
VM: Java HotSpot(TM) 64-Bit Server VM, 23.3-b01, Java(TM) SE Runtime Environment, 1.7.0_07-b11
OS: Windows 7

User Comments:
misterm: Code completion




Stacktrace: 
java.lang.ClassNotFoundException: javax.servlet.FilterChain
   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:210)
   at org.netbeans.api.java.classpath.ClassLoaderSupport.findClass(ClassLoaderSupport.java:113)
Comment 1 misterm 2013-12-26 12:39:40 UTC
Created attachment 143462 [details]
stacktrace
Comment 2 Petr Hejl 2014-01-06 15:18:43 UTC
This looks like maven hint.
Comment 3 Martin Janicek 2014-01-14 12:52:51 UTC
Misterm do you have any test case how to reproduce this exception? I do not really understand how it's possible to see CNFE from that line (that part of code is all wrapped with a catch block). Thanks in advance!
Comment 4 Martin Janicek 2014-02-04 12:59:02 UTC
Closing as INCOMPLETE for now. I'm sorry but don't see any way how this exception can be thrown in current code and don't think I can move forward without reproducible test case. Feel free to open if you observe something that might be useful. Thanks!