remove WsDeployService hard coded filepath to environment.xml file
Description
Conclusion
None
Activity
Show:
Fixed
Pinned fields
Click on the next to a field label to start pinning.
Details
Details
Details
Created July 8, 2016 at 7:07 PM
Updated July 11, 2016 at 9:50 AM
Resolved July 11, 2016 at 9:50 AM
On line 35 of /esp/services/WsDeploy/WsDeployServices.cpp there is a #define for STANDARD_CONFIG_STAGED_PATH. This string literal is hard coded to /etc/HPCCSystems/environment.xml which causes configmgr to break if you are running the platform from an alternate location.
Quick fix to make it variable at compile time, to use the values set in the build-config.h header file.