Re: 500 - Internal server error

2012-07-03 Thread Gonzo Rock
Okay... egg on my face and a huge apology to Carl Meyer. I ran into the postParametersLimit exceeded issue today and knew EXACTLY what to to. This list has once again saved my life and my job. Thank you to everyone who keeps it running. Thanks! Gonzo On Mon, Jul 2, 2012 at 10:32 AM, Gonzo Rock

Re: 500 - Internal server error

2012-07-02 Thread Gonzo Rock
RightOn you guys! Turns out that both Justin and Michael's tips were successful... either or both of the switches together made the the cferror routine that we built run properly. Yes! and Thank You! Now as for Carl's parameter limit... don't know how that might be useful unless of course we

Re: 500 - Internal server error

2012-07-02 Thread Justin Scott
conditions for you. The setting in the CF admin controls what status code is sent out when there is an error. Normally when CF encounters an error it will send a 500 (Internal Server Error) code which IIS then intercepts and handles as described above. If you change this setting, you can have CF send

Re: 500 - Internal server error

2012-07-02 Thread Russ Michaels
exception in ColdFusion). IIS is helping to protect the security of the application and handle error conditions for you. The setting in the CF admin controls what status code is sent out when there is an error. Normally when CF encounters an error it will send a 500 (Internal Server Error) code which

500 - Internal server error

2012-07-01 Thread Gonzo Rock
We have a new Coldfusion 10 install that is running the identical code on many other systems but it is throwing a 500 - Internal server error and not running the cferror routine that we have built. For example: Running a simple ErrorTest.cfm that holds only this one line cfoutput#Garbage

Re: 500 - Internal server error

2012-07-01 Thread Brian McCairn
Not sure about CF10 but on Railo I think you have to set Error Reporting to Detailed in IIS7 to get the error. ~| Order the Adobe Coldfusion Anthology now!

Re: 500 - Internal server error

2012-07-01 Thread Michael David
You checked on the settings page, to make sure use HTTP status codes was unchecked, yes? -- Cheers! Michael David -- Original Message -- From: Gonzo Rock gonzor...@gmail.com To: cf-talk cf-talk@houseoffusion.com Sent: 6/30/2012 8:28:45 PM Subject: 500 - Internal server error We

Re: 500 - Internal server error

2012-07-01 Thread Justin Scott
Not sure about CF10 but on Railo I think you have to set Error Reporting to Detailed in IIS7 to get the error. In IIS 7 this setting would be in the site properties, Error Pages under the IIS settings category, then the Edit Feature Settings... link on the right side menu. From there you can

Re: 500 - Internal server error

2012-07-01 Thread Carl Meyer
://helpx.adobe.com/coldfusion/kb/coldfusion-security-hotfix.html HTH, Carl. We have a new Coldfusion 10 install that is running the identical code on many other systems but it is throwing a 500 - Internal server error and not running the cferror routine that we have built. Been all over the CFAdmin thinking

Re: 500 - Internal server error

2012-07-01 Thread Carl Meyer
://helpx.adobe.com/coldfusion/kb/coldfusion-security-hotfix.html HTH, Carl. We have a new Coldfusion 10 install that is running the identical code on many other systems but it is throwing a 500 - Internal server error and not running the cferror routine that we have built. Been all over the CFAdmin thinking

New Apache sites return 500 Internal Server Error for all CFML requests.

2010-11-23 Thread Ian Skinner
Internal Server Error. HTML pages serve up just fine, and the new instance's Administrator runs fine on its 8305 port. So both Apache and ColdFusion seem to be working independently, but they are not talking to each other. All the other Apache sites connected to the other four ColdFusion

Re: New Apache sites return 500 Internal Server Error for all CFML requests.

2010-11-23 Thread Dave Watts
.  This worked fine on one of our boxes, the development one, but not on the other, production of course. Whenever we try to request a cfm url from one of these sites on the production server we get a 500 Internal Server Error.  HTML pages serve up just fine, and the new instance's Administrator

Re: New Apache sites return 500 Internal Server Error for all CFML requests.

2010-11-23 Thread Ian Skinner
On 11/23/2010 2:48 PM, Dave Watts wrote: In the directory in which the connector modules are installed, there should also be a text file. You should be able to enable the log level from this text file. What text file where? I looked into the /opt/jrun4/lib/wsconfig folder and each

Re: New Apache sites return 500 Internal Server Error for all CFML requests.

2010-11-23 Thread Dave Watts
In the directory in which the connector modules are installed, there should also be a text file. You should be able to enable the log level from this text file. What text file where?  I looked into the /opt/jrun4/lib/wsconfig folder and each 'connector' folder under that, and I do not see

Re: New Apache sites return 500 Internal Server Error for all CFML requests.

2010-11-23 Thread Ian Skinner
In the mean time, I took a closer look at the logs (I wasn't looking in the Apache logs before). I found this block for the last attempt to request a cfm page. [Tue Nov 23 15:17:17 2010] [notice] jrApache[18177: 60758] could not open serverstore

Re: New Apache sites return 500 Internal Server Error for all CFML requests.

2010-11-23 Thread Dave Watts
 In the mean time, I took a closer look at the logs (I wasn't looking in the Apache logs before).  I found this block for the last attempt to request a cfm page. [Tue Nov 23 15:17:17 2010] [notice] jrApache[18177: 60758]  could not open serverstore

Re: New Apache sites return 500 Internal Server Error for all CFML requests.

2010-11-23 Thread Ian Skinner
On 11/23/2010 3:59 PM, Dave Watts wrote: I don't think the file should be jrunservers.store. I'm not sure why that's working in the existing directories (maybe it isn't being read properly in those directories either, though). I would guess not either, which leads me back to why I find

Re: New Apache sites return 500 Internal Server Error for all CFML requests.

2010-11-23 Thread Dave Watts
I would guess not either, which leads me back to why I find these web server connectors to be such a black box!  They just make so little sense to me.  Especially since each and every system I have looked at that file is a single, empty, proxyservers= line. Yeah, they're a mystery to me too.

500 Internal Server Error

2010-01-12 Thread Ian Skinner
Anybody care to take a guess what a HTTP/1.1 500 538 error might mean. We have a web application that is returning an *Internal Server Error* with that error code in the Apache error log file. The trouble is I have no idea why. The exact same code running on a different configured the same

RE: 500 Internal Server Error

2010-01-12 Thread Chad Gray
Subject: 500 Internal Server Error Anybody care to take a guess what a HTTP/1.1 500 538 error might mean. We have a web application that is returning an *Internal Server Error* with that error code in the Apache error log file. The trouble is I have no idea why. The exact same code

Re: 500 Internal Server Error

2010-01-12 Thread Jordan Michaels
That kind of an error is a web server error. What do your web server logs say? What web server are you using? This wording is a little confusing: The exact same code running on a different configured the same ColdFusion instance is working just fine. Do you mean a different instance on the

Re: 500 Internal Server Error

2010-01-12 Thread Jordan Michaels
Note to self: need more coffee. :) Not sure how I missed Apache in your note. My fault. What does your error log say exactly? Warm regards, Jordan Michaels Vivio Technologies http://www.viviotech.net/ Open BlueDragon Steering Committee Railo Community Distributions Jordan Michaels wrote:

Re: 500 Internal Server Error

2010-01-12 Thread Ian Skinner
On 1/12/2010 12:57 PM, Jordan Michaels wrote: Note to self: need more coffee. :) Not sure how I missed Apache in your note. My fault. What does your error log say exactly? From the access log 10.104.97.39 - - [12/Jan/2010:12:21:19 -0800] GET /calpiq/index.cfm HTTP/1.1 500 538

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

IIS 500 - Internal Server Error

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

RE: IIS 500 - Internal Server Error

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

RE: IIS 500 - Internal Server Error

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

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

500 Internal Server Error

2005-02-04 Thread Michael T. Tangorre
Every now and again I will get a 500 Internal Server Error. This happens when I submit a CF template for processing (i.e. forms). I am developing locally: CFMX 6.1, WinXP Pro / IIS, IE 6. Has anyone encountered this and if so, did you find out what was causing it? My first thought

RE: 500 Internal Server Error (Update)

2005-02-04 Thread Michael T. Tangorre
From: Michael T. Tangorre [mailto:[EMAIL PROTECTED] Every now and again I will get a 500 Internal Server Error. This happens when I submit a CF template for processing (i.e. forms). I am developing locally: CFMX 6.1, WinXP Pro / IIS, IE 6. Has anyone encountered this and if so, did you

Re: 500 Internal Server Error (Update)

2005-02-04 Thread Rick Root
Michael T. Tangorre wrote: Seems to happen when certain errors are encountered on the page (stepped through the page). The sitewide error handler is not catching them... Not good. I've experienced this as well on CFMX 6.1 Updater 1... makes code debugging extremely difficult. very

RE: 500 Internal Server Error (Update)

2005-02-04 Thread Micha Schopman
I have the same issues, and they occur only when I really have put a bug somewhere. But it is a pain in the ass to debug, because you haven't got an idea where to look especially with OO frameworks with a lot of references. Micha Schopman Software Engineer Modern Media, Databankweg 12 M, 3821 AL

RE: 500 Internal Server Error (Update)

2005-02-04 Thread Michael T. Tangorre
From: Micha Schopman [mailto:[EMAIL PROTECTED] I have the same issues, and they occur only when I really have put a bug somewhere. But it is a pain in the ass to debug, because you haven't got an idea where to look especially with OO frameworks with a lot of references. Yeah, PITA is

RE: 500 Internal Server Error (Update)

2005-02-04 Thread James Holmes
- From: Michael T. Tangorre [mailto:[EMAIL PROTECTED] Sent: Friday, 4 February 2005 10:39 To: CF-Talk Subject: RE: 500 Internal Server Error (Update) From: Michael T. Tangorre [mailto:[EMAIL PROTECTED] Every now and again I will get a 500 Internal Server Error. This happens when I submit

Re: 500 Internal Server Error (Update)

2005-02-04 Thread Bert Dawson
Have you tried going to CF admin and unchecking the Enable HTTP status codes on the settings page? Bert On Fri, 4 Feb 2005 09:47:54 -0500, Michael T. Tangorre [EMAIL PROTECTED] wrote: From: Micha Schopman [mailto:[EMAIL PROTECTED] I have the same issues, and they occur only when I really

RE: 500 Internal Server Error

2005-02-04 Thread Pat Wenke
, February 04, 2005 8:33 AM To: CF-Talk Subject: 500 Internal Server Error Every now and again I will get a 500 Internal Server Error. This happens when I submit a CF template for processing (i.e. forms). I am developing locally: CFMX 6.1, WinXP Pro / IIS, IE 6. Has anyone encountered this and if so

RE: 500 - Internal Server Error

2004-12-30 Thread Duane Boudreau
Thanks Ben. That did the trick. It was driving me nuts trying to track down bugs! Duane -Original Message- From: Ben Forta [mailto:[EMAIL PROTECTED] Sent: Wednesday, December 29, 2004 4:48 PM To: CF-Talk Subject: RE: 500 - Internal Server Error Duane, go to the CF Admin and turn

Re: 500 - Internal Server Error

2004-12-30 Thread Mark Drew
-Original Message- From: Ben Forta [mailto:[EMAIL PROTECTED] Sent: Wednesday, December 29, 2004 4:48 PM To: CF-Talk Subject: RE: 500 - Internal Server Error Duane, go to the CF Admin and turn of HTTP status codes, then you'll see the real error (instead of the generic 500

RE: 500 - Internal Server Error

2004-12-30 Thread Ben Forta
I know, that one bugs me, I've always thought that it should be off by default. Anyway, glad that did it. --- Ben -Original Message- From: Duane Boudreau [mailto:[EMAIL PROTECTED] Sent: Thursday, December 30, 2004 9:53 AM To: CF-Talk Subject: RE: 500 - Internal Server Error Thanks

500 - Internal Server Error

2004-12-29 Thread Duane Boudreau
Hi All, On my dev laptop lately I am getting 500 - Internal Server Error when ever I display a page with a ColdFusion error on it. I am running CFMX, WinXP Pro and the Dot Net framework. Any ideas why this might be happening and how to fix? Thanks, Duane

RE: 500 - Internal Server Error

2004-12-29 Thread Ben Forta
Duane, go to the CF Admin and turn of HTTP status codes, then you'll see the real error (instead of the generic 500). --- Ben -Original Message- From: Duane Boudreau [mailto:[EMAIL PROTECTED] Sent: Wednesday, December 29, 2004 4:44 PM To: CF-Talk Subject: 500 - Internal Server Error

RE: 500 - Internal Server Error

2004-12-29 Thread Dave Watts
On my dev laptop lately I am getting 500 - Internal Server Error when ever I display a page with a ColdFusion error on it. I am running CFMX, WinXP Pro and the Dot Net framework. Any ideas why this might be happening and how to fix? I have no idea why it's happening, but you should

Intermittent 500 Internal Server Error

2002-11-14 Thread Seth Petry-Johnson
I just removed and re-installed IIS and CFMX on a Win2k Professional development box. Everything seems to work fine, EXCEPT that certain files will intermittently throw up the HTTP 500 Internal Server Error message when I access them through the browser. I have a file called _actions_cart.cfm

RE: 500 Internal Server Error

2002-08-09 Thread Bryan F. Hogan
-Original Message- From: mark brinkworth [mailto:[EMAIL PROTECTED]] Sent: Thursday, August 08, 2002 9:06 PM To: CF-Talk Subject: Re: 500 Internal Server Error Nothing obvious here. It would be helpful if you could indicate, or give some code, indicating what happens of the action page. I

RE: 500 Internal Server Error

2002-08-09 Thread John Beynon
Are you using IE? If you turn off friendly error messages you might get more of a clue as to the root of the problem, Jb. -Original Message- From: Bryan F. Hogan [mailto:[EMAIL PROTECTED]] Sent: 09 August 2002 14:22 To: CF-Talk Subject: RE: 500 Internal Server Error Here

RE: 500 Internal Server Error

2002-08-09 Thread Bryan F. Hogan
, 2002 9:27 AM To: CF-Talk Subject: RE: 500 Internal Server Error Are you using IE? If you turn off friendly error messages you might get more of a clue as to the root of the problem, Jb. -Original Message- From: Bryan F. Hogan [mailto:[EMAIL PROTECTED]] Sent: 09 August 2002 14:22 To: CF

500 Internal Server Error

2002-08-08 Thread Bryan F. Hogan
I have a select list, a user chooses what category they want to view and click submit. The submit is a input type img. Most of the selects work as desired, but a few when selected and the form is submitted get a 500 internal server error. An example is below. form name=Category_Search method

Re: 500 Internal Server Error

2002-08-08 Thread mark brinkworth
when selected and the form is submitted get a 500 internal server error. An example is below. form name=Category_Search method=post action=/categorysearch/index.cfm select name=Category option value=1Category 1/option option value=2Category 2/option /select input type=img src=/assets

RE: HTTP 500 - Internal Server Error (URGENT)

2002-07-22 Thread Matt Robertson
. Never did figure out how it worked for me on Medium. --Matt Robertson-- MSB Designs, Inc. http://mysecretbase.com -Original Message- From: Douglas Brown [mailto:[EMAIL PROTECTED]] Sent: Sunday, July 21, 2002 10:51 PM To: CF-Talk Subject: Re: HTTP 500 - Internal Server Error (URGENT

HTTP 500 - Internal Server Error (URGENT)

2002-07-21 Thread JAIME HOI
Hi I am using the Windows 2000 Professional on my workstation. However my coldfusion files cannot be displayed. And i dun think the problem lies with Coldfusion server as i get this error code HTTP 500- Internal Server Error. Does anyone knows how i can resolve this error? Thanks

RE: HTTP 500 - Internal Server Error (URGENT)

2002-07-21 Thread Matt Robertson
Message- From: JAIME HOI [mailto:[EMAIL PROTECTED]] Sent: Sunday, July 21, 2002 6:31 PM To: CF-Talk Subject: HTTP 500 - Internal Server Error (URGENT) Hi I am using the Windows 2000 Professional on my workstation. However my coldfusion files cannot be displayed. And i dun think

RE: HTTP 500 - Internal Server Error (URGENT)

2002-07-21 Thread JAIME HOI
thank you s much!! it works like magic! But why is that so , if u dun mind explaining -Original Message- From: Matt Robertson [mailto:[EMAIL PROTECTED]] Sent: Monday, July 22, 2002 12:12 PM To: CF-Talk Subject: RE: HTTP 500 - Internal Server Error (URGENT) Go into IIS Manager

Re: HTTP 500 - Internal Server Error (URGENT)

2002-07-21 Thread Douglas Brown
Error (URGENT) thank you s much!! it works like magic! But why is that so , if u dun mind explaining -Original Message- From: Matt Robertson [mailto:[EMAIL PROTECTED]] Sent: Monday, July 22, 2002 12:12 PM To: CF-Talk Subject: RE: HTTP 500 - Internal Server Error (URGENT

RE: Scheduler Problem : 500 Internal Server Error (IGNORE PREV M AIL)

2002-07-05 Thread JAIME HOI
Sorry please ignore. Its ok now. There was some mislinks that's why scheduler cannot run. -Original Message- From: JAIME HOI [mailto:[EMAIL PROTECTED]] Sent: Friday, July 05, 2002 4:45 PM To: CF-Talk Subject: Scheduler Problem : 500 Internal Server Error hi all i'm

RE: HTTP 500 - Internal server error

2002-05-02 Thread Christopher Olive
: Wednesday, May 01, 2002 9:46 PM To: CF-Talk Subject: HTTP 500 - Internal server error Well... I was plugging away, working on a project- When all of a sudden I got an HTTP 500 - Internal server error on one particular page... It's not a CF error msg, but an IIS error msg - Any ideas what I might

Re: HTTP 500 - Internal server error

2002-05-02 Thread Frank Mamone
[EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Thursday, May 02, 2002 12:14 PM Subject: RE: HTTP 500 - Internal server error is it a form result page? check to see if the action page is an actual extant page. christopher olive cto, vp of web development, vp it security atnet solutions, inc

HTTP 500 - Internal server error

2002-05-01 Thread Louis Klepner
Well... I was plugging away, working on a project- When all of a sudden I got an HTTP 500 - Internal server error on one particular page... It's not a CF error msg, but an IIS error msg - Any ideas what I might have done wrong? The file APPEARS to be fine, I can open it, edit it, etc. TIA

Ignore: HTTP 500 - Internal server error

2002-05-01 Thread Louis Klepner
Whatever it was, it's resolved itself... (which makes me wonder...??) -Lou __ This list and all House of Fusion resources hosted by CFHosting.com. The place for dependable ColdFusion Hosting. FAQ:

RE: 500 internal server error wap coldfusion

2002-03-26 Thread Dave Watts
anyone know why I keep getting a 500 internal server error when trying to use wap with CF. I have the cfcontent tag at the top of the page. This is annoying me. if anyone has gotten wap and cf to work together, plwase help. Lots of people have successfully done this, myself included

500 internal server error wap coldfusion

2002-03-25 Thread Tony_Petruzzi
anyone know why I keep getting a 500 internal server error when trying to use wap with CF. I have the cfcontent tag at the top of the page. This is annoying me. if anyone has gotten wap and cf to work together, plwase help

RE: http 500 Internal Server Error and CF installation

2001-04-19 Thread Stephenie Hamilton
]] Sent: Wednesday, April 18, 2001 5:43 PM To: CF-Talk Subject: RE: http 500 Internal Server Error and CF installation that depends. i've always had to (per instructions provided by Dave Watts) reinstall CF. however, the "500 error" is pretty generic. your way will fix 90% of th

RE: http 500 Internal Server Error and CF installation

2001-04-19 Thread Christopher Olive, CIO
:[EMAIL PROTECTED]] Sent: Thursday, April 19, 2001 9:13 AM To: CF-Talk Subject: RE: http 500 Internal Server Error and CF installation true, but i always try that first. no need to rebuild the engine if your only out of gas grin -- Stephenie Hamilton Senior ColdFusion Administrator Express

http 500 Internal Server Error and CF installation

2001-04-18 Thread sebastian palmigiani
I have just installed CFServer 4.5.1 on Windows 2000 with IIS. I get the html pages to display but not the cfm pages, when for example, going to the cf administrator page. I get an http 500 Internal Server Error. I have followed all the instructions in the knowledge base article 7671

RE: http 500 Internal Server Error and CF installation

2001-04-18 Thread Stephenie Hamilton
PROTECTED]] Sent: Wednesday, April 18, 2001 3:00 PM To: CF-Talk Subject: RE: http 500 Internal Server Error and CF installation you need to reinstall Win2K. it comes bundled with MDAC 2.5, and when installing CF over it, it breaks. just "upgrade" to Win2K FROM win2K and it'll be fi

RE: http 500 Internal Server Error and CF installation

2001-04-18 Thread Christopher Olive, CIO
ies [EMAIL PROTECTED] http://www.crescotech.com -Original Message- From: Stephenie Hamilton [mailto:[EMAIL PROTECTED]] Sent: Wednesday, April 18, 2001 4:19 PM To: CF-Talk Subject: RE: http 500 Internal Server Error and CF installation no need to reinstall, go into IIS, application settin

Re: http 500 Internal Server Error and CF installation

2001-04-18 Thread sebastian palmigiani
. want CF_Freedom? try CFXHosting.com -Original Message- From: Christopher Olive, CIO [mailto:[EMAIL PROTECTED]] Sent: Wednesday, April 18, 2001 3:00 PM To: CF-Talk Subject: RE: http 500 Internal Server Error and CF installation you need to reinstall Win2K. it comes bundled