We use Boomi extensively for integrations. We have been monitoring Boomi based on existence of Boomi process on VM. This is not capturing all scenarios especially when Boomi process is hung or has cluster issues. To cover monitoring comprehensively, we developed new script based on Boomi Official Documentation recommendations. This Continue Reading
Boomi
Intriguing 502 bad gateway error while invoking Kong that proxies Boomi service
Our dev team has exposed a Boomi service through Kong Gateway to be consumed by other teams. The service was working for most of the time but throwing 502 errors randomly. Initially, we thought it was network glitch and ignored those errors. As the testing progressed to higher environments, the Continue Reading
Connection reset error – Boomi connecting to sftp server
This blog is about connection reset error we received while connecting from Boomi atom to remote sftp. This issue can occur for any client connecting to a remote sftp server. The sftp server we were trying to connect was old sftp server and it has been used in many integrations. Continue Reading
sftp issues
We have faced couple of sftp connectivity issues in our non prod environments in the past one week. Here is brief description about the issues and how we resolved them. Issue 1: sftp connection hangs without throwing any error. Public ip of one of the third party applications we are Continue Reading
Not able to start Boomi atom after Java update
We recently updated Boomi Java version to 11.0.14 through Boomi UI. When we were trying to restart atoms, one of the atoms refused to start. Unfortunately, no error message was written to logs. Luckily, there is a run option for atom script which usually throws error when there is an Continue Reading
How to find which Boomi process is occupying disk space
There could be multiple reasons for higher utilization of disk space in Boomi. Some of the reasons are too many files in following directories: logs – Stores atom logs execution – Logs of each process execution data – Data processed by atom processes processes – Deployed processes Some time ago, Continue Reading
Unable to stop Boomi atom
We were updating Java version using Atmosphere UI and tried to restart the atoms from terminal. All atoms were successfully restarted except one atom. We were getting timeout error while running ./atom stop command. We could see following error message on cluster status page of atmosphere UI. EW_ID_MISMATCH There are Continue Reading
Useful bashrc files
We as sysadmin spend lot of time at command line and most of the time we use few regular commands like going to logs directory, searching history. I have prepared bash aliases that can be used to save few keystrokes for various applications like weblogic, kubernetes, Boomi etc. And these Continue Reading
Unable to Start Boomi Molecule – Cannot inherit from final class
We have a 3 node Boomi cluster that we were not able to start. When we start it and check status status is shown as ‘ Atom is Running’ but after some time atom stops. When we checked container logs we found below error: Nov 11, 2021 4:15:48 AM PST Continue Reading