• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Connection Pool issue in Weblogic 8.1 SP5

 
Greenhorn
Posts: 2
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
The Connection Pool capacity:80

Oneday The connections held by our four managed servers are

server1:- 0
server2:- 61
server3:- 4
server4:- 7

Connections held by server2 is not decreasing from 61, but increasing from 61 and coming down to 61.

after sometime it stucks at a higher value and eventually reaches the maximum capacity, and stucks at that, causing failure of transactions. So we are forced to restart the managed server.

Can anyone help us in this regard???
 
Ranch Hand
Posts: 1683
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Are your applications obtaining Connections from the pool as late as possible and returning them to the pool as soon as they are finished with them.
 
Biswamohan Padhy
Greenhorn
Posts: 2
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
yeah.
Can you advice is there any point/state after reaching where a application server's connection pool fails to shrink it size.

In our ApplicationServer the shrink frequency has been set to 900 seconds it means in each 15 mins, the connection pool will get refreshed to it's initial capacity.But that is also not happening.
 
I'm THIS CLOSE to ruling the world! Right after reading this tiny ad:
a bit of art, as a gift, that will fit in a stocking
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic