Tango server cannot be started:
Maybe a server not being visible to Astor is already 'running'. This will block
the startup of the new server.
User action: find the PID of the zombie server and kill it.
ps -aux | grep ServerName
kill -9 <PID>
Then use Astor to start the server.