Skip to Content.
Sympa Menu

grouper-users - RE: [grouper-users] vt-ldap pooling

Subject: Grouper Users - Open Discussion List

List archive

RE: [grouper-users] vt-ldap pooling


Chronological Thread 
  • From: Gagné Sébastien <>
  • To: Gagné Sébastien <>, "Rahul Doshi" <>, <>
  • Subject: RE: [grouper-users] vt-ldap pooling
  • Date: Tue, 26 Feb 2013 10:51:21 -0500
  • Authentication-results: sfpop-ironport04.merit.edu; dkim=neutral (message not signed) header.i=none

I tried changing my minPoolSize and it doesn’t work like you, it initializes the pool to 3 connections.

 

 

De : [mailto:] De la part de Gagné Sébastien
Envoyé : 26 février 2013 10:44
À : Rahul Doshi;
Objet : RE: [grouper-users] vt-ldap pooling

 

Did you try changing  the log level ?

In log4j.properties you could try setting :

log4j.logger.edu.vt.middleware.ldap = DEBUG

 

then starting the gsh, it’ll show some informations like :

2013-02-26 10:41:46,046: [main] DEBUG AbstractLdapPool.initialize(131) -  - pool initialized to size 3

 

Maybe it can help you debug. Does it show 3 or 10 ?

 

De : [] De la part de Rahul Doshi
Envoyé : 26 février 2013 10:29
À :
Objet : [grouper-users] vt-ldap pooling

 

Hello,

 

I am using using LdapSourceAdapter in sources.xml and have specified properties below in ldap.properties to increase minimum pool size to 10 but it's not taking effect.  Even after specifying minimum pool size to ten I just see three ldap connections when I do netstat.  Can anyone suggest me what I might be missing.

 

edu.vt.middleware.ldap.pool.minPoolSize = 10

edu.vt.middleware.ldap.pool.maxPoolSize = 20

 

Thanks,

Rahul




Archive powered by MHonArc 2.6.16.

Top of Page