Cannot start server in coldfusion builder 2

I have installed Adobe ColdFusion builder 2 and was able to set it up, using this tutorial

http://www.adobe.com/devnet/coldfusion/articles/setup_dev.html

After I restarted my computer (for some updates to take effect), I am unable start the server I added using ColdFusion Builder (cfserver). I get the following error –

‘starting cfusion’ has encountered a problem

Ensure that the server is not already running, or another application is not using the WebServer port.

Does anyone know what to do about this? I am completely lost

EDIT: This is the error the console prints out

[cfusion]:07/13 12:50:14 Error [Thread-13] – Platform, Locale, and Platform Name must not be null

Answer

Your ColdFusion server might be running. Go to Services.msc and check whether the ColdFusion service is marked as manual. If it is set to Automatic the ColdFusion server would be started on machine restart.

From CFBuilder, you can use refresh to get the server status. Also, make sure that you are running CFBuilder with Administrator privileges.

Thanks,
Sagar.
www.sagarganatra.com

Attribution
Source : Link , Question Author : alex28 , Answer Author : Sagar H Ganatra

Leave a Comment