Insights

Written by the people doing the work.

We publish on agentic AI, automation, ColdFusion and modernization; the topics where we think the received wisdom is currently wrong. No ghostwriting, no vendor summaries.

Uncategorized

Getting javax.mail.MessagingException: Could not connect to SMTP host: xxxxxxx, port: 465, response: -1 error in ColdFusion

Well, error indicates that could not connect to SMTP host and this was driving me crazy because I have double-tripple check setting and look…

·4 min read
Uncategorized

The Fault Returned When Invoking .Net Web Service through ColdFusion

Recently working with remote webservice call build on .Net platform and calling from ColdFusion and it return following error The fault returned when invoking…

·3 min read
Uncategorized

Reset MURA ADMIN Password in Case of Loosing It, Or You Forget Recovery Email of the MURA ADMIN

Recently I face the problem with login into MURA CMS admin panel. A day before I set the MURA site with the memorable password,…

·1 min read
Uncategorized

SQL Server Performance Improvement Best Practices: ISNULL

Recently, we have started rechecking SQL queries of our one of client’s project. It’s basically performance improvement of SQL queries. While rechecking queries, we…

·3 min read
Uncategorized

Troubleshooting Git Fatal Error: Failed to Read Object Xxx: Invalid Argument

Recently, I was facing the git fatal error when I pull new changes from remote repository, This is probably due to my computer was…

·4 min read
Uncategorized

Statement Cancelled Due to Timeout or Client Request

I would like to share one of the cfsqltype issue that I face with Lucee CFML Engine. Initially we use Railo as CFML Engine…

·2 min read
Uncategorized

MSSQL Table Get Locked and Query Keep Running and Unlock It

Today, we were tuning our long running sql queries and found that the longest query was keep running. We know that sql does some locking…

·2 min read
Uncategorized

How to Write Test Case for Handler Using Testbox

A month ago I have posted the testbox example for unit testing and promise to post a example of handler testcase using testbox. Well,…

·18 min read
Uncategorized

Task Scheduler Was Not Working Social Engine Video Upload Module – Solved

Recently I started reviewing SocialEngine (Short desc: create your own social networking site), and I face some issue with video uploading process. I am…

·3 min read
Uncategorized

Saving with EC2 Reserved Instance: AWS

Recently working with client to move ColdFusion project to AWS which has seasonal traffic. Key points are saving cost and easily upgrade/degrade server whenever…

·2 min read
Uncategorized

One More Good Reason to Define Local Variables in Function Instead of Variables Scope

I used to create application variables for my cfc object which usually called many times from my coldfusion pages. This will help you to…

·3 min read
Uncategorized

Strange ColdFusion Issue, JRUN Eating Up to 50% of CPU

For one of our project we recently move to Amazon EC2 to make system easily scalable. This is kind of seasonal website which has…

·6 min read