- Check whether SPE is listening on port 8008
- If port 8008 is not listening, check the configured RESTAPI port in application.properties
- If the configured RESTAPI port in application.properties is not 8008, check whether SPE is listening on the configured port
- If SPE is not listening on the configured port, uninstall tomcat from the box where SPE is installed.
To check whether SPE is listening on port 8008
netstat -an | grep ":8008"
To check the configured port in configuration.xml
grep "server.port=" /opt/SYMCScan/bin/RESTAPI/application.properties