Skip to main content
ABF_Dev
Participating Frequently
August 6, 2014
Answered

ColdFusion 11 Application Server 3284 | ColdFusion 11 Application Server cannot be found...

  • August 6, 2014
  • 1 reply
  • 2334 views

Trying to roll this server into production but keep having errors popup on Event Viewer:

After dealing with the issue of not being able to restart the CF service and applying the hf1100-3776060.jar hotfix - I continue to receive the following error

====================

The description for Event ID 3 from source ColdFusion 11 Application Server cannot be found. Either the component that raises this event is not installed on your local computer or the installation is corrupted. You can install or repair the component on the local computer.

If the event originated on another computer, the display information had to be saved with the event.

The following information was included with the event:

ColdFusion 11 Application Server

3284

the message resource is present but the message is not found in the string/message table

=====================

Any help will be greatly appreciated!

Thank you!

This topic has been closed for replies.
Correct answer Anit_Kumar

Can you try starting ColdFusion 11 from command prompt.

  1. Stop ColdFusion service
  2. Launch Command prompt as Administrator
  3. Browse to cf_root\cfusion\bin and run the following command coldfusion.exe -start -console
  4. Try to access the CF admin, once the services are started.

In case it gives an error message, please share the same.

Regards,

Anit Kumar

1 reply

Legend
August 7, 2014

Any errors or warnings in  CF11\cfusion\logs coldfusion-error and coldfusion-out logs at or before the time of the reported eventvwr.msc message ?

HTH, Carl.

Anit_Kumar
Anit_KumarCorrect answer
Inspiring
August 7, 2014

Can you try starting ColdFusion 11 from command prompt.

  1. Stop ColdFusion service
  2. Launch Command prompt as Administrator
  3. Browse to cf_root\cfusion\bin and run the following command coldfusion.exe -start -console
  4. Try to access the CF admin, once the services are started.

In case it gives an error message, please share the same.

Regards,

Anit Kumar

ABF_Dev
ABF_DevAuthor
Participating Frequently
August 11, 2014

Hi Car, there were no errors registered by ColdFusion under the CF11\cfusion\logs coldfusion-error log but the error below continues to show during CF Application stop-start services.

Anit Kumar Panda - followed the steps and was able to restart all services. during that time i received the following error on eventvwr.msc

======================

The description for Event ID 3 from source ColdFusion 11 Application Server cannot be found. Either the component that raises this event is not installed on your local computer or the installation is corrupted. You can install or repair the component on the local computer.

If the event originated on another computer, the display information had to be saved with the event.

The following information was included with the event:

ColdFusion 11 Application Server

4140

the message resource is present but the message is not found in the string/message table

======================

Thank you, very much, for all your assistance!