Re: [EXTERNAL]Re: DBCP issuing more sessions than maxActive sessions in Oracle

2017-01-25 Thread Romero , René
I see, thanks a lot for shedding light on that misconfiguration Phil. Fit mind in fit body. From: Phil Steitz Sent: Wednesday, January 25, 8:33 AM Subject: Re: [EXTERNAL]Re: DBCP issuing more sessions than maxActive sessions in Oracle To: Commons Users List On 1/24/17 4:55 PM, Romero, René

Re: [EXTERNAL]Re: DBCP issuing more sessions than maxActive sessions in Oracle

2017-01-25 Thread Phil Steitz
5VNu%2FP5FANvBwCC6JFKXcS6RJy5Q76IhGGqAAEMAACC6JFKXcS6RJy5Q76IhGGqAACGtmA4AAABEgAQANT3RQAH0VJIrveZGngUUTQ%3D=zgTt0gEIPEaHc-Q35K2xD7ADDSE3yNIYLGPJUeTkGumastS1fdcpigPbw4ASyo9SSzPAsJtdi6o> > > From: Phil Steitz <phil.ste...@gmail.com> > Sent: Tuesday,

Re: [EXTERNAL]Re: DBCP issuing more sessions than maxActive sessions in Oracle

2017-01-24 Thread Romero , René
ent: Tuesday, January 24, 2017 7:58:59 PM To: Commons Users List Subject: Re: [EXTERNAL]Re: DBCP issuing more sessions than maxActive sessions in Oracle ATM & FWIW, the only push I see is to release new versions of [pool2] and [dbcp2] out of the current branches. Gary On Tue, Jan 24, 2017 a

Re: [EXTERNAL]Re: DBCP issuing more sessions than maxActive sessions in Oracle

2017-01-24 Thread Gary Gregory
ATM & FWIW, the only push I see is to release new versions of [pool2] and [dbcp2] out of the current branches. Gary On Tue, Jan 24, 2017 at 5:37 PM, Shawn Heisey wrote: > On 1/24/2017 5:36 PM, Romero, René wrote: > > Guys, do you think dbcp-1.4.1 is going to come out soon?

Re: [EXTERNAL]Re: DBCP issuing more sessions than maxActive sessions in Oracle

2017-01-24 Thread Shawn Heisey
On 1/24/2017 5:36 PM, Romero, René wrote: > Guys, do you think dbcp-1.4.1 is going to come out soon? I'm more familiar with the Lucene/Solr project than Commons, but if I had to guess, I would say that you're unlikely to see a new 1.x version of dbcp or pool. The 1.4 version of dbcp was released

Re: [EXTERNAL]Re: DBCP issuing more sessions than maxActive sessions in Oracle

2017-01-24 Thread Romero , René
M To: Commons Users List Subject: Re: [EXTERNAL]Re: DBCP issuing more sessions than maxActive sessions in Oracle On 1/24/2017 3:55 PM, Romero, René wrote: > We're running commons-dbcp-1.4 and commons-pool-1.6. To me, it sounds like > we're being impacted by this bug: > > https://is

Re: [EXTERNAL]Re: DBCP issuing more sessions than maxActive sessions in Oracle

2017-01-24 Thread Shawn Heisey
On 1/24/2017 3:55 PM, Romero, René wrote: > We're running commons-dbcp-1.4 and commons-pool-1.6. To me, it sounds like > we're being impacted by this bug: > > https://issues.apache.org/jira/browse/DBCP-379 > > [DBCP-379] number of connections created has crossed more >

Re: [EXTERNAL]Re: DBCP issuing more sessions than maxActive sessions in Oracle

2017-01-24 Thread Romero , René
Pbw4ASyo9SSzPAsJtdi6o> From: Phil Steitz <phil.ste...@gmail.com> Sent: Tuesday, January 24, 2017 3:43:29 PM To: Commons Users List Subject: [EXTERNAL]Re: DBCP issuing more sessions than maxActive sessions in Oracle What versions of dbcp and pool are you running? Looks l

Re: DBCP issuing more sessions than maxActive sessions in Oracle

2017-01-24 Thread Phil Steitz
What versions of dbcp and pool are you running? Looks like 1.x from the package names. The first thing to look at is the changelogs[1] for releases since the pool and dbcp versions that you are running. Phil [1] for dbcp this is

DBCP issuing more sessions than maxActive sessions in Oracle

2017-01-24 Thread Romero , René
Hello guys. Under what circumstances could we get more than MaxActive sessions in the database if DBCP is our only means of access to it? This is our current configuration and it's surpassing 160 Oracle sessions at times when it shouldn't go beyond 32 (our current value for MaxActive). DB =