What do the deployment errors mean?
Errors reported in the SIM log when service deployment fails and the service instance fails to start
The following errors may be reported in the SIM log.
2007-06-21 16:12:59.143 Eastern Standard Time ERROR [3396:5744] soam.common.EventAgent - Application <SampleAppCPP>: the service <SampleService> could not be deployed to host <ib04b13>. The logged error was: <Domain <SOAM, Application>: Failed to run the servicepre-exec command (deploy utility), soamdeploy. The command returned the error code -2951.>.
Error -2951 was reported by the soamdeploy utility when it attempted to deploy the service package on the compute host. This error was reported on Windows. Error -2951 corresponds to IBM® Spectrum Symphony error 90001, SEC_INIT_ERROR.
Error mapping table
The following table maps SOAM errors to errors reported by the deployment utility soamdeploy in Windows and Linux®.
Error | SOAM error number | Windows | Linux |
---|---|---|---|
CLI_MSG_VEM_NOT_AVAILABLE | 50003 | -833 | 191 |
CLI_MSG_SOAM_DEPLOY_RS_URL_NOT_FOUND_FROM_VEM | 50861 | 25 | 25 |
SEC_INIT_ERROR | 90001 | -2951 | 121 |
SEC_LOAD_PLUGIN_FAILED | 90013 | -2963 | 109 |
SEC_EMPTY_PLUGIN_NAME | 90016 | -2966 | 106 |
The following is a detailed description of the errors:
- CLI_MSG_VEM_NOT_AVAILABLE 50003:
Cannot connect to grid or grid simulation component. It is likely that either the cluster is not configured correctly or an essential service is not available.
- CLI_MSG_SOAM_DEPLOY_RS_URL_NOT_FOUND_FROM_VEM 50861:
Cannot get URL of Repository Service from VEM API.
- SEC_INIT_ERROR 90001:
Internal error: Failed to initialize security.
- SEC_LOAD_PLUGIN_FAILED 90013:
Security error: Failed to load the security plug in.
- SEC_EMPTY_PLUGIN_NAME 90016:
The security plugin name cannot be empty. Please make sure your environment is properly configured.