> From: Christopher Schultz [mailto:[email protected]]
> Subject: Re: undeploy failure - stack overflow tomcat 5 on RHEL 5
> Looks like a JVM bug to me.
Maybe not - see below.
> > And the last line, ExpandWar.delete continues on and on etc.
> That's weird that it would have ExpandWar.delete over and over again.
> The code for ExpandWar.delete is:
> public static boolean delete(File dir) {
> if (dir.isDirectory()) {
> return deleteDir(dir);
> } else {
> return dir.delete();
> }
> }
> No recursion there at all.
How about a symlink loop?
- Chuck
THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY
MATERIAL and is thus for use only by the intended recipient. If you received
this in error, please contact the sender and delete the e-mail and its
attachments from all computers.