First request to application throws 500 error

Ask a Question related to Coldfusion Server Administration, Design and Development.

  1. #1

    Default First request to application throws 500 error

    We're on an Windows 2003 box with IIS. After the app is inactive for awhile
    users will get a 500 error but if they request the same page again, it displays
    fine.

    We've done a variety of things including setting an IIS keep alive type of
    parameter way up, but the error continues to show up. The problem exists across
    applications which have worked fine in other environments so it doesn't appear
    to be application-specific.

    Has any one run into a problem with CF 7 not working when you first hit an
    application, then starting to work after that?

    Any suggestions for solutions?

    David Aden Guest

  2. Similar Questions and Discussions

    1. Acrobat .exe Throws Error
      Hi All, When the below lines of codes are executed, Acrobat.exe throws an exception char handlerName = {0}; memcpy( handlerNameChar, tmp,...
    2. While Closing the Timestamp doc Acrobat9.0 throws error
      Hi, Thru my application I open a PDF document which has Amano Timestamp. Problem is whenever I close Timestamp document its throwing an error...
    3. tooltip throws actionscript error in cftree
      The screen read " Illegal usage of actionscript" for a <cftree> in a flash form. The only action script I use in any form element is GetURL....
    4. including AS file throws an error...
      Hi All I created an AS file in the same directory as my movie. Inside my movie, I do this: #include "MyClass"
    5. [PHP-DEV] Feature Request - abtract + throws
      Hi, are there any plans about implementing the ability to provide throws for abstract classes? Example: ---s.cut--- abstract class...
  3. #2

    Default Re: First request to application throws 500 error

    I've been trying to resolve the problem looking exactly like this for a while
    now. Unfortunately I don't have a solution so far.

    In our case I noticed that IIS returns HTTP 500 after some inactivity not only
    for ColdFusion pages, but for other files as well (.js file for instance). This
    got me thinking if it's ColdFusion-related at all.

    There is still a chance it's somehow related to ColdFusion, since by default
    it seems to install a wildcard application mapping for its connector.

    Anyway, this might give you a couple of ideas on where to start.
    BTW, try checking IIS logs for win32 error code - might be it'll shed some
    light on the problem.

    Please let me know if you happen to manage to resolve the issue.

    Thanks in advance

    vtsarik Guest

  4. #3

    Default Re: First request to application throws 500 error

    David,

    sometimes Microsoft Internet Explorer report 500 error, and does not show
    debugging nformations about error.

    Use firefox to request your page, and you will have the full error report, and
    not just a 500 error return.

    Benoit

    Benoit BB Guest

  5. #4

    Default Re: First request to application throws 500 error

    The solution to our problem appears to have been found.

    The box administrator noticed that IIS was installed after SP1 (this is on
    Windows 2003). Apparently, this leads to IIS throwing some 500 errors. He
    re-applied SP1 to the box and the problem seems to have gone away.

    I'll post something else if this doesn't answer it, but he found this late in
    the week and it seemed to handle the problem.

    David Aden Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139