Hi everyone, when I tried upgrading ColdFusion fro...
# cfml-general
a
Hi everyone, when I tried upgrading ColdFusion from 2016 to 2021 on AWS (Fargate) with Ubuntu, I encountered a strange error. Does anyone have any thoughts on how to resolve this issue? Thanks!
r
execute permissions?
a
yes i have already executed the permission, we have a CF2021 which is already running in production, when i tried to deploy the same image in qa environment...got this error.
q
So, something is throwing a 403 error to you... Either SELinux is blocking access to the filesystem from Tomcat or a simple file permission error. Since it's running on fargate, you should be able to throw that same image on a local copy of Docker and see if you can reproduce it.
👍 2
a
selinux is currently disabled, it not possible to run the image locally due to vpn restriction. i can only able to build the docker image. Is this error can occurs due to license?
q
You can't run the image due to a VPN restriction, but you can build it? That does not make a ton of sense.
a
i am able to build and run but got this error cat coldfusion-out.log Jan 9, 2025 121935 PM Information [main] - Starting logging... Jan 9, 2025 121935 PM Information [main] - Starting license... Jan 9, 2025 121939 PM Error [main] - The activation status is invalid. Jan 9, 2025 121939 PM Information [main] - Verifying connectivity to Adobe Licensing server. Jan 9, 2025 121941 PM Information [main] - ColdFusion is not activated. Attempting activation now. Jan 9, 2025 121941 PM Information [main] - Fetching scenario key from Adobe Licensing server. Jan 9, 2025 121944 PM Information [main] - Standard Edition enabled Jan 9, 2025 121946 PM Information [main] - Starting crypto... Jan 9, 2025 121946 PM Information [main] - Starting security... Jan 9, 2025 121946 PM Information [main] - Starting scheduler... Jan 9, 2025 121946 PM Information [main] - Starting WatchService... Jan 9, 2025 121946 PM Information [main] - Starting runtime... Jan 9, 2025 121948 PM Information [main] - Starting client... Jan 9, 2025 121948 PM Information [main] - Starting archive... Jan 9, 2025 121948 PM Information [main] - Starting CloudConfig... Jan 9, 2025 121948 PM Information [main] - Starting VendorCredential... Jan 9, 2025 121948 PM Information [main] - Starting rest... Jan 9, 2025 121948 PM Information [main] - Starting registry... Jan 9, 2025 121948 PM Information [main] - Uninstalling the package administrator Jan 9, 2025 121949 PM Information [main] - Uninstalling the package adminapi