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

--- Comment #2 from Arvind Talari <arvind.tal...@veeva.com> ---
Mark,
Thank you for your prompt reply.

The resource we found that was being looked up concurrently is
"/WEB-INF/classes/".

Thread 1 could be doing something like this
Thread#getContextClassLoader()#getResource("") for a class loader resource.

And Thread 2 could be doing
org.apache.catalina.WebResourceRoot#getResource("/WEB-INF/classes/") (from
org.apache.catalina.webresources.FileResource#getCodeBase) for a non-class
loader resource.  This corresponds to the NPE stack trace shown in the
description

-- 
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to