OutOfMemoryError - how to increase heap size

2006-01-30 Thread Aparna Ramakrishnan
Hello, I use a Asterisk-JAVA API program which on a random basis, calls a Servlet, using Tomcat5, in order to set forwarding of calls through an Asterisk PBX Server. Two threads run throughout the program, where one is an endless thread. I use JDBC onnection with MySql. An hour after the prog

RE: help to solve 'OutOfMemoryError'

2006-01-26 Thread Aparna Ramakrishnan
! Kindly guide me through.. since I am completely new to this ground. Thanks in advance Aparna "Caldarale, Charles R" <[EMAIL PROTECTED]> wrote: > From: Aparna Ramakrishnan [mailto:[EMAIL PROTECTED] > Subject: help to solve 'OutOfMemoryError' > > What c

help to solve 'OutOfMemoryError'

2006-01-26 Thread Aparna Ramakrishnan
hello I am running a java program which makes a HttpURLConnection randomly, using Tomcat 5. I use Asterisk-JAVA API. After the program runs for an hour, it returns a java.lang.OutOfMemoryError and the HttpURLConnection is not established, but again it returns to normal and the UrlConnection wo

Re: jsp pages do not run in tomcat

2005-11-18 Thread Aparna Ramakrishnan
d at /work/Standalone/localhost/. If class files are not being created here for the JSP then check ur JSP for extra semi colons which sometime creates problems for compilation. On 11/18/05, Aparna Ramakrishnan <[EMAIL PROTECTED]> wrote: Hello, I am running tomcat4. whe

jsp pages do not run in tomcat

2005-11-18 Thread Aparna Ramakrishnan
Hello, I am running tomcat4. when i start Tomcat using /etc/init.d/tomcat4 start using JAVA_HOME=/usr/lib/kaffe, tomcat stops to run almost immediately but says the pid file still exists. Now if i export JAVA_HOME=/usr/j2sdk1.4.2_09, and start tomcat again, it runs comfortably. B

starting Tomcat using kaffe /j2sdk

2005-11-17 Thread Aparna Ramakrishnan
Hello, I have tomcat4 installed and when i run tomcat with /etc/init.d/tomcat4 start, it uses JAVA_HOME=/usr/lib/kaffe and then tomcat immediately stops running. when i check the status of the server, i get the message that Tomcat servlet engline is not running but the pid file exists