https://bz.apache.org/bugzilla/show_bug.cgi?id=64857

Simone <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEEDINFO                    |NEW

--- Comment #3 from Simone <[email protected]> ---
Hi Mark,

First of all, thanks for your reply. I'll try to create a test case. In the
meanwhile, we used this tool to debug the list of open file:
https://file-leak-detector.kohsuke.org/

And indeed it confirms that some file stays open indefinitely. The weird thing
is that all the open files have been opened with this
"CachedResourceURLConnection", and that didn't happen in the older version of
tomcat (8.0.x) Does it ring any bells? thank you! 


#7265
/home/tomcat/tomcat_app2/webapps/cupwebrc##202010271245/WEB-INF/PSGTagLibraryForms.tld
by thread:ajp-nio-8010-exec-8 on Fri Nov 13 10:14:01 CET 2020
        at java.io.FileInputStream.<init>(FileInputStream.java:139)
        at java.io.FileInputStream.<init>(FileInputStream.java:93)
        at
sun.net.www.protocol.file.FileURLConnection.connect(FileURLConnection.java:90)
        at
org.apache.catalina.webresources.CachedResource$CachedResourceURLConnection.connect(CachedResource.java:451)
        at
org.apache.catalina.webresources.CachedResource$CachedResourceURLConnection.getInputStream(CachedResource.java:458)
        at org.apache.jasper.compiler.Compiler.isOutDated(Compiler.java:529)
        at org.apache.jasper.compiler.Compiler.isOutDated(Compiler.java:430)
        at
org.apache.jasper.JspCompilationContext.compile(JspCompilationContext.java:590)
        at
org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:399)

-- 
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to