I have previously succeeded in installing CF2016 on a Win10 Apache24 setup but had to refresh Win10 after a disk failure & replacement. Now when I go through the CF install process I get a message that there were errors, a number of which show up in the coldfusion-error.log. My Apache server still runs .html files but the browser hangs on .cfm and produces a message "The connection was reset".
The coldfusion-error.log shows a number of entries as follows:
Jul 17, 2016 9:08:46 PM org.apache.coyote.ajp.AjpMessage processHeader
SEVERE: Invalid message received with signature 18245
Followed later by multiple entries:
Jul 17, 2016 10:24:06 PM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [ROOT] created a ThreadLocal with key of type [coldfusion.runtime.Cast$1] (value [coldfusion.runtime.Cast$1@27902ba2]) and a value of type [java.lang.Boolean] (value [true]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
The Apache log shows the following error messages when the .cfm page is accessed which implies a memory issue:
[Mon Jul 18 10:08:43.623178 2016] [mpm_winnt:notice] [pid 9972:tid 620] AH00428: Parent: child process 13016 exited with status 3221225477 -- Restarting.
The Apache config files look OK (i.e. similar to what was working before). Not sure where else to look for clues??