Skip to main content
Participant
September 1, 2015
Answered

Coldfusion service not starting after system restart

  • September 1, 2015
  • 1 reply
  • 6889 views

After I restarted server today , coldfusion application service could not start server.

I tried to restart it manually through component service , but it did not.

There were no logs in C:\ColdFusion11\cfusion\logs.

Message in window's system log is :

Log Name:      System

Source:        Service Control Manager

Date:          9/1/2015 1:59:12 AM

Event ID:      7024

Task Category: None

Level:         Error

Keywords:      Classic

User:          N/A

Computer:      reporting

Description:

The ColdFusion 11 Application Server service terminated with the following service-specific error:

The system cannot find the file specified.

Event Xml:

<Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">

  <System>

    <Provider Name="Service Control Manager" Guid="{555908d1-a6d7-4695-8e1e-26931d2012f4}" EventSourceName="Service Control Manager" />

    <EventID Qualifiers="49152">7024</EventID>

    <Version>0</Version>

    <Level>2</Level>

    <Task>0</Task>

    <Opcode>0</Opcode>

    <Keywords>0x8080000000000000</Keywords>

    <TimeCreated SystemTime="2015-09-01T08:59:12.335662300Z" />

    <EventRecordID>37578</EventRecordID>

    <Correlation />

    <Execution ProcessID="664" ThreadID="4220" />

    <Channel>System</Channel>

    <Computer>reporting</Computer>

    <Security />

  </System>

  <EventData>

    <Data Name="param1">ColdFusion 11 Application Server</Data>

    <Data Name="param2">%%2</Data>

    <Binary>43006F006C00640046007500730069006F006E0020003100310020004100700070006C00690063006100740069006F006E0020005300650072007600650072000000</Binary>

  </EventData>

</Event>

Message in Application log :

Log Name:      Application

Source:        ColdFusion 11 Application Server

Date:          9/1/2015 2:13:23 AM

Event ID:      259

The description for Event ID 259 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

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

    <Provider Name="ColdFusion 11 Application Server" />

    <EventID Qualifiers="49153">259</EventID>

    <Keywords>0x80000000000000</Keywords>

    <TimeCreated SystemTime="2015-09-01T09:13:23.000000000Z" />

    <EventRecordID>11826</EventRecordID>

    <Channel>Application</Channel>

    </Data>

    <Data>ColdFusion 11 Application Server</Data>

  </EventData>

</Event>

Please suggest the possible solution as I could not found much about it on web.

This topic has been closed for replies.
Correct answer ritucf

updating jvm.config file to correct java home solved the issue.

1 reply

ritucfAuthor
Participant
September 1, 2015

The issue was java got updated automatically while system restart.

ritucfAuthorCorrect answer
Participant
September 2, 2015

updating jvm.config file to correct java home solved the issue.