Posted on 1 Comment

Update on yesterday’s challenges

Yesterday I hit the ground running at 2:30am and was taking names! Somewhere around 7am I had a problem with my server and productivity ground to a halt. I spent the entire day working the issue and still don’t have it working. My server is a development server accessible only to me and sports ColdFusion 4.5 and ColdFusion MX 6.1. It now also has ColdFusion 7 installed. CF 4.5 works fine. CFMX 6.1 and 7 both refuse to start as a service. The timing on this issue couldn’t be worse.

From the cf7 runtime/logs/coldfusion-event.log:

06/15 06:24:56 warning No sessionSecret has been specified in jrun.xml. Installing a self generated sessionSecret.
06/15 06:25:01 info No JDBC data sources have been configured for this server (see jrun-resources.xml)
06/15 06:25:02 info JRun Web Server listening on *:8501
06/15 06:25:02 info Deploying enterprise application “Macromedia ColdFusion MX” from: file:/C:/CFusionMX7/
06/15 06:25:07 info Deploying web application “Macromedia Coldfusion MX” from: file:/C:/CFusionMX7/
06/15 06:25:47 user JSPServlet: init
06/15 06:25:55 user CFMxmlServlet: init
06/15 06:25:55 user CFMxmlServlet: Macromedia Flex Build: 87315.134646
06/15 06:26:11 user ColdFusionStartUpServlet: init
06/15 06:26:11 user ColdFusionStartUpServlet: ColdFusion MX: Starting application services
06/15 06:26:11 user ColdFusionStartUpServlet: ColdFusion MX: VM version = 1.4.2_05-b04

and from coldfusion-out.txt:

Starting Macromedia JRun 4.0 (Build 92909), coldfusion server
06/15 06:24:39 warning Unable to open C:\CFusionMX7\runtime/lib/license.properties
06/15 06:24:54 info JRun Naming Service listening on *:2920
06/15 06:24:56 warning No sessionSecret has been specified in jrun.xml. Installing a self generated sessionSecret.
06/15 06:25:01 info No JDBC data sources have been configured for this server (see jrun-resources.xml)
06/15 06:25:02 info JRun Web Server listening on *:8501
06/15 06:25:02 info Deploying enterprise application “Macromedia ColdFusion MX” from: file:/C:/CFusionMX7/
06/15 06:25:07 info Deploying web application “Macromedia Coldfusion MX” from: file:/C:/CFusionMX7/
06/15 06:25:47 INFO License Service: Flex 1.5 CF Edition enabled
06/15 06:25:47 INFO Starting Flex 1.5 CF Edition
06/15 06:25:47 user JSPServlet: init
06/15 06:25:55 user CFMxmlServlet: init
06/15 06:25:55 user CFMxmlServlet: Macromedia Flex Build: 87315.134646
06/15 06:25:55 INFO Macromedia Flex Build: 87315.134646
06/15 06:26:11 user ColdFusionStartUpServlet: init
06/15 06:26:11 user ColdFusionStartUpServlet: ColdFusion MX: Starting application services
06/15 06:26:11 user ColdFusionStartUpServlet: ColdFusion MX: VM version = 1.4.2_05-b04
06/15 06:26:15 Information [main] – Starting logging…
06/15 06:26:15 Information [main] – Starting crypto…
06/15 06:26:26 Information [main] – Starting license…
06/15 06:26:26 Information [main] – Starting License server …
06/15 06:27:08 Information [main] – Starting scheduler…
06/15 06:27:08 Information [main] – Starting WatchService…
06/15 06:27:09 Information [main] – Starting debugging…
06/15 06:27:09 Information [main] – Starting sql…
06/15 06:27:10 Information [main] – Starting mail…
06/15 06:27:13 Information [main] – CORBA Configuration not enabled
06/15 06:27:13 Information [main] – Starting cron…
06/15 06:27:13 Information [main] – Starting registry…
06/15 06:27:15 Information [main] – Starting client…
06/15 06:27:17 Information [main] – Starting xmlrpc…
06/15 06:27:21 Information [main] – Starting graphing…
06/15 06:27:36 Information [main] – Starting verity…
06/15 06:27:36 Information [main] – Starting archive…
06/15 06:27:36 Information [main] – Starting document…

Update: I did receive an error message:

Could not start the ColdFusion MX 7 Application Server service on local computer.
Error 1053: The service did not respond to the start or control request in a timely fashion.

1 thought on “Update on yesterday’s challenges

  1. […] On trying to start the cfmx (6.1) service I get the following message: Windows could not start the ColdFusion MX Server on Local Computer. For more information, review the System Event Log. If this is a non-Microsoft service, contact the service vendor, and refer to service-specific error code 1. […]

Leave a Reply

This site uses Akismet to reduce spam. Learn how your comment data is processed.