tl is not a standard Unix command. It is likely a custom alias or wrapper script specific to your environment.
Run type tl or which tl to find the script location. Open that file and look for:
The service name it calls. Check if that process is actually running using ps -ef | grep [name].
A timeout variable (like WAIT_TIME or TIMEOUT). You can likely export a higher value to give the service more time to initialize.