http://coldfusion.com logo
Join Slack
Powered by
# adobe
  • r

    raymondcamden

    05/13/2025, 5:33 PM
    throws a 504 Gateway timeout
  • m

    Mark Takata (Adobe)

    05/13/2025, 6:21 PM
    Have a msg to the team to check it out
  • r

    raymondcamden

    05/13/2025, 6:36 PM
    im a bit confused by cfchartset. one of its features is the idea that you can be uniform across charts, the docs literally say this: "Cfchartset allows you to view all your chart configurations in one place." Yet, when I tried to apply a background value, i get an error as its not valid for the tag. so literally... the only thing it can do is layout and set a default format? surely i cant be right... right?
    • 1
    • 2
  • j

    Jim Priest

    05/13/2025, 6:37 PM
    Update time already? https://helpx.adobe.com/security/products/coldfusion/apsb25-52.html
    k
    r
    +4
    • 7
    • 20
  • r

    raymondcamden

    05/13/2025, 6:46 PM
    themes don't work with the new chart types 😞 also, if you use theme in a cfchart inside cfchartset, its completely ignroed
    m
    • 2
    • 2
  • l

    lmajano

    05/14/2025, 9:43 AM
    Regresion in the latest Adobe updates for 2021 and 2023
    Copy code
    Function mock does not support id as an argument in
  • l

    lmajano

    05/14/2025, 9:43 AM
    When calling a function with no arguments defined
  • l

    lmajano

    05/14/2025, 9:43 AM
    our function
    mock()
    is like that empty, we take all arguments and process them
  • l

    lmajano

    05/14/2025, 9:43 AM
    Copy code
    var data = mockData( name: "name", age: "age", id: "uuid" );
    b
    e
    • 3
    • 11
  • l

    lmajano

    05/14/2025, 9:43 AM
    All mocking is now broken in latest Adobe 2021 and Adobe 2023 FYI
    n
    d
    +4
    • 7
    • 27
  • b

    BK BK

    05/14/2025, 11:10 AM
    Should that perhaps be `var data = mockData(name="name", age="age", id="uuid")`; ?
    t
    • 2
    • 3
  • r

    rodel30

    05/14/2025, 3:24 PM
    Is ACF not able to tell if a function is being called remotely? It seems like the "argument matching" should only happen when it's actually a remote call, rather than every call for a method that can be accessed remotely.
    d
    j
    • 3
    • 3
  • a

    aliaspooryorik

    05/14/2025, 3:44 PM
    Does anyone know what we need to check for / change in our code to be compatible with this patch?
    d
    • 2
    • 5
  • m

    Marc Funaro

    05/16/2025, 6:51 PM
    ColdFusion 2021 Update 20 - Error thrown after service restart
    b
    r
    • 3
    • 4
  • b

    bdw429s

    05/16/2025, 8:06 PM
    cfpm packages not installing in CI/CD. Our ColdBox test suite has had the ACF 2023 tests failing for a while now. When the cfpm command installs the packages, we get a bunch of errors at the end about packages not installing and telling us to "check the logs". (full output in 🧵 ). Since this is inside of a GitHub action, the logs aren't available to me after the fact. Which logs do I need to dump out to the console in my jobs to see the issue?
    b
    j
    +2
    • 5
    • 14
  • b

    billy

    05/19/2025, 6:58 PM
    Trying to download the CF23 for windows.. keeps sending me to 2025 version?
    m
    • 2
    • 1
  • m

    Mark Berning

    05/19/2025, 7:52 PM
    Licensing questions for CF 2021 and 2025. We are moving from on-premise to AWS cloud. Not upgrading to ACF 2025 until we are in the cloud. We want to use our ACF 2021 Enterprise license when moving. Currently • 2021 ColdFusion Enterprise 8 CPU license • 1 PRODUCTION server with 2 apps (single JVM single CF instance) (2 CPU) ◦ One app is customer facing • 1 QA/TEST server with 2 apps (single JVM) • 1 DEV server with 2 apps (single JVM) Moving to AWS • The same 2021 ColdFusion Enterprise 8 CPU license • 2 PRODUCTION servers with ALB and separating the 2 apps (4 servers total with 2 CPUs each) • 2 QA/TEST servers with ALB and separating the 2 apps (4 servers total with 2 CPUs each) • 2 DEV servers ALB (but only one server each) and separating the 2 apps (2 servers only) Any licensing issue with my calculations? My understanding is non-production environments do not count in the CPU total? Then what about 2025 licensing?
    s
    • 2
    • 4
  • b

    billy

    05/19/2025, 7:57 PM
    I've not seen a AWS 2025 image..
    m
    • 2
    • 2
  • c

    Chase Lane

    05/20/2025, 3:14 PM
    Hi all, running into an issue with CF2023 patch 13. 'writedump()' is being blocked because the cftags/dump.cfm is compiled java byte code. Accessing the admin panel is the same story. Shouldn't files in the server home be exempt from this rule? Is there something I need to specify to allow only server home files instead of all compiled byte code?
    Untitled
    b
    s
    • 3
    • 2
  • b

    Bill Nourse

    05/20/2025, 5:04 PM
    Anyone know how to get the latest JVM update for ColdFusion 2023? We are experiencing a PKIX path building failed error. Thanks!
    r
    d
    • 3
    • 4
  • m

    Mark Takata (Adobe)

    05/22/2025, 5:24 PM
    Hello all! We are looking for more speaker submissions for this year's 30th Anniversary edition of CFSummit in Vegas. We have some already, but are looking for more. While these tracks are not locked in stone yet, you can use them generally to fit your talk into a theme: Track 1: ColdFusion Mastery This track focuses on learning the essentials of how to program in Adobe ColdFusion in a modern and scalable way. You can submit talks that range from Junior to Master level, as long as you are teaching ways to output excellent, high quality code and leveraging ColdFusion to it's max. Get creative! Track 2: ColdFusion Product & Architecture Here we move a bit past the baseline of coding and into how ColdFusion can be optimized, architected, integrated, and batched. We are looking for how to create workflows, leverage ColdFusion in enterprise environments, push the limits of cloud integrations, and more. These talks can discuss server level items, databases, cloud products, security, enterprise suites, etc. Track 3: AI Push past the basics. We've all seen the "hey copilot can write cf" talks. We want to dive deeper. Talk about metrics. Training. Big integrations. These talks can explore AI as adjacent to ColdFusion, can delve into the core concepts of the architectures which underpin AI, or even explore team culture shifts and adaptations to where AI is heading in software development. Show us how you're incorporating AI in your SDLC, your CI/CD, your security, your team development workflows. And beyond. Speakers receive a free room at Resorts world for their stay, as well as a generous speaker gift (and there's a nice speaker dinner the day before summit starts). Come be a part of this historic 30th anniversary celebration of ColdFusion! Submit your talk proposals here: https://cfsummit.adobeevents.com/speaker-application/
    👍 5
  • s

    Sid Wing

    05/22/2025, 5:43 PM
    So - we applied Update 20 to our CF2021 environment - and of course (because legacy code) - we have an issue with the "remote method parameters" change. SO... Per the instructions - we tried to implement the "-Dcoldfusion.runtime.remotemethod.matchArguments" JVM flag and set it to false. THAT apparently breaks the isapiredirect connection with IIS. WHen I look at the isapiredirect logs - it says it can't connect to the backend and that Tomcat is likely down. So - my question is - is there a known issue with that JVM flag?
    m
    d
    +4
    • 7
    • 105
  • a

    aliaspooryorik

    05/25/2025, 1:17 PM
    I'm pretty sure there was an HTMX video posted here a while ago - if I'm not hallucinating can someone provide a link? I've watched several videos but they tend to be pretty basic examples, I'm interested in doing CRUD, search and paging with HTMX for the many maintain screens we have. Thanks! (I'm also looking at cbwire - a livewire port - which has so far been very interesting)
    l
    m
    • 3
    • 6
  • a

    alholden

    05/26/2025, 9:00 PM
    FYI tracker appears to be broken.
    p
    • 2
    • 2
  • d

    davequested

    05/28/2025, 7:50 AM
    Just updated ACF2025 to Update 2 and now getting this when using cfhtmltopdf: coldfusion/image/Image The specific sequence of files included or processed Tried restarting, reconnecting the PDF service, etc. Nothing. I'm so frustrated with these latest round of updates.
    d
    • 2
    • 2
  • c

    chris_hopkins

    05/30/2025, 8:34 AM
    Anyone had issues with encrypted PDF's post Cf2021 update 20 (from 18 -> 19 -> 20 + 18 -> 20 ) ? the whole pdf system was broken to begin with but now its just encrypted PDF's not working. Have done the following so far (so many files missing....) 1. Delete /cfusion/bin/felix-cache folder (will require an eventual CF restart to rebuild - fixes an ORM error) 2. Copy \cfusion\jetty\etc\extra\jetty-ipaccess.xml -> \cfusion\jetty\etc\jetty-ipaccess.xml (add on service threw an error and wouldnt start before this) 3. Add bcprov-jdk15on-1.53.jar -> \cfusion\wwwroot\WEB-INF\lib\ 4. Add bcprov-jdk15on-153.jar -> \cfusion\jetty\webapps\PDFgServlet\WEB-INF\lib 5. Add xalan.jar -> \cfusion\lib
    c
    • 2
    • 1
  • b

    bdw429s

    06/03/2025, 9:03 PM
    I'm seeing a behavior on 2021.0.20 where, on startup, my clients scheduled tasks which write to a log file all log something along the lines of this in the
    scheduler.log
    file:
    Copy code
    Security violation: Scheduled task 'JOB NAME HERE' attempted to execute unauthorized path: c:\websites\temp\my-job-log.html. To allow it, whitelist the path in cf-root/lib/pathfilter.json against key schedulerexecutionpaths.
    And then all of the scheduled tasks are DELETED right out of the
    neo-cron.xml
    ! 😳 Is this a new behavior? Does anyone have a link handy to where it's documented? Do all output logs have to be whitelisted, or are some allowed by default? More in 🧵
    m
    j
    m
    • 4
    • 16
  • m

    Manta

    06/04/2025, 7:38 AM
    "Jun 4, 2025 093432 AM Error [http-nio-32000-exec-7] - Function checkAdminCredentials does not support PASSWORD as an argument in F:\ColdFusion2023\cfusion\wwwroot\CFIDE\lockdown\lockdown.cfc The specific sequence of files included or processed is: F:\ColdFusion2023\cfusion\wwwroot\CFIDE\lockdown\lockdown.cfc''" I got this error message, if i try to install the auto lockdown on coldfusion 2023. the Installer says "Entered credentials for ColdFusion administrator are incorrect", but the credentials are correct.
    b
    • 2
    • 2
  • j

    Jim Frankowski

    06/05/2025, 4:59 PM
    Anyone else using CF to populate PDF formfields and seeing an error in the coldfusion-error.log? It doesn't impact the actual populating of the fields and it still flattens the PDFs, so I don't think it's mission critical, but it just writes a log entry in coldfusion-error.log. I wondered if it was CF2025-specific, so I tested in CF2021 and see a similar but different error. First lines of the log entries start: CF 2025:
    java.lang.NullPointerException: Cannot invoke "com.adobe.internal.pdftoolkit.core.cos.CosDictionary.get(com.adobe.internal.pdftoolkit.core.types.ASName)" because "iconObject" is null
    and then CF 2021:
    java.lang.NullPointerException at com.adobe.internal.pdftoolkit.pdf.interactive.forms.PDFFieldNode.setBase64ImgImpl(PDFFieldNode.java:752)
    Thought it might be because they were old PDFs so I created one from scratch (using Acrobat 32-bit) and saw the same issue. Sound familiar? Any work-arounds/solutions or just wince and ignore it?
  • s

    sharondio

    06/05/2025, 10:18 PM
    Anybody noticed any oddities with cfhttp making a bunch of calls for one call? I have a call that works the first time, but then, according to the http.log, it repeats the call multiple times, triggering rate limiting on the external API. This worked fine before this last update, but I don't know if it's because UPS changed something, or there's an issue with cfhttp. (This log is from a test page with a single call on it.)
    Copy code
    "Information","ajp-nio-127.0.0.1-8022-exec-6","06/05/25","17:34:32","","Starting HTTP request {URL='<https://onlinetools.ups.com/ups.app/xml/Rate>', method='POST'}"
    "Information","ajp-nio-127.0.0.1-8022-exec-6","06/05/25","17:34:33","","HTTP request completed  {Status Code=200 ,Time taken=917 ms}"
    "Information","ajp-nio-127.0.0.1-8022-exec-5","06/05/25","17:34:34","","Starting HTTP request {URL='<https://onlinetools.ups.com/ups.app/xml/Rate>', method='POST'}"
    "Information","ajp-nio-127.0.0.1-8022-exec-5","06/05/25","17:34:34","","HTTP request completed  {Status Code=429 ,Time taken=123 ms}"
    "Information","ajp-nio-127.0.0.1-8022-exec-5","06/05/25","17:34:34","","Starting HTTP request {URL='<https://onlinetools.ups.com/ups.app/xml/Rate>', method='POST'}"
    "Information","ajp-nio-127.0.0.1-8022-exec-5","06/05/25","17:34:34","","HTTP request completed  {Status Code=429 ,Time taken=84 ms}"
    "Information","ajp-nio-127.0.0.1-8022-exec-10","06/05/25","17:34:36","","Starting HTTP request {URL='<https://onlinetools.ups.com/ups.app/xml/Rate>', method='POST'}"
    "Information","ajp-nio-127.0.0.1-8022-exec-10","06/05/25","17:34:36","","HTTP request completed  {Status Code=429 ,Time taken=105 ms}"
    "Information","ajp-nio-127.0.0.1-8022-exec-10","06/05/25","17:34:36","","Starting HTTP request {URL='<https://onlinetools.ups.com/ups.app/xml/Rate>', method='POST'}"
    "Information","ajp-nio-127.0.0.1-8022-exec-10","06/05/25","17:34:36","","HTTP request completed  {Status Code=429 ,Time taken=98 ms}"
    "Information","ajp-nio-127.0.0.1-8022-exec-2","06/05/25","17:34:37","","Starting HTTP request {URL='<https://onlinetools.ups.com/ups.app/xml/Rate>', method='POST'}"
    "Information","ajp-nio-127.0.0.1-8022-exec-2","06/05/25","17:34:37","","HTTP request completed  {Status Code=429 ,Time taken=104 ms}"
    "Information","ajp-nio-127.0.0.1-8022-exec-2","06/05/25","17:34:37","","Starting HTTP request {URL='<https://onlinetools.ups.com/ups.app/xml/Rate>', method='POST'}"
    "Information","ajp-nio-127.0.0.1-8022-exec-2","06/05/25","17:34:37","","HTTP request completed  {Status Code=429 ,Time taken=94 ms}"
    d
    • 2
    • 2
1...1718192021Latest