Copy link to clipboard
Copied
I feel incredibly stupid here, however i am unable to continue and i absolutely need to fix this immediately so i can finish my project on time. So here's full background.
My website and CF9 install were on a drive that failed. Assuming that it would be faster and easier, i simply moved the iis and uninstalled cf9 assuming that i could easily re-install it to the appropriate iis install. This appeared to be the case, a fresh install worked up to the point where you have to log in to the CF Administrator. At which point it simply...timed out....
The following information is meant for the website developer for debugging purposes. | |
Error Occurred While Processing Request | |
|
no matter what i do, i cannot log in to cfadmin. I've restarted cf, rebooted the machine. uninstalled, re-installed, you name it.
it is a fresh download of cf9 32 bit for windows, so i'm not sure what exactly to do in order to fix it and i can't find anything in the knowledge base or forums about this problem, and i know my dev server does not run quickly, but this is completely new to me.
What am i missing.
Copy link to clipboard
Copied
Hi,
Perhaps there will be a clue as to problem in one of the log files. When CF starts some details are reported in
ColdFusion9\runtime\logs\coldfusion-out.log and to lesser extent coldfusion-event.log.
Suggest start CF and see what gets added to log successful and error wise. I will paste a sample of CF start-up on my local host of the out log:
Starting Macromedia JRun 4.0 (Build 108858), coldfusion server
19/04 11:43:24 warning Unable to open C:\ColdFusion9\runtime/lib/license.properties
19/04 11:43:26 info JRun Naming Service listening on *:2932
19/04 11:43:27 info No JDBC data sources have been configured for this server (see jrun-resources.xml)
19/04 11:43:27 info JRun Web Server listening on *:8500
19/04 11:43:27 info JRun Proxy Server listening on *:51011
19/04 11:43:27 info Deploying enterprise application "Adobe_ColdFusion_9" from: file:/C:/ColdFusion9/
19/04 11:43:27 info Deploying web application "Adobe ColdFusion 9" from: file:/C:/ColdFusion9/
19/04 11:43:32 INFO License Service: Flex 1.5 CF Edition enabled
19/04 11:43:32 INFO Starting Flex 1.5 CF Edition
19/04 11:43:32 user JSPServlet: init
19/04 11:43:33 user ColdFusionStartUpServlet: init
19/04 11:43:33 user ColdFusionStartUpServlet: ColdFusion: Starting application services
19/04 11:43:33 user ColdFusionStartUpServlet: ColdFusion: VM version = 14.3-b01
04/19 11:43:33 Information [main] - Starting logging...
04/19 11:43:33 Information [main] - Starting license...
04/19 11:43:35 Information [main] - Developer Edition enabled
04/19 11:43:35 Information [main] - Starting crypto...
04/19 11:43:35 Information [main] - Installed JSafe JCE provider: Version 3.6 RSA Security Inc. Crypto-J JCE Security Provider (implements RSA, DSA, Diffie-Hellman, 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)
04/19 11:43:35 Information [main] - Starting security...
04/19 11:43:35 [main] INFO Using "C:\Windows\TEMP\vfs_cache" as temporary files store.
04/19 11:43:35 Information [main] - Starting scheduler...
04/19 11:43:35 Information [main] - Starting WatchService...
04/19 11:43:35 Information [main] - Starting debugging...
04/19 11:43:35 Information [main] - Starting sql...
04/19 11:43:35 Information [main] - Starting mail...
04/19 11:43:36 Information [main] - Starting runtime...
04/19 11:43:36 Information [main] - CORBA Configuration not enabled
04/19 11:43:36 Information [main] - Starting cron...
04/19 11:43:36 Information [main] - Starting registry...
04/19 11:43:36 Information [main] - Starting client...
04/19 11:43:37 Information [main] - Starting xmlrpc...
04/19 11:43:38 Information [main] - Starting graphing...
04/19 11:43:38 Information [main] - Starting verity...
04/19 11:43:38 Information [main] - Starting solr...
04/19 11:43:38 Information [main] - Starting archive...
04/19 11:43:38 Information [main] - Starting document...
04/19 11:43:38 Information [main] - Starting eventgateway...
04/19 11:43:38 Information [main] - Starting Event Backend Handlers.
04/19 11:43:38 Information [main] - Initialized EventRequestDispatcher with a Thread Pool size of 1.
04/19 11:43:38 Information [main] - Initializing EventRequestHandler
04/19 11:43:38 Information [main] - Starting Event Gateways.
04/19 11:43:38 Information [main] - Starting FlexAssembler...
04/19 11:43:38 Information [main] - Starting .NET...
04/19 11:43:38 Information [main] - Starting Monitoring...
04/19 11:43:38 Information [main] - ColdFusion started
19/04 11:43:38 user ColdFusionStartUpServlet: ColdFusion: application services are now available
19/04 11:43:38 user CFMxmlServlet: init
19/04 11:43:39 user CFMxmlServlet: Macromedia Flex Build: 87315.134646
19/04 11:43:39 INFO Macromedia Flex Build: 87315.134646
19/04 11:43:40 user CFSwfServlet: init
19/04 11:43:40 user CFCServlet: init
19/04 11:43:42 user FlashGateway: init
19/04 11:43:42 user MessageBrokerServlet: init
19/04 11:43:44 user CFFormGateway: init
19/04 11:43:44 user CFInternalServlet: init
19/04 11:43:44 user WSRPProducer: init
19/04 11:43:44 user ServerCFCServlet: init
Server coldfusion ready (startup time: 22 seconds)
HTH, Carl.
Copy link to clipboard
Copied
Carl, All
Ok. That helped some, although i've no idea how to fix the problem...here is what i found in coldfusion-out.log:
[skipped for now]
of note the odbc option was checked when i installed cf9...i made sure to install the 32 bit version...however i'm not entirely sure why the odbc service is required to continue....
the coldfusion-event.log contains onlyuser and info entries, so i'm leaving them out for now.
I searched forums on the information in the log but also didn't find anything. ... so any ideas or links for where to go from here would be useful I have never had cf9 be so much trouble before...
Copy link to clipboard
Copied
Since i did not need odbc to complete my project, i simply re-installed with none of the optional items (no odbc, no solr, search or .net extensions) and the administrator started working. I found an old note with a work-around for the beta version, but when i tried it, it did not appear to do what it claimed so i just installed barebones CF and was able to complete my task.