From time to time we are facing the metaspace issue on various ColdFusion servers. The websites are frozen and in the error log you can find something like this: “Error”,”http-nio-8500-exec-7″,”06/04/20″,”12:09:39″,”cfadmin”,”Metaspace…
Category: ColdFusion
NOTE: This post is relevant for the Apache-based servers. For IIS-based servers, see https://handyman.dulare.com/http-status-403-forbidden-after-coldfusion-upgrade/ I noticed that this issue occurs on ColdFusion 2016 and 2018 after the ColdFusion server update.…
We came across the “Illegal key size or default parameters” issue after switching from an older version of ColdFusion to the freshly installed ColdFusion 2016. It was strange. The encryption…
NOTE: this post is relevant for the IIS based servers. For Apache based servers, see https://handyman.dulare.com/http-status-403-forbidden-after-coldfusion-upgrade-on-apache/ This issue occurs mostly in ColdFusion 2016 and ColdFusion 2018 but can also be…
Are you using REST API capabilities buit in into ColdFusion? It comes handy when you want to implement a fast and reliable backend for Angular or React application, it also…
Have you noticed something like this on your ColdFusion server? The default document is loading just fine. This means that your clients can view the homepage or the folders where…
We noticed a strange issue when working with MySQL in ColdFusion. The date and time in the database field were set to ‘2020-01-10 00:38’ but when it reached our web…
One of the servers we take care of is constantly refusing to perform the automatic installation of the update. The error we are receiving is: “There were errors in the…
Recently I came across an issue with setting the HTML Header in my ColdFusion code. I simply tried to add such a header: To my surprise, instead of the document…
For most of my life as a programmer, I was using the replace function in various contexts. I was searching for something and replacing the searched text with something else.…