Hi all,

I’m working on ColdFusion 11 project with IIS server. I’m facing a problem with the Coldfusion services. The ColdFusion 11 application server automatically stops suddenly, and after restarting the service it works for 2 minutes and again shuts down.

The status on the Services shows ‘Running’ but when I cross-check with the administrator its already stopped. While restarting the service it also throws an Error:1053. I have tried with the registry editing and adding the ‘ServicesPipeTimeout’ but it didn’t work. Please help to resolve the automatic shutting down of the service.

Thanks in advance.

All Comments
Sort by:  Most Recent
2018-11-20 13:42:18

Did you look in the coldfusion-error.log and coldfusion-out log files for any explanation?

Also, what happens if you start cf from the command line instead, using cfstart in the cfusion/bin (or instancename/bin) cf folder?

Like
(1)
View All 2 Replies
2018-11-22 05:53:47

Hi Charlie Arehart , yup I have gone through the logs and its showing java.outof memory error. Thus I increased the jvm heap space and its working good now. Thanks.

Like
2018-11-22 22:49:34

Great to hear that got you to a solution. Glad to help.

Like