Skip to main content
Participant
August 28, 2012
Question

64bit 9.0.1 update Blank Admin Screen

  • August 28, 2012
  • 1 reply
  • 1837 views

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.

    This topic has been closed for replies.

    1 reply

    Legend
    August 28, 2012

    ColdFusion_9_WWEJ_win64.exe is the CF9.0.2 installer.


    Over that you have applied ColdFusion_update_901_WWEJ_win64.exe which is CF 9.0.0 updater1 package that brings version to CF9.0.1.

    Expect you will need to uninstall CF9 reboot and install again without updater1.

    HTH, Carl.

    Participant
    August 29, 2012

    Thank you for your help.

    Will uninstall CF9, reboot, and install again without update 9.0.1

    Cheers