Re: DigestAuthenticator failure: java.sql.SQLException: Operation not allowed after ResultSet closed

2009-08-03 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Digilloyd, On 7/31/2009 1:59 PM, DIGLLOYD INC wrote: Thank you. Any snippet on the right way to to the Realm/Resource thing? It's been so long I don't remember the right way Simple: just put this in your WEB-INF/context.xml file: Resource

Re: DigestAuthenticator failure: java.sql.SQLException: Operation not allowed after ResultSet closed

2009-08-03 Thread DIGLLOYD INC
Thank you! (and thanks to Chuck also) Lloyd Chambers http://diglloyd.com http://macperformanceguide.com/ [Mac OS X 10.5.7 Intel, Tomcat 6.0.20] On Aug 3, 2009, at 3:05 PM, Christopher Schultz wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Digilloyd, On 7/31/2009 1:59 PM,

Re: DigestAuthenticator failure: java.sql.SQLException: Operation not allowed after ResultSet closed

2009-07-31 Thread DIGLLOYD INC
Thank you, looks like 6.0.19 should fix it, I've upgraded to that. Lloyd Lloyd Chambers http://diglloyd.com http://macperformanceguide.com/ [Mac OS X 10.5.2 Intel, Tomcat 6.0.16] On Jul 30, 2009, at 10:28 AM, Konstantin Kolinko wrote: 2009/7/30 DIGLLOYD INC digllo...@diglloyd.com: How

Re: DigestAuthenticator failure: java.sql.SQLException: Operation not allowed after ResultSet closed

2009-07-31 Thread DIGLLOYD INC
Chris, Thank you. Any snippet on the right way to to the Realm/Resource thing? It's been so long I don't remember the right way Lloyd On Jul 30, 2009, at 12:13 PM, Christopher Schultz wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Diglloyd, On 7/30/2009 1:28 PM, Konstantin

DigestAuthenticator failure: java.sql.SQLException: Operation not allowed after ResultSet closed

2009-07-30 Thread DIGLLOYD INC
How can I resolve this issue? It takes Tomcat own on a regular basis, locking out legitimate users. Looks like JDBCRealm has some kind of bug. Thanks! Jul 29, 2009 1:46:41 PM org.apache.catalina.realm.JDBCRealm getRoles SEVERE: Exception performing authentication java.sql.SQLException:

Re: DigestAuthenticator failure: java.sql.SQLException: Operation not allowed after ResultSet closed

2009-07-30 Thread Konstantin Kolinko
2009/7/30 DIGLLOYD INC digllo...@diglloyd.com: How can I resolve this issue?  It takes Tomcat own on a regular basis, locking out legitimate users.  Looks like JDBCRealm has some kind of bug. Thanks! Jul 29, 2009 1:46:41 PM org.apache.catalina.realm.JDBCRealm getRoles SEVERE: Exception

Re: DigestAuthenticator failure: java.sql.SQLException: Operation not allowed after ResultSet closed

2009-07-30 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Diglloyd, On 7/30/2009 1:28 PM, Konstantin Kolinko wrote: It should be the following issue: https://issues.apache.org/bugzilla/show_bug.cgi?id=45453 For whatever reason, JDBCRealm has always been a steaming POS. I would highly recommend using