Re: Tomcat 6.0.10 hangs on startup when APR enabled

2007-04-01 Thread Mladen Turk
Filip Hanik - Dev Lists wrote: it's blocking on initialization of SSL, did you set the correct attributes for APR/SSL (they are not the same as the java connector) Like Rainer said it blocks in SSL.initialize(). Wait few minutes... Now, a param for AprLifecycleListener named SSL.randSet("/d

Filter class not found problem

2007-04-01 Thread Frank W. Zammetti
Hey folks... I'm having a real pain of a problem here... vital stats: JRE 1.6.0-b105 (JDK 6) Tomcat 6.0.10 I have a filter that compiles fine but will not initialize... error that appears on Tomcat startup: Apr 2, 2007 1:04:38 AM org.apache.catalina.core.StandardContext filterStart SEVERE: Ex

Re: Tomcat 6.0.10 hangs on startup when APR enabled

2007-04-01 Thread Filip Hanik - Dev Lists
it's blocking on initialization of SSL, did you set the correct attributes for APR/SSL (they are not the same as the java connector) Filip Stefan Armbruster wrote: Hi, thanks for the responses so far. I removed all libapr* deb packages and installed apr 1.2.8 from source, but Tomcat still

Context reload problem

2007-04-01 Thread tpyhala
Hi, I'm experiencing strange behavior on reloading a context. Basically (only) if I have sessions active and I hit reload in tomcat manager application the reload fails with famous: FAIL - Encountered exception java.lang.NoClassDefFoundError: org/apache/log4j/spi/VectorWriter Furthermore

Re: getting Heap Exception

2007-04-01 Thread Rashmi Rubdi
Some solutions are already suggested here for the error: http://tomcat.apache.org/faq/memory.html - Are you using Connection Pooling? http://tomcat.apache.org/tomcat-6.0-doc/jndi-datasource-examples-howto.html - Paging? http://displaytag.sourceforge.net/11/tut_externalSortAndPage.html -Rashmi

Re: JVM environment variable..

2007-04-01 Thread prt
The JDK did not ask for time zone. It use the system local timezone, but i want to use other timezone. Thank you anyway. Rashmi Rubdi-2 wrote: > > The TimeZone should be set not only at the JVM level but also at other > levels such > as the Database, Operating System, Web Server etc. > > When

Re: JVM environment variable..

2007-04-01 Thread Rashmi Rubdi
The TimeZone should be set not only at the JVM level but also at other levels such as the Database, Operating System, Web Server etc. When you first installed JDK or JRE , did it not ask what TimeZone yo want to set? There's already a thread for setting TimeZone on Tomcat: http://www.mail-archiv

Re: Tomcat 6.0.10 hangs on startup when APR enabled

2007-04-01 Thread Rainer Jung
Just a guess: looks like SSL is waiting for /dev/random (blocking random) to answer, and /dev/random can take a long time to answer if there's not enough entropy in the system. Usually you can choose betwenn /dev/random and /dev/urandom (non blocking but cryptographic quality depending on entropy)

getting Heap Exception

2007-04-01 Thread balaraju mandala
Hi All, I am Bala Raju, I have a problem with Tomcat, please i need u r suggestion. I wrote a page in JSP, which will extract data from Database and generate a report in Excel sheet. Some times the Excel sheet report can be up to 2 MB, it is taking longer process to create Excel sheet and some t

JVM environment variable..

2007-04-01 Thread prt
Hi to all, I want to set the JVM(1.5) to use timezone "Asia/Jerusalem". I try to to set any windows environment variables, JAVA_OPTS to -Duser.timezone=Asia/Jerusalem (Not work) so i try TZ to -Duser.timezone=Asia/Jerusalem (Not work) (Maybe i have to restart windows after changing any environmen

Re: Tomcat 6.0.10 hangs on startup when APR enabled

2007-04-01 Thread Stefan Armbruster
Hi, thanks for the responses so far. I removed all libapr* deb packages and installed apr 1.2.8 from source, but Tomcat still hangs. Below the thread dump as suggested by Filip: 29.03.2007 19:38:56 org.apache.catalina.core.AprLifecycleListener init INFO: Loaded Apache Tomcat Native library 1.1.