The official community for ColdFusion.
Recently active
I'm getting “java” cannot be opened because the developer cannot be verified when I try to install coldfusion 2021. I am on Mac OS 11.3.1 (Coldfusion 2021 is supported on Mac OS v 11 according to this https://helpx.adobe.com/pdf/coldfusion2021-support-matrix.pdf ) I go to system preferences > Security & Privacy - it says "java was blocked from use because it is not from an identified developer" I click Allow Anyway but then cf installer says "Adobe ColdFusion 2021 quit unexpectedly." - I click Reopen and then get "The file can’t be found." ColdFusion_2021_GUI_WWEJ_osx10.dmg is the file I got from the downloads page. Can anyone from Adobe help me at all please?
After installing CF2016 Updater 17 (up from Updater 11) and going through the directions from Updater 14, I cannot access the Administrator. The password reset feature does not work either. I can access the admin by updating the neo_security.xml file and setting admin.security.enabled = false. Should I try uninstalling the updaters and re-installing?
Hola, alguien sabe como resolver el problema de Coldfusion 2018 no inicia.Al momento de iniciar Coldfsuion 2018 application server me manda un mensaje que menciona que no se pudo iniciar en e equipo local. Ya detuve los demas servidores y aun asi sigue sin iniciarlo.
Hi. If you happen to know where I can find the 2016 CFML language reference PDF, please can you point me to it? I have Googled and browsed and can't find this particular document. It must have existed!The current online docs are too "advanced" and I need the specific 2016 version. Thanks in advance.Gary.
Hi,There used to be a ColdFusion developer version that we could download to use for development. Is that still available? if so, do you have a link?
When I try to install ColdFusion 2021 developer version, I get the message “libjvm.dylib” cannot be opened because the developer cannot be verified. No matter how many times I click "Allow Anyway" in Security & Privacy, the same message occurs. I can't get by this block. What can I do to complete the installation of ColdFusion 2021?
Tengo un problema con la configuración de Coldfusion 2021, ya configuré mis datasource de Microsoft Sql Server y la verificación de los mismos es EXITOSA, el problema viene cuando hago la modificación del "virtual directory", dentro del archivo server.xml ubicado en: C:\ColdFusion2021\Mi_Instancia\runtime\conf, mi Context queda de la siguiente manera: <Context path="/app" docBase="C:\ColdFusion2021\Mi_Instancia\wwwroot" WorkDir="C:\ColdFusion2021\Mi_Instancia\runtime\conf\Catalina\localhost\tmp"></Context>Cabe señalar que esto me ha funcionado desde Coldfusion 2011 y Coldfusion 2018.Cuando hago la modificación del Contexto de mi aplicación e intento ingresar me devuelve un error diciendome que no tengo instalado el paquete de Sql server.Error:El paquete de Sql Server si lo tengo instalado: El error surge solamente después de hacer la modificación del Context en mi server.xml. Espero alguien me pueda apoyar a encontrar una solución a esto. Gracias.
I'm getting "The app can't run on your PC" anytime I try install the CF 2018 update 13 on my Win2019 Server. How does one go about this issue. I'm running CMD as an admin, I've enabled all admin security on the group policy but still the same issue. See attached document
Has anybody developed any AI/ML applications on Azure Cognitive Services API? I'd be interested in hearing your experiences, and , seeing some example of your code for connecting if you're willing to share. Best regards,Ronnie
Hi, guys...I've found imageGetExifMetadata for extraction.Now, I'm trying to figure out how to edit an image's meta data.Can CF do that, itself?If not, anyone have a solution?Thanks for any assistance!Rick
Hi Experts,I am trying to send billing information to - pilot-payflowlink.paypal.comand I am using AJAX call to do that, $.ajax({ url : "https://pilot-payflowlink.paypal.com", headers: { "Content-Type": 'application/x-www-form-urlencoded', "accept": "application/json", "Access-Control-Allow-Origin":"#HostAddress#" }, type: "POST", crossDomain: true, Accept: "application/json", async: true, contentType:false, processData: false, data: data, cache: false, success : function(data) { alert("Posted Successfully!"); alert(data); con
Looking for some help in configuring ColdFusion 2018 Enterprise to support FIPS 140-2 encryption with backend Oracle database. Searching thru Google, I have not found a complete answer. What I found so far is I need to update the JVM java.security file as well as the ColdFusion jvm.config file and maybe even the data source JDBC URL. Any assistance would be appreciated.Application Server: ColdFusion 2018 Update 13Java: Java SE Development Kit 11.0.14 (64-bit) Updates to java.security file:security.provider.1=com.rsa.jsafe.provider.JsafeJCEsecurity.provider.2=com.rsa.jsse.JsseProvider Update to jvm.config file:-Dcoldfusion.enablefipscrypto=true
All, What can I do to get a proper fix from Adobe? Ok I am looking to get a particular fix from Adobe. https://tracker.adobe.com/#/view/CF-4211391I find a link to click in the bug tracker by Charlie, I get "Access Denied" Sent email to Adobe back in 12/20/2021. Adobe provides a link, but cannot ever download it. It always results ina no-click.mil error. Should I re email cfsup@adobe.com email... Apologies, I just dont know why Adobe doesnt provide the fix for Everyone... why lock it down since that error has shown up more than a year ago? The log4j 2.x Update 3 should have included this... What can I do? Thanks"Tired of so secure you cant do your job"
Setting up a couple new Coldfusion 2018 servers and will be using clustering for the first time and have run into some problems.I am having trouble with session replication. Basically, session variables appear to be replicated between nodes in a cluster but are killed after a short while at random.A little setup info:2 web servers (Windows Server 2012) behind load balancersOn each web server sits a Coldfusion cluster consisting of 2 local instances (still unclear if this is useful or not - will ask in separate question) and 2 remote instances (the remotes reference the local instances of each opposite server)For simplicity, currently just testing on a single server with local Coldfusion instances - leaving the remotes out of the equation until I can get things working reliably locallyUsing J2EE session variablesColdfusion session timeout set to 2 hoursHere is what I did/experienced:We have a web application that requires login and stores user information in the session upon login.I mad
<cfscript> message = []; test = true; response = test ? ['It is true'] : ['It is not true']; </cfscript>CF2021 Throws the following error: ColdFusion was looking at the following text:<p>:</p><p>The CFML compiler was processing:<ul><li>A cfscript tag beginning on line 1, column 2.</ul> Used to work in CF2016 Patch #17
Hello all, I just downloaded the free CF2011 developer version and also SQL Server 2019 developer version both to my laptop. My Laptop is running windows 10. I tested my CF 2011 is working and also my MSSMS is working, created a test database, tables.When launching MSSMS I think by default the Connect to Server Windows is set to Windows Authentication. All I need is to click the connect button and I'm connected to the SQL SERVER. Now that I need to create a datasource from my CF administrator I have an issue. After I fill in the CF Datasource name, Server name, Database name and the default port 1433 error show up in red after I clicked the submit button:Connection verification failed for data source: TestDBjava.sql.SQLNonTransientConnectionException: [Macromedia][SQLServer JDBC Driver]Error establishing socket to host and port: MYOWNPC:1433. Reason: Connection refused: connect Do I have to uninstall SQL server and re-install it as I wasn't sure if I have to provide a usernam
How do I switch from recovery to production license with keys. The idea is to have production in one place with disaster recovery in another place. the idea would be to initiate a rollover to the servers during an outage etc. Does the recovery servers watermark PDF etc and would I have to activate our recovery servers as production. I honestly cannot find anything on this topic and differences such as watermark on recovery installs. I also could not find out how to update the license type without re-install.
Hello Dear Sir/Lady,How can ı see my invoice? and How can ı change my invoice details?I need your help. Please help me.I have a bit time.thank you for help.
How to do arraySet in a two dimension array?
Does ColdFusion 2016 support SQL Server 2019? How about the newer versions like 2018? The Product Matrix for 2018 does not list SQL Server 2019 but I have seen some internet chatter that it was coming.
Hi all,i have a mac book pro M1Paralells VM installed Ubuntu 20 ARM If i want to install Coldfusion 2018 it stop.............Unpacking the JREExtracting.....Configure the installer..... Launching installer..... JRE libraries are missing or not compatible......Exiting... Anybody an idea?
I am trying to build functionality using ajax. If email already exists in the database, it should give an alert using ajax. I have a textbox for the email field and on entering an email it should check the existence of that entered email id in the database using ajax. What i have tried is:<html> <head> <link rel="stylesheet" href = "css/style.css"> <link href="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-1BmE4kWBq78iYhFldvKuhfTAU6auU8tT94WrHftjDbrCEXSU1oBoqyl2QvZ6jIW3" crossorigin="anonymous"> <script src="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-ka7Sk0Gln4gmtz2MlQnikT1wXgYsOg+OMhuP+IlRH9sENBO0LRn5q+8nbTov4+1p" crossorigin="anonymous"></script> <script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></scri
Hi,I read the posts about log4j but it seems like there is still an unresolved vulnerability in the jetty\lib\ext\log4j-1.2.17.jar file? Was this ever resolved? Also, our scanners are flagging log4j under CFBuilder, I haven't seen any mitigation steps for that, did I miss something? These are reported (from the root ColdFusion Builder directory):plugins\com.adobe.ide.coldfusion.dictionary_3.2.1.201902041055\lib\log4j-1.2.9.jar\configuration\org.eclipse.osgi\31\0\.cp\lib\log4j-1.2.9.jar Thanks for any information,Alicia
Having an issue with CF2021 working on Apache web server with Mac w/ Monterey OS I can use the connector to configure CF with Apache but when starting apache I get this error "No code signing authority for module at /private/etc/apache2/mod_jk.so specified in LoadModule directive" and apache fails to load. This issue is cited in "https://helpx.adobe.com/coldfusion/kb/coldfusion2021update2.html" I made a signing certficate and signed mod_jk.so so that this error does not show and apache loads fine but still does not work with CF. Is CF2021 not compatible with Apache on MAC or is there a work around?
Although we have DKIM signing enabled SM. Key generated was add/updated on Internal side to recievethese externally hosted emails. Emails do come through with NO signature. CFMAIL /CF admin.not sure since its the client if any work needed here. Post earlier noted signed would be done on SMTP server side which is our Web/SM. External Hosting team did a test and got email to go out and signed. Only looks like CF mail not working, I have created a test email account test@SMdomain on exsternal Web and then send email to our testing email account ???????@gmail.com and can confirm that message is encrypted. Attached the email headers and screenshot from gmail. It seems that when sending from ColdFusion somehow the messages are not encrypted. Maybe we need to select the option to encrypt the message. Let me know your findings. Ty Jose
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.