Coldfusion service crashing and unable to restart

2007-07-09 Thread nerd
Hi. We're running CF MX 7.0.2.142559 on a Win2003 server and we're having the following problem: Coldfusion is periodically crashing (leaving our users with a "Could not connect to jrun server" error) and the only way to restart it is to restart the machine. When we try to restart the applica

Re: CF7 100% CPU usage

2006-03-03 Thread nerd
> SeeFusion has a trace() method that you can invoke to dump messages to a SeeFusion Debug window. Neat. I'll check that out. ~| Message: http://www.houseoffusion.com/lists.cfm/link=i:4:234093 Archives: http://www.houseoffusion

Re: CF7 100% CPU usage

2006-03-03 Thread nerd
> Do you have any CFC's which u are instantiating inside session scope ? Nope. Thanks for trying to help, though! Anybody else? ~| Message: http://www.houseoffusion.com/lists.cfm/link=i:4:234068 Archives: http://www.houseoffusi

CF7 100% CPU usage

2006-03-03 Thread nerd
Just installed CF7 on our Win2003 server a couple of days ago. Since then we've been having trouble with our site running slowly and certain large threads on our (in-house developed) discussion board timing out completely. I checked the CPU usage and, after a little experimentation, realized th

Uninstalling MX6 after installing MX7

2006-03-02 Thread nerd
So we finally installed Coldfusion MX7 on our Win2003 servers recently. If I remember correctly, at the end of installation it recommended that we uninstall MX6 via the "Add/Remove Programs" panel. So I'm ready to uninstall this morning and, just out of curiosity, I looked in the custom tag an

Uninstalling MX6 after installing MX7

2006-03-02 Thread nerd
So we finally installed Coldfusion MX7 on our Win2003 servers recently. If I remember correctly, at the end of installation it recommended that we uninstall MX6 via the "Add/Remove Programs" panel. So I'm ready to uninstall this morning and, just out of curiosity, I looked in the custom tag an

502 message for CFHTTP

2005-09-21 Thread nerd
We have a page on our site (which has worked for many years) that uses CHTTP to collect some data from an external webpage. Suddenly it has stopped working. If I use a web browser on our CF server machine, I can get to the external page with no problem, but when CFHTTP tries to access it, it r

Paradox Database

2005-06-21 Thread nerd
Many years ago, we built an online store application for a client in which all product data for the store is pulled from a Paradox database that the client uploads to our server. We recently upgraded to MX (6.1 running on windows 2003 server to be exact) which does not have built-in support for

CFHTTP Connection Failure

2004-09-30 Thread nerd
For some reason all of our CFHTTP tags have been returning "Connection Failure" for the past couple of days.  In the past week, we haven't changed any relevant code, we haven't changed any settings in the CF admin, and we haven't changed any settings or hardware on the servers. So I'm thinking it'

CFMail sending server.log

2003-12-02 Thread nerd
Here's a wierd one that we've been dealing with for a while. Every once in a blue moon, when CFMAIL is used to send email to a user, it instead sends our entire server.log file.   We don't see any pattern as far as when/why this is happening.  Also strange is the fact that it sends a log from a se

Re: CFCONTENT/CFHEADER woes

2003-11-13 Thread nerd
> I've always used this style: > > > > > Chris Thanks, Chris.  That seems to do the trick. Jim [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

CFCONTENT/CFHEADER woes

2003-11-13 Thread nerd
Ok, I was searching the archives for a way to force a file to download (rather then open in the browser) and came up with this code:    This should cause the browser to prompt to download the file rather then try to open it, yes? But I can't seem to get it to work.  It just displays the unformat

Crazy emails

2002-06-14 Thread nerd
Has anyone ever seen an email that looks like this... "Warning","1028","02/15/02","16:38:08",,"A request exceeded the timeout. The unresponsive thread count is up to 1. [E:\NSite\seatempsimage.cfm]" "Error","1028","02/15/02","16:38:08",," !! CFTrace::logThread(1012) has no entry for thread 1012"

cfmail error

2002-05-15 Thread nerd
Does anybody know what this is all about: -- unknown exception condition TagCFMail::sendMessage The error occurred while processing an element with a general identifier of (CFMAIL), occupying document position (1:1) to (5:2). -

Re: listing all form variables

2002-04-08 Thread nerd
ahh... #form.fieldnames# ...I knew there was a way to do it. Thanks everybody, jim __ This list and all House of Fusion resources hosted by CFHosting.com. The place for dependable ColdFusion Hosting. FAQ: http://www.thenetprofi

listing all form variables

2002-04-08 Thread nerd
Can CF output a list of all the form variables passed to a page? I vaguely remember this being possible but i don't remember how to do it. jim __ This list and all House of Fusion resources hosted by CFHosting.com. The place for

OT: IE 5.5 woes

2002-03-25 Thread nerd
Has anyone else ever had this problem? We were getting many complaints on our site from people using IE 5.5 browsers. We checked it out for ourselves and found that on our site, using a 5.5 browser and clicking the browser's "Forward" and "Back" buttons, the browser would often crash with an appl

OT: SQL error code 08S01

2002-01-07 Thread nerd
Has anyone ever had this problem: ODBC Error Code = 08S01 (Communication link failure) We started getting this error message at the bottom of all our pages out of nowhere, and I can't figure out why or how to get rid of it. I'm using CF 4 to connect to Microsoft SQL 7. jim