[ 
https://issues.apache.org/jira/browse/DIRSERVER-2182?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15939111#comment-15939111
 ] 

harish sat commented on DIRSERVER-2182:
---------------------------------------

In addition to the above bug, the DefaultPoolableLdapConnectionFactory does not 
bind correctly within Docker container.

Example:
config.setLdapHost(connectorConfig.get(HOSTNAME));
config.setLdapPort(Integer.parseInt(connectorConfig.get(PORT)));
config.setName(connectorConfig.get(USERNAME));
config.setCredentials(connectorConfig.get(PWD));

When IP or Hostname is passed via docker-compose (am using server name as 
ldapserver) it does not connect.

let me know if any further details.

> Apaches 2.0.0-M23 embedded instance cannot run correctly within docker 
> container
> --------------------------------------------------------------------------------
>
>                 Key: DIRSERVER-2182
>                 URL: https://issues.apache.org/jira/browse/DIRSERVER-2182
>             Project: Directory ApacheDS
>          Issue Type: Bug
>    Affects Versions: 2.0.0-M23
>         Environment: ApacheDS Embedded instance, dropwizard and Docker 2.x
>            Reporter: harish sat
>             Fix For: 2.0.0-M23
>
>
> While running current instance within docker container, the ldapserver does 
> not bind on a specified port, no error message or exception thrown. It works 
> fine as a standalone instance but there is a problem within docker container



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

Reply via email to