Ok, Help!! I do not have an OutOfMemory erro when running tomcat from myeclipse. I am running JDK1.5 and tomcat6.
But in my ubuntu I have jdk1.6 and tomcat6.0 and I have an OutOfMemory problem why? When the server starts up itself the contianer shuts down and logs the OutOfMemory error. But why did not my local tomcat does not complain.? On 10/10/07, Caldarale, Charles R <[EMAIL PROTECTED]> wrote: > > > From: Arun [mailto:[EMAIL PROTECTED] > > Subject: Re: Native Library Not found > > > > Why does my container thread gets shutdown. > > Because it ran out of memory - that should be obvious. > > > Is there anyway I can stop that. > > Fix your memory leak. > > > I tried using the profiler webapp(Lamda Probe). > > Lambda Probe is not a heap profiler. You can use hprof (built into the > JVM) or one of the many free or expensive ones available. > > - 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. > > --------------------------------------------------------------------- > To start a new topic, e-mail: users@tomcat.apache.org > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > -- Thanks Arun George