Using 4.0.6 I'm getting a lot of exceptions (for every jar in
/WEB-INF/lib/) on startup like this one:
ContextConfig[]: tldConfigJar(/WEB-INF/lib/xerces.jar):
java.io.IOException: No such file or directory
Which is problematic because if an exception happens in tldConfigJar(),
ContextConfig in 4.0.6 calls jarFile.close(), which apparently causes
classloader issues... and we're having classloader problems.
So what's causing this IOException? I can't tell for the life of
me--all the permissions on the directory and its parents look fine. Our
other instances using 4.0.6 don't have this problem.
Any suggestions?
Nick
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
- Re: ContextConfig tldConfigJar IOException Nick Wesselman
- Re: ContextConfig tldConfigJar IOException Nick Wesselman