Re: IIS 500 - Internal Server Error

2006-09-08 Thread Robertson-Ravo, Neil (RX)
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

RE: IIS 500 - Internal Server Error

2006-09-08 Thread Snake
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

RE: IIS 500 - Internal Server Error

2006-09-08 Thread David Low
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

RE: IIS 500 - Internal Server Error

2006-09-08 Thread Robertson-Ravo, Neil (RX)
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

Re: IIS 500 - Internal Server Error

2006-09-08 Thread Andy Allan
://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

RE: IIS 500 - Internal Server Error

2006-09-07 Thread Mark A Kruger
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

RE: IIS 500 - Internal Server Error

2006-09-07 Thread Ben Nadel
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-

RE: IIS 500 - Internal Server Error

2006-09-07 Thread Dave Watts
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

RE: IIS 500 - Internal Server Error

2006-09-07 Thread Snake
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

RE: IIS 500 - Internal Server Error

2006-09-07 Thread Kevin Aebig
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

RE: IIS 500 - Internal Server Error

2006-09-07 Thread Ben Nadel
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

RE: IIS 500 - Internal Server Error

2006-09-07 Thread Kevin Aebig
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

RE: IIS 500 - Internal Server Error

2006-09-07 Thread Kevin Aebig
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

RE: IIS 500 - Internal Server Error

2006-09-07 Thread Ben Nadel
[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

RE: IIS 500 - Internal Server Error

2006-09-07 Thread Mark A Kruger
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

RE: IIS 500 - Internal Server Error

2006-09-07 Thread Snake
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

RE: IIS 500 - Internal Server Error

2006-09-07 Thread Kevin Aebig
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

RE: IIS 500 - Internal Server Error

2006-09-07 Thread Mark A Kruger
: 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

RE: IIS 500 - Internal Server Error

2006-09-07 Thread Andrew Scott
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

RE: IIS 500 - Internal Server Error

2006-09-07 Thread Kevin Aebig
, 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