The service Catalog homepage does not load. The Catalog_HOME\logs\view\ServiceCatalog.log shows the following error:
java.net.BindException: Address already in use: NET_Bind
Caused by: java.net.BindException: Address already in use: bind
Service Catalog 17.x
Service Catalog tomcat port numbers are being used by another application, causing Catalog tomcat services to fail to start.
1. Backup the Catalog_Home\view\conf\server.xml
2. Edit the server.xml to use new port numbers not used by other processes.
To ensure they are not being used run:
netstat -ano | findstr <port to use>
3. Save Changes in the server.xml
4. Start Catalog Services.