The official community for ColdFusion.
Recently active
Hola, Alguien podría ayudarme, busco una forma de aplicar variables de ambiente PROD/DEV, y poder desde ahí tomar los valores como URL o credenciales de servicios Web o APIs , etc.
Cron expression to schedule the task which will run at 11:45 pm at the end of the year
Hi community,we are moving from our old CF2016 environment (Apache 2.4 on SLES 12), which has been working without major problems for many years, to CF2021 with Apache 2.4 on SLES 15. Yes, I'm fully aware that SLES is NOT on the list of supported OSes for CF2021, but for the time being, I have no choice due to inhouse policy.With CF2021 (Update level 3) we now experience major problems with frequent crashes of Apache subprocesses, which seem to be related to cfhttp calls. These calls do not fail every time, but frequently and I cannot find a pattern to this. Only house-internal URLs, mostly https://, are called with cfhttp, I'm fairly certain that this is NOT a certificate problem since the inhouse Root- and Sub-CA-Certificates were imported into the cacerts store.In /var/log/warn there are countless entries like this:2022-02-24T14:55:59.909952+01:00 srvanawebx3 systemd-coredump[34008]: Process 33666 (httpd-prefork) of user 1004 dumped core.#012#012Stack trace of thread 33668:#012#0 0
Cordova version 11 android app crashes while Launch on emulator with Gradle 7.4 When i generate build using coldfusion builder 2018, the build is generated successfully. but when i run it on android emulator, it install successfully but app keeps crashing while Launch. Any clue as to why is it happening. its a very simple "Hello World" app with no plugin in use. Note: Cordova version 9.0.0 builds and runs the app on same emulator successfully without crashing. Any ideas?
Hi,I have a stuct that looks like this:If I need to display the attributes array. This works:<cfoutput>#shipment_response.data.rates["9"].attributes[1]#</cfoutput> However sometimes the Array is [empty]. How can I determine if it exists? I tried: <cfif StructKeyExists(shipment_response.data.rates["9"], "attributes[1]")> <cfoutput>#shipment_response.data.rates["9"].attributes[1]#</cfoutput> </cfif>It doesn't execute the cfoutput either way (exists or empty). What am I doing wrong with StructKeyExists? Thanks in advance for any suggestions!Gary
I read the security bullitins around this jar file coming up in security scans. I noticed that in one of my instances (test) for whatever reason that log4j.jar file is completly missing in the /jetty/lib/ext folder but yet the CF server is running fine. In our dev/prod instances though the log4j-1.2.17.jar is in the /jetty/lib/ext folder and can't be deleted or renamed becasue its in use even when the CF server is stopped.. I guess the question here is 1. Why would it be missing on one server but not the other (Identical deployment; Same versions; etc.). 2. Can these log4j versions be ignored as vulnerable. I know in previous discussions only certain CVES are mentioned but our scanners pick up reference to the jetty instance being vulnerable to.CVE 2020-9488CVE 2022-23302CVE 2022-23305CVE 2022-23307
Your client-side CFML code has encountered an initialization error. The required plugins cannot be loaded successfully within the timeout period. i am facing this issue and not sure as to how i can fix this issue. i am using coldfusion 2021 standard edition and i am trying to access device camera using following code: <html><head><title>camera camera. aa aa.</title><script type="text/javascript">function src_to_img(img_id,data_to_write){document.getElementById(img_id).src=data_to_write;}</script></head><body><cfclientsettings enableDeviceAPI=true><cfclient><cffunction access="public" name="getpiccam" returntype="void" verifyclient="Yes"><cfset opt = cfclient.camera.getOptions()><cfset response = cfclient.camera.getPicture(opt,true)><cfset response ='data&colon;image/jpeg;base64,'+ response><cfset src_to_img("myimg", response)></cffunction></cfclient><button
Will Adobe provide a Coldfusion 2018 hotfix to address vulnerability in Tomcat 9? We currently have version 9.0.50. See CVE-2021-42340.Thank you.
I'm trying to migrate from cf11 to cf21 and I'm getting a series of errors which I assume are related to hibernate.I already tried to use the .car generated in cf11 for cf21....this is the entire stack trace:java.lang.NullPointerException at com.sun.xml.bind.v2.runtime.unmarshaller.StAXConnector$1.getPublicId(StAXConnector.java:101) at org.apache.xerces.util.SAXLocatorWrapper.getPublicId(Unknown Source) at org.apache.xerces.xni.parser.XMLParseException.<init>(Unknown Source) at org.apache.xerces.impl.XMLErrorReporter.reportError(Unknown Source) at org.apache.xerces.impl.XMLErrorReporter.reportError(Unknown Source) at org.apache.xerces.impl.XMLErrorReporter.reportError(Unknown Source) at org.apache.xerces.impl.xs.XMLSchemaValidator$XSIErrorReporter.reportError(Unknown Source) at org.apache.xerces.impl.xs.XMLSchemaValidator.reportSchemaError(Unknown Source) at org.apache.xerces.impl.xs.XMLSchemaValidator.handleStartElement(Unknown Source) at org.apache.xerces.impl.xs.XMLSchemaValid
So this is a new installation running some old apps (which do work).One thing, though, is that try as I might, I can't get the debug information to get tacked onto the page.I've enabled it in cfadministratorEnable Robust Exception Information And I believe my IP address is listed in View / Remove Selected IP Addresses for Debug OutputAnd I've created a test page with<cfsetting showdebugoutput="Yes">What am I missing?!
Hello,I just installed ubuntu 13.10, and it comes with apache 2.4, which means the next LTS of ubuntu will include apache 2.4. I also read that Fedora 18 and up come with apache 2.4, and so RHEL 7 could also use apache 2.4 instead of 2.2.I understand that 2.4 is not supported now. When will ColdFusion support apache 2.4?Thanks,Jonathan Morgan
I'm working with an application running on ColdFusion 2018 and Java 11. It uses threads to make multiple http requests at once to reduce the wait time of loading data. About once a month, sometimes more, we start to get error reports of java.lang.NoSuchMethodException: coldfusion.runtime.CFDummyComponent.<init>() on the line of code that creates a thread. I haven't found any pattern to it and the error seems to just keep happening for every request that goes through the affected code path after it's first triggered until the server is restarted. This is occurring in production but I haven't been able to reproduce it locally so I have a feeling it's related to the number of users of the system. Can anyone offer a suggestion on what could be the cause? Please see the related code and error dump snippets below. threadService.cfc/* * Runs all supplied threads and returns the results in a structure where each key * is the name of a thread and contains the results of running
Good day, We are working with an Education facility in the Middle East whom are a ColdFusion users. We're seeking a Cf expert to work with us remotely on the project. Please send me a private message if you're interested. Zaid
Hello, I recently upgraded from CF2016 to CF2021. Now i'm not heavily into ColdFusion, our previous developer has retired so I got put into this. Mostly I have been upgrading/changing links and troubleshooting some syntax in coding or troubleshooting minor issues. I basically have been tasked to keep this legacy system working. (Our company is in the end stages and will most likely not be around in a few more years). So after the upgrade, i'm able to open up my dev site for our HR portal. The login page comes up, but i'm unable to login. I"m getting "User Doesn't Exist or Password Expired" error. We have a EZ-SSO client that handles our login and I can't tell if that is what is causing the issue. If the upgrade made changes that affects the code accessing the Active Directory. I am using a <CFLDAP> command to query the active directory.
I have the CF Admin setting for cookies set to Secure and HTTPOnly, however when I browse the app, the session cookies are NOT secure. Is there something else that needs to happen to make the cookies secure? Thanks,Tom Muck
How can i link pivot table data to another sheet? As i want to link and save my all sites data at one place. Can anybody here help me out ?Thanks !
I recently did an upgrade from CF 2016 to CF 2021 and all went well, Thanks to the inputs from the community. One strange thing I noticed is that one of the menu options which usually renders a login/pwd page is garbled and not working, All other menu options in our site are clearly rendering the login page fine. Anything that I'm missing here? This is what I see in the our page, other similar menu comes up with login/pwd perfectly Any help is appreciated. ThanksSajan
Hi, As part of moving towards Coldfusion 2021 (from CF2016) and I downloaded the installer file ColdFusion_2021_GUI_WWEJ_linux64.bin and completed the install successfully the 30day trial option. I was looking for the Standard Edition and not the Enterprise Edition as we are downgrading. Question:Upon launching the admin console, it says ColdFusion 2021 Release Enterprise Trial 30 day(s) left - How do I downgrade to Standard Edition, is it through a specific license or do i need to blow this install totally and get the installer for standard edition? Since I could not locate the specific installer file for standard edition, I got whatever is there from Adobe site for our Linux OS. Please let me know. ThanksSajan
Hello I am using coldfusion 2021 community and sqlserver 2014 on a windows 10 machine. I have not been able to create a DSN, receiving different errors the latest error being Connection verification failed for data source: food_09292021java.sql.SQLException: [Macromedia][SQLServer JDBC Driver]Kerberos Authentication is not supported by this SQLServer. The driver attempted Kerberos authentication because the AuthenticationMethod connect option was "auto" and no username/password was specified.Thank you in advance for your help
Anyone have any experience with ACF docker and CFBuilder debugger?I can add the server that the docker container is running and the debugger is able to connect to the rds of the server when the debugger starts. The issue is that the debugger is unable to resolve the location of the source files. This leaves me with the error message "source file not found" when hitting breaksThe docker containers files live at "/app/file" but my local files that cfbuilder accesses are local with a different directory location. Is there a way to provide a debug mapping that will resolve this?Any insight is appericated!
We have been providing a simple javascript link for for other websites to embed to display content from our site without using iframes. Basically the HTML generated in the cfm file is saved in a <cfsavecontent> variable, and rendered into javascript using document.write('jsStringFormat(content)); Other sites then embed it using:<script type="text/javascript" src="somesite/temp.cfm"></script> This has worked well for many years, but due to increased security we added X-Content-Type-Options="nosniff" to our headers. This results in a MIME type (“text/html”) mismatch error, so the javascript is blocked. As far as I can tell this is because a .cfm page is delivering js content (?) Any suggestions how we can work around this?
Hello All,I am using the CF Builder 2016 and could not find anything to set up FTP. I need to FTP connection to move file from Development to Production machine.Please adviseThank you so much
VERY IMPORTANT: This code ran flawlessly on CF v10 (same master excel file "xlsx")MUST Find solution. My Master excel is "xlsx". Going back to "xls" is NOT option as we're using advanced features not backward compatible. To simulate workflow I used Excel to create a blank "xls" and "xlsx" both with "sheet1" renamed to "interview".The following code sets the cells correctly... BUT "xls" will autocalc when opened, "xlsx" WILL NOT. User must hit [cntrl-alt-F9] which then updates.Please try yourself, you will see same results. (simply switch lines 1/2 to use different "master" in your simulation.<cfset excelFileToUse = "d:\oldExcel.xls"><cfset excelFileToUse = "d:\testMaster.xlsx"> <cfset dummyNumber = randrange(12345,99999)><cfset fileExt = listLast(excelFileToUse,".")><cfset CompanyLink = "HYPERLINK(""http://localhost/customers/customer.cfm?customerID=156"",""My Company"")"><cfset contactLink = "HYPERLINK(
I am using the below code to generate a PDF. The top part of the page is an image but there is whitespace while placing the image in the generated PDF. How do i remove the whitespace from the PDF. Any suggestions? Please find the code snippet below. Attached the CURRENT.JPG and EXPECTED.JPG images. In the current you can find a portion marked in red which i need to remove. The PDF should look exactly like the expected.JPG <cfdocument pagetype="legal" format="PDF" marginbottom="0" margintop="0" marginleft="0" marginright="0" ><table border=0 cellspacing=0 cellpadding=0 height=200><tr><td valign=top align=left><img src="https://www.getinge-training.com/images/TopHeader.jpg" width="1429" height="496" border=0><br><br><br><br><p align=center><font size=10>NAME OF THE PERSON</td></tr></table></cfdocument>
Hello everybodyI don't know if you can help me but:I create an excel document using the instructions "spreadsheet" for ColdFusion 10.There is, among the data to be added, a "hyperlink" formula that will contain the URL of a websiteI therefore use the instruction "SpreadsheetSetCellFormula"See the code:<cfset SpreadsheetSetCellFormula(s, 'HYPERLINK("#Query.Field1#", "#qQuery.Field1#")', curRow, curCol)> Explanation of different variables:s : object representing the excel sheetQuery.Field1 : it is the data containing the URL (in a Query)curRow : row number where the data will be writecurCol : Column numberThe problem:When I execute the code on my computer and I open the file: the display is correctWhen my colleague tries to create the file with the same code, he r
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.