teaman
01/28/2022, 1:27 AMcoldfusion.document.DocumentServiceImpl$NoSuchServiceManagerException: The Service Manager for name PDF_Services cannot be found.
bdw429s
01/28/2022, 5:20 PM.prikey
files keep reverting to the incorrect one in our CF engines?teaman
01/28/2022, 5:21 PMjclausen
01/28/2022, 5:24 PMseed.properties
file? Here are my cleanup steps for Adobe Engines:
14. Once verified, stop the container, remove all of the log files ( `rm -rf ./WEB-INF/cfusion/logs/*`, `rm -rf ./*.log` ), remove all of the compiled classes ( `rm -rf ./WEB-INF/cfclasses/*` ), and the backup directory for the applied hotfix ( `rm -rf ./WEB-INF/cfusion/hf-updates/hf-*` and `rm -rf ./WEB-INF/cfusion/hf-updates/hotfix-*` )
15. The paths in the administrator will have been changed to your local path. You will need to remove references to local paths. From `docker/[engine name]` directory, run the following command: `sed "s/>*\${PWD}/\[YOUR ENGINE ROOT HERE\]/g" ./WEB-INF/cfusion/lib`
16. Apply the following updates to the file system for security:
- Remove WEB-INF/cfusion/lib/seed.properties in ACF 2016+ `rm -f ./WEB-INF/cfusion/lib/seed.properties`
- ACF's WEB-INF/cfusion/lib/neo-security.xml (Remove admin.userid.root.salt setting) (`open WEB-INF/cfusion/lib/neo-security.xml`)
- Reset RDS password to blank (denies access) and reset admin password to "commandbox" and set encrypted flag to false in WEB-INF/cfusion/lib/password.properties (`open WEB-INF/cfusion/lib/password.properties`)
17. The following updates to the file system need to be applied when building ACF 2021 to ensure error-free startup on multiple platforms:
- Remove the felix cache `rm -rf WEB-INF/cfusion/bin/felix-cache`
- Remove any outdateed entries for the `adminapi` and `administrator` in `WEB-INF/bundles/bundlesdependency.json`
- Remove any outdated `adminapi` and `administrator` JAR files in `WEB-INF/bundles`
- Remove all hard-coded path references in `WEB-INF/cfusion/lib/log4j.properties`
.prikey
file, I can make sure it’s updated in the engines, though.bdw429s
01/28/2022, 5:24 PM.prikey
file David B posted in a thread a while back has the exact same size as the one in our 2018 update 13 warsteaman
01/28/2022, 5:26 PMbdw429s
01/28/2022, 5:28 PM