The instructions below are only applicable if your system is self-hosted (contact your IT department for assistance):
Restart the MultiTrans Flow 64 service on the server.
If restarting the Flow service does not resolve the issue, check whether any security penetration tests have been performed on the server. These security tests may corrupt Flow's installation files, in which case uninstalling/reinstalling Flow on the server should resolve the issue. To prevent this from re-occurring after the next security test, take regular backups of the server and the MultiTrans/Flow databases immediately prior to any security tests. Once the security test is completed, revert back to the latest backup when Flow was still functional.
Check the "C:\Program Files\Donnelley\MultiTrans Flow 64\runtime\logs\error.log" log file on the server. If you see the following error... "Failed to create server shutdown socket on address [localhost] and port [8005]" ...then perform the following steps:
Open the following file in Notepad: C:\Program Files\Donnelley\MultiTrans Flow 64\JBoss - EWS\share\apache-tomcat-9.0.62\conf\server.xml
Look for the text
Server port="8005" shutdown="SHUTDOWN"
in this file.
Replace
port="8005"
to another available port number, such as
port="8006"
Save your changes and restart the MultiTrans Flow 64 service.