Questions
Actividad reciente
Dear Team,Require you gudance to resolve these concerns.I am currently resides at middleeast-Bahrain and trying to purchase upgrade Licence for CF 2023 Enterprise Edition. But we are not able to proceed with this purchase and getting attached error saying it is not applicable for my location. We are looking to upgrade from CF 10 standard Edition to CF 2023 Entraprise Edition
We've updated our CF2021 non-production environments to Patch 11 which had an update to the java-xmlbuilder library.With this update, code that we had running fine before is now failing.I've created a small snippet of code to reproduce the issue. Here you can see I've got an XML String that I run through XmlParse twice - once with the caseSensitive flag set to true and the other with it defaulting to false.When trying to read an XmlAttribute on the RootElement, I'm now getting an error on the object that was parsed with caseSensitivity set to true but the one with caseSensitivity = false is fine.Here is a small snippet of code to explain what I'm seeing:<cfscript> xmlstring = '<?xml version="1.0" encoding="utf-16"?><RootElement userId="myuserId" password="myPassword" account="myAccount"></RootElement>'; xmlObject1 = xmlParse(xmlString, "yes"); xmlObject2 = xmlParse(xmlString); try { WriteDump("#xmlObject1.RootElement.XmlAttr
When trying to purchse via the link at the bottom of: https://www.adobe.com/products/coldfusion-family.html Getting the error:Product unavailable.We’re sorry, but the specified product or promotion could not be found; it may have expired or it may not be available in your country or region (United States). If you believe this message to be in error, please call Adobe Phone Sales at 800-585-0774 to place your order. Is anyone else seeing the same issue?
Is there a way to restart the server in a docker container deplyment of CF2023 with accessing the container itself?
I am using Coldfusion 2016 and Mysql 5.7 . I want upgrade to Mysql 8,according to coldfusion document they mention it support 5.7. Can anyone suggest way to use Mysql 8
Our division just purchased ColdFusion 2023 but our server does not have access to the internet. Is there any way for us to patch the server while offline? We just need to connect our oracle database to the server. We've tried dropping an oracle connector for the data source into /lib but when we go to add the datasource in the admin dashboard, it requests we download the oracle package through the cli. Thanks.
We are attempting to migrate from <cfdocument> to <cfhtmltopdf> for completing and saving static documents & forms, mostly for the "pixel perfect html" and ability to use css classes.We have a function that generates an html screen, including a form that a user fills in. Upon submitting, we write the same html to a pdf. This has always worked okay in <cfdocument>, but our input elements are now coming in as if they have empty strings as values, rather than the actual form value that was submitted, at least until we click on the input, then the value shows up - until we click elsewhere in the document.Here's what it looks like upon opening in Adobe Acrobat Pro:And when I've clicked on a field:And when I've clicked on another field (the first value disappeared): Is there a setting or permission somewhere that I'm missing to have these input fields display their values correctly?
I don't have a backup of it, can someone tell me where I can get another one?
I have some code that draws in multiple templates using CFINCLUDE I was originally redirecting to multiple pages with CFLOCATION but it worked out better if I could pull in those pages on an as needed basis with CFINCLUDE. The question I have is, if these CFINCLUDES are within CFIF statements and the condition is such that they do not need to be loaded, will the code be loaded into the CFM regardless of whether it is needed or not? I'd like to think that they are only accessed and loaded into CF if needed, especially since I've done the work now and this is an after thought/panic 🙂
We are upgrading our servers and for CFMAIL we now need to connect to the server using username and password. With Powershell everything is working and I received the email. With CFMail, I always run into this issue "SMTPSenderFailedException: 550 Submitter failed to authenticate " The only thing I could find is this old post Charlie Areharthttps://www.carehart.org/blog/2009/4/18/cfmail_530_error So is this still an issue with CF 2023?
I am getting a "403 - Forbidden: Access is denied." error. We have multiple websites are setup on 2 IIS servers.The 2 IIS servers have same apps on both servers.The IIS servers are behind VIP. I am getting the above error on only one of the site on only 2nd IIS server.Also, the error is only for accessing .cfm page and hot htm pages at same location If I turn off the 2nd IIS server and have only 1st IIS server behing the VIP. Then everything works. for e.g.we haveVIP 1 - Site 1 - port 81VIP 2 - Site 2 - port 82VIP 3 - Site 3 - port 83https://vip1/webapps/Test.cfm - workshttps://vip1/webapps/Test.htm - workshttps://vip2/webapps/Test.cfm - does not workhttps://vip2/webapps/Test.htm - workshttps://vip3/webapps/Test.cfm - workshttps://vip3/webapps/Test.htm - works Ruling out Netscalar issues,1. other sites on 2nd iis server works2. on the problem site, htm pages works3. the VIP settings look identicalIs that correct, or we need to look at something specific on nets
It worked previously with the older version (Adobe ColdFusion 2018.0.02), but when I updated to the newer version (Adobe ColdFusion 2018.0.02 2018.0.18), it gave me the error mentioned above. Is there any issue related to the Apache POI JAR file? Because when I used the older version of ColdFusion, the JAR file I used was 'poi-3.17.jar,' and I am still using it with the updated version. Can anyone help me with this issue?
I am getting an odd error and looking for help.Every so often I get the error "could not find the included template"eg."Could not find the included template /includes/CT_MCT_checklogin.cfm.""Could not find the included template /tools/CheckSettings.cfm."The scripts are running a lot but the error only occurs about 0.003% of the time. (ie. one script is run every 60 seconds but the error only occurs about 3-4 times every day.)The randomness of the error has me baffled as to what to do to handle this. When the error occurs I can refresh the page in the browser and it works again.Has anyone else ever encountered this problem?Note: we upgraded from Coldfusion 7 to 10 a few weeks ago and this has been happening ever since.
I upgraded to ColdFusion 2023, and now my Amazon S3 functionality is broken. Looking at the ColdFusion documentation, I should be able to use the listAll(parameterStruct) function to get my desired results, but for some reason, I am getting errors. I am trying to retrieve a list of objects inside a bucket. The documentation only shows how to get a list of buckets in a storage account. But it says that I should be able to retrieve a list of objects inside a bucket, but doesn't provide an example. Would anyone have a complete example of how to do this?
I'm using a HostNexus CF server (CF10 Enterprise v10.0.14.291717 running on Windows Server 2012 R2 with jvm v1.8.0_172C). I am sucessfully using Amazon SES for email using CFMail to Amazon's SES SMTP gatway. I use the useTLS = "yes" option in the CFMail tag. Amazon is upgrading to TLS v1.2 and is sending me warnings that my SES connections are using TLSv1 and will no longer be supported within a few weeks. Since the server is not on my network, I don't know how I can troubleshoot to see the TLS version that CFMail is connecting with, and attempt to get it to use TLS V1.2. I did a trouble ticket to the provider, but it seems they don't have any idea for how to proceed (i.e., Restarted mail services from our end. Can you please check now.).Anyone have any ideas of what to try on my end, or what the provider can try on their end to get me to TLS v1.2? Thanks, Marty M
Hi, The full error of course is:HTTP Error 500.0 - Internal Server ErrorCalling LoadLibraryEx on ISAPI filter "C:\cf2021cloud\config\wsconfig\2\isapi_redirect.dll" failed I am setting up a new server, and I have one site running under IIS with cold fusion and works swimingly. It's magic number is 1 and all is well. The problem occured when I created a new IIS site and ran the cf connector and chose add. The connector did its thing and created the jakarta virtual dir etc and added an isapi filter pointing to magic number 2 this time. I have checked permissions across the board and confirmed paths, the simple stuff. my question is really is there something I missed when adding a second IIS site after cf was already connected ? I didnt see a way to edit my original connector or anyting, looked like I needed to add a second one. IM struggling to find docs related to this problem - ive posted a screen shot of the error. also showing the directories just confi
We have updated to ColdFusion 2021 Hotfix 9 and out ITR team is flagging cf-logging.jar as a lof4j vulnerability. I have been unable to find a clear answer to remediation actions or verbiage that this is a false positive that will satisfy our Cyber Security. Tenable plugin 156860.
I can access my site fine from the server its on with the domain name, login in fine, etc. But when I try from a remote machine on the same network it gives me the login in page, but after that I get the Forbidden message. Thoughts? Logs aren’t given me much… I added the IP address to the server.xml thinking that would be the issue, but not luck. address="x.x.x.x" ForbiddenYou don’t have permission to access /page.cfm on this server.
<cfcomponent><cfsetting enableCFoutputOnly="yes"><cfinclude template="abc.cfc"></cfcomponent>this is printing the contet of my file abc.cfc to the screen, i think enableCFoutputOnly="yes" should prevent it right ?my environment: docker-container docker image: adobecoldfusion/coldfusion2021
We have been using the result structure from CFQUERY for years to retrieve an inserted ID, but it started to fail after applying update 2021/11 recently. It would appear that we now need to pull the inserted ID out of another structure entirely. I created a simple test scenario below and dumped out both the query and result structures - note that GENERATEDKEY is no longer in the result structure: <cfquery name="myquery" datasource="#ds#" result="myresult"> insert into ejtest(testfield) values('test')</cfquery> The test table has both an identity field and PK set on that field. It produces the same result whether I have a PK set or not, however. The CF documentation for CFQUERY also does not mention this: cfquery (adobe.com) Thoughts? Thanks,Eric Server DetailsServer Product ColdFusion 2021Version 2021,0,11,330247Edition StandardOperating System Windows Server 2019OS Version 10.0Update Level [CF Path]/cfusion/lib/updates/
Updating the last server in our company and get an error that I do not get on the two other environments.we are applying update 3 to CF 2021 - developers are pointing at server issue as works in other two enviroemts - I attached a picture of what the page should look like - seems to pull up some grid viewany help always apprective Jan 22, 2022 10:48:04 PM org.apache.catalina.core.StandardWrapperValve invokeSEVERE: Servlet.service() for servlet [CfmServlet] in context with path [] threw exception [ROO. CAUSE:java.lang.IndexOutOfBoundsExceptionat java.base/sun.nio.cs.StreamEncoder.write(StreamEncoder.java:121)at java.base/java.io.OutputStreamWriter.write(OutputStreamWriter.java:211)at java.base/java.io.PrintWriter.write(PrintWriter.java:507)at coldfusion.runtime.CharBuffer.writeTo(CharBuffer.java:154)at coldfusion.runtime.NeoJspWriter.writeOutput(NeoJspWriter.java:281)at coldfusion.runtime.NeoJspWriter.flush(NeoJspWriter.java:374)at coldfusion.runtime.NeoPageContext.flushOutput(NeoP
I am not able to run my project in docker container after upgrading to MacOS Sonoma in Macbook M1 Pro. First I thought I have some issue in my Dockerfile. So tried with a default blank command docker run -dt -p 8500:8500 -e acceptEULA=YES -e password=ColdFusion123 -e enableSecureProfile=true adobecoldfusion/coldfusion2021:latest Still not able to run ColdFusion, so attached some log files. Please help me out.
As of December 2, 2022, Tenable security scans are once again flagging ColdFusion with a Critical vulnerability, identifying the latest CF Update 15 (that we applied two weeks ago). States we had previously mitigated this issue, but is back. Has anyone else seen a vulnerability scan (of any level) identifying cf-logging,jar as using v. 1.2.15. (A logging library running on the remote host is no longer supported.). Identifies:[drive]:\ColdFusion2018\[cfinstance]\hf-updates\hf-2018-00015-330106\backup\lib\cf-logging.jar I can only find posts about this vulnerability in posts from Jan 2022, where Adobe says they checked and they "weren't vulnerable" I'm concerned because it is flagged as Critical and security teams will expect this to be mitigated.
Help, Scheduller.cfm corrupted
Document update history: 10/10/2023: Added Docker Hub and ECR locations. 10/10/2023: Refreshed the Server ZIP and GUI installers, Lockdown installer, and Add-on installer for ColdFusion (2023 release). Head over to ColdFusion downloads to download the installers. We are pleased to announce the availability of ColdFusion (2023 release) Update 5 and ColdFusion (2021 release) Update 11 today! Where do I download the updates from ColdFusion (2023 updates) ColdFusion (2021 updates) What's new and changed in the updates Both the updates include bug fixes and enhancements in Administrator, Installer, Migration, Package manager, Database, and other areas. The update contains upgrades to Tomcat (v9.0.78) and other libraries, such as jackson-databind, Netty, etc. Note that this update is cumulative and includes fixes from the previous updates. The updates include package install enhancements, Admin APIs for activation requests, new attributes for Exchange tags
Remix with Firefly Community Gallery
Thousands of free creations to fall in love with and remix in Firefly.
¿Ya tiene cuenta? Iniciar sesión
¿Aún no tienes una cuenta? Crea una cuenta
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.