Application integration & Middleware Hogging Threads check in Apache Tomcat 15.06.2024 by Morgan Patou In Apache Tomcat, there is a Stuck Thread Detector Valve which can be enabled pretty easily through the Tomcat “server.xml” file. I talked about that in a previous blog already and provided an AWK parser to(…)
Application integration & Middleware Self-Signed SSL Certificate is blocked on Chrome or Edge 08.06.2024 by Morgan Patou If you are using Self-Signed SSL Certificates and recently updated your Google Chrome / Edge browser, you might have come across a new kind of error, i.e: “ERR_SSL_KEY_USAGE_INCOMPATIBLE”. In my case, it happened a few months ago on an Alfresco(…)
Enterprise content management Alfresco – Mass removal/cleanup of documents 30.04.2024 by Morgan Patou At a customer, I recently had a case where a mass-import job was executed on an interface that, in the background, uses Alfresco for document and metadata storage. From the point of view of the interface team, there was no(…)
Enterprise content management Alfresco – A never ending transformation 16.02.2024 by Morgan Patou Beginning of the week, as I was working for our ServiceDesk (SLA support for our customers), I saw a few dozen mails generated by our monitoring over the weekend on a Production Alfresco 7.x Cluster doing the yo-yo in terms(…)
Cloud, YaK OCI – Recover lost SSH access to an Ubuntu instance 29.01.2024 by Morgan Patou Getting started in the cloud is pretty easy but things can get a little messy pretty quickly. A few weeks ago, I faced a case where I suddenly lost the SSH access to an Ubuntu OCI instance used internally for(…)
Enterprise content management HowTo – Work with files in Documentum iAPI 20.12.2023 by Morgan Patou As part of my daily work at our Documentum customers, I often have to work on files like creating some dummy documents, retrieving the content of a specific document on the file system, etc… Documentum does that well internally and(…)
Enterprise content management HowTo – Enable & Disable traces on Documentum 18.12.2023 by Morgan Patou If you are here, I assume you are looking for some ways to enable traces on Documentum. There are already a few blog posts here and there showing some information but Documentum being what it is, i.e., a quite complex(…)
Enterprise content management HowTo – Detect and analyze long/stuck threads in Tomcat 18.12.2023 by Morgan Patou Most Application Servers allow for long and/or stuck threads detection, to let you know that something is currently very slow, waiting on something or just simply stuck. On tomcat, this isn’t enabled by default, and you need to manually configure(…)
Azure, Enterprise content management HowTo – Generate a custom AzureAD SSO Certificate 15.12.2023 by Morgan Patou As you know, Azure Active Directory offers quite a big range of solution for Single Sign-On (SSO) with out-of-the-box capabilities and features that are quite good. But once the initial setup has been done, you will then need to manage(…)
Application integration & Middleware, Enterprise content management HowTo – Create a quick Documentum rendition report 15.12.2023 by Morgan Patou When working with any ECM solution, you will have to manage a rendition software. This is used to transform the native documents from most formats (docx, pptx, xlsx, txt, jpeg, png, svg, etc.) into another format (pdf, png, etc.). The(…)