Message SECIN26E Bind failed, errno=1115 during CA LDAP startup. What is the problem?
search cancel

Message SECIN26E Bind failed, errno=1115 during CA LDAP startup. What is the problem?

book

Article ID: 189461

calendar_today

Updated On:

Products

LDAP SERVER FOR Z/OS

Issue/Introduction

Starting CA LDAP, error message SECIN26E Bind failed, errno=1115, errno2=744C7247 pops up. What is the problem?

Environment

Component : CA LDAP Server for z/OS

Resolution

The errno=1115 means that something is already using the address/port combination, or your TCP/IP setup is restricting the use of the STC to the IP address/port. If DEBUG was turned on, the STDERR file could show something like this:

ldap_url_parse_ext(LDAP://:4389)
daemon: bind(6) failed errno=1115 (EDC8115I Address already in use.)
slap_open_listener: failed on LDAP://:4389

The following can be done to determine if the port is in use.

If the selected socket address/port is in the range INADDRANYPORT + INADDRANYCOUNT, then the
socket address/port is reserved. Change INADDRANYPORT + INADDRANYCOUNT or select a different
socket address/port for CA LDAP Server.

To determine if the socket address/port 4389 is in use, issue the TSO command netstat (po 4389).

If the socket address/port 4389 is available you will see the following:

netstat (po 4389)                                                           
MVS TCP/IP NETSTAT CS V1R12       TCPIP Name: TCPIP           13:18:33     
User Id     Conn        State                                                
-------     ----        -----                                                 
                                                
  READY                                                                      
     
To determine if the socket address/port 389 is in use, issue the TSO command netstat (po 389).      

                                                                 
If the socket address/port 389 is in use something like this will see display output:  
     
netstat (po 389)                                                                       
MVS TCP/IP NETSTAT CS V1R12       TCPIP Name: TCPIP           13:39:48 
User Id     Conn        State                                                
-------     ----        -----                                                
LDAPR15  00001740 Establsh                                             
  Local Socket:   141.202.22.113..389                                  
  Foreign Socket: 141.202.22.113..1031                                 
LDAPR15  000002BA Listen                                               
  Local Socket:   0.0.0.0..389                                         
  Foreign Socket: 0.0.0.0..0                                           
LDAPR15  000002B9 Listen                                               
  Local Socket:   ::..389 (IPV6_ONLY)                                  
  Foreign Socket: ::..0                                                
TOMCAT   0000173F Establsh                                             
  Local Socket:   ::ffff:141.202.22.113..1031                          
  Foreign Socket: ::ffff:141.202.22.113..389


For checking TCP/IP setup, IBM has knowledge documents.  Here is one url:


https://www.ibm.com/support/knowledgecenter/en/ssw_ibm_i_72/cl/addtcpport.htm