Content Export not found error

After performing a Content Export Bridge (CEB) health check on the host, occasionally you may receive a "status": 404,"error": "Not Found" error. This applies to Content Export version 20.14 and higher.

Health check

curl -k https://localhost:8443/ceservice/HealthCheck 
curl -k https://localhost:8443/ceservice/advHealthCheck

404 error

{"status": 404,"error": "Not Found","path": "/ceservice/advHealthCheck"}

To resolve this issue:

  1. Navigate to the default CEB configuration directory and update the parameter in the configuration.properties configuration file as shown below:
server.servlet.context-path=/ceservice
  1. Save the configuration.properties configuration file.
  2. Restart the CEB.
  3. Perform the health check from the host again and confirm the error no longer occurs.
curl -k https://localhost:8443/ceservice/HealthCheck 
curl -k https://localhost:8443/ceservice/advHealthCheck