Binding is incomplete error

When running a script to start a container (such as startserver.sh or startanalytics.sh) you are prompted to manually bind an IP address because of an error that the binding is incomplete.

Explanation

The script is designed to exit after a certain time duration has passed.

How to resolve

Manually bind the IP address by running the related cf ic command. For example, cf ic ip bind.

If binding the IP address manually is not successful, ensure that the status of the container is running and then try binding again.
Note: Containers must be in a running state to be bound successfully.