When configuring the Intelligence server via the Configuration Wizard, the following error appears:
[ERROR] Invalid Port Number: The port 34952 you specified is in use, please use another one.
sudo lsof -i -P -n | grep LISTEN
MSTRSvr 20252process occupies the
34952port.

34952) while configuring the Intelligence server, kill the process using the command:
kill <process number>
kill 20252
