----------------------------------------------------------------
BEFORE YOU POST, search the faq at <http://java.apache.org/faq/>
WHEN YOU POST, include all relevant version numbers, log files,
and configuration files. Don't make us guess your problem!!!
----------------------------------------------------------------
on 11/10/99 4:43 PM, David Zaleta <[EMAIL PROTECTED]> wrote:
> Well after causing so many Apache segmentation faults,
> Internal Server Errors and NullPointerExceptions
> my head was starting to hurt I finally figured out what the problem was.
>
> The FileNotFoundException was caused because part of my code was not
> closing the input streams that were used to read in the files. And so
> at some point the file descriptors must have run out for the shell that
> the JVM was running in and so at that point it throws a
> FileNotFoundException and things go down hill from there....
>
> Sorry to waste the bandwidth but it was very confusing since the same
> code was working on a JavaWebServer but not on apache....
It is nice to see that, yet again, it is the users fault and not Apache
JServ. ;-)
-jon
--
--------------------------------------------------------------
Please read the FAQ! <http://java.apache.org/faq/>
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
Archives and Other: <http://java.apache.org/main/mail.html>
Problems?: [EMAIL PROTECTED]