Gateway "Process controller unable to bind listener" error
search cancel

Gateway "Process controller unable to bind listener" error

book

Article ID: 132330

calendar_today

Updated On: 02-27-2025

Products

CA API Gateway

Issue/Introduction

If the controller is unable to bind itself to a valid IP address and/or interface, the following error will be seen in the controller's log:

/opt/SecureSpan/Controller/var/logs/sspc_0_0.log


com.l7tech.server.processcontroller.ProcessControllerDaemon: Process controller unable to bind listener, please ensure server ip address and port are valid and available and restart. Error creating bean with name 'servletContainer' defined in class path resource [com/l7tech/server/processcontroller/resources/processControllerServletContainerContext.xml]: Invocation of init method failed; nested exception is java.net.BindException: Cannot assign requested address (Bind failed)

Environment

API Gateway

Resolution

  • Edit the host.properties file:
# vi /opt/SecureSpan/Controller/etc/host.properties 
  • Check host.controller.sslIpAddre=<value> entry and make sure is either set with correct IP address or to any interface/IP  
host.controller.sslIpAddress=<valid IP>

OR

host.controller.sslIpAddress=\:\:
  • Restart the Gateway service
# service ssg restart
Value \:\: is for IPv6