After performing a Content Export Bridge (CEB) health check on the host, occasionally you may receive a "status": 404,"error": "Not Found" error (Figure 1 and Figure 2):
curl -k https://localhost:8443/ceservice/HealthCheck
curl -k https://localhost:8443/ceservice/advHealthCheck
Figure 1 Health check
{"status": 404,"error": "Not Found","path": "/ceservice/advHealthCheck"}
Figure 2 Error
Note: This applies to Content Export version 20.14 and higher.
To resolve this, navigate to the default CEB configuration directory and update the parameter in the configuration.properties configuration file as show in Figure 3:
server.servlet.context-path=/ceservice
Figure 3 Parameter
Once this has been done, save the configuration.properties configuration file and restart the CEB. You can then perform the health check from the host again and confirm the error no longer occurs (Figure 4):
curl -k https://localhost:8443/ceservice/HealthCheck
curl -k https://localhost:8443/ceservice/advHealthCheck
Figure 4 Health check