SPE 9 RESTAPI is running but does not raise port 8008
search cancel

SPE 9 RESTAPI is running but does not raise port 8008

book

Article ID: 270390

calendar_today

Updated On:

Products

Protection Engine for Cloud Services

Issue/Introduction

Symantec Protection Engine (SPE) 9 RESTAPI is running but does not raise port 8008

Environment

Release : 9.0.0

Platform: Linux

Resolution

  1. Check whether SPE is listening on port 8008
  2. If port 8008 is not listening, check the configured RESTAPI port in application.properties
  3. If the configured RESTAPI port in application.properties is not 8008, check whether SPE is listening on the configured port
  4. 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