Re: JAVA JVM Question

2006-12-22 Thread Otis Gospodnetic
ROTECTED]> To: Van Nguyen <[EMAIL PROTECTED]> Cc: java-user@lucene.apache.org Sent: Saturday, December 23, 2006 12:01:57 AM Subject: Re: JAVA JVM Question Do you have a stack trace by any chance, well OOM do not create very meanful stacktraces but it could help to figure out wh

Re: JAVA JVM Question

2006-12-22 Thread Simon Willnauer
- From: Simon Willnauer [mailto:[EMAIL PROTECTED] Sent: Wednesday, December 20, 2006 7:11 PM To: java-user@lucene.apache.org Subject: Re: JAVA JVM Question OOM Errors are not uncommon during redeployment on application server e.g. servlet container. Redeploy on Tomcat servers very often cause OOM

RE: JAVA JVM Question

2006-12-21 Thread Van Nguyen
006 7:11 PM To: java-user@lucene.apache.org Subject: Re: JAVA JVM Question OOM Errors are not uncommon during redeployment on application server e.g. servlet container. Redeploy on Tomcat servers very often cause OOM due to the perm gen space which get not GCed(that should go away with 5.5). The JB

Re: JAVA JVM Question

2006-12-20 Thread Simon Willnauer
OOM Errors are not uncommon during redeployment on application server e.g. servlet container. Redeploy on Tomcat servers very often cause OOM due to the perm gen space which get not GCed(that should go away with 5.5). The JBoss can usually deal with these issue but just in case you could check you

Re: JAVA JVM Question

2006-12-20 Thread Otis Gospodnetic
Are you using 2.1-dev version of Lucene? Try the latest nightly build, it as a fix for a certain OOM bug (see LUCENE-754). Otis - Original Message From: Van Nguyen <[EMAIL PROTECTED]> To: java-user@lucene.apache.org Sent: Wednesday, December 20, 2006 6:39:58 PM Subject: JAVA JVM Questio