[
https://issues.apache.org/jira/browse/DIRSERVER-2183?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Emmanuel Lecharny updated DIRSERVER-2183:
-----------------------------------------
Component/s: installer
> Apacheds 2.00-M23 DefaultPoolableLdapConnectionFactory does not work within
> Docker container
> --------------------------------------------------------------------------------------------
>
> Key: DIRSERVER-2183
> URL: https://issues.apache.org/jira/browse/DIRSERVER-2183
> Project: Directory ApacheDS
> Issue Type: Bug
> Components: installer
> Environment: apacheds embedded running as docker instance connecting
> to another apacheds standalone docker. the connection pool is btwn the first
> instance to the second.
> Reporter: harish sat
> Priority: Major
>
> config.setLdapHost(connectorConfig.get(HOSTNAME));
> config.setLdapPort(Integer.parseInt(connectorConfig.get(PORT)));
> config.setName(connectorConfig.get(USERNAME));
> config.setCredentials(connectorConfig.get(PWD));
> final DefaultPoolableLdapConnectionFactory factory = new
> DefaultPoolableLdapConnectionFactory(config);
> pool = new LdapConnectionPool(factory);
> The above block of code does not take 0.0.0.0 or docker-compose defined
> servernames. it throws back an bind exception.
> let me know if any further info is needed. Thanks!
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]