Re: OutOfMemory issue

2011-02-01 Thread Aparna1 V
JSP buffer over flow From: Christopher Schultz To: Tomcat Users List Date: 02/02/2011 04:33 AM Subject: Re: OutOfMemory issue -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Aparna, On 2/1/2011 8:27 AM, Aparna1 V wrote: > Yes, we were on jdk 1.4 and now we have moved to 1.6. > Afte

RE: OutOfMemory issue

2011-02-01 Thread Aparna1 V
org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:70) From: "Caldarale, Charles R" To: Tomcat Users List Date: 02/01/2011 07:45 PM Subject: RE: OutOfMemory issue > From: Aparna1 V [mailto:aparna...@tcs.com] > Subject: Re: OutOfMemory issue > The heap space is set to 128

Re: OutOfMemory issue

2011-02-01 Thread Aparna1 V
is set to 64mb. Thanks, Aparna From: Christopher Schultz To: Tomcat Users List Date: 02/01/2011 03:37 AM Subject: Re: OutOfMemory issue -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Aparna, On 1/31/2011 8:42 AM, Aparna1 V wrote: > I am facing a frequent OutOfMemoryError on the Java h

OutOfMemory issue

2011-01-31 Thread Aparna1 V
Hi all, I am facing a frequent OutOfMemoryError on the Java heap space after just a few hits on the application. (The page buffer for a few jsps are of the range 4000kb) The heap size for the app is 128 MB. The server i am using is TC 6.0.24 and tomcat-dbcp for pooling and MS SQL server 200

Re: javax.naming.NamingException: Cannot create resource instance

2010-10-22 Thread Aparna1 V
It fails to parse the server.xml when i declare more than one resource under the Context element. Please help me out... From: Pid To: Tomcat Users List Date: 10/22/2010 12:37 PM Subject: Re: javax.naming.NamingException: Cannot create resource instance On 22/10/2010 06:40, Aparna1 V

RE: javax.naming.NamingException: Cannot create resource instance

2010-10-21 Thread Aparna1 V
ing not allowed in 5, or after 5.0 or 5.5. -Original Message- From: Aparna1 V [mailto:aparna...@tcs.com] Sent: Thursday, October 21, 2010 10:55 AM To: Tomcat Users List Subject: RE: javax.naming.NamingException: Cannot create resource instance Hi Barry, That is allowed in TC 4. From:

RE: javax.naming.NamingException: Cannot create resource instance

2010-10-21 Thread Aparna1 V
4 you had to do that -- but not so after 5.0, or at least 5.5 And on top of that, you've got two ResourceLink name attributes pointing to the same class with different names. Not sure, but is that allowed? -Original Message- From: Aparna1 V [mailto:aparna...@tcs.com] Sent: Thursday,

javax.naming.NamingException: Cannot create resource instance

2010-10-21 Thread Aparna1 V
Hi, I am migrating my application from tomcat 4 to tomcat 6.0. But the data sources are not being created. I have configured the datasources in the server.xml as follows: Im trying to connect to sql server 2005. server.xml serverName NYCITASD074