The official community for ColdFusion.
Recently active
Hello, We are upgrading ColdFusion from 2016 to 2021. So, is 2016 CF code will it work on 2021.?
Hello, Can I have CF 9 and CF2021 tags and functions details. I want to know whcih tags and functions are not supported in CF2021 from which we used in CF9.
I have created two VMs(windows 2012r2 and 2019), fully updated, onto vmware. I have installed coldfusion 2021 enterprise(trial), x64, update 2 on both. I have selected production + secure profile, .net/pdf/solr and the default options for the rest. Right after the installation when I log into CF administrator and click enable sandbox security and restart the CF application service after that, it times out and I have to change the config for sbs in neo-security.xml to be abe to start the service again. This happanes on both VMs with fresh windows installations and fresh CF installations. The lockdown tool does not make any difference. The logs do not contain any useful information, the service just times out. The jvm.config file looks fine to me. The timeout is 240 seconds.Am I missing anything here? What can I try to get this working?
HelloI know I'm living in the past here- Macromedia Homesite- what an amazing IDE in its day. Not easy to replace. I've tried many times to use Dreamweaver but never got it to just show a simple uncluttered interface like MMH. Just edit & browse- resource tab on the left showing the webroot and the cfm files split screen. Supposed to be able to choose what browser to use but that ability went south with the acceleration of browser technology. In MMH, one can choose Netscape! Drag & drop table & column names once a DB connection is established. Simple.I have no idea if Builder can be set up this way. It would be great if someone has succeeded in setting up any CF IDE like this?Thanks! see below
Hi Team,I am working on coldfusion9 application now we want migrate our application to coldfusion 2021 in this context we want to know1. If we migrate our application coldfusion 9 to coldfusion 2021 do we need to do any code modifications after migration or simply migrating to Coldfusion 2021 does all the things? 2. Because coldfusion 2021 has cloud support does our coldfusion 9 code will work in the cloud after migration..if it will work what are all the code & configuration level modifications we need to do? Looking for your earliest reply..... Thanks.....
I have an interesting issue. I have installed CF2021 side by side with an existing cf 2016 version in order to evaluate the functionality of all components before releasing it. When I remove the connectors from 2016 and rebuild them with 2021 all appears to work ok. We have a nightly reboot of the server scheduled and the next day after the server has come up, none of the sites work and I get an SSL error.I/O Exception: java.security.NoSuchAlgorithmException: Error constructing implementation (algorithm: Default, provider: SunJSSE, class: sun.security.ssl.SSLContextImpl$DefaultSSLContext)The problem goes away after restarting the coldfusion service but will, and not always, return after a server reboot. I have removed the connectors from 2021 and placed them back on 2016 except one test site which after every server reboot has no errors in testing the cfhttp or ssl connections by itself. The only time I have been able to force the problem is by addin
Hello All:I tried to read password protected excel file by using this line of code<cfspreadsheet action="read" query="MyControlPanelQuery" src="D:/LocalDocuments/FileName.xlsx">I gave me this error "An error occurred while reading the Excel: org.apache.poi.EncryptedDocumentException: The supplied spreadsheet is protected, but no password was supplied"I got this kind of error because the FileName.xlsx is password protectedThe thing is "<cfspreadsheet action="read"....> doesn't any attribute to read a password protected excel file.Any advice please? Thank you
Hi ,I want to upgrade my application from coldfusion 9 to coldfusion 2021..can I upgrade cf 9 to cf 2021 Directly? Thanks..
We updated Coldfusion 2018 from Update 11 to 12 this week (including query of query hotfix by the Coldfusion Support) and after this some of our servers were not reachable any more (we had to roll back as these are productive servers).Tomcat outputs HTTP Status 403 - Forbidden.I searched in the forum and found entries about Update 8 leading to such an error.But we had installed coldfusion 2018 incl. Update 10 in the beginning and updated to 11 since. So I presume this must be another problem.Is there any known problem with the current Update 12 and Tomcat?
Hello, Will CF2021 be adding support for Java 17 now that it is the latest long-term support (LTS) release? Regards, Carl.
I need to do my updates manually so I need all of the files (hotfix and repos). The page below does not currently contain a link to the hotfix 002 file. https://helpx.adobe.com/coldfusion/kb/coldfusion-2021-updates.html I used the format of the link to update 001 to create the link below which will download the hotfix 002 file but again this link is not on the updates page. https://cfdownload.adobe.com/pub/adobe/coldfusion/2021/updates/hotfix-002-328618.jar Can someone please get the link to the hotfix file added to the 2021 updates page. Thanks.
I'm preparing to upgrade a CF application from v2016 to v2021. In looking at Deprecated Features (adobe.com) page, I'm confused by several features that are listed as removed in v11, but deprecated and unsupported in v2018. The information on "cfcache" is a good example. This doesn't make sense to me. If it was removed in previous version, why would it be listed as deprecated in a later version? Is this a mistake on the page or am I misunderstanding something? Thanks.
We have Coldfusion 2016 and it is running on Oracle 11g. we just updated from Oracle 11g to 19c and have tried to make a connection by creating a new data source with ojdbc8.jar in Data Source on a CF Admin. The creation was sucessfully and the verfication also showed me "OK"however, when running our web it showed an error belowHere are the steps what I did. 1. downloaded a ojdbc8.jar ( I also tried ojdbc10.jar but no luck ) and placed it in C:\ColdFusion2016\cfusion\lib and then restated the service. 2. create a new data source in a DS page (I added the tnsoraname.ora below)-----AAAA=(description=(address_list=(address = (protocol = TCP)(host =xxxxxx)(port = 1521)))(connect_data =(service_name=AAAA)))-----so, I put the JDBC URL and Driver class like that: JDBC URL:jdbc:Oracle:thin:@(DESCRIPTION=(ADDRESS_LIST=(ADDRESS=(PROTOCOL=TCP)(HOST=xxxxxxx)(PORT=1521)))(CONNECT_DATA=(SERVICE_NAME = AAAA)))Driver Class: oracle.jdbc.driver.OracleDrivert
Hi All,Our Prod environment hosted on CF18 connects to a FTP server to place some files through a schedule job. The client complains that they getting multiple keep alive requests per second which is causing a big drain on their resources. We initially thought some error with the job and restarted the job which was scheduled for the next morning. We din't get any keep alive erros until the next moring but once the job run we got the error again. We also tried moving the codebase to a new CF instance but that din't help either. Have checked for the FTP connections and they are indeed closing. At a loss as to what is happening. Any insights would be very helpful. Thanks,Abhi.
Hello, I want to get the value of cfselect option whitout click submit. I see, we can use the OnChange Method but i can't recover the javascript value in Coldfusion. Can you help me ? Thanks in advance.
Hello folks, Has anyone recieved this erorr when trying to add or edit a SP within the CFADMIN? Its working on one server and not on the other, both have identical configurations. I get this error when editing an existing SP entry and when trying to save a new one! class coldfusion.saml.SpConfiguration cannot be cast to class coldfusion.saml.SpConfiguration (coldfusion.saml.SpConfiguration is in unnamed module of loader org.apache.felix.framework.BundleWiringImpl$BundleClassLoader @1bbea556; coldfusion.saml.SpConfiguration is in unnamed module of loader org.apache.felix.framework.BundleWiringImpl$BundleClassLoader @487f3afe)
Hello, I create a Docker container using the latest, standard image of ColdFusion 2021 docker run --rm -d -p 8500:8500 -v /cf_test:/app -e acceptEULA=YES public.ecr.aws/adobe/coldfusion:latest start I try and access org.apache.commons.lang.StringEscapeUtils.<cfset escapers = CreateObject('java','org.apache.commons.lang.StringEscapeUtils')> Response:java.lang.ClassNotFoundException: org.apache.commons.lang.StringEscapeUtils This works on a server installed version of CF 2021. What am I doing wrong here?
Is it possible in coldfusion Globalization and localization?for example i have developed a site in india.Now i need to open a same site in china,but the site will display in chinesense language.Which coldfusion version will support this.Thanks,
I am uploading files to an Azure Blob storage container using CF2021. The files are uploading with a content type of application/octet-stream. I need to change this so that I can display them rather than having them download when accessed. What option can I use in my parameters to upload files with the proper content type in Azure?
I am trying to get animation to work in CF11, CFChart. I can't it to work any input would be greatly appreciated.My code is below. Arrows works, but plot does not.<cfscript> arrows=[{"backgroundColor":"red","label":{"text":"Data for 2017","bold":true,"backgroundColor":"white"}, "size":6,"FROM":{"x":200,"y":100},"to":{"x":400,"y":200}}]; plot = { "animation": { "effect": "ANIMATION_FADE_IN", "speed": "2000" } } </cfscript> <CFSET FormsMarkedCompleted = 34> <CFSET FormsMarkedNotCompleted = 21> <CFSET TotalFormsEntered 40> <cfoutput> <cfchart showygridlines="true" gridlines="20" type="bar" <!--- arrows="#arrows#" ---> plot="#plot#" chartHeight="320" chartWidth="800" title="Number of competed forms and expected forms" > <cfchartseries >
I´m having trouble figuring out how to implement the uploadDirectory method for Azure Blob.The documents are giving and uploadFile() example instead of the correct one and the parameters listed does not comply where used as shown below: Thanks in advance!
Ola, alguem recomenda algum curso on-line de CF?
Needed to update my CF Addons container and went to Adobe Docker page and found out that Bintray is dead (good) but that instead of moving CF Docker files to someplace like Docker Hub - I have to manually download a .tar file? It's 2021? Is Adobe serious about Docker / containers and modern infrastructure????And the best part was when I finally DID manually download the CF2018 tar file for the container image it was broken. So frustrated with Adobe's direction lately.
I just installed a dev version of CF 2021 to prep for an upgrade from CF 10.The exact same urls now respond with the above error from identical urls. I presume the bad parameter is the "&{}" but this existed in CF 10 with no issue. Tried adding URIEncoding="UTF-8"relaxedQueryChars="{}" to the apache server.xml but had no success. It's not browser specific. This is the log entry:Oct 15, 2021 12:09:56 PM org.apache.coyote.http11.Http11Processor service INFO: Error parsing HTTP request header Note: further occurrences of HTTP request parsing errors will be logged at DEBUG level. java.lang.IllegalArgumentException: Invalid character found in the request target [/iFM-Portals/system/srre/editor/index.cfm?targetaction=GlobalEditor&t=ifm_users&keylist=BELLPA2&{}&_=1634310596756 ]. The valid characters are defined in RFC 7230 and RFC 3986
Hello i make portable data logger device and i want to be all data in pdf formate i use microcontroller Pic 18f2450 that have USB interface i want when the usb is pluged or by push button the device create pdf file from the data
Remix with Firefly Community Gallery
Thousands of free creations to fall in love with and remix in Firefly.
Already have an account? Login
No account yet? Create an account
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.