[jira] Commented: (GERONIMO-4275) PCEnhancer java.lang.OutOfMemoryError: Java heap space

2008-09-04 Thread Ljuba (JIRA)
. Problematic class has same type of relations and almost everything has same. Naming work-around was last solution. Thanks for explanation how to update the version of OpenJPA, and fast upgrade, David PCEnhancer java.lang.OutOfMemoryError: Java heap space

[jira] Commented: (GERONIMO-4275) PCEnhancer java.lang.OutOfMemoryError: Java heap space

2008-09-03 Thread Ljuba (JIRA)
of this two classes to change their alphabetical order in package. PCEnhancer java.lang.OutOfMemoryError: Java heap space -- Key: GERONIMO-4275 URL: https://issues.apache.org/jira/browse/GERONIMO-4275

[jira] Commented: (GERONIMO-4275) PCEnhancer java.lang.OutOfMemoryError: Java heap space

2008-09-03 Thread Ljuba (JIRA)
java.lang.OutOfMemoryError: Java heap space -- Key: GERONIMO-4275 URL: https://issues.apache.org/jira/browse/GERONIMO-4275 Project: Geronimo Issue Type: Bug Security Level: public

[jira] Commented: (GERONIMO-4275) PCEnhancer java.lang.OutOfMemoryError: Java heap space

2008-09-03 Thread Kevan Miller (JIRA)
/openjpa/1.0.2/jar=org.apache.openjpa/openjpa/1.2.0/jar PCEnhancer java.lang.OutOfMemoryError: Java heap space -- Key: GERONIMO-4275 URL: https://issues.apache.org/jira/browse/GERONIMO-4275 Project

[jira] Resolved: (GERONIMO-4275) PCEnhancer java.lang.OutOfMemoryError: Java heap space

2008-09-03 Thread Donald Woods (JIRA)
/ Thanks for debugging and reporting this problem. PCEnhancer java.lang.OutOfMemoryError: Java heap space -- Key: GERONIMO-4275 URL: https://issues.apache.org/jira/browse/GERONIMO-4275 Project: Geronimo

[jira] Created: (GERONIMO-4275) PCEnhancer java.lang.OutOfMemoryError: Java heap space

2008-09-02 Thread Ljuba (JIRA)
PCEnhancer java.lang.OutOfMemoryError: Java heap space -- Key: GERONIMO-4275 URL: https://issues.apache.org/jira/browse/GERONIMO-4275 Project: Geronimo Issue Type: Bug Security Level

Re: java.lang.OutOfMemoryError: Java heap space

2007-02-21 Thread Tim McConnell
Hi Paul/Prasad, Yes, that fix is now in Tomcat and I'll get it in Jetty today. The patch actually comments out the processWebAnnotations() method in EjbRefBuilder. Thanks, Tim McConnell Paul McMahan wrote: When I disabled processWebAnnotations() in EjbRefBuilder the time it took to deploy a

Re: java.lang.OutOfMemoryError: Java heap space

2007-02-21 Thread Paul McMahan
Thanks Tim, great work on the annotations. You've got that tiger by the tail. Best wishes, Paul On 2/21/07, Tim McConnell [EMAIL PROTECTED] wrote: Hi Paul/Prasad, Yes, that fix is now in Tomcat and I'll get it in Jetty today. The patch actually comments out the processWebAnnotations() method

Re: java.lang.OutOfMemoryError: Java heap space

2007-02-21 Thread Prasad Kashyap
Awesome ! Thanx Tim. Cheers Prasad On 2/21/07, Tim McConnell [EMAIL PROTECTED] wrote: Hi Paul/Prasad, Yes, that fix is now in Tomcat and I'll get it in Jetty today. The patch actually comments out the processWebAnnotations() method in EjbRefBuilder. Thanks, Tim McConnell Paul McMahan wrote:

Re: java.lang.OutOfMemoryError: Java heap space

2007-02-09 Thread Prasad Kashyap
On 2/9/07, Jason Dillon [EMAIL PROTECTED] wrote: Curious, what is the max heap size you are using? -Xmx512m -XX:MaxPermSize=128m I have had this setting for quite sometime now. What changed recently ? Paul McMahan saw the same thing too. --jason Cheers Prasad On Feb 8, 2007, at 7:30

Re: java.lang.OutOfMemoryError: Java heap space

2007-02-09 Thread Lin Sun
I've seen the same thing with the jax-ws test! It took over 15 secs to deploy and I know it wasn't taken that long a few weeks ago. Lin Also, the deployment itself now seems to take atleast 2x-4x longer than before. Cheers Prasad

Re: java.lang.OutOfMemoryError: Java heap space

2007-02-09 Thread Paul McMahan
When I disabled processWebAnnotations() in EjbRefBuilder the time it took to deploy a simple web application went from 27 seconds to 9 seconds. I was also able to run web-testsuite without hitting the OOM error and without increasing max heap size. Tim, IIUC you had a patch ready for

Re: java.lang.OutOfMemoryError: Java heap space

2007-02-09 Thread Prasad Kashyap
Wow ! Thanx Paul. David Blevins had once told me that if the deployer does not find geronimo-openejb.xml, it does not know it has to handle the app to OpenEJB deployer. The recent changes during OpenEJB integration enables a DD and plan free deployment. However, this I suspect, causes a nasty

java.lang.OutOfMemoryError: Java heap space

2007-02-08 Thread Prasad Kashyap
Of late I have begun seeing a number of java.lang.OutOfMemoryError during deployment of some test apps in the testsuites. Here are a couple of them o.a.g.testsuite/jms-ear/2.0-SNAPSHOT/ear http://people.apache.org/~prasad/jms-ear-2.0-SNAPSHOT.ear

Re: java.lang.OutOfMemoryError: Java heap space

2007-02-08 Thread Jason Dillon
Curious, what is the max heap size you are using? --jason On Feb 8, 2007, at 7:30 PM, Prasad Kashyap wrote: Of late I have begun seeing a number of java.lang.OutOfMemoryError during deployment of some test apps in the testsuites. Here are a couple of them

Re: java.lang.OutOfMemoryError: Java heap space

2007-02-08 Thread Sean Qiu
I had encountered the same problem when I set MAVEN_OPTS=-Xmx512m. Maybe the phisical memory is not large enough (1G). To start the server seems memory consuming. 2007/2/9, Jason Dillon [EMAIL PROTECTED]: Curious, what is the max heap size you are using? --jason On Feb 8, 2007, at 7:30