Endeca Scripts: Initialize_services.sh Fails With HTTP 404 Error

Problem Statement:

When trying to run initialize services in a newly deployed application the following error is returned
INFO: Provisioning site from prototype...
Jan 11, 2016 3:15:20 PM com.endeca.soleng.eac.toolkit.script.Script runBeanShellScript
SEVERE: Not Found (404):
Occurred while executing line 3 of valid BeanShell script:
[[

1|
2|
3| IFCR.provisionSite();
4| WorkbenchManager.updateWsConfig();
5|
6|
]]


Solution:
This error is thrown when the version of the Deployment Template being used is incompatible with the workbench version. Download the correct version of the deployment template for your version of workbench and redeploy the application.

2 comments:

  1. Great post about http 404 error.
    Every one face this error.
    It is good to know about the such an error.
    Nice work.

    ReplyDelete