Hi,
On one of the ColdFusion 2018 Server on Windows 2019, service doesn't start after server reboot and seeing this following error in event log.
The ColdFusion 2018 Application Server service could not be started within 240 seconds. Increase the server startup timeout value using E:\ColdFusion2018\cfusion\bin\coldfusionsvc.exe -starttimeout <seconds> "ColdFusion 2018 Application Server".
We have to manually start service.
I don't see anything in ColdFusion logs:
"Information","main","06/01/19","03:04:11","","Starting logging..."
"Information","main","06/01/19","03:04:11","","Starting license..."
"Information","main","06/01/19","03:04:12","","Enterprise Edition enabled"
"Information","main","06/01/19","03:04:12","","Starting crypto..."
"Information","main","06/01/19","03:04:13","","Installed JSafe JCE provider: Version 6.21 Crypto-J 6.2.1, EMC Corporation. JsafeJCE Security Provider (implements RSA, DSA, ECDSA, Diffie-Hellman, ECDH, AES, DES, Triple DES, DESX, RC2, RC4, RC5, PBE, MD2, MD5, RIPEMD160, SHA1, SHA224, SHA256, SHA384, SHA512, HMAC-MD5, HMAC-RIPEMD160, HMAC-SHA1, HMAC-SHA224, HMAC-SHA256, HMAC-SHA384, HMAC-SHA512, HMACDRBG, HASHDRBG, CTRDRBG, FIPS186PRNG, SHA1PRNG, MD5PRNG; RFC 3394, RFC 5649 AES Key Wrap; X.509 CertificateFactory; PKCS12, PKCS15 KeyStore; X.509V1, PKIX, PKIX-SuiteB, PKIX-SuiteBTLS CertPathValidators; X.509V1, PKIX, PKIX-SuiteB, PKIX-SuiteBTLS CertPathBuilders; LDAP, Collection CertStores)"
"Information","main","06/01/19","03:04:13","","Starting security..."
"Information","main","06/01/19","03:04:14","","Starting scheduler..."
"Information","main","06/01/19","03:04:14","","Starting WatchService..."
"Information","main","06/01/19","03:04:14","","Starting debugging..."
"Information","main","06/01/19","03:04:14","","Starting sql..."
"Information","main","06/01/19","03:04:18","","Starting runtime..."
"Information","main","06/01/19","03:04:27","","CORBA Configuration not enabled"
"Information","main","06/01/19","03:04:27","","Starting mail..."
"Information","main","06/01/19","03:04:27","","Starting cron..."
"Information","main","06/01/19","03:04:29","","Starting registry..."
"Information","main","06/01/19","03:04:29","","Starting client..."
"Information","main","06/01/19","03:04:29","","Starting xmlrpc..."
"Information","main","06/01/19","03:04:31","","Starting jaxrs..."
"Information","main","06/01/19","03:04:31","","Starting graphing..."
"Information","main","06/01/19","03:04:32","","Starting solr..."
"Information","main","06/01/19","03:04:32","","Starting archive..."
"Information","main","06/01/19","03:04:32","","Starting document..."
"Information","main","06/01/19","03:04:33","","Starting eventgateway..."
"Information","main","06/01/19","03:04:33","","Starting FlexAssembler..."
"Information","main","06/01/19","03:04:33","","Starting .NET..."
"Information","main","06/01/19","03:04:33","","Starting Monitoring..."
"Information","main","06/01/19","03:04:35","","Starting PDFG..."
"Information","main","06/01/19","03:04:35","","Starting WebSocket..."
"Information","main","06/01/19","03:04:35","","WebSocket server listens on port: 8581"
"Information","main","06/01/19","03:04:35","","ColdFusion started"
"Information","main","06/01/19","03:04:35","","ColdFusion: application services are now available"
Thank you.