Any #tomcat gurus out there? I can get a simple war file to work, but I have some that do not work. #java
If I search for org.apache.catalina.webresources.DirResourceSet@7fe273fb I find nothing. Persumably that 7fe273fb is something created locally, but I have no idea what it is.
I think this is the relevant stack trace.
04-Aug-2020 13:25:04.239 SEVERE [localhost-startStop-1] org.apache.catalina.core.ContainerBase.addChildInternal ContainerBase.addChild: start:
org.apache.catalina.LifecycleException: Failed to initialize component [org.apache.catalina.webresources.DirResourceSet@7fe273fb]
at org.apache.catalina.util.LifecycleBase.handleSubClassException(LifecycleBase.java:440)
at org.apache.catalina.util.LifecycleBase.init(LifecycleBase.java:139)
at org.apache.catalina.webresources.StandardRoot.initInternal(StandardRoot.java:690)
at org.apache.catalina.util.LifecycleBase.init(LifecycleBase.java:136)
at org.apache.catalina.util.LifecycleBa...