Crashing ColdFusion 8 on Mac Leopard
I ran into a problem the other day. ColdFusion 8 was not running, Using the terminal software I stopped and started ColdFusion
sudo /Applications/ColdFusion8/bin/coldfusion stop
sudo /Applications/ColdFusion8/bin/coldfusion start
sudo /Applications/ColdFusion8/bin/coldfusion start
Still no luck. So I started the Console ( Applications/Utilities/Console )
Now when I ran the start command in the terminal window I saw the following Error Message in the Console.
Re: Error: The process has forked and you cannot use this CoreFoundation
Back to the terminal window I entered the following two commands.
cd /Applications/ColdFusion8/runtime/bin
./jrun -start/stop coldfusion
./jrun -start/stop coldfusion
Woo Hoo! ColdFusion is back up and running.
Recent Comments