ColdFusion Websocket requires restart at a random timeline

Hello support, Is there a Websocket setting to avoid the following issue: After a random amount of time after things are working well (minutes to days), clients will instantly connect but will no longer get the success publish until things are restarted again.

From: Adobe Coldfusion Blogs

Simple CRUD w/ CF & DynamoDB

I’ve been playing with building out a Connect pod (blog entry & webinar coming soon ™) but in the meantime thought I’d share a little code for writing to and reading from a DynamoDB.

From: Adobe Coldfusion Blogs

This just in: Adobe ColdFusion Summit 2021 Recordings are now on YouTube!

Coders, the ninth edition of the Adobe ColdFusion Summit was a hit, with exciting sessions from coding pioneers and speakers from across the globe! If you missed out or want to relive the experience, we have some great news.

From: Adobe Coldfusion Blogs

queryofquery not working with coldfusion2021

Just migrating from coldfusion11 to Coldfusion2021 and it looks like queryofquery doesn’t work anymore!!! Here is the error returned : Message [empty string] StackTrace java.

From: Adobe Coldfusion Blogs

Add IP attribute to cfdump

Very often, we need to dump value of variable when we develop the new functionality or trying to find an error. We definitely don’t need to show the dump for everyone. I believe it will be very helpful to add IP attribute to cfdump. The post Add IP attribute to cfdump appeared first on ColdFusion.

From: Adobe Coldfusion Blogs

The struct keys in THIS.DATASOURCES

From ColdFusion 11 onwards, you may use THIS.

From: Adobe Coldfusion Blogs

Mongodb

Can anyone give a simple example of how to config a NoSQL database for mongodb. The post Mongodb appeared first on ColdFusion.

From: Adobe Coldfusion Blogs

SAML with CF2021 – Struggling with “Possible replay attack”

Calling ProcessSAMLResponse() on SAML AuthN Response results in "Possible replay attack occurred as there is no login/logout information associated with this request" exception. The post SAML with CF2021 – Struggling with “Possible replay attack” appeared first on ColdFusion.

From: Adobe Coldfusion Blogs

Trying out Redis for ColdFusion caching

I had a customer reach out to me last week about moving their session storage to Redis, so I decided to play around a bit with it.

From: Adobe Coldfusion Blogs

Moving Legacy ColdFusion application to Modern CFML

On March 24th, 2022 the Hawaii ColdFusion User Group will be having a meeting with Mark Takata on Moving your Legacy ColdFusion application to Modern CFML.

From: Adobe Coldfusion Blogs

Blog series: Part 2: Building a data import workflow using Cloud datasources and CFML

If you remember, in the last part of this blog series we tackled writing to a DynamoDB.

From: Adobe Coldfusion Blogs

CF ‘downloads’ page moved into docs, JVM downloads UI tweaked

I just wanted to share something rather minor that I observed: the CF “downloads” page–which offers downloads for things RELATED to CF but not CF itself–has been moved to “within” the CF docs.

From: Adobe Coldfusion Blogs

Blog series: Part 1: Building a data import workflow using Cloud datasources and CFML

Part 1: Building a data import workflow using Cloud datasources and CFML Connecting & interacting with DynamoDB on AWS We’re going to kind of go backwards here with this web series, but I wanted to make sure we build out our scaffolding before we get into the meat of the actual code.

From: Adobe Coldfusion Blogs

Rounding large numbers for easier display

How do you round down a large number so that you can display it easier. How I got stuck on a what turned out to be a simple solution. The post Rounding large numbers for easier display appeared first on ColdFusion.

From: Adobe Coldfusion Blogs

PKIX path building failed

I/O Exception: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested targe The post PKIX path building failed appeared first on ColdFusion.

From: Adobe Coldfusion Blogs

Blog series: Building a data import workflow using Cloud datasources and CFML

Alrighty! So this is going to be the first post introducing a little project I’m going to be building up and sharing the code to on Github for folks to use if they would like.

From: Adobe Coldfusion Blogs