tomcat 7.0.55 jdbc pool "Not a wrapper of oracle.jdbc.OracleConnection"

2016-06-30 Thread Balana, Vishal
I have following resource configuration for Oracle Data source Pool and trying to unwrap the connection object using: OracleConnection conn = connection.unwrap(OracleConnection.class); And getting following exception: com.sun.proxy.$Proxy77.unwrap exception : java.sql.SQLException: Not a wrappe

General question about removeAbandoned property

2015-06-12 Thread Balana, Vishal
Hello, I am trying to find if removeAbandoned property set to True would leads a connection returned back to pool and available to be borrowed again? If not, am I one connection less in pool? Thanks, Vishal

RE: Performance question...

2015-04-14 Thread Balana, Vishal
Could you please share the reference/link to spring framework fix as only code cache increase didn't help? Regards, Vishal -Original Message- From: PerfGuru [mailto:myunipor...@yahoo.com.INVALID] Sent: Monday, April 13, 2015 5:23 PM To: Jeffrey Janner; 'Tomcat Users List' Subject: Re: P

RE: Tomcat 7.0.55, OS: 64-bit Windows 7

2014-08-29 Thread Balana, Vishal
Anyone has any idea about following? Any thoughts...? From: Balana, Vishal Sent: Friday, August 29, 2014 11:33 AM To: 'users@tomcat.apache.org' Subject: Tomcat 7.0.55, OS: 64-bit Windows 7 Hi, I have been struggling for days now to understand why my tomcat instance created throu

Tomcat 7.0.55, OS: 64-bit Windows 7

2014-08-29 Thread Balana, Vishal
Hi, I have been struggling for days now to understand why my tomcat instance created through RAD 8.5 Servers view not generating catalina.out and tomcat.log log files at ${catalina.base}/logs. I only see localhost_access_log.-XX-XX.txt logs file?Why? Please help! Thanks & regards, Vi