problems at thejarbar.org

2010-05-30 Thread Yucca Nel
The following is becoming a common and serious problem and I am unable to find a google solution for it... I have never seen sych an error and it does not appear to be common enough to get many google hits but when it happens, no one is able to register at my site... Stck trace: Caused by:

Re: problems at thejarbar.org

2010-05-30 Thread Jeff
would this help? http://tomcat.apache.org/tomcat-6.0-doc/jndi-datasource-examples-howto.html#Common%20Problems On 5/30/2010 10:08 AM, Yucca Nel wrote: The following is becoming a common and serious problem and I am unable to find a google solution for it... I have never seen sych an error

Re: problems at thejarbar.org

2010-05-30 Thread Yucca Nel
Yes, but I am using JDBC and followed the setup step by step from tomcat docs ?xml version=1.0 encoding=UTF-8? Server port=9170 Listener className=org.apache.catalina.mbeans.GlobalResourcesLifecycleListener/ Listener className=org.apache.catalina.core.JasperListener / Listener

Re: problems at thejarbar.org

2010-05-30 Thread Yucca Nel
Ok I need to keep connection open to avoid exceeption but have found this is deprecated autoReconnect=true can someone provide up to date strategy for dealing with this? -- From: Jeff jwi...@cox.net Sent: Sunday, May 30, 2010 5:54 PM To:

Re: problems at thejarbar.org

2010-05-30 Thread Yucca Nel
I have found following hibernate property will this shelp? no API docs in inellij for this. Could someone explain use? -- From: Yucca Nel yucca...@live.co.za Sent: Sunday, May 30, 2010 7:53 PM To: Tomcat Users List users@tomcat.apache.org

Re: service failed to load and Error configuring application listener ...

2010-05-30 Thread Licht Jiang
Thanks, Charles! On Fri, May 28, 2010 at 10:28 AM, Caldarale, Charles R chuck.caldar...@unisys.com wrote: From: Licht Jiang [mailto:licht.ji...@gmail.com] Subject: service failed to load and Error configuring application listener ... I tried to deploy a service MyServices in a .war file to

java.lang.NoClassDefFoundError: Could not initialize class

2010-05-30 Thread Licht Jiang
I got the following error from a web service running in Apache Tomcat/5.5.27 and JVM 1.6.0_17-b04-248-10M3025. java.lang.NoClassDefFoundError: Could not initialize class com.myservice.web.TestClass TestClass is a class called by the servlet in doget(). But class TestClass is in

RE: java.lang.NoClassDefFoundError: Could not initialize class

2010-05-30 Thread Caldarale, Charles R
From: Licht Jiang [mailto:licht.ji...@gmail.com] Subject: java.lang.NoClassDefFoundError: Could not initialize class java.lang.NoClassDefFoundError: Could not initialize class com.myservice.web.TestClass Show us the full stack trace(s); there are usually at least two in cases like this.

Re: java.lang.NoClassDefFoundError: Could not initialize class

2010-05-30 Thread Licht Jiang
Thanks Charles for your help! java.lang.NoClassDefFoundError: Could not initialize class com.myservice.web.TestClass Show us the full stack trace(s); there are usually at least two in cases like this. Now I have no access to the service. But class TestClass is in

tomcat clustering

2010-05-30 Thread John Smith
Hi , I am trying to cluster 3 nodes on one machine, follow the instructions http://tomcat.apache.org/tomcat-6.0-doc/cluster-howto.html At Deployer className, i have changed Deployer className=org.apache.catalina.ha.deploy.FarmWarDeployer