Re: pool error timeout waiting for idle object

2010-09-09 Thread Mark Thomas
On 09/09/2010 10:17, sasidhar prabhakar wrote: > tomcat - 6 > oracle 11g > centos 5 > jdbc type 4 That information isn't close to complete and is pretty much useless. When asked for a version number, please provide the *full* version number. You also missed out the JDBC driver version. This is a

Re: pool error timeout waiting for idle object

2010-09-09 Thread sasidhar prabhakar
tomcat - 6 oracle 11g centos 5 jdbc type 4 the thread dump some of threads are "http-80-262" daemon prio=1 tid=0x73048fd8 nid=0x268a waiting for monitor entry [0x6f975000..0x6f9760b0] at org.apache.tomcat.dbcp.dbcp.PoolableConnectionFactory.makeObject(PoolableConnectionFactory.java:294)

Re: pool error timeout waiting for idle object

2010-09-09 Thread Mark Thomas
On 09/09/2010 07:57, sasidhar prabhakar wrote: > My application sometimes responding very slow. > When I observed the logs, it is showing these lines > > Cannot get a connection, pool error Timeout waiting for idle object. > The maximum connections on oracle I set 150. > maxActive="200" Tha

Re: pool error timeout waiting for idle object

2010-09-09 Thread sasidhar prabhakar
yes I can get through SQLDeveloper. On Thu, Sep 9, 2010 at 12:32 PM, Wesley Acheson wrote: > On Thu, Sep 9, 2010 at 8:57 AM, sasidhar prabhakar > wrote: > > My application sometimes responding very slow. > > When I observed the logs, it is showing these lines > > > > Cannot get a connection, p

Re: pool error timeout waiting for idle object

2010-09-09 Thread Wesley Acheson
On Thu, Sep 9, 2010 at 8:57 AM, sasidhar prabhakar wrote: > My application sometimes responding very slow. > When I observed the logs, it is showing these lines > > Cannot get a connection, pool error Timeout waiting for idle object. > > The maximum connections on oracle I set 150. > When I query