I am working on web based application. Its based on Windows Server 2008 R2 and Coldfusion9 application server with MS SQL Server. Everything works fine except for one page that sometimes generates this error. Basically, user goes through few pages with forms
and selects options. Values of those options are not open fields so, there is nothing that can be input by a user, just radio boxes and drop downs. From what I noticed the error generates on certain pages based on the same content, even for different users.
For example, for certain plan users we have four pages to go through. User goes from page one to page two - OK, from page two to page three - error. If I skip to page three directly then, from page three to page four - OK. This error does not happen on the
action page with coding because I tried to remove that page, create intentional error but, the result is always 500.0 error.
I enabled Detailed errors option to see details of the error. I think this is something on IIS level. Upon submission, this page does not hit any other processing pages. Something happens on the server level. I checked the C:\inetpub\logs\FailedReqLogFiles
but, did not understand much as it refers more to inner handling of IIS.
If this error happens on a .cfm page, or in failed request tracing it comes from ColdFusion module, you are supposed to go to Adobe forum for assistance.
Lex Li
http://lextm.com
---------------------------
This posting is provided "AS IS" with no warranties, and confers no rights.
No, it is not coming from cfm page. I removed references to action cfm page from the form and still get the error. I posted a link to the error page picture.
genadi
2 Posts
Getting server generated HTTP Error 500.0
Nov 21, 2012 06:20 PM|LINK
Hi I am getting following error: HTTP Error 500.0 - Internal Server Error The page cannot be displayed because an internal server error has occurred.
Detailed picture of the error I uploaded here https://plus.google.com/photos/105107135706585685456/albums/5813264579891395313?authkey=CNSytZHV547nyAE
I am working on web based application. Its based on Windows Server 2008 R2 and Coldfusion9 application server with MS SQL Server. Everything works fine except for one page that sometimes generates this error. Basically, user goes through few pages with forms and selects options. Values of those options are not open fields so, there is nothing that can be input by a user, just radio boxes and drop downs. From what I noticed the error generates on certain pages based on the same content, even for different users. For example, for certain plan users we have four pages to go through. User goes from page one to page two - OK, from page two to page three - error. If I skip to page three directly then, from page three to page four - OK. This error does not happen on the action page with coding because I tried to remove that page, create intentional error but, the result is always 500.0 error.
I enabled Detailed errors option to see details of the error. I think this is something on IIS level. Upon submission, this page does not hit any other processing pages. Something happens on the server level. I checked the C:\inetpub\logs\FailedReqLogFiles but, did not understand much as it refers more to inner handling of IIS.
Thanks in advance,
Gene
lextm
4484 Posts
Re: Getting server generated HTTP Error 500.0
Nov 22, 2012 04:44 AM|LINK
If this error happens on a .cfm page, or in failed request tracing it comes from ColdFusion module, you are supposed to go to Adobe forum for assistance.
http://lextm.com
---------------------------
This posting is provided "AS IS" with no warranties, and confers no rights.
genadi
2 Posts
Re: Getting server generated HTTP Error 500.0
Nov 22, 2012 12:36 PM|LINK
No, it is not coming from cfm page. I removed references to action cfm page from the form and still get the error. I posted a link to the error page picture.