Re: Web Service Client Response when Old Gen is 100%

2013-11-07 Thread Daniel Mikusa
On Nov 6, 2013, at 11:23 PM, Muhammad Ali Orakzai m.orak...@gmail.com wrote: First, please don't top post. This comment is an example of top posting. Instead reply inline, like the rest of my comments, or at the end. I am using GUI version of tomcat and heap memory has been configured to

Re: Web Service Client Response when Old Gen is 100%

2013-11-06 Thread Howard W. Smith, Jr.
On Wed, Nov 6, 2013 at 1:43 AM, Muhammad Ali Orakzai m.orak...@gmail.comwrote: I am using the following environment Windows Server 2003 32 bit How much RAM? Also, did you configure your virtual memory (or paging file) settings? Apache Tomcat 7.0.27 Others on the list will/may recommend

Re: Web Service Client Response when Old Gen is 100%

2013-11-06 Thread Daniel Mikusa
On Nov 6, 2013, at 1:43 AM, Muhammad Ali Orakzai m.orak...@gmail.com wrote: Hi, I am using the following environment Windows Server 2003 32 bit Apache Tomcat 7.0.27 Upgrade :) You're 20 versions out-of-date. Netbeans IDE 7.2 Metro 2.0 We have created a SOAP based web service which

Re: Web Service Client Response when Old Gen is 100%

2013-11-06 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Muhammad, On 11/6/13, 1:43 AM, Muhammad Ali Orakzai wrote: -XX:MaxPermSize=100m You don't have any other heap-sizing parameters. Perhaps you simply need more memory? It used to be that the default heap sizes were very small (sometimes like 64MiB)

Re: Web Service Client Response when Old Gen is 100%

2013-11-06 Thread Muhammad Ali Orakzai
I am using GUI version of tomcat and heap memory has been configured to 500M min and 1000M max. So memory size is not an issue. GC is being performed normally. Took a heap dump on 60% memory. Analyzing it in Eclipse MAT showed the following leak suspect. One instance of *java.util.Vector* loaded

Web Service Client Response when Old Gen is 100%

2013-11-05 Thread Muhammad Ali Orakzai
Hi, I am using the following environment Windows Server 2003 32 bit Apache Tomcat 7.0.27 Netbeans IDE 7.2 Metro 2.0 We have created a SOAP based web service which is calling 2 external SOAP services. We were getting OutOfMemoryError which was resloved by making the service object static. Now