64bit 9.0.1 update Blank Admin Screen
On a fresh build of Server 2008 R2 standard, 64 bit with IIS 7.5. I managed to install CF 9 64-bit.
Used : ColdFusion_9_WWEJ_win64.exe
I was able to log into the CF Admin at http://127.0.0.1/CFIDE/administrator/index.cfm
Then the update.
After update: ColdFusion_update_901_WWEJ_win64.exe, I cannot see the admin console
On the local server, I get a blank screen when accessing http://127.0.0.1/CFIDE/administrator/index.cfm
Or I may get a “500 - Internal server error”, if access off server.
-----------------------------------------------------------------------------------------------------------------
IIS 6 Compatibility is now disabled
--------------------------------------------------------------------------------------------------------------------
CF Application Error:
"Error","jrpp-1","08/28/12","08:32:26","cfadmin","Element ESAPIUTILS is undefined in a Java object of type class [Ljava.lang.String;. The specific sequence of files included or processed is: C:\inetpub\wwwroot\CFIDE\administrator\index.cfm, line: 55 "
"Error","jrpp-1","08/28/12","08:32:26",,"Exception thrown by error-handling template:"
"Error","jrpp-1","08/28/12","08:32:26",,"Object Instantiation Exception.Class not found: coldfusion.security.ESAPIUtils The specific sequence of files included or processed is: C:\ColdFusion9\wwwroot\WEB-INF\exception\coldfusion\runtime\ExpressionException.cfm, line: 12 "
"Error","jrpp-0","08/28/12","08:33:00","cfadmin","Element ESAPIUTILS is undefined in a Java object of type class [Ljava.lang.String;. The specific sequence of files included or processed is: C:\inetpub\wwwroot\CFIDE\administrator\index.cfm, line: 55 "
"Error","jrpp-0","08/28/12","08:33:00",,"Exception thrown by error-handling template:"
"Error","jrpp-0","08/28/12","08:33:00",,"Object Instantiation Exception.Class not found: coldfusion.security.ESAPIUtils The specific sequence of files included or processed is: C:\ColdFusion9\wwwroot\WEB-INF\exception\coldfusion\runtime\ExpressionException.cfm, line: 12 "
---------------------------------------------------------------------------------------------------------------------------
This the page source from the admin “blank screen”
<html>
<head>
<LINK REL="SHORTCUT ICON" href="http://127.0.0.1:80/CFIDE/administrator/favicon.ico">
<title>ColdFusion Administrator Login</title>
<style>
body, p, td {
font-family: Arial, Helvetica, sans-serif;
font-size: x-small;
}
th {
font-family: Arial, Helvetica, sans-serif;
font-size: small; ! important;
}
th {
text-align:left;
}
.adminbody {
background-color: #c4c4c4;
}
.resourcelist {
list-style-type:square;
margin-top:5px;
margin-bottom:10px;
}
.errorText {
color: #CC0000;
}
.successText {
color: #008800;
}
.loginWhiteText {
color: #FFFFFF;
font-weight: bold;
}
.loginInvalidText {
color: #CC0000;
font-weight: bold;
}
.loginCopyrightText {
color: #000000;
font-size: 9px;
font-family:Arial, Helvetica, sans-serif;
}
a {
color: #
--------------------------------------------------------------------------------------------------------------------------------
Any direction is greatly appreciated.
