Symptoms

Application failed to provision, there is a failed task in POA task manager with output:

The requested URL /endpoint_folder/application_service was not found on this server

, where endpoint_folder is a folder on endpoint server where the application scripts were deployed, and application_service is the service to be provisioned.

Cause

Endpoint server is not configured correctly, Web server cannot find the script to handle the request.

Resolution

Verify that you have rewrite rules configured correctly on the endpoint and that correct scripts are deployed there.

If you used the endpoint.sh script to deploy the endpoint, you may try to redeploy it:

  • Backup the existing endpoint folder
  • Redeploy the endpoint using endpoint.sh and correct application package
  • Copy the files from the config folder inside the backed up folder into the new one

After that process the failed task and see if the error disappears.

Application should now work correctly.

Internal content

Link on internal Article