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:
- 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
- Save the configuration.properties configuration file.
- Restart the CEB.
- 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