• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
0

Problem with error page

Guest
Sep 14, 2011 Sep 14, 2011

Copy link to clipboard

Copied

Hi,

First of all I'm running CF9, IIS5.1, XP, Oracle DB.

For some reason whenever I get a JDBC error (I'm almost certain this is the only type that causes this) instead of the standard gray, blue, and black "Error Occured While Processing Request" page I get that page only the HTTP header, a bunch of closing tags, and then the HTML used to create the actual error page.

I was wondering if anyone had any experience with this before and how to possibly fix it.

Thanks

Views

675

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Enthusiast ,
Sep 15, 2011 Sep 15, 2011

Copy link to clipboard

Copied

Can you give an example of the actual output ?

--

Mack

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Guest
Sep 15, 2011 Sep 15, 2011

Copy link to clipboard

Copied

(This is just the top part, but should give you thie gist)

Server: Microsoft-IIS/5.1
Date: Wed, 14 Sep 2011 19:56:58 GMT
X-Powered-By: ASP.NET
Connection: close
server-error: true
Content-Type: text/html; charset=UTF-8
Set-Cookie: CFID=11400;path=/
Set-Cookie: CFTOKEN=84773412;path=/
Set-Cookie: JSESSIONID=8430a389f80b8aa3ffab672b30426fe4e7c6;path=/
Set-Cookie: CFID=11400;path=/
Set-Cookie: CFTOKEN=84773412;path=/

<!-- " ---></TD></TD></TD></TH></TH></TH></TR></TR></TR></TABLE></TABLE></TABLE></A></ABBREV></ACRONYM></ADDRESS></APPLET></AU></B></BANNER></BIG></BLINK></BLOCKQUOTE></BQ></CAPTION></CENTER></CITE></CODE></COMMENT></DEL></DFN></DIR></DIV></DL></EM></FIG></FN></FONT></FORM></FRAME></FRAMESET></H1></H2></H3></H4></H5></H6></HEAD></I></INS></KBD></LISTING></MAP></MARQUEE></MENU></MULTICOL></NOBR></NOFRAMES></NOSCRIPT></NOTE></OL></P></PARAM></PERSON></PLAINTEXT></PRE></Q></S></SAMP></SCRIPT></SELECT></SMALL></STRIKE></STRONG></SUB></SUP></TABLE></TD></TEXTAREA></TH></TITLE></TR></TT></U></UL></VAR></WBR></XMP>

    <font face="arial"></font>

    

         <html>
              <head>
                   <title>Error Occurred While Processing Request</title>


    <script language="JavaScript">
    function showHide(targetName) {
        if( document.getElementById ) { // NS6+
            target = document.getElementById(targetName);
        } else if( document.all ) { // IE4+
            target = document.all[targetName];
        }

        if( target ) {
            if( target.style.display == "none" ) {
                target.style.display = "inline";
            } else {
                target.style.display = "none";
            }
        }
    }
    </script>


             </head>
         <body>

    <font style="COLOR: black; FONT: 16pt/18pt verdana">
         The web site you are accessing has experienced an unexpected error.<br>
          Please contact the website administrator.
          
    </font>
    

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Guest
Sep 21, 2011 Sep 21, 2011

Copy link to clipboard

Copied

LATEST

Also as I learned today it only occurs when robust reporting is enabled

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Resources
Documentation