The official community for ColdFusion.
Récent
I have a weird issue that just started recently on a new CF2016 server (patched to current) running on IIS 10. It has a small handful of older sites that have been migrated w/no changes from a CF11 server where this wasn't ever a problem. I have Fusion Reactor installed and about three or four times a week, I'll see a very high number of requests in the daily report with about twice the number of sessions as web requests compared to what it normally sees (25,000 vs 2,500). Digging into the IIS logs, I'll see a single client hit the site many thousands of times and always from a Apple computer running Safari (a few different versions 601.2.7,605.1.15), for example:2018-04-05 00:43:58 x.x.x.28 GET / - 443 - x.x.76.100 Mozilla/5.0+(Macintosh;+Intel+Mac+OS+X+10_11_1)+AppleWebKit/601.2.7+(KHTML,+like+Gecko)+Version/9.0.1+Safari/601.2.7 https://[some other domain]/ 200 0 64 02018-04-05 00:43:58 x.x.x.28 GET / - 443 - x.x.76.100 Mozilla/5.0+(Macintosh;+
coldfusion 10 developer edition trial version link to download
good morning,i've been using CF for about 1.5 years. I'M using Coldfusion 2016 in a windows PC. I'm trying to figure out the location to save a <cfschedule> document. 1 Should the file be saved as a regular .cfm file or do I save it as a template ".dwt.cfm" file and put it into the template folder of my file directory?The reason is that I am not getting any thing to fire-off2. My second question is: can multiple <cfschedule> code be placed inside of the same coldfusion file? Below is my code that I used to point to the file to execute...<!-- TemplateBeginEditable name="head" --><!--- This read-only example schedules a task. To run the example, remove the comments around the code and change the startDate, startTime, url, file, and path attributes to appropriate values. ---><cfschedule action = "update"task = "ove3r0"operation = "HTTPRequest"url = "www.studentlt.com\scheduled_tasks\over30.cfm"startDate = "3/31/18"startTime = "6:00 AM"interval = "864
Hi,We encountered a problem with Coldfusion and Oracle when we implemented the CF11 u11 patch. We started getting the error message, "No More Data Available To Read". The same problem happened in u12 as well. Adobe provided a solution by giving us a new macromedia_drivers.jar file (originally found here: https://drive.google.com/open?id=0B9u7ipD8e7-oTjFBVkIxT0ZlYms, but doesn't seem to be there anymore). It doesn't look like the fix has been rolled into u13 either. My question is to Adobe, will this fix be rolled into any of the future Coldfusion updates? This has impacted our latest upgrade to our production environment. Thank you for your time.Stuart No More Data Available To Read
How do I install Git on Coldfusion Builder 2 using Coldfusion 10?
Hi all,I have been asked to develop something in CF. I am new to the world of CF development and trying to learn as best I can.I am using CF8 as that is all that is available in my work environment. I have posted my requested here in the hope someone can assist and give some pointers.We have a system which records login and logouts for computers on our campus. I need to work out how long each computer has been used for and we can't change what the program logs as it is a third party tool used for managing the network.I have got to a point where I can get the time calculations if a user logs in and logs out once a day or multiple times on different computers. I do this by creating two queries one with retrieves the logins and one which retrieves the logouts. I then do an if statement which matches the MacStudent and if the ID for the logout is greater than the ID of the login which works although it may be overkill and probably not best practice!However my main issue is when a user logs
I have a form that we scan a single number into. The barcode scanner has an "Enter" built in to it after it scans.The problem is that these scanners are used for many other programs in our lab that all need a "Tab" and staff have to frequently switch them back and forth between tab and enter.My form is one simple field and a submit key, so scanning now captures the data and submits it.Can the form be set to submit when a "Tab" is sent? So it would be: scan data --> Tab = data submitted.Thanks
I am trying to install Coldfusion 2016. The product installs with no issues. Upon logging in, it attempts to run the migration wizard. In the step for importing settings, it hangs. I've waited at least 15 minutes. Is there any way to see what it might be waiting on? It is attempting to migrate from Codlfusion 10 on the same host. Another possibly related issue is that when I try to stop the services from the Serer Manager I get an error. "Server Manager could not start the task due to the following error: Failed to open the runspace pool. The Server Manager WinRM plug-in might be corrupted for missing." This is Windows Server 2012 R2
Does Adobe think customer service is a joke? Why is a 2-hour wait time acceptable? Someone contact me at b2bn@hotmail.com regarding a refund for an Adobe product I recently purchased. If not I'll just have to dispute the charge with my credit card company. Regardless of your attempt, forcing customers to wait over 2-hours for customer service will not stop me from getting a refund. Tip - if you want to learn about a company and how much they value their customers, see how long it take to get in touch with customer service. That will tell you all you need to know.
We have an Enterprise CF11 License and would like to know what that grants us in terms of 3rd party software. Specifically ZingCharts ?There is a license file in: ColdFusion11/cfusion/wwwroot/CFIDE/scripts/chart/license.js which can be applied, successfully to the current version of ZingCharts (2.6.3) Does an Enterprise license of CF11 grant us license to ZingCharts as well?Thank you
Hello,Earlier I had HomeSite 5.5 installed on Windows 7 and everything worked fine, until I upgraded to Windows 8, and now, about every 20 minutes or so, it throws up this error message before it crashes:HomeSite has stopped working. A problem caused the program to stop working correctly. Windows will close the program and notify you if a solution is available. Then if I click debug, it says:An unhandled Win 32 exception occurred in HomeSite+.exe [8064]The error number differs each time. I can't debug because I don't have Visual Studio installed.Is anyone else running HomeSite on Windows 8? If so, maybe you know of a solution.Pete
Hi,I put in an issue with ColdFusion Builder 2016 in the ColdFusion Builder section.Have not received any response.Would it be possible for someone to look at the issue?The issue is causing the user frustration.Thanks,Mike
Please download the attached file to view this post
Am setting up a new server, putting CF2016 on it. OS is Win2012 on a VM server. The installer starts up but says that it cannot find the C++2012 redistrib. I let it do the C++ install, restart the CF install, end up at same error. I had sys admins install the redistrib, verified in control panel that it is installed, started the CF installer (running as admin), same problem - it says that the C++ 2012 redistrib is not installed.Anyone else seen this, have any ideas?-reed
Patched CF9.01 (save the judgement, it's what I have to support)Java 1.7-80Windows 2008 R2IIS 7.5SmarterMail 10.7Server supports TLS 1.1, 1.2 and 1.3.Typical settings for cfmail are: <cfmail from="#mailfrom#" to="#mailto#" server="mail.mydomain" useTLS="yes" port="2525" subject="Some Subject " type="html"> (Yes, Port 2525 is the TLS smtp port. )Additionally, the server, use TLS and port are defined in CFAdministrator.The Message-ID on the non-encrypted email lists a number, then .JavaMail.myservername@mail.mydomainname. Is there some JavaMail setting that needs changed? Or a property that needs to enable TLS?Problem I'm trying to solve is the red padlock in Gmail that states "x did not encrypt this message". I only get this when I send through CFMail, but NOT when I use the Smartermail webmail interface (sends TLS1.1) or through any other smtp client, such as Outlook (sends TLS1.1).How can I get the CF9 Application Server to encrypt what it sends so I can get rid of t
Hello,I have read that the Api Manager helps with security. As I understand it that people will connect to the api manager endpoint and is authenticated. Then the request is passed over to my API. Is this correct?How is security handled between the api manager and my api? do I just hide my api server non web accessible so it only accepts request from the api manager?That part is still foggy to me.Thank You,Randy
I am facing problem with size in generated PDF is not same with the sample HTML. Coldfusion version is 11,0,0,289974(developer) and adobe driver version is 5.1.1 (Build 0001) .Below is my code;<CFOUTPUT> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=shift_jis"> <CFDOCUMENT format="pdf" overwrite="yes" fontembed="Yes" pagetype="A4" marginLeft="0" margintop="0" marginright="0" marginbottom="0"> <HTML> <HEAD> <TITLE>TEST</TITLE> </HEAD> <style type="text/css"> html, body {padding:0; margin: 0;} &nb
HelloWe have a lot of pages encoded with iso-8859-1. CFBuilder Beta 1-3 was able to show the correct encoding (specified in project properties > resources > text file ecoding). Although we changed the settings in project properties and in preferences (general > workspace > text file encoding > other > iso-8859-1), cfbuilder opens every single page with utf-8. it's possible to change it for every page under page properties (or edit > set encoding), but this is a really big efford... it's also a little bit strange, because the set-encoding-menu shows "Determined from content: UTF-8" by default, although there are a lot of iso-8859-1 encoded characters inside (ä/ö/ü in our comments).Any idea?Thanx,Patrick
Hello,i want to automate the signing of my pdf's. I use standard coldfusion command<cfpdf action="sign" source="noSign.pdf" destination="Signed.pdf"keystore="c:\coldfusion2016\jre\bin\myKeystore.jks" keystorepassword="changeit" keyalias="321"overwrite="true" pages="1" height="100" width="200" position="280,210" author="false">and i get the ERROR : "keyalias 321 does not exist in the keystore."when i list on the server : keytool -list -v -keystore myKeystore.jks the alias really excitsC:\ColdFusion2016\jre\bin>keytool -list -v -keystore myKeystore.jksEnter keystore password:Keystore type: JKSKeystore provider: SUNYour keystore contains 1 entryAlias name: 321Creation date: 23-mars-2018Entry type: trustedCertEntry.....i've imported this alias by : keytool -import -keystore myKeystore.jks -file 321.cer -alias 321HELPPPPPPP !!!!Thx in advance
Hello,I recently upgraded ColdFusion 10 to ColdFusion 2016. We are a small installation, and use ColdFusion Developer Edition. Even though CF 2016 is clearly running and working fine, the display block at the top of the screen still displays "ColdFusion 10". I installed with JEE. Anyone know how I can fix this so it reflects the actual ColdFusion release?Thanks
Hola, estoy tratando de descargar adobe coldfusion en linux para realizar unas pruebas, pero cuando intento hacerlo me aparece error 404, hay alguna manera en la que pueda obtener el instalado?
Hi thereI have found an annoying bug in CF11/CF2016, both versions, both updated to latest Hotfixes.It is in the http() object. Setting a header strips out %0A …. Absolutely weird.To repro, do this (shortened):---GET https://nova-test-ws.sbb.ch/login HTTP/1.1Authorization: Basic bm92YV9tZ2JfYXBwX3Rlc3Q6NzB4WTBIRE9nSkFYakl2dzgzdHk=Host: nova-test-ws.sbb.chAccept-Encoding: gzip,deflate---You will get a large cookie, like this (only start is shown):---Set-Cookie: SAML-Ticket=%3Csaml2%3AAssertion+Version%3D%222.0%22+ID%3D%22SAML-afb7ce33-11c0-40fa-8ed6-acfb070f5b01%22+IssueInstant%3D%222018-03-19T13%3A19%3A14Z%22+xmlns%3Asaml2%3D%22urn%3Aoasis%3Anames%3Atc%3ASAML%3A2.0%3Aassertion%22%3E%3Csaml2%3AIssuer%3ESBB-WSG-TEST%3C%2Fsaml2%3AIssuer%3E%3CSignature+xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2F09%2Fxmldsig%23%22%3E%0A%3CSignedInfo%3E%0A++%3CCanonicalizationMethod+Algorithm%3D%22http%3A%2F%2Fwww.w3.org%2FTR%2F2001%2FREC-xml-c14n-20010315%22%2F%3E%0A++%3CSignatureMethod+Algorithm%3D%22http
Does Coldfusion Builder work with the plugin for Plastic SCM?
Is there a way in ColdFusion to fill an existing pdf fields from web form entries.
I'm trying to get CF11 installed on my local MacBook running OSX. After running the installer, and selecting to use an Apache as the external web server - I'm able to get to the CF Administrator.127.0.0.1/CFIDE/administrator/index.cfm (OK)I've confirmed that this is pointing to:/Applications/ColdFusion11/cfusion/wwwwoot/CFIDE/Created a test page at /Applications/ColdFusion11/cfusion/wwwwoot/CFIDE/test.cfm (works fine)127.0.0.1/CFIDE/test.cfm (OK)However .... any other directory EXCEPT for CFIDE either shows no permissions or file not found./Applications/ColdFusion11/cfusion/wwwwoot/some_other_directoy/test.cfm127.0.0.1/some_other_directoy/test.cfm127.0.0.1/wwwroot/test.cfmBoth show what I'm guessing is the Apache page for a 404.Not FoundThe requested URL /test.cfm was not found on this server.********I 've tried:updating httpd.conf located at: /etc/apache2/httpd.conf with various suggested settings for CFcreate "mappings" via the CF admin (they don't work)-----------
Remix with Firefly Community Gallery
Thousands of free creations to fall in love with and remix in Firefly.
Vous avez déjà un compte d'utilisateur ? Connexion
Pas encore de compte ? Créer un compte
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.