Questions
Als letztes aktiv
Team, I understand new install will go separate drive/folder etc. Also will need run seperate website due to Connector separate instance etc. I know i can share same JDK installation. My question is not clear when documentation says to remove older connector?Shouldn't/I need new connector configured for new website/CF instance? ty Jose DuenasLead System Admin
I'm using Cold Fusion 2016. I know the ODBC DSN works because I can use Excel to connect to the same AS400 DSN using it.As you can see in the screen shot I can also connect via the C:\ColdFusion2016\cfusion\db\slserver54\tools\ivcheckodbc.exe utility.I've tried restarting, rebooting etc etc.Any ideas?
Without going into to much detail, we basically have 0 control over anything at my company. So we're resigned to doing manual Coldfusion 2023 updates on our developement machines. On our actual servers we can use the adobe update site.Manual updates seem to have a lot of quirks, so it would be ideal to use the Administrator. Is there a way to point the Update Site URL to a folder to look for updates? It doesn't seem to accept a folder path unlike the Packages Site URL. That still might not work anyway because we don't have local admin access 🙂 Trying to install update 15 through our SCCM we got a bunch of these errors: Exception : Illegal character in opaque part at index 2: C:\ColdFusion2023\bundles\repo/ib6coreutil-1.3.jarI've managed to downgrade myself manually to update 13 but now we're getting the mail error and no amount of felix cache clearing is fixing it. I've also tried setting up the proxy under Package Manager but the error isn't super helpful:
Initial Assumptions and Red HerringsThe issue began when an application running on ColdFusion 2023 appeared to stop responding. All signs initially pointed to a .NET or database connection issue. This assumption was made based on the browser developer tools, which showed a generic HTTP 500 Internal Server Error, and a complete lack of entries in the event logs. It looked like the application wasn't even starting.Still operating under the .NET assumption, I struggled to gather useful logs. The Failed Request Tracing logs were not showing any information, which I later traced back to missing folder permissions. Once those were corrected, the logs began to populate.Because the failed request log showed a warning related to isapi_redirect.dll, and the ColdFusion page had no logic in it, I changed the file extension from .cfm to .htm to test if the problem was related to ColdFusion execution. Surprisingly, the page loaded correctly, reinforcing the theory.With logs in hand, I saw warnings r
CF 2021 Windows SErver 2022 -- My setting is curring 20 MB i can not change it - i can noty even lower it if i try i get a message that says in admin Important notice about last submissions... BUT it does not give me any notice. If i try to even change 20MB and lower it i get that message. I need to raise this limit. what is the problem?
Hello all,With Code Analyzer scanning our files. With all it fines. Is there a way to export all that is found?So you don't have to go one by one through each finding.Thank you.
I have had a nightmare trying for two weeks to get CF2025 installed on a brand new linux server. I spent 2.5 hours on a call with CFSupport and they could not help me, and in fact made it worse. This has been the worst experience, and I do not think I could ever recommend ColdFusion to anyone despite having used it for nearly 30 years. I don't know where to turn since Adobe themseslves were not able to get it successfully intalled and working as it should be. I guess I am posting out of sheer frustration and shock at how hard this has been. Also, the documentation for linux installation is absolutely terrible and still has references to older versions and inaccuracies and ommitted steps. I don't know why the ColdFusion team does not care about making installation something that acheivable without knowing lots of obscure and arcane settings. There are too many moving parts without any clear documenation or trouble shooting guides that are helpful.&
How do I go about updating my cold fusion installtion from CF2021 to the latest version if I have purchased through AWS Marketplace?
I'm trying to increase the Maximum number of POST request parameters field in the CF Administrator console above 100 to accomodate a legacy app that can have over 100 form fields. The developer edition will let me set any value I want. The standard edition gives me an error: when I try to increase the POST request parameters above 100. I suspect CF Administrator is displaying the wrong error message and this is not related to Maximum Pool Size. That aside is there anyway to increase the POST limit beyond 100 with Standard Edition? If not, will upgrading our license to Enterprise edition remove this limit?
Trying to wrap my head around this new error I have popping up trying to send an email. This seems to have worked through update 19. I cannot speak for Update 20 because we updated to 20 and then 21 within a few days of each other. I am running the latest approved JVM 11.0.27 from Adobe's site, on Server 2019. Below is the error I am seeing when I try to send. The page does not end up doing a redirect, but hangs after submit. Running out of ideas for how to resolve, I have followed another Adobe post but that didn't work either so I reverted back to the old bouncy castle: Solved: CFMAIL Stopped Working After CF2018 Update 14 - Adobe Product Community - 13035484Any suggestions would be welcome, thanks!Jul 10, 2025 12:21:07 PM org.apache.catalina.core.StandardWrapperValve invokeSEVERE: Servlet.service() for servlet [CfmServlet] in context with path [] threw exception [Servlet execution threw an exception] with root causejava.lang.VerifyError: Bad type on operand sta
Hi All,I can't seem to figure this out, so any help would be appreciated. Might be a bug with CF2021. I got 2 websites with cfapplication name AAA & BBB both under same domain, https, using www If I login through one app using SAML (one per app), I loose the sessions in the other app (new cftoken generated), and it doesn't happen everytime but it will happen after a few tests, or the 1st time after being idle for a few minutes......mydomain.com/AAA/saml1/response.cfm.....mydomain.com/BBB/saml2/response.cfm Also, if i'm just playing around and setting a session variable in the same child folders as the saml response, it won't loose the sessions of the other app. It seems the saml round trip to microsoft azure causes the lost of sessions. I tried with J2EE sessions on/off Any ideas how to remedy?
We are pleased to inform you that we've released security updates for ColdFusion 2025, 2023, and 2021 releases. For more information, see the respective tech notes: ColdFusion (2025 release) Update 3 ColdFusion (2023 release) Update 15 ColdFusion (2021 release) Update 21 The updates include a newer version of Tomcat, important security fixes that mitigate vulnerabilities related to arbitrary file reads, code execution, privilege escalation, and security feature bypass. View the security bulletin, APSB25-69, for more information. Download the updates ColdFusion 2025 updates ColdFusion 2023 updates ColdFusion 2021 updates What's new in the updates Tomcat upgrade New JVM flag Changes to remote methods OEM upgrades Others Bug fixes Known issues Docker and CFFiddle CFFiddle is updated with the changes. Docker images of the update are avaiable on Docker hub and Amazon ECR. Please download and apply t
Hello All, We have a collection of API calls that can successfully be called/run from several windows server instances of CF 2023. A colleague on intel Mac CF 2018 and one on windows CF 2023 can also successfully call/run any of our API functionality. On my local development instance of ColdFusion 2023 (ColdFusion 2023 MacBook Pro M2 macOS Sonoma) I consistently get the same error on every API call I try and leverage.Can not resolve PropertyFilter with id 'coldfusion.runtime.Struct'; no FilterProvider configuredI have been unable to make any headway on figuring out why i am the only one getting this error message. I am posting this discussion to hopefully find someone that may have some additional suggestions for me. I can share more examples of some of the code but thought I would start with the error message and the explanation that this is only happening to me as the underlying CF code is working in all other environments. Basic Code Same Error:<cf
Good morning, all. Been getting a flood of error emails generated from production. Related to Apache POI, but something I have never heard of, before. com/zaxxer/sparsebits/SparseBitSet java.lang.NoClassDefFoundError I looked at the line number indicated in the error message. Inside of a cfscript tag:...SpreadsheetMergeCells(variables.mySpreadsheet,1,1,1,6);... This is from a Cost Estimate form on our Public site. I've done some digging around, but can't find anything on SparseBitSet. Or, not much, anyway. I think I read somewhere that it's not an actual module, so I am guessing there's no package install that can fix this. Please advise. WolfShade UPDATE: This isn't affecting only the Cost Estimate form, it appears to also be affecting a Rates Lookup page that uses Excel files to query rates from one port to another.
Getting the error for all rest services on a subset of our production servers: Cannot resolve PropertyFilter with id 'coldfusion.runtime.Struct'; no FilterProvider configured Appears to be the same error as:Solved: API Error: Can not resolve PropertyFilter with id ... - Adobe Product Community - 14335256 Which is marked Solved but does not seem to be solved. Ticket that was created related to that post was closed by tech support and not resolved. Wierdly this only occurs on half of the 4 nodes in our cluster. All servers share same configuration and same code base from shared NAS. When I hit them directly I can see 2 consistantly return the error:And the other 2 nodes consistantly return expected JSON output. Of course when we hit them load balanced we effectively get random failures depending on what server I am sticky to. I confirmed there are no trailing slashes as called out in the article above: This has persisted thr
My connection to the local SQL Express fails.Connection verification failed for data source: allloginsjava.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. It is registered in SSMS and a system DSN in ODBC Data Source Admin.It should connect using windows autth? Any Help much appreciated. See images.
Hello all,Others have noted the security issue with Solr and version 7.We don't need it on our servers, so I would like to uninstall, I am not sure yet if I can disable the add-on service cause I think the cfhtml2pdf tag might be used in our code.So if I can just uninstall SOLR then I would like to do that....but I have no idea which package in package manager I can uninstall.I have looked at them and none seem to relate to SOLR.So which one is it?
We have been using CF for a long time. Yesterday we had a power cut and after a restart the following is happening (just a test page to identify issues): <cfquery datasource="#mydb#"> UPDATE iantest set test = 55 where id = 1 </cfquery> This Works - updates
I am observing an outbound connection initiated by the process coldfusion.exe over the SSH port. The destination IP is not flagged as malicious on VirusTotal. Could you please advise if this is a legitimate process behavior by coldfusion, or should I investigate this activity further?
For excel files, we use Apache POI. It worked fine until we applied the latest CF Security patch to our CF2023 server. It must have updated POI to the latest version which deprecated some of the functions. I was able to fix one issue, but am not able to see how I can create XSSFColor from RGB. My previous code was:rgb=createObject("java","java.awt.Color").init(javacast("int",234),javacast("int",230),javacast("int",202)); createObject("java","org.apache.poi.xssf.usermodel.XSSFColor").init(rgb);This used to create a color from Red=234, Green=230, and Blue=202, but now it crashes because the init function needs more arguments. I need to now pass RGB in "Byte Array" such as: XSSFColor(byte[] rgb) . I am not sure how to make a byte array in coldfusion. I have tried this:javaCast("byte[]", [ javaCast( "byte", 234), javaCast( "byte", 230), &
our security team wants us to implement Multi Factor Authentication using a token based system. I located https://github.com/marcins/cf-google-authenticator which references CF10 and i was pleased becasue we still haven't been approved to move our app from CF 11 to a supported version but beyond serving as a sample has anybody got any idea how long it might take to implement either google authenticator OR another token based system. I'm being told that other 2FA methods are not approved (SMS, Email, etc) because they are not secure so they aren't options at this time. Any Advice, Recommendations, or realtime experience (it took us x long) would be appreciated. I hope this wasn't too vague, i just don't want to put too much in the post.
Hi,I administrate a few ColdFusion 2023 servers on windows. I perform an off-line update whenever a new update comes out. I carry out these following steps:1) Download new hotfix and packages from Adobe Website2) copy these files into the Bundles directory of ColdFusion3) run the java -java hotfix_xxxx.jar4) the installation states it was "successful" but everytime there are packages that were removed and not reinstalled. These new packages files were definitely included in the bundles directory, but they were deleted during the update process5) My fix everytime is to re-copy these files back into the Bundles and install the packages manaually.Do anyone know how i can perform the update, without needing to re-copy certain package files back into the Bundles to complete the process?Thanks for any help you maybe able to provide! 🙂
Coldfusion cfgrid type= boolean checkbox column is not getting checked in a single click, requires user to click twice. Causing a bad user experience Update: here is a running example of the issue, as offered by Charlie in the discussion below: https://www.carehart.org/test/test-cfgrid-10755642.cfm
I could not find discussion on this topic and I think it could be serious for some environments.On IIS cfm handler why there is no use of buffer ? the handlers are configured with responseBufferLimit="0". Is there any reason. It seems it could be a serious issue.
Good morning, all. I have code that has been in place for at least 6 or 7 years that generates Excel files. Depending upon the app, the Excel file is either A) made available to the user via download, or B) emailed to a pre-determined email address, possibly CC'ing others, as well. It has had no issues for all this time, and no changes to the code have been made. Recently, while creating a new section of a public-facing website, I copied and modified Excel generating code from one of these older sections, expecting it to work. I've been having all kinds of issues, from files not being saved to the server, to simple strings added to a cell coming up as garbage. Exceptions are being thrown. So, I decided to check one of the earlier pages on the public site that creates Excel files, and lo and behold it's throwing an exception when it comes to creating the Excel file. I have no idea how long this has been breaking, no one ever reported anythin
Remix with Firefly Community Gallery
Thousands of free creations to fall in love with and remix in Firefly.
Sie haben bereits einen Account? Anmelden
Noch kein Konto? Konto erstellen
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.