Tuesday, 9 February 2010
|
| CFHTTP Connection Failure Nerd 07:43:21 |
| | 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's either a network issue, an ISP issue, or (most likely) a firewall issue (our firewall has always been buggy). But why would it only be affecting CFHTTP? I can go to one of our CF servers and use internet explorer to browse the web. Why would IE be able to make HTTP requests, and CF not be able to make HTTP requests? How do CFHTTP requests differ from HTTP requests created by a web browser?
Any ideas? We're using CF5 server on Windows 2000.
Thanks, jim
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Sams Teach Yourself Regular Expressions in 10 Minutes by Ben Forta http://www.houseoffusion.com/banners/view.cfm?bannerid=40
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:180180 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=13123.11886.4 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54
|
| | 22 answer | Add comment |
Tuesday, 12 January 2010
|
Topic awaiting moderation clothing 14:13:52 |
Monday, 30 November 2009
|
| How much does it cost? Michael Dinowitz 00:32:06 |
| | Lets say your a major news organization (or govenment). You have reporters (or soldiers, etc.) in the field in places where they'll be kidnapped. You want to stop this or at least be able to track your people down fast. How much would it cost for some sort of homing beacon to be planted on (or in) them? How easy would it be for American troops to hunt down and kill the kidnappers if they had information of this sort? Why has no one thought of this before? Just knowing the tech out there last year, I see that this is 1000% possible and it's even easier today. It boggles the mind that we're one of the top tech countries in the world and we aren't using our tech to solve these problems.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Protect your mail server with built in anti-virus protection. It's not only good for you, it's good for everybody. http://www.houseoffusion.com/banners/view.cfm?bannerid=39
Message: http://www.houseoffusion.com/lists.cfm/link=i:5:126157 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/5 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:5 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=13124.11887.5 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54
|
| | 10 answers | Add comment |
Thursday, 15 October 2009
|
| National Weather Service XML Web Service Issues Jeff Garza 14:29:34 |
| | Has anyone successfully retrieved the data from this Web Service using ColdFusion?
I've tried every permuation of data types for weatherParameters but nothing seems to work. The documentation online calls it an array of booleans. It looks like a custom datatype to me by looking at the WSDL...
Anyone have any luck with this?
WSDL URL: http://www.nws.noaa.gov/forecasts/xml/DWMLgen/wsdl/ndfdXML.wsdl
NWS Information Page: http://nws.noaa.gov/forecasts/xml/
Thanks,
Jeff Garza
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Sams Teach Yourself Regular Expressions in 10 Minutes by Ben Forta http://www.houseoffusion.com/banners/view.cfm?bannerid=40
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:180273 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=13123.11886.4 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54
|
| | 7 answers | Add comment |
Tuesday, 22 September 2009
|
| S/MIME email question Mark A. Kruger - CFG 20:41:18 |
| | Folks,
What's the best way to go about supporting S/MIME email from a CF server. I can't seem to find any tags that specifically support S/MIME. Anyone?
-Mark
Mark A. Kruger, MCSE, CFG www.cfwebtools.com www.necfug.com http://blog.mxconsulting.com ...what the web can be!
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Purchase from House of Fusion, a Macromedia Authorized Affiliate and support the CF community. http://www.houseoffusion.com/banners/view.cfm?bannerid=38
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:174081 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=13123.11886.4 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54
|
| | 1 answer | Add comment |
Thursday, 10 September 2009
|
Topic awaiting moderation wholesale2wd 17:26:22 |
Wednesday, 17 December 2008
|
| 500 null James Smith 11:06:43 |
| | Every now and again, often on pages that take a while to execute but not always I receive a "500 null" in big black letters. The code looks like this.
<head><title>JRun Servlet Error</title></head><h1>500 null</h1><body> </body>
Does anyone know what is causing it and how to avoid it as it is becoming a real problem for us.
-- Jay
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Logware (www.logware.us): a new and convenient web-based time tracking application. Start tracking and documenting hours spent on a project or with a client with Logware today. Try it for free with a 15 day trial account. http://www.houseoffusion.com/banners/view.cfm?bannerid=67
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:199083 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=13123.11886.4 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54
|
| | 11 answers | Add comment |
Wednesday, 5 November 2008
|
| cfhttp method="PUT" Rick Root 08:54:09 |
| | Has anyone used this? I'm looking for an example of how to use CFHTTP's PUT method. There are none in the documentation on livedocs.
Basically, we've been asked to upload a file on an automated basis, and the vendor was kind enough to write us a vb script that does it, but I'd rather use CF =)
Thanks.
Rick
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Find out how CFTicket can increase your company's customer support efficiency by 100% http://www.houseoffusion.com/banners/view.cfm?bannerid=49
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:218860 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=13123.11886.4 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54
|
| | Add comment |
Friday, 17 October 2008
|
| RE: TinyMCE Ewok 20:07:36 |
| | Change the font-size in the css file you are using (default, advanced or simple) for the body style.
For example, in default/editor_content.css under the body style, change font-size:10px; to something higher... font-size:13px;
-----Original Message----- From: Ian Skinner [mailto:ian.skinner-2wSdTXsJYQTBCgU9O1rxug@public.gmane.org] Sent: Wednesday, October 27, 2004 10:40 AM To: CF-Talk Subject: OT: TinyMCE
At the recommendation of a recent posting to this list, I have been giving the TinyMCE JavaScript WYSIWYG editor a try. I like how simple it is to integrate into a web form and its functionality seems to be good. But, using the default configuration the text is tiny in the web control to which the editor is applied. But I can not find the proper setting to configure this. Can anybody who is using TinyMCE let me know which one I need to be using? I posted this question to the TinyMCE list, but have not received a reply. In fact, since I've subscribed to the list late last week, I have not received a single message from it other then my question. It does not seem to be very active.
-------------- Ian Skinner Web Programmer BloodSource <file:///C:\Documents%20and%20Settings\iskinner\Application%20Data\Microsoft \Signatures\www.BloodSource.org> www.BloodSource.org <http://www.BloodSource.orgSacramento> Sacramento, CA
"C code. C code run. Run code run. Please!" - Cynthia Dunning
Confidentiality Notice: This message including any attachments is for the sole use of the intended recipient(s) and may contain confidential and privileged information. Any unauthorized review, use, disclosure or distribution is prohibited. If you are not the intended recipient, please contact the sender and delete any copies of this message.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| The annual ColdFusion User Conference is being held Sat 6/26 - Sun 6/27/04 8am-5pm in the Washington DC Area. http://www.houseoffusion.com/banners/view.cfm?bannerid=44
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:182722 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=13123.11886.4 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54
|
| | 15 answers | Add comment |
Wednesday, 24 September 2008
|
| Test....test... Quiet today... Yves Arsenault 03:54:16 |
| | Hello...
Testing..
-- Yves Arsenault
"This year, or this month, or, more likely, this very day, we have failed to practise ourselves the kind of behaviour we expect from other people." C.S. Lewis
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Discover CFTicket - The leading ColdFusion Help Desk and Trouble Ticket application
http://www.houseoffusion.com/banners/view.cfm?bannerid=48
Message: http://www.houseoffusion.com/lists.cfm/link=i:5:175614 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/5 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:5 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=13124.11887.5 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54
|
| | Add comment |
|
| Browser Session spawn G C 03:54:11 |
| | Application: An application where you can administer a number of companies and their users.
The issues: You login to Company1 and click on User1 opening a different window. Now you need to open User2 from Company2. So in the Company1 browser you go to Company2 while leaving User1 window open. Now you open up User2 with its own set of session variables. So you now have: Original window has Company2 session variables. AND User1 window has its own session variables AND User2 window has its own session variables.
Should I not be able to use any one of those windows sessions independently of each other? User1 window is of course trying to use User2 session variables. And we cant have User1 accessing any of User2's session variables.
Can someone let me know how I can get CF server to dole out another session to a spawned window that will allow 2 even 3 sessions on the same box. Is this at all possible?
Thanks in advance,
GCruz
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Special thanks to the CF Community Suite Gold Sponsor - CFHosting.net http://www.cfhosting.net
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:185544 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=13123.11886.4 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54
|
| | 1 answer | Add comment |
|
| RE: IIS Append to the Request Header Steve Brownlee 03:54:09 |
| | No, IIS only appends headers from the Web server to the browser, not the other way around.
-----Original Message----- From: Adrocknaphobia [mailto:adrocknaphobia-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org] Sent: Wednesday, February 23, 2005 12:01 PM To: CF-Talk Subject: SOT: IIS Append to the Request Header
Here is a pretty random question...
Can IIS append to the request header before it passes it off the CF?
-Adam
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Logware (www.logware.us): a new and convenient web-based time tracking application. Start tracking and documenting hours spent on a project or with a client with Logware today. Try it for free with a 15 day trial account. http://www.houseoffusion.com/banners/view.cfm?bannerid=67
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:196159 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=13123.11886.4 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54
|
| | 1 answer | Add comment |
|
| Web Services problem Will Tomlinson 03:54:05 |
| | I'm learning about using Web Services and I'm getting an error that doesn't make sense. Maybe someone could shed some light on the problem?
I'm using a CFC to simply retrieve some zip codes from a db.
<cfcomponent> <cffunction name="myFunction" access="remote" returntype="query"> <cfset getzips =""> <cfquery name="getzips" datasource="#DSN#" maxrows="20"> SELECT zipcode FROM tblzipcodes </cfquery> <cfreturn getzips> </cffunction> </cfcomponent>
Then I'm invoking it using this:
<cfinvoke webservice="http://www.wtomlinson.com/queryCFC.cfc?wsdl" method="myfunction" returnvariable="returnedquery"> </cfinvoke>
<cfoutput query="returnedquery">#zipcode#<br></cfoutput>
It seems to work fine if the invocation is on my server, but when I have someone to place it on their server to call my web service, there's an error:
http://gtcc-it.org/web-service.cfm
Could not generate stub objects for web service invocation. Name: http://www.wtomlinson..com/queryCFC.cfc?wsdl. WSDL: http://www.wtomlinson..com/queryCFC.cfc?wsdl. java.net.UnknownHostException: www.wtomlinson..com: www.wtomlinson..com It is recommended that you use a web browser to retrieve and examine the requested WSDL document for correctness. If the requested WSDL document can't be retrieved or it is dynamically generated, it is likely that the target web service has programming errors.
I'm assuming the XML file CF is creating is erroring? Does anyone have any ideas?
Thanks, Will
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Purchase from House of Fusion, a Macromedia Authorized Affiliate and support the CF community. http://www.houseoffusion.com/banners/view.cfm?bannerid=34
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:182793 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=13123.11886.4 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54
|
| | 7 answers | Add comment |
|
| problem producing pie charts - help Nick Cabell 03:54:03 |
| | I'm having a terrible time producing (mostly) pie charts for a client. The cfchart tag produces "solid" pie slices that do not close up perfectly, and worse the shape of the pie is not consistently round, varying in its oblong shape depending on the query results.
The results need to be copied into word processing documents, I have to support older browsers, and the images need to be copiable into a variety of word processing documents.
Has anyone faced and solved these problems OR can you recommend a (hopefully) not too expensive alternative that I could integrate with CF to produce results from queries.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Purchase from House of Fusion, a Macromedia Authorized Affiliate and support the CF community. http://www.houseoffusion.com/banners/view.cfm?bannerid=35
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:166468 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=13123.11886.4
|
| | 1 answer | Add comment |
|
| Floods, Tornados, Earthquake, what next? Kevin Graeme 03:54:02 |
| | Last month we had floods from so much rain. Last week we had tornados touch down in town. Last night I woke up to the house rumbling from an earthquake. (4.5 in Illinois and I'm in Wisconsin.).
I'm really worried to find out what's next. I draw the line at it raining feiry brimstone.
-Kevin
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Purchase from House of Fusion, a Macromedia Authorized Affiliate and support the CF community. http://www.houseoffusion.com/banners/view.cfm?bannerid=36
Message: http://www.houseoffusion.com/lists.cfm/link=i:5:117750 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/5 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:5 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=13124.11887.5 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54
|
| | 2 answer | Add comment |
|
| RE:Katie( UplinkEarth - good CF hosting company?) Angel Stewart 03:54:01 |
| | Kaatieeee!!
*waves madly* What's happening How you been? And how are the islands? You bored and longing for the bustle of the city yet? ^_^
-Gel
-----Original Message----- From: Katie Howell [mailto:klhowell@yahoo.com]
<sneaking out of lurkdom>
Love 'em. Great customer service. Any trouble tickets answered within 18-24 hours. They always send an email on the holidays with their holiday schedule..notify you way ahead of time of any maintenence etc. There are cheaper providers, but I think the money is well worth the service.
oh..and...happy holidays to all from the Marshall Islands....a chilly 83 degrees here today...
</back to lurkdom>
Katie
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Special thanks to the CF Community Suite Gold Sponsor - CFHosting.net http://www.cfhosting.net
Message: http://www.houseoffusion.com/lists.cfm/link=i:5:138181 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/5 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:5 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=13124.11887.5 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54
|
| | 5 answers | Add comment |
|