Re: IIS 500 - Internal Server Error
The maximum size is 1.8 but the actual value, as David says, does depend on other factors. On 08/09/06, Robertson-Ravo, Neil (RX) <[EMAIL PROTECTED]> wrote: > I just started a JVM with a value of 1.5GB started fine. I think the limit > is more like 1.8 according to the Adobe Technote. > > http://www.adobe.com/cfusion/knowledgebase/index.cfm?id=tn_19359 > > > > > > > -Original Message- > From: Snake [mailto:[EMAIL PROTECTED] > Sent: 08 September 2006 09:35 > To: CF-Talk > Subject: RE: IIS 500 - Internal Server Error > > I have generally read that you can't set it much over 1gb, maybe 1.2 or 1.3 > Obviously this requires tweaks elsewhere as I have tried using values > greater than 1GB and JRUN will not start > > -Original Message- > From: Robertson-Ravo, Neil (RX) > [mailto:[EMAIL PROTECTED] > Sent: 08 September 2006 07:16 > To: CF-Talk > Subject: Re: IIS 500 - Internal Server Error > > Isn't the theoretical limit supposed to be 2GB with the actual limit > somewhere in the region of 1.8? I know I have seen a JVM start with at least > 1.5GB - could have been more, I can't remember. > > > > > > > > "This e-mail is from Reed Exhibitions (Oriel House, 26 The Quadrant, > Richmond, Surrey, TW9 1DL, United Kingdom), a division of Reed Business, > Registered in England, Number 678540. It contains information which is > confidential and may also be privileged. It is for the exclusive use of the > intended recipient(s). If you are not the intended recipient(s) please note > that any form of distribution, copying or use of this communication or the > information in it is strictly prohibited and may be unlawful. If you have > received this communication in error please return it to the sender or call > our switchboard on +44 (0) 20 89107910. The opinions expressed within this > communication are not necessarily those expressed by Reed Exhibitions." > Visit our website at http://www.reedexpo.com > > -Original Message- > From: Snake > To: CF-Talk > Sent: Thu Sep 07 21:13:07 2006 > Subject: RE: IIS 500 - Internal Server Error > > Not forgetting that if this is a windows 32bit machine, you can only give > JVM 1GB ish of that 4gb And if your running with the default settings then > CF only has 512mb to play with. > > Russ > > -Original Message- > From: Mark A Kruger [mailto:[EMAIL PROTECTED] > Sent: 07 September 2006 20:33 > To: CF-Talk > Subject: RE: IIS 500 - Internal Server Error > > Kevin, > > No so unusual The JVM is controlled by the heap size and java.args in > your jvm.config file - NOT by the physical amount of memory on the machine.. > > -Mark > > > -Original Message- > From: Kevin Aebig [mailto:[EMAIL PROTECTED] > Sent: Thursday, September 07, 2006 1:54 PM > To: CF-Talk > Subject: RE: IIS 500 - Internal Server Error > > java.lang.OutOfMemoryError after some string cleaning. > > Which is kind of funny on a PowerEdge Quad with 4GB of RAM...? > > !k > > -Original Message- > From: Ben Nadel [mailto:[EMAIL PROTECTED] > Sent: Thursday, September 07, 2006 12:12 PM > To: CF-Talk > Subject: RE: IIS 500 - Internal Server Error > > Kevin, > > What I would starting doing is putting > > > > > Right after your application tag.. If that works (you see HERE on the > browser page), then cut it out and move it farther down the page processing. > > > Keep doing this until you no longer see HERE, but in fact see the 500 error. > Now you know that whatever is causeing the error is between the current > CFDUmp and wherever the last CFDUMP was. > > . > Ben Nadel > www.bennadel.com > Certified Advanced ColdFusion Developer > > Need Help? > www.bennadel.com/ask-ben/ > > > -Original Message- > From: Kevin Aebig [mailto:[EMAIL PROTECTED] > Sent: Thursday, September 07, 2006 2:06 PM > To: CF-Talk > Subject: RE: IIS 500 - Internal Server Error > > I looked through your posts and tried flushing the output to no avail. > > I'm going to look over the page and the data for the 400th time, but I'm not > to optimistic at this point. > > !k > > -Original Message- > From: Ben Nadel [mailto:[EMAIL PROTECTED] > Sent: Thursday, September 07, 2006 11:47 AM > To: CF-Talk > Subject: RE: IIS 500 - Internal Server Error > > Just in case it is a 500 null error, here are some issues that I have had to > address: > > http://www.bennadel.com/blog/139-ColdFusion-500-Null-Error-Revisited.htm > > http://www.bennadel.com/blog/84-500-null-Mysterious-ColdFusion-Error.htm > > These are all COLDFUSION
RE: IIS 500 - Internal Server Error
I just started a JVM with a value of 1.5GB started fine. I think the limit is more like 1.8 according to the Adobe Technote. http://www.adobe.com/cfusion/knowledgebase/index.cfm?id=tn_19359 -Original Message- From: Snake [mailto:[EMAIL PROTECTED] Sent: 08 September 2006 09:35 To: CF-Talk Subject: RE: IIS 500 - Internal Server Error I have generally read that you can't set it much over 1gb, maybe 1.2 or 1.3 Obviously this requires tweaks elsewhere as I have tried using values greater than 1GB and JRUN will not start -Original Message- From: Robertson-Ravo, Neil (RX) [mailto:[EMAIL PROTECTED] Sent: 08 September 2006 07:16 To: CF-Talk Subject: Re: IIS 500 - Internal Server Error Isn't the theoretical limit supposed to be 2GB with the actual limit somewhere in the region of 1.8? I know I have seen a JVM start with at least 1.5GB - could have been more, I can't remember. "This e-mail is from Reed Exhibitions (Oriel House, 26 The Quadrant, Richmond, Surrey, TW9 1DL, United Kingdom), a division of Reed Business, Registered in England, Number 678540. It contains information which is confidential and may also be privileged. It is for the exclusive use of the intended recipient(s). If you are not the intended recipient(s) please note that any form of distribution, copying or use of this communication or the information in it is strictly prohibited and may be unlawful. If you have received this communication in error please return it to the sender or call our switchboard on +44 (0) 20 89107910. The opinions expressed within this communication are not necessarily those expressed by Reed Exhibitions." Visit our website at http://www.reedexpo.com -Original Message- From: Snake To: CF-Talk Sent: Thu Sep 07 21:13:07 2006 Subject: RE: IIS 500 - Internal Server Error Not forgetting that if this is a windows 32bit machine, you can only give JVM 1GB ish of that 4gb And if your running with the default settings then CF only has 512mb to play with. Russ -Original Message- From: Mark A Kruger [mailto:[EMAIL PROTECTED] Sent: 07 September 2006 20:33 To: CF-Talk Subject: RE: IIS 500 - Internal Server Error Kevin, No so unusual The JVM is controlled by the heap size and java.args in your jvm.config file - NOT by the physical amount of memory on the machine.. -Mark -Original Message- From: Kevin Aebig [mailto:[EMAIL PROTECTED] Sent: Thursday, September 07, 2006 1:54 PM To: CF-Talk Subject: RE: IIS 500 - Internal Server Error java.lang.OutOfMemoryError after some string cleaning. Which is kind of funny on a PowerEdge Quad with 4GB of RAM...? !k -Original Message- From: Ben Nadel [mailto:[EMAIL PROTECTED] Sent: Thursday, September 07, 2006 12:12 PM To: CF-Talk Subject: RE: IIS 500 - Internal Server Error Kevin, What I would starting doing is putting Right after your application tag.. If that works (you see HERE on the browser page), then cut it out and move it farther down the page processing. Keep doing this until you no longer see HERE, but in fact see the 500 error. Now you know that whatever is causeing the error is between the current CFDUmp and wherever the last CFDUMP was. . Ben Nadel www.bennadel.com Certified Advanced ColdFusion Developer Need Help? www.bennadel.com/ask-ben/ -Original Message- From: Kevin Aebig [mailto:[EMAIL PROTECTED] Sent: Thursday, September 07, 2006 2:06 PM To: CF-Talk Subject: RE: IIS 500 - Internal Server Error I looked through your posts and tried flushing the output to no avail. I'm going to look over the page and the data for the 400th time, but I'm not to optimistic at this point. !k -Original Message- From: Ben Nadel [mailto:[EMAIL PROTECTED] Sent: Thursday, September 07, 2006 11:47 AM To: CF-Talk Subject: RE: IIS 500 - Internal Server Error Just in case it is a 500 null error, here are some issues that I have had to address: http://www.bennadel.com/blog/139-ColdFusion-500-Null-Error-Revisited.htm http://www.bennadel.com/blog/84-500-null-Mysterious-ColdFusion-Error.htm These are all COLDFUSION errors ... Well actually MY errors in ColdFusion to be fair :) ... Ben Nadel www.bennadel.com Certified Advanced ColdFusion Developer Need Help? www.bennadel.com/ask-ben/ -Original Message- From: Snake [mailto:[EMAIL PROTECTED] Sent: Thursday, September 07, 2006 1:35 PM To: CF-Talk Subject: RE: IIS 500 - Internal Server Error I was having the same thing this week. A developer working off my dev server, kept getting the internal server error for one specific page, yet it worked fine for me all the time. -Original Message- From: Ben Nadel [mailto:[EMAIL PROTECTED] Sent: 07 September 2006 18:14 To: CF-Talk Subject: RE: IIS 500 - Internal Server Error Does the error say "500 null" by any chance... If that is the case, it would be an error in
RE: IIS 500 - Internal Server Error
I'd go along with that - the maximum I've been able to start the service with, was 1.3. It depends on other settings as well. > -Original Message- > From: Snake [mailto:[EMAIL PROTECTED] > Sent: 08 September 2006 09:35 > To: CF-Talk > Subject: RE: IIS 500 - Internal Server Error > > I have generally read that you can't set it much over 1gb, maybe 1.2 or > 1.3 > Obviously this requires tweaks elsewhere as I have tried using values > greater than 1GB and JRUN will not start > > -Original Message- > From: Robertson-Ravo, Neil (RX) > [mailto:[EMAIL PROTECTED] > Sent: 08 September 2006 07:16 > To: CF-Talk > Subject: Re: IIS 500 - Internal Server Error > > Isn't the theoretical limit supposed to be 2GB with the actual limit > somewhere in the region of 1.8? I know I have seen a JVM start with at > least > 1.5GB - could have been more, I can't remember. > > > > > > > > "This e-mail is from Reed Exhibitions (Oriel House, 26 The Quadrant, > Richmond, Surrey, TW9 1DL, United Kingdom), a division of Reed Business, > Registered in England, Number 678540. It contains information which is > confidential and may also be privileged. It is for the exclusive use of > the > intended recipient(s). If you are not the intended recipient(s) please > note > that any form of distribution, copying or use of this communication or the > information in it is strictly prohibited and may be unlawful. If you have > received this communication in error please return it to the sender or > call > our switchboard on +44 (0) 20 89107910. The opinions expressed within > this > communication are not necessarily those expressed by Reed Exhibitions." > Visit our website at http://www.reedexpo.com > > -Original Message- > From: Snake > To: CF-Talk > Sent: Thu Sep 07 21:13:07 2006 > Subject: RE: IIS 500 - Internal Server Error > > Not forgetting that if this is a windows 32bit machine, you can only give > JVM 1GB ish of that 4gb And if your running with the default settings then > CF only has 512mb to play with. > > Russ > > -Original Message- > From: Mark A Kruger [mailto:[EMAIL PROTECTED] > Sent: 07 September 2006 20:33 > To: CF-Talk > Subject: RE: IIS 500 - Internal Server Error > > Kevin, > > No so unusual The JVM is controlled by the heap size and java.args in > your jvm.config file - NOT by the physical amount of memory on the > machine.. > > -Mark > > > -Original Message- > From: Kevin Aebig [mailto:[EMAIL PROTECTED] > Sent: Thursday, September 07, 2006 1:54 PM > To: CF-Talk > Subject: RE: IIS 500 - Internal Server Error > > java.lang.OutOfMemoryError after some string cleaning. > > Which is kind of funny on a PowerEdge Quad with 4GB of RAM...? > > !k > > -Original Message- > From: Ben Nadel [mailto:[EMAIL PROTECTED] > Sent: Thursday, September 07, 2006 12:12 PM > To: CF-Talk > Subject: RE: IIS 500 - Internal Server Error > > Kevin, > > What I would starting doing is putting > > > > > Right after your application tag.. If that works (you see HERE on the > browser page), then cut it out and move it farther down the page > processing. > > > Keep doing this until you no longer see HERE, but in fact see the 500 > error. > Now you know that whatever is causeing the error is between the current > CFDUmp and wherever the last CFDUMP was. > > > Ben Nadel > www.bennadel.com > Certified Advanced ColdFusion Developer > > Need Help? > www.bennadel.com/ask-ben/ > > > -Original Message- > From: Kevin Aebig [mailto:[EMAIL PROTECTED] > Sent: Thursday, September 07, 2006 2:06 PM > To: CF-Talk > Subject: RE: IIS 500 - Internal Server Error > > I looked through your posts and tried flushing the output to no avail. > > I'm going to look over the page and the data for the 400th time, but I'm > not > to optimistic at this point. > > !k > > -Original Message- > From: Ben Nadel [mailto:[EMAIL PROTECTED] > Sent: Thursday, September 07, 2006 11:47 AM > To: CF-Talk > Subject: RE: IIS 500 - Internal Server Error > > Just in case it is a 500 null error, here are some issues that I have had > to > address: > > http://www.bennadel.com/blog/139-ColdFusion-500-Null-Error-Revisited.htm > > http://www.bennadel.com/blog/84-500-null-Mysterious-ColdFusion-Error.htm > > These are all COLDFUSION errors ... Well actually MY errors in ColdFusion > to > be fair :) > > .. > Ben Nadel > www.bennadel.com > Certified
RE: IIS 500 - Internal Server Error
I have generally read that you can't set it much over 1gb, maybe 1.2 or 1.3 Obviously this requires tweaks elsewhere as I have tried using values greater than 1GB and JRUN will not start -Original Message- From: Robertson-Ravo, Neil (RX) [mailto:[EMAIL PROTECTED] Sent: 08 September 2006 07:16 To: CF-Talk Subject: Re: IIS 500 - Internal Server Error Isn't the theoretical limit supposed to be 2GB with the actual limit somewhere in the region of 1.8? I know I have seen a JVM start with at least 1.5GB - could have been more, I can't remember. "This e-mail is from Reed Exhibitions (Oriel House, 26 The Quadrant, Richmond, Surrey, TW9 1DL, United Kingdom), a division of Reed Business, Registered in England, Number 678540. It contains information which is confidential and may also be privileged. It is for the exclusive use of the intended recipient(s). If you are not the intended recipient(s) please note that any form of distribution, copying or use of this communication or the information in it is strictly prohibited and may be unlawful. If you have received this communication in error please return it to the sender or call our switchboard on +44 (0) 20 89107910. The opinions expressed within this communication are not necessarily those expressed by Reed Exhibitions." Visit our website at http://www.reedexpo.com -Original Message- From: Snake To: CF-Talk Sent: Thu Sep 07 21:13:07 2006 Subject: RE: IIS 500 - Internal Server Error Not forgetting that if this is a windows 32bit machine, you can only give JVM 1GB ish of that 4gb And if your running with the default settings then CF only has 512mb to play with. Russ -Original Message- From: Mark A Kruger [mailto:[EMAIL PROTECTED] Sent: 07 September 2006 20:33 To: CF-Talk Subject: RE: IIS 500 - Internal Server Error Kevin, No so unusual The JVM is controlled by the heap size and java.args in your jvm.config file - NOT by the physical amount of memory on the machine.. -Mark -Original Message- From: Kevin Aebig [mailto:[EMAIL PROTECTED] Sent: Thursday, September 07, 2006 1:54 PM To: CF-Talk Subject: RE: IIS 500 - Internal Server Error java.lang.OutOfMemoryError after some string cleaning. Which is kind of funny on a PowerEdge Quad with 4GB of RAM...? !k -Original Message- From: Ben Nadel [mailto:[EMAIL PROTECTED] Sent: Thursday, September 07, 2006 12:12 PM To: CF-Talk Subject: RE: IIS 500 - Internal Server Error Kevin, What I would starting doing is putting Right after your application tag.. If that works (you see HERE on the browser page), then cut it out and move it farther down the page processing. Keep doing this until you no longer see HERE, but in fact see the 500 error. Now you know that whatever is causeing the error is between the current CFDUmp and wherever the last CFDUMP was. Ben Nadel www.bennadel.com Certified Advanced ColdFusion Developer Need Help? www.bennadel.com/ask-ben/ -Original Message- From: Kevin Aebig [mailto:[EMAIL PROTECTED] Sent: Thursday, September 07, 2006 2:06 PM To: CF-Talk Subject: RE: IIS 500 - Internal Server Error I looked through your posts and tried flushing the output to no avail. I'm going to look over the page and the data for the 400th time, but I'm not to optimistic at this point. !k -Original Message- From: Ben Nadel [mailto:[EMAIL PROTECTED] Sent: Thursday, September 07, 2006 11:47 AM To: CF-Talk Subject: RE: IIS 500 - Internal Server Error Just in case it is a 500 null error, here are some issues that I have had to address: http://www.bennadel.com/blog/139-ColdFusion-500-Null-Error-Revisited.htm http://www.bennadel.com/blog/84-500-null-Mysterious-ColdFusion-Error.htm These are all COLDFUSION errors ... Well actually MY errors in ColdFusion to be fair :) .. Ben Nadel www.bennadel.com Certified Advanced ColdFusion Developer Need Help? www.bennadel.com/ask-ben/ -Original Message- From: Snake [mailto:[EMAIL PROTECTED] Sent: Thursday, September 07, 2006 1:35 PM To: CF-Talk Subject: RE: IIS 500 - Internal Server Error I was having the same thing this week. A developer working off my dev server, kept getting the internal server error for one specific page, yet it worked fine for me all the time. -Original Message- From: Ben Nadel [mailto:[EMAIL PROTECTED] Sent: 07 September 2006 18:14 To: CF-Talk Subject: RE: IIS 500 - Internal Server Error Does the error say "500 null" by any chance... If that is the case, it would be an error in ColdFusion and I can direct you to some stuff. Ben Nadel www.bennadel.com Certified Advanced ColdFusion Developer Need Help? www.bennadel.com/ask-ben/ -Original Message- From: Kevin Aebig [mailto:[EMAIL PROTECTED] Sent: Thursday, September 07, 2006 12:56 PM To: CF-Talk Subject: IIS 500 - Internal Server Error Hey al
Re: IIS 500 - Internal Server Error
Isn't the theoretical limit supposed to be 2GB with the actual limit somewhere in the region of 1.8? I know I have seen a JVM start with at least 1.5GB - could have been more, I can't remember. "This e-mail is from Reed Exhibitions (Oriel House, 26 The Quadrant, Richmond, Surrey, TW9 1DL, United Kingdom), a division of Reed Business, Registered in England, Number 678540. It contains information which is confidential and may also be privileged. It is for the exclusive use of the intended recipient(s). If you are not the intended recipient(s) please note that any form of distribution, copying or use of this communication or the information in it is strictly prohibited and may be unlawful. If you have received this communication in error please return it to the sender or call our switchboard on +44 (0) 20 89107910. The opinions expressed within this communication are not necessarily those expressed by Reed Exhibitions." Visit our website at http://www.reedexpo.com -Original Message- From: Snake To: CF-Talk Sent: Thu Sep 07 21:13:07 2006 Subject: RE: IIS 500 - Internal Server Error Not forgetting that if this is a windows 32bit machine, you can only give JVM 1GB ish of that 4gb And if your running with the default settings then CF only has 512mb to play with. Russ -Original Message- From: Mark A Kruger [mailto:[EMAIL PROTECTED] Sent: 07 September 2006 20:33 To: CF-Talk Subject: RE: IIS 500 - Internal Server Error Kevin, No so unusual The JVM is controlled by the heap size and java.args in your jvm.config file - NOT by the physical amount of memory on the machine.. -Mark -Original Message- From: Kevin Aebig [mailto:[EMAIL PROTECTED] Sent: Thursday, September 07, 2006 1:54 PM To: CF-Talk Subject: RE: IIS 500 - Internal Server Error java.lang.OutOfMemoryError after some string cleaning. Which is kind of funny on a PowerEdge Quad with 4GB of RAM...? !k -Original Message- From: Ben Nadel [mailto:[EMAIL PROTECTED] Sent: Thursday, September 07, 2006 12:12 PM To: CF-Talk Subject: RE: IIS 500 - Internal Server Error Kevin, What I would starting doing is putting Right after your application tag.. If that works (you see HERE on the browser page), then cut it out and move it farther down the page processing. Keep doing this until you no longer see HERE, but in fact see the 500 error. Now you know that whatever is causeing the error is between the current CFDUmp and wherever the last CFDUMP was. ... Ben Nadel www.bennadel.com Certified Advanced ColdFusion Developer Need Help? www.bennadel.com/ask-ben/ -Original Message- From: Kevin Aebig [mailto:[EMAIL PROTECTED] Sent: Thursday, September 07, 2006 2:06 PM To: CF-Talk Subject: RE: IIS 500 - Internal Server Error I looked through your posts and tried flushing the output to no avail. I'm going to look over the page and the data for the 400th time, but I'm not to optimistic at this point. !k -Original Message- From: Ben Nadel [mailto:[EMAIL PROTECTED] Sent: Thursday, September 07, 2006 11:47 AM To: CF-Talk Subject: RE: IIS 500 - Internal Server Error Just in case it is a 500 null error, here are some issues that I have had to address: http://www.bennadel.com/blog/139-ColdFusion-500-Null-Error-Revisited.htm http://www.bennadel.com/blog/84-500-null-Mysterious-ColdFusion-Error.htm These are all COLDFUSION errors ... Well actually MY errors in ColdFusion to be fair :) . Ben Nadel www.bennadel.com Certified Advanced ColdFusion Developer Need Help? www.bennadel.com/ask-ben/ -Original Message- From: Snake [mailto:[EMAIL PROTECTED] Sent: Thursday, September 07, 2006 1:35 PM To: CF-Talk Subject: RE: IIS 500 - Internal Server Error I was having the same thing this week. A developer working off my dev server, kept getting the internal server error for one specific page, yet it worked fine for me all the time. -Original Message- From: Ben Nadel [mailto:[EMAIL PROTECTED] Sent: 07 September 2006 18:14 To: CF-Talk Subject: RE: IIS 500 - Internal Server Error Does the error say "500 null" by any chance... If that is the case, it would be an error in ColdFusion and I can direct you to some stuff. ... Ben Nadel www.bennadel.com Certified Advanced ColdFusion Developer Need Help? www.bennadel.com/ask-ben/ -Original Message- From: Kevin Aebig [mailto:[EMAIL PROTECTED] Sent: Thursday, September 07, 2006 12:56 PM To: CF-Talk Subject: IIS 500 - Internal Server Error Hey all, I just found out today that a specific piece of an application we provide is throwing an internal server error for a specific client. We've tested this same area with other clients and it seems to be working fine. Because we run as an ASP, the fact that this error is tossed for only one client is boggling me. We've check the data for this client and every
RE: IIS 500 - Internal Server Error
Actually I did that. I wrapped the whole page in a try / catch for any exceptions and it still didn't catch it. The error was occurring with a custom tag, so that could be why it didn't catch it... !k -Original Message- From: Andrew Scott [mailto:[EMAIL PROTECTED] Sent: Thursday, September 07, 2006 6:58 PM To: CF-Talk Subject: RE: IIS 500 - Internal Server Error Coldfusion can and does throw a IIS 500 internal server error. The problem is that if there is not output to the screen, and an error occurs from CF this is what gets displayed in the browser IIS 500:-) The only way around this is to do a cftry catch and dump the cfcatch to the screen, forcing CF to display information about the error. Senior Coldfusion Developer Aegeon Pty. Ltd. www.aegeon.com.au Phone: +613 8676 4223 Mobile: 0404 998 273 -Original Message- From: Kevin Aebig [mailto:[EMAIL PROTECTED] Sent: Friday, 8 September 2006 2:56 AM To: CF-Talk Subject: IIS 500 - Internal Server Error Hey all, I just found out today that a specific piece of an application we provide is throwing an internal server error for a specific client. We've tested this same area with other clients and it seems to be working fine. Because we run as an ASP, the fact that this error is tossed for only one client is boggling me. We've check the data for this client and everything is on the up and up. Can anyone think of a reason why this page would choke out and CF would have nothing to say about it? !k ~| Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting, up-to-date ColdFusion information by your peers, delivered to your door four times a year. http://www.fusionauthority.com/quarterly Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:252483 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
RE: IIS 500 - Internal Server Error
Coldfusion can and does throw a IIS 500 internal server error. The problem is that if there is not output to the screen, and an error occurs from CF this is what gets displayed in the browser IIS 500:-) The only way around this is to do a cftry catch and dump the cfcatch to the screen, forcing CF to display information about the error. Senior Coldfusion Developer Aegeon Pty. Ltd. www.aegeon.com.au Phone: +613 8676 4223 Mobile: 0404 998 273 -Original Message- From: Kevin Aebig [mailto:[EMAIL PROTECTED] Sent: Friday, 8 September 2006 2:56 AM To: CF-Talk Subject: IIS 500 - Internal Server Error Hey all, I just found out today that a specific piece of an application we provide is throwing an internal server error for a specific client. We've tested this same area with other clients and it seems to be working fine. Because we run as an ASP, the fact that this error is tossed for only one client is boggling me. We've check the data for this client and everything is on the up and up. Can anyone think of a reason why this page would choke out and CF would have nothing to say about it? !k ~| Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting, up-to-date ColdFusion information by your peers, delivered to your door four times a year. http://www.fusionauthority.com/quarterly Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:252471 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
RE: IIS 500 - Internal Server Error
One other thing occurred to me on this (and I know this is solved :) ... If you are doing work inside of a CFC with the "output" parameter set to "no" () you can sometimes see this behavior. -Mark -Original Message- From: Kevin Aebig [mailto:[EMAIL PROTECTED] Sent: Thursday, September 07, 2006 3:24 PM To: CF-Talk Subject: RE: IIS 500 - Internal Server Error SOLVED -- Some very old string cleaning was eating up processing time and forcing a timeout. Thanks a lot for all the help and suggestions. Thanks, !k -Original Message- From: Kevin Aebig [mailto:[EMAIL PROTECTED] Sent: Thursday, September 07, 2006 12:54 PM To: CF-Talk Subject: RE: IIS 500 - Internal Server Error java.lang.OutOfMemoryError after some string cleaning. Which is kind of funny on a PowerEdge Quad with 4GB of RAM...? !k -Original Message- From: Ben Nadel [mailto:[EMAIL PROTECTED] Sent: Thursday, September 07, 2006 12:12 PM To: CF-Talk Subject: RE: IIS 500 - Internal Server Error Kevin, What I would starting doing is putting Right after your application tag.. If that works (you see HERE on the browser page), then cut it out and move it farther down the page processing. Keep doing this until you no longer see HERE, but in fact see the 500 error. Now you know that whatever is causeing the error is between the current CFDUmp and wherever the last CFDUMP was. .. Ben Nadel www.bennadel.com Certified Advanced ColdFusion Developer Need Help? www.bennadel.com/ask-ben/ -Original Message- From: Kevin Aebig [mailto:[EMAIL PROTECTED] Sent: Thursday, September 07, 2006 2:06 PM To: CF-Talk Subject: RE: IIS 500 - Internal Server Error I looked through your posts and tried flushing the output to no avail. I'm going to look over the page and the data for the 400th time, but I'm not to optimistic at this point. !k -Original Message- From: Ben Nadel [mailto:[EMAIL PROTECTED] Sent: Thursday, September 07, 2006 11:47 AM To: CF-Talk Subject: RE: IIS 500 - Internal Server Error Just in case it is a 500 null error, here are some issues that I have had to address: http://www.bennadel.com/blog/139-ColdFusion-500-Null-Error-Revisited.htm http://www.bennadel.com/blog/84-500-null-Mysterious-ColdFusion-Error.htm These are all COLDFUSION errors ... Well actually MY errors in ColdFusion to be fair :) Ben Nadel www.bennadel.com Certified Advanced ColdFusion Developer Need Help? www.bennadel.com/ask-ben/ -Original Message- From: Snake [mailto:[EMAIL PROTECTED] Sent: Thursday, September 07, 2006 1:35 PM To: CF-Talk Subject: RE: IIS 500 - Internal Server Error I was having the same thing this week. A developer working off my dev server, kept getting the internal server error for one specific page, yet it worked fine for me all the time. -Original Message- From: Ben Nadel [mailto:[EMAIL PROTECTED] Sent: 07 September 2006 18:14 To: CF-Talk Subject: RE: IIS 500 - Internal Server Error Does the error say "500 null" by any chance... If that is the case, it would be an error in ColdFusion and I can direct you to some stuff. .. Ben Nadel www.bennadel.com Certified Advanced ColdFusion Developer Need Help? www.bennadel.com/ask-ben/ -Original Message- From: Kevin Aebig [mailto:[EMAIL PROTECTED] Sent: Thursday, September 07, 2006 12:56 PM To: CF-Talk Subject: IIS 500 - Internal Server Error Hey all, I just found out today that a specific piece of an application we provide is throwing an internal server error for a specific client. We've tested this same area with other clients and it seems to be working fine. Because we run as an ASP, the fact that this error is tossed for only one client is boggling me. We've check the data for this client and everything is on the up and up. Can anyone think of a reason why this page would choke out and CF would have nothing to say about it? !k ~| Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting, up-to-date ColdFusion information by your peers, delivered to your door four times a year. http://www.fusionauthority.com/quarterly Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:252435 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
RE: IIS 500 - Internal Server Error
SOLVED -- Some very old string cleaning was eating up processing time and forcing a timeout. Thanks a lot for all the help and suggestions. Thanks, !k -Original Message- From: Kevin Aebig [mailto:[EMAIL PROTECTED] Sent: Thursday, September 07, 2006 12:54 PM To: CF-Talk Subject: RE: IIS 500 - Internal Server Error java.lang.OutOfMemoryError after some string cleaning. Which is kind of funny on a PowerEdge Quad with 4GB of RAM...? !k -Original Message- From: Ben Nadel [mailto:[EMAIL PROTECTED] Sent: Thursday, September 07, 2006 12:12 PM To: CF-Talk Subject: RE: IIS 500 - Internal Server Error Kevin, What I would starting doing is putting Right after your application tag.. If that works (you see HERE on the browser page), then cut it out and move it farther down the page processing. Keep doing this until you no longer see HERE, but in fact see the 500 error. Now you know that whatever is causeing the error is between the current CFDUmp and wherever the last CFDUMP was. . Ben Nadel www.bennadel.com Certified Advanced ColdFusion Developer Need Help? www.bennadel.com/ask-ben/ -Original Message- From: Kevin Aebig [mailto:[EMAIL PROTECTED] Sent: Thursday, September 07, 2006 2:06 PM To: CF-Talk Subject: RE: IIS 500 - Internal Server Error I looked through your posts and tried flushing the output to no avail. I'm going to look over the page and the data for the 400th time, but I'm not to optimistic at this point. !k -Original Message- From: Ben Nadel [mailto:[EMAIL PROTECTED] Sent: Thursday, September 07, 2006 11:47 AM To: CF-Talk Subject: RE: IIS 500 - Internal Server Error Just in case it is a 500 null error, here are some issues that I have had to address: http://www.bennadel.com/blog/139-ColdFusion-500-Null-Error-Revisited.htm http://www.bennadel.com/blog/84-500-null-Mysterious-ColdFusion-Error.htm These are all COLDFUSION errors ... Well actually MY errors in ColdFusion to be fair :) ... Ben Nadel www.bennadel.com Certified Advanced ColdFusion Developer Need Help? www.bennadel.com/ask-ben/ -Original Message- From: Snake [mailto:[EMAIL PROTECTED] Sent: Thursday, September 07, 2006 1:35 PM To: CF-Talk Subject: RE: IIS 500 - Internal Server Error I was having the same thing this week. A developer working off my dev server, kept getting the internal server error for one specific page, yet it worked fine for me all the time. -Original Message- From: Ben Nadel [mailto:[EMAIL PROTECTED] Sent: 07 September 2006 18:14 To: CF-Talk Subject: RE: IIS 500 - Internal Server Error Does the error say "500 null" by any chance... If that is the case, it would be an error in ColdFusion and I can direct you to some stuff. . Ben Nadel www.bennadel.com Certified Advanced ColdFusion Developer Need Help? www.bennadel.com/ask-ben/ -Original Message- From: Kevin Aebig [mailto:[EMAIL PROTECTED] Sent: Thursday, September 07, 2006 12:56 PM To: CF-Talk Subject: IIS 500 - Internal Server Error Hey all, I just found out today that a specific piece of an application we provide is throwing an internal server error for a specific client. We've tested this same area with other clients and it seems to be working fine. Because we run as an ASP, the fact that this error is tossed for only one client is boggling me. We've check the data for this client and everything is on the up and up. Can anyone think of a reason why this page would choke out and CF would have nothing to say about it? !k ~| Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting, up-to-date ColdFusion information by your peers, delivered to your door four times a year. http://www.fusionauthority.com/quarterly Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:252431 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
RE: IIS 500 - Internal Server Error
Not forgetting that if this is a windows 32bit machine, you can only give JVM 1GB ish of that 4gb And if your running with the default settings then CF only has 512mb to play with. Russ -Original Message- From: Mark A Kruger [mailto:[EMAIL PROTECTED] Sent: 07 September 2006 20:33 To: CF-Talk Subject: RE: IIS 500 - Internal Server Error Kevin, No so unusual The JVM is controlled by the heap size and java.args in your jvm.config file - NOT by the physical amount of memory on the machine.. -Mark -Original Message- From: Kevin Aebig [mailto:[EMAIL PROTECTED] Sent: Thursday, September 07, 2006 1:54 PM To: CF-Talk Subject: RE: IIS 500 - Internal Server Error java.lang.OutOfMemoryError after some string cleaning. Which is kind of funny on a PowerEdge Quad with 4GB of RAM...? !k -Original Message- From: Ben Nadel [mailto:[EMAIL PROTECTED] Sent: Thursday, September 07, 2006 12:12 PM To: CF-Talk Subject: RE: IIS 500 - Internal Server Error Kevin, What I would starting doing is putting Right after your application tag.. If that works (you see HERE on the browser page), then cut it out and move it farther down the page processing. Keep doing this until you no longer see HERE, but in fact see the 500 error. Now you know that whatever is causeing the error is between the current CFDUmp and wherever the last CFDUMP was. .. Ben Nadel www.bennadel.com Certified Advanced ColdFusion Developer Need Help? www.bennadel.com/ask-ben/ -Original Message- From: Kevin Aebig [mailto:[EMAIL PROTECTED] Sent: Thursday, September 07, 2006 2:06 PM To: CF-Talk Subject: RE: IIS 500 - Internal Server Error I looked through your posts and tried flushing the output to no avail. I'm going to look over the page and the data for the 400th time, but I'm not to optimistic at this point. !k -Original Message- From: Ben Nadel [mailto:[EMAIL PROTECTED] Sent: Thursday, September 07, 2006 11:47 AM To: CF-Talk Subject: RE: IIS 500 - Internal Server Error Just in case it is a 500 null error, here are some issues that I have had to address: http://www.bennadel.com/blog/139-ColdFusion-500-Null-Error-Revisited.htm http://www.bennadel.com/blog/84-500-null-Mysterious-ColdFusion-Error.htm These are all COLDFUSION errors ... Well actually MY errors in ColdFusion to be fair :) Ben Nadel www.bennadel.com Certified Advanced ColdFusion Developer Need Help? www.bennadel.com/ask-ben/ -Original Message- From: Snake [mailto:[EMAIL PROTECTED] Sent: Thursday, September 07, 2006 1:35 PM To: CF-Talk Subject: RE: IIS 500 - Internal Server Error I was having the same thing this week. A developer working off my dev server, kept getting the internal server error for one specific page, yet it worked fine for me all the time. -Original Message- From: Ben Nadel [mailto:[EMAIL PROTECTED] Sent: 07 September 2006 18:14 To: CF-Talk Subject: RE: IIS 500 - Internal Server Error Does the error say "500 null" by any chance... If that is the case, it would be an error in ColdFusion and I can direct you to some stuff. .. Ben Nadel www.bennadel.com Certified Advanced ColdFusion Developer Need Help? www.bennadel.com/ask-ben/ -Original Message- From: Kevin Aebig [mailto:[EMAIL PROTECTED] Sent: Thursday, September 07, 2006 12:56 PM To: CF-Talk Subject: IIS 500 - Internal Server Error Hey all, I just found out today that a specific piece of an application we provide is throwing an internal server error for a specific client. We've tested this same area with other clients and it seems to be working fine. Because we run as an ASP, the fact that this error is tossed for only one client is boggling me. We've check the data for this client and everything is on the up and up. Can anyone think of a reason why this page would choke out and CF would have nothing to say about it? !k ~| Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting, up-to-date ColdFusion information by your peers, delivered to your door four times a year. http://www.fusionauthority.com/quarterly Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:252429 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
RE: IIS 500 - Internal Server Error
Kevin, No so unusual The JVM is controlled by the heap size and java.args in your jvm.config file - NOT by the physical amount of memory on the machine.. -Mark -Original Message- From: Kevin Aebig [mailto:[EMAIL PROTECTED] Sent: Thursday, September 07, 2006 1:54 PM To: CF-Talk Subject: RE: IIS 500 - Internal Server Error java.lang.OutOfMemoryError after some string cleaning. Which is kind of funny on a PowerEdge Quad with 4GB of RAM...? !k -Original Message- From: Ben Nadel [mailto:[EMAIL PROTECTED] Sent: Thursday, September 07, 2006 12:12 PM To: CF-Talk Subject: RE: IIS 500 - Internal Server Error Kevin, What I would starting doing is putting Right after your application tag.. If that works (you see HERE on the browser page), then cut it out and move it farther down the page processing. Keep doing this until you no longer see HERE, but in fact see the 500 error. Now you know that whatever is causeing the error is between the current CFDUmp and wherever the last CFDUMP was. . Ben Nadel www.bennadel.com Certified Advanced ColdFusion Developer Need Help? www.bennadel.com/ask-ben/ -Original Message- From: Kevin Aebig [mailto:[EMAIL PROTECTED] Sent: Thursday, September 07, 2006 2:06 PM To: CF-Talk Subject: RE: IIS 500 - Internal Server Error I looked through your posts and tried flushing the output to no avail. I'm going to look over the page and the data for the 400th time, but I'm not to optimistic at this point. !k -Original Message- From: Ben Nadel [mailto:[EMAIL PROTECTED] Sent: Thursday, September 07, 2006 11:47 AM To: CF-Talk Subject: RE: IIS 500 - Internal Server Error Just in case it is a 500 null error, here are some issues that I have had to address: http://www.bennadel.com/blog/139-ColdFusion-500-Null-Error-Revisited.htm http://www.bennadel.com/blog/84-500-null-Mysterious-ColdFusion-Error.htm These are all COLDFUSION errors ... Well actually MY errors in ColdFusion to be fair :) ... Ben Nadel www.bennadel.com Certified Advanced ColdFusion Developer Need Help? www.bennadel.com/ask-ben/ -Original Message- From: Snake [mailto:[EMAIL PROTECTED] Sent: Thursday, September 07, 2006 1:35 PM To: CF-Talk Subject: RE: IIS 500 - Internal Server Error I was having the same thing this week. A developer working off my dev server, kept getting the internal server error for one specific page, yet it worked fine for me all the time. -Original Message- From: Ben Nadel [mailto:[EMAIL PROTECTED] Sent: 07 September 2006 18:14 To: CF-Talk Subject: RE: IIS 500 - Internal Server Error Does the error say "500 null" by any chance... If that is the case, it would be an error in ColdFusion and I can direct you to some stuff. . Ben Nadel www.bennadel.com Certified Advanced ColdFusion Developer Need Help? www.bennadel.com/ask-ben/ -Original Message- From: Kevin Aebig [mailto:[EMAIL PROTECTED] Sent: Thursday, September 07, 2006 12:56 PM To: CF-Talk Subject: IIS 500 - Internal Server Error Hey all, I just found out today that a specific piece of an application we provide is throwing an internal server error for a specific client. We've tested this same area with other clients and it seems to be working fine. Because we run as an ASP, the fact that this error is tossed for only one client is boggling me. We've check the data for this client and everything is on the up and up. Can anyone think of a reason why this page would choke out and CF would have nothing to say about it? !k ~| Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting, up-to-date ColdFusion information by your peers, delivered to your door four times a year. http://www.fusionauthority.com/quarterly Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:252411 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
RE: IIS 500 - Internal Server Error
Kevin, What I would starting doing is putting Right after your application tag.. If that works (you see HERE on the browser page), then cut it out and move it farther down the page processing. Keep doing this until you no longer see HERE, but in fact see the 500 error. Now you know that whatever is causeing the error is between the current CFDUmp and wherever the last CFDUMP was. ... Ben Nadel www.bennadel.com Certified Advanced ColdFusion Developer Need Help? www.bennadel.com/ask-ben/ -Original Message- From: Kevin Aebig [mailto:[EMAIL PROTECTED] Sent: Thursday, September 07, 2006 2:06 PM To: CF-Talk Subject: RE: IIS 500 - Internal Server Error I looked through your posts and tried flushing the output to no avail. I'm going to look over the page and the data for the 400th time, but I'm not to optimistic at this point. !k -Original Message- From: Ben Nadel [mailto:[EMAIL PROTECTED] Sent: Thursday, September 07, 2006 11:47 AM To: CF-Talk Subject: RE: IIS 500 - Internal Server Error Just in case it is a 500 null error, here are some issues that I have had to address: http://www.bennadel.com/blog/139-ColdFusion-500-Null-Error-Revisited.htm http://www.bennadel.com/blog/84-500-null-Mysterious-ColdFusion-Error.htm These are all COLDFUSION errors ... Well actually MY errors in ColdFusion to be fair :) . Ben Nadel www.bennadel.com Certified Advanced ColdFusion Developer Need Help? www.bennadel.com/ask-ben/ -Original Message- From: Snake [mailto:[EMAIL PROTECTED] Sent: Thursday, September 07, 2006 1:35 PM To: CF-Talk Subject: RE: IIS 500 - Internal Server Error I was having the same thing this week. A developer working off my dev server, kept getting the internal server error for one specific page, yet it worked fine for me all the time. -Original Message- From: Ben Nadel [mailto:[EMAIL PROTECTED] Sent: 07 September 2006 18:14 To: CF-Talk Subject: RE: IIS 500 - Internal Server Error Does the error say "500 null" by any chance... If that is the case, it would be an error in ColdFusion and I can direct you to some stuff. ... Ben Nadel www.bennadel.com Certified Advanced ColdFusion Developer Need Help? www.bennadel.com/ask-ben/ -Original Message- From: Kevin Aebig [mailto:[EMAIL PROTECTED] Sent: Thursday, September 07, 2006 12:56 PM To: CF-Talk Subject: IIS 500 - Internal Server Error Hey all, I just found out today that a specific piece of an application we provide is throwing an internal server error for a specific client. We've tested this same area with other clients and it seems to be working fine. Because we run as an ASP, the fact that this error is tossed for only one client is boggling me. We've check the data for this client and everything is on the up and up. Can anyone think of a reason why this page would choke out and CF would have nothing to say about it? !k ~| Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting, up-to-date ColdFusion information by your peers, delivered to your door four times a year. http://www.fusionauthority.com/quarterly Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:252381 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
RE: IIS 500 - Internal Server Error
I looked through your posts and tried flushing the output to no avail. I'm going to look over the page and the data for the 400th time, but I'm not to optimistic at this point. !k -Original Message- From: Ben Nadel [mailto:[EMAIL PROTECTED] Sent: Thursday, September 07, 2006 11:47 AM To: CF-Talk Subject: RE: IIS 500 - Internal Server Error Just in case it is a 500 null error, here are some issues that I have had to address: http://www.bennadel.com/blog/139-ColdFusion-500-Null-Error-Revisited.htm http://www.bennadel.com/blog/84-500-null-Mysterious-ColdFusion-Error.htm These are all COLDFUSION errors ... Well actually MY errors in ColdFusion to be fair :) Ben Nadel www.bennadel.com Certified Advanced ColdFusion Developer Need Help? www.bennadel.com/ask-ben/ -Original Message- From: Snake [mailto:[EMAIL PROTECTED] Sent: Thursday, September 07, 2006 1:35 PM To: CF-Talk Subject: RE: IIS 500 - Internal Server Error I was having the same thing this week. A developer working off my dev server, kept getting the internal server error for one specific page, yet it worked fine for me all the time. -Original Message- From: Ben Nadel [mailto:[EMAIL PROTECTED] Sent: 07 September 2006 18:14 To: CF-Talk Subject: RE: IIS 500 - Internal Server Error Does the error say "500 null" by any chance... If that is the case, it would be an error in ColdFusion and I can direct you to some stuff. .. Ben Nadel www.bennadel.com Certified Advanced ColdFusion Developer Need Help? www.bennadel.com/ask-ben/ -Original Message- From: Kevin Aebig [mailto:[EMAIL PROTECTED] Sent: Thursday, September 07, 2006 12:56 PM To: CF-Talk Subject: IIS 500 - Internal Server Error Hey all, I just found out today that a specific piece of an application we provide is throwing an internal server error for a specific client. We've tested this same area with other clients and it seems to be working fine. Because we run as an ASP, the fact that this error is tossed for only one client is boggling me. We've check the data for this client and everything is on the up and up. Can anyone think of a reason why this page would choke out and CF would have nothing to say about it? !k ~| Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting, up-to-date ColdFusion information by your peers, delivered to your door four times a year. http://www.fusionauthority.com/quarterly Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:252380 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
RE: IIS 500 - Internal Server Error
java.lang.OutOfMemoryError after some string cleaning. Which is kind of funny on a PowerEdge Quad with 4GB of RAM...? !k -Original Message- From: Ben Nadel [mailto:[EMAIL PROTECTED] Sent: Thursday, September 07, 2006 12:12 PM To: CF-Talk Subject: RE: IIS 500 - Internal Server Error Kevin, What I would starting doing is putting Right after your application tag.. If that works (you see HERE on the browser page), then cut it out and move it farther down the page processing. Keep doing this until you no longer see HERE, but in fact see the 500 error. Now you know that whatever is causeing the error is between the current CFDUmp and wherever the last CFDUMP was. Ben Nadel www.bennadel.com Certified Advanced ColdFusion Developer Need Help? www.bennadel.com/ask-ben/ -Original Message- From: Kevin Aebig [mailto:[EMAIL PROTECTED] Sent: Thursday, September 07, 2006 2:06 PM To: CF-Talk Subject: RE: IIS 500 - Internal Server Error I looked through your posts and tried flushing the output to no avail. I'm going to look over the page and the data for the 400th time, but I'm not to optimistic at this point. !k -Original Message- From: Ben Nadel [mailto:[EMAIL PROTECTED] Sent: Thursday, September 07, 2006 11:47 AM To: CF-Talk Subject: RE: IIS 500 - Internal Server Error Just in case it is a 500 null error, here are some issues that I have had to address: http://www.bennadel.com/blog/139-ColdFusion-500-Null-Error-Revisited.htm http://www.bennadel.com/blog/84-500-null-Mysterious-ColdFusion-Error.htm These are all COLDFUSION errors ... Well actually MY errors in ColdFusion to be fair :) .. Ben Nadel www.bennadel.com Certified Advanced ColdFusion Developer Need Help? www.bennadel.com/ask-ben/ -Original Message- From: Snake [mailto:[EMAIL PROTECTED] Sent: Thursday, September 07, 2006 1:35 PM To: CF-Talk Subject: RE: IIS 500 - Internal Server Error I was having the same thing this week. A developer working off my dev server, kept getting the internal server error for one specific page, yet it worked fine for me all the time. -Original Message- From: Ben Nadel [mailto:[EMAIL PROTECTED] Sent: 07 September 2006 18:14 To: CF-Talk Subject: RE: IIS 500 - Internal Server Error Does the error say "500 null" by any chance... If that is the case, it would be an error in ColdFusion and I can direct you to some stuff. Ben Nadel www.bennadel.com Certified Advanced ColdFusion Developer Need Help? www.bennadel.com/ask-ben/ -Original Message- From: Kevin Aebig [mailto:[EMAIL PROTECTED] Sent: Thursday, September 07, 2006 12:56 PM To: CF-Talk Subject: IIS 500 - Internal Server Error Hey all, I just found out today that a specific piece of an application we provide is throwing an internal server error for a specific client. We've tested this same area with other clients and it seems to be working fine. Because we run as an ASP, the fact that this error is tossed for only one client is boggling me. We've check the data for this client and everything is on the up and up. Can anyone think of a reason why this page would choke out and CF would have nothing to say about it? !k ~| Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting, up-to-date ColdFusion information by your peers, delivered to your door four times a year. http://www.fusionauthority.com/quarterly Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:252392 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
RE: IIS 500 - Internal Server Error
Just in case it is a 500 null error, here are some issues that I have had to address: http://www.bennadel.com/blog/139-ColdFusion-500-Null-Error-Revisited.htm http://www.bennadel.com/blog/84-500-null-Mysterious-ColdFusion-Error.htm These are all COLDFUSION errors ... Well actually MY errors in ColdFusion to be fair :) ... Ben Nadel www.bennadel.com Certified Advanced ColdFusion Developer Need Help? www.bennadel.com/ask-ben/ -Original Message- From: Snake [mailto:[EMAIL PROTECTED] Sent: Thursday, September 07, 2006 1:35 PM To: CF-Talk Subject: RE: IIS 500 - Internal Server Error I was having the same thing this week. A developer working off my dev server, kept getting the internal server error for one specific page, yet it worked fine for me all the time. -Original Message- From: Ben Nadel [mailto:[EMAIL PROTECTED] Sent: 07 September 2006 18:14 To: CF-Talk Subject: RE: IIS 500 - Internal Server Error Does the error say "500 null" by any chance... If that is the case, it would be an error in ColdFusion and I can direct you to some stuff. . Ben Nadel www.bennadel.com Certified Advanced ColdFusion Developer Need Help? www.bennadel.com/ask-ben/ -Original Message- From: Kevin Aebig [mailto:[EMAIL PROTECTED] Sent: Thursday, September 07, 2006 12:56 PM To: CF-Talk Subject: IIS 500 - Internal Server Error Hey all, I just found out today that a specific piece of an application we provide is throwing an internal server error for a specific client. We've tested this same area with other clients and it seems to be working fine. Because we run as an ASP, the fact that this error is tossed for only one client is boggling me. We've check the data for this client and everything is on the up and up. Can anyone think of a reason why this page would choke out and CF would have nothing to say about it? !k ~| Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting, up-to-date ColdFusion information by your peers, delivered to your door four times a year. http://www.fusionauthority.com/quarterly Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:252374 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
RE: IIS 500 - Internal Server Error
I'm pretty sure CF has something to do with it. Considering that it's a localized issue, than either the data, or CF is causing this and I don't believe it's the data. The only thing it brings up is JRUN Servlet Error -- 500 null. And the logs for CF are spitting out: CF :: The specific sequence of files included or processed is: F:\domains\[...]\mypage.cfm !k -Original Message- From: Dave Watts [mailto:[EMAIL PROTECTED] Sent: Thursday, September 07, 2006 11:29 AM To: CF-Talk Subject: RE: IIS 500 - Internal Server Error > I just found out today that a specific piece of an application we > provide is throwing an internal server error for a specific client. > We've tested this same area with other clients and it seems to be > working fine. Because we run as an ASP, the fact that this error is > tossed for only one client is boggling me. We've check the data for > this client and everything is on the up and up. > > Can anyone think of a reason why this page would choke out and CF > would have nothing to say about it? Are you sure CF doesn't have anything to say about it? By default with CFMX, if you have any CF error, the web server will return the appropriate HTTP error code - 500. If you're using Internet Explorer, it will suppress details of the error message, if there are any. To disable this, uncheck the "Show friendly HTTP error messages" option within the Advanced tab of IE options. You may also need to enable CF's "robust exception display" option to see the full details. Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ Fig Leaf Software provides the highest caliber vendor-authorized instruction at our training centers in Washington DC, Atlanta, Chicago, Baltimore, Northern Virginia, or on-site at your location. Visit http://training.figleaf.com/ for more information! ~| Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting, up-to-date ColdFusion information by your peers, delivered to your door four times a year. http://www.fusionauthority.com/quarterly Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:252379 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
RE: IIS 500 - Internal Server Error
I was having the same thing this week. A developer working off my dev server, kept getting the internal server error for one specific page, yet it worked fine for me all the time. -Original Message- From: Ben Nadel [mailto:[EMAIL PROTECTED] Sent: 07 September 2006 18:14 To: CF-Talk Subject: RE: IIS 500 - Internal Server Error Does the error say "500 null" by any chance... If that is the case, it would be an error in ColdFusion and I can direct you to some stuff. Ben Nadel www.bennadel.com Certified Advanced ColdFusion Developer Need Help? www.bennadel.com/ask-ben/ -Original Message- From: Kevin Aebig [mailto:[EMAIL PROTECTED] Sent: Thursday, September 07, 2006 12:56 PM To: CF-Talk Subject: IIS 500 - Internal Server Error Hey all, I just found out today that a specific piece of an application we provide is throwing an internal server error for a specific client. We've tested this same area with other clients and it seems to be working fine. Because we run as an ASP, the fact that this error is tossed for only one client is boggling me. We've check the data for this client and everything is on the up and up. Can anyone think of a reason why this page would choke out and CF would have nothing to say about it? !k ~| Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting, up-to-date ColdFusion information by your peers, delivered to your door four times a year. http://www.fusionauthority.com/quarterly Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:252373 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
RE: IIS 500 - Internal Server Error
> I just found out today that a specific piece of an application we > provide is throwing an internal server error for a specific client. > We've tested this same area with other clients and it seems to be > working fine. Because we run as an ASP, the fact that this error is > tossed for only one client is boggling me. We've check the data for > this client and everything is on the up and up. > > Can anyone think of a reason why this page would choke out and CF > would have nothing to say about it? Are you sure CF doesn't have anything to say about it? By default with CFMX, if you have any CF error, the web server will return the appropriate HTTP error code - 500. If you're using Internet Explorer, it will suppress details of the error message, if there are any. To disable this, uncheck the "Show friendly HTTP error messages" option within the Advanced tab of IE options. You may also need to enable CF's "robust exception display" option to see the full details. Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ Fig Leaf Software provides the highest caliber vendor-authorized instruction at our training centers in Washington DC, Atlanta, Chicago, Baltimore, Northern Virginia, or on-site at your location. Visit http://training.figleaf.com/ for more information! ~| Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting, up-to-date ColdFusion information by your peers, delivered to your door four times a year. http://www.fusionauthority.com/quarterly Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:252372 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
RE: IIS 500 - Internal Server Error
Does the error say "500 null" by any chance... If that is the case, it would be an error in ColdFusion and I can direct you to some stuff. ... Ben Nadel www.bennadel.com Certified Advanced ColdFusion Developer Need Help? www.bennadel.com/ask-ben/ -Original Message- From: Kevin Aebig [mailto:[EMAIL PROTECTED] Sent: Thursday, September 07, 2006 12:56 PM To: CF-Talk Subject: IIS 500 - Internal Server Error Hey all, I just found out today that a specific piece of an application we provide is throwing an internal server error for a specific client. We've tested this same area with other clients and it seems to be working fine. Because we run as an ASP, the fact that this error is tossed for only one client is boggling me. We've check the data for this client and everything is on the up and up. Can anyone think of a reason why this page would choke out and CF would have nothing to say about it? !k ~| Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting, up-to-date ColdFusion information by your peers, delivered to your door four times a year. http://www.fusionauthority.com/quarterly Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:252368 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
RE: IIS 500 - Internal Server Error
I would start with domain resolution stuff. IT may be that they are accessing your site in a way that you have not anticipated (like "mydomain.com" instead of www.mydomain.com) and some redirect or forward or invokation code is choking... This 500 error usually means something screwy between IIS and CF - neither one of them can figure out what it is :) Helpful I know -Mark -Original Message- From: Kevin Aebig [mailto:[EMAIL PROTECTED] Sent: Thursday, September 07, 2006 11:56 AM To: CF-Talk Subject: IIS 500 - Internal Server Error Hey all, I just found out today that a specific piece of an application we provide is throwing an internal server error for a specific client. We've tested this same area with other clients and it seems to be working fine. Because we run as an ASP, the fact that this error is tossed for only one client is boggling me. We've check the data for this client and everything is on the up and up. Can anyone think of a reason why this page would choke out and CF would have nothing to say about it? !k ~| Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting, up-to-date ColdFusion information by your peers, delivered to your door four times a year. http://www.fusionauthority.com/quarterly Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:252367 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4