Copy link to clipboard
Copied
CF Version: 2021 Enterprise (Licensed)
Operating System: Windows 2016 (x64 in Azure)
Web Service: IIS
When I attempt to run a .cfm file using cf.bat, it gives the error below. It seems to error out because it can't contact adobe, however it is behind a very strict network, it might as well be offline. Is there a way to get past the license check, since the service is already licensed?
cf-cli>e:\webroot\scheduled_jobs\nll\index.cfm
Aug 13, 2021 23:37:51 PM Error [main] - Unable to install WatchService package: coldfusion.server.ServiceFactory$ServiceNotAvailableException: The Security service is not available.
SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
SLF4J: Defaulting to no-operation (NOP) logger implementation
SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details.
coldfusion.server.ServiceFactory$ServiceNotAvailableException: The Security service is not available.
cf-cli>Aug 13, 2021 23:38:33 PM Error [Thread-2] - Failed to contact the Adobe Licensing server: org.apache.http.conn.HttpHostConnectException: Connect to coldfusion.adobe.io:443 [coldfusion.adobe.io/44.236.133.78, coldfusion.adobe.io/44.235.106.234] failed: Connection timed out: connect
Aug 13, 2021 23:39:20 PM Error [Thread-2] - Failed to contact the Adobe Licensing server: org.apache.http.conn.HttpHostConnectException: Connect to coldfusion.adobe.io:443 [coldfusion.adobe.io/44.236.133.78, coldfusion.adobe.io/44.235.106.234] failed: Connection timed out: connect
Aug 13, 2021 23:40:07 PM Error [Thread-2] - Failed to contact the Adobe Licensing server: org.apache.http.conn.HttpHostConnectException: Connect to coldfusion.adobe.io:443 [coldfusion.adobe.io/44.236.133.78, coldfusion.adobe.io/44.235.106.234] failed: Connection timed out: connect
Aug 13, 2021 23:40:07 PM Error [Thread-2] - An error has occurred while validating online.
Copy link to clipboard
Copied
Hi @jmaitino
Let me check this at my end and get back to you. Have you installed all the packages in CF?
Copy link to clipboard
Copied
What packages need to be installed? I use another instance of Adobe ColdFusion 2021 running on a network with access to adobe, so I do a cfpm.bat update all and then replicate the bundles folder to the other machine. Then I perform the install functions with the Adobce ColdFusion service not running. That seems to do the trick.