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…
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…
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,…
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…
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…
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…
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…
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,…
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…
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…
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…
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…
