~/workspace/clp/build/clp-package/sbin$ ./start-clp.sh
2025-08-24T04:06:43.459 ERROR [start_clp] Failed to load config.
Traceback (most recent call last):
File "/home/junhao/workspace/clp/build/clp-package/lib/python3/site-packages/clp_package_utils/scripts/start_clp.py", line 1226, in main
clp_config.validate_aws_config_dir()
File "/home/junhao/workspace/clp/build/clp-package/lib/python3/site-packages/clp_py_utils/clp_config.py", line 902, in validate_aws_config_dir
raise ValueError("aws_config_directory does not exist")
ValueError: aws_config_directory does not exist
expected: the package starter script should detect the directory and start the package
Bug
aws_config_directoryconfigured inclp-config.ymldoes not resolve~though it was provided as an example in the docstring:clp/components/package-template/src/etc/clp-config.yml
Lines 129 to 130 in 4fa8a55
also in the docs:
clp/docs/src/user-guide/guides-using-object-storage/clp-config.md
Lines 132 to 146 in 4fa8a55
clp/docs/src/user-guide/guides-using-object-storage/index.md
Lines 71 to 73 in 4fa8a55
CLP version
4fa8a55
Environment
Reproduction steps
aws_config_directory: ~/.awsinclp-package/etc/clp-config.ymlstart-clp.sh: