Re: Why am I Getting org.apache.catalina.realm.JDBCRealm getPassword SEVERE: Exception performing authentication?

2012-02-09 Thread Pid
On 09/02/2012 00:19, Jonathan Rosenberg wrote: Thanks to all who are trying to help. See info below. Here it is: What about the appname/WEB-INF/web.xml? p -- [key:62590808] signature.asc Description: OpenPGP digital signature

Re: Why am I Getting org.apache.catalina.realm.JDBCRealm getPassword SEVERE: Exception performing authentication?

2012-02-09 Thread Jonathan Rosenberg
After many sessions of logging, testing, etc. I have convinced that I have been looking at tow unrelated issues: 1) Tomcat's auth was failing due to closed DB connections. But this is actually not a problem was unrelated to the problem I was trying to track down. 2) My app's DB pool is not set

Why am I Getting org.apache.catalina.realm.JDBCRealm getPassword SEVERE: Exception performing authentication?

2012-02-08 Thread Jonathan Rosenberg
Vital statistics: Apache Tomcat/7.0.221.6.0_22-b04Sun Microsystems Inc. Linux 1) Using org.apache.catalina.realm.UserDatabaseRealm for authentication to Manager app. No pooling. 2) Running a Grails app that is using CAS authentication on remote server. Using dbcp pooling. 3)

Re: Why am I Getting org.apache.catalina.realm.JDBCRealm getPassword SEVERE: Exception performing authentication?

2012-02-08 Thread Konstantin Kolinko
2012/2/8 Jonathan Rosenberg j...@tabbysplace.org: Vital statistics:    Apache Tomcat/7.0.22        1.6.0_22-b04    Sun Microsystems Inc.   Linux 1) Using org.apache.catalina.realm.UserDatabaseRealm for authentication to Manager app.  No pooling. 2) Running a Grails app that is using CAS

Re: Why am I Getting org.apache.catalina.realm.JDBCRealm getPassword SEVERE: Exception performing authentication?

2012-02-08 Thread Jonathan Rosenberg
On Wed, Feb 8, 2012 at 1:08 PM, Konstantin Kolinko knst.koli...@gmail.com wrote: 2012/2/8 Jonathan Rosenberg j...@tabbysplace.org: Vital statistics:    Apache Tomcat/7.0.22        1.6.0_22-b04    Sun Microsystems Inc.   Linux 1) Using org.apache.catalina.realm.UserDatabaseRealm for

Re: Why am I Getting org.apache.catalina.realm.JDBCRealm getPassword SEVERE: Exception performing authentication?

2012-02-08 Thread Mark Thomas
On 08/02/2012 18:23, Jonathan Rosenberg wrote: Caused by: com.mysql.jdbc.exceptions.jdbc4.CommunicationsException: The last packet successfully received from the server was 58,153,867 milliseconds ago. The last packet sent successfully to the server was 58,153,867 milliseconds ago. is longer

Re: Why am I Getting org.apache.catalina.realm.JDBCRealm getPassword SEVERE: Exception performing authentication?

2012-02-08 Thread Mark Eggers
org.apache.catalina.realm.JDBCRealm getPassword SEVERE: Exception performing authentication? On Wed, Feb 8, 2012 at 1:08 PM, Konstantin Kolinko knst.koli...@gmail.com wrote: 2012/2/8 Jonathan Rosenberg j...@tabbysplace.org: Vital statistics:    Apache Tomcat/7.0.22        1.6.0_22-b04    Sun Microsystems Inc

Re: Why am I Getting org.apache.catalina.realm.JDBCRealm getPassword SEVERE: Exception performing authentication?

2012-02-08 Thread Jonathan Rosenberg
On Wed, Feb 8, 2012 at 1:41 PM, Mark Thomas ma...@apache.org wrote: On 08/02/2012 18:23, Jonathan Rosenberg wrote: Caused by: com.mysql.jdbc.exceptions.jdbc4.CommunicationsException: The last packet successfully received from the server was 58,153,867 milliseconds ago.  The last packet sent

Re: Why am I Getting org.apache.catalina.realm.JDBCRealm getPassword SEVERE: Exception performing authentication?

2012-02-08 Thread Mark Thomas
On 08/02/2012 19:15, Jonathan Rosenberg wrote: On Wed, Feb 8, 2012 at 1:41 PM, Mark Thomas ma...@apache.org wrote: On 08/02/2012 18:23, Jonathan Rosenberg wrote: Caused by: com.mysql.jdbc.exceptions.jdbc4.CommunicationsException: The last packet successfully received from the server was

Re: Why am I Getting org.apache.catalina.realm.JDBCRealm getPassword SEVERE: Exception performing authentication?

2012-02-08 Thread Jonathan Rosenberg
Mark, Thanks for the reply. I don't understand why Tomcat is involved in the authentication (the exception happens in org.apache.catalina.realm.JDBCRealm getPassword) at this point. As far as I know, the only authentication going on should be the CAS authentication used by my app. This

Re: Why am I Getting org.apache.catalina.realm.JDBCRealm getPassword SEVERE: Exception performing authentication?

2012-02-08 Thread Mark Thomas
On 08/02/2012 19:52, Jonathan Rosenberg wrote: Mark, Thanks for the reply. I don't understand why Tomcat is involved in the authentication (the exception happens in org.apache.catalina.realm.JDBCRealm getPassword) at this point. As far as I know, the only authentication going on should

Re: Why am I Getting org.apache.catalina.realm.JDBCRealm getPassword SEVERE: Exception performing authentication?

2012-02-08 Thread Jonathan Rosenberg
See below On Wed, Feb 8, 2012 at 2:59 PM, Mark Thomas ma...@apache.org wrote: On 08/02/2012 19:52, Jonathan Rosenberg wrote: Mark, Thanks for the reply. I don't understand why Tomcat is involved in the authentication  (the exception happens in org.apache.catalina.realm.JDBCRealm

RE: Why am I Getting org.apache.catalina.realm.JDBCRealm getPassword SEVERE: Exception performing authentication?

2012-02-08 Thread Caldarale, Charles R
From: shmol...@gmail.com [mailto:shmol...@gmail.com] On Behalf Of Jonathan Rosenberg Subject: Re: Why am I Getting org.apache.catalina.realm.JDBCRealm getPassword SEVERE: Exception performing authentication? From reading the docs, I expected to see something in catalina.out. It certainly

Re: Why am I Getting org.apache.catalina.realm.JDBCRealm getPassword SEVERE: Exception performing authentication?

2012-02-08 Thread Jonathan Rosenberg
On Wed, Feb 8, 2012 at 5:05 PM, Caldarale, Charles R chuck.caldar...@unisys.com wrote: From: shmol...@gmail.com [mailto:shmol...@gmail.com] On Behalf Of Jonathan Rosenberg Subject: Re: Why am I Getting org.apache.catalina.realm.JDBCRealm getPassword SEVERE: Exception performing authentication

RE: Why am I Getting org.apache.catalina.realm.JDBCRealm getPassword SEVERE: Exception performing authentication?

2012-02-08 Thread Caldarale, Charles R
From: shmol...@gmail.com [mailto:shmol...@gmail.com] On Behalf Of Jonathan Rosenberg Subject: Re: Why am I Getting org.apache.catalina.realm.JDBCRealm getPassword SEVERE: Exception performing authentication? there is no effective web.xml output in any of the log files. So what are your

Re: Why am I Getting org.apache.catalina.realm.JDBCRealm getPassword SEVERE: Exception performing authentication?

2012-02-08 Thread Jonathan Rosenberg
Thanks to all who are trying to help. See info below. On Wed, Feb 8, 2012 at 6:10 PM, Caldarale, Charles R chuck.caldar...@unisys.com wrote: From: shmol...@gmail.com [mailto:shmol...@gmail.com] On Behalf Of Jonathan Rosenberg Subject: Re: Why am I Getting org.apache.catalina.realm.JDBCRealm