ColdFusion Application Service does not start.
I upgraded Microsoft SQL Server, and after a restart, it would not start. I checked Event Viewer, cfusion/logs and Microsoft SQL logs, and the only thing I found, was this error message:
"Error","ajp-nio-127.0.0.1-8018-exec-4","08/22/23","08:11:27","","Error Executing Database Query.[Macromedia][SQLServer JDBC Driver]Error establishing socket to host and port: IP:PORT. Reason: Connection refused: connect The specific sequence of files included or processed is: C:\Website\www\index.cfm, line: 59 ".
Checking the community for similar messages, I found this, but my I had TCP/IP enabled, and IPALL was enabled, with PORT.
I did remove the latest update for Microsoft SQL Server, but this did not change anything, but I did notice that cfusion/application.log did not update.
So my questions are, is there a way to fix this? I was thinking about trying to just establish a new connection to the DB, but from the guides I found, it seems I have to use the Admin page, which I cant access since the CF Application Service won't start.
