----------------------------------------------------------------
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 12/27/99 5:56 PM, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
> I use Apache1.3.9 and JServ1.1b3 on Solaris2.6.And I use the load-balancing.
>
> Now I met two problems:
> (1)After running for several hours,JServ will say "cannot scan servlet
> headers".
> I don't know it's the problem of my servlet or the problem of JServ,and I
> don't
> know how to handle it.
>
> (2)After running for a long time,two or three days,JServ will say
> "OutOfMemory".
> Once I use "java -ms64 -mx64 ..." to start JServ,that error will occur,too.
>
> Any information will be appreciated.
This is what I wrote to you on the Java Apache list after you posted it to
the wrong place. For some reason you decided to re-post your message to this
list. My analysis of your situation is still valid. I'm not sure why you are
re-posting again.
> You need to make the values for the memory allocation larger if you are still
> getting outofmemory errors. R E A D T H E F A Q.
>
> It sounds like you have a memory leak on your servlet. Make sure that you are
> closing all your database connections in finally statements.
-jon
--
Come to the first official Apache Software Foundation
Conference! <http://ApacheCon.Com/>
--
--------------------------------------------------------------
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]