IDMS Rest API Startup fails with:
The problem is this incorrect format for setting of PWD:
export PWD=/.../.../idms_rest_api/idms_1.1.0/idmsapi-1.1.0/bin/idmsapi-1.1.0.jar
The export PWD= path was incorrect and it picked up the wrong application.yml file.
The export PWD= path should be pointing to the directory of the IDMS API
For example:
export PWD=/.../.../idms_rest_api/idms_1.1.0/idmsapi-1.1.0