We also had some issues with the WebSockets but not with HTTPD.
It turns out that while previously WebSocket were only the recomended setting, now its a mandatory setting.
Broadcom did not notified anyone of that change nor did they included it to the release notes or incompatibilities.
Original Message:
Sent: Oct 27, 2025 12:46 PM
From: Nicole Boeger
Subject: Bad performance after upgrade to 24.4.1HF1
Hi all,
we had performance issues when upgrading to V24 from V21, too.
First of all, you need to keep your database running smoothly, do all the recommended database and index reorganization on the new engine before running in production.
Apache HTTPD redirecting to tomcat was an issue in our case, too. Support told us to switch on WebSockets on Apache HTTPD. This was not possible with our version of Apache HTTPD. Instead, we eliminated the HTTPD, and enabled our AWI Loadbalancer for WebSockets with sticky sessions supported. The AWI uses the JSESSIONID session cookie. You may check the documentation: https://docs.automic.com/documentation/webhelp/english/ALL/components/DOCU/24.4.0/Automic%20Automation%20Guides/Content/Installation_Manual/AWI/ConfiguringAWI.htm?Highlight=websocket#link22
------------------------------
Regards, Nicole
Original Message:
Sent: Oct 24, 2025 04:54 AM
From: Thierry Tarrason
Subject: Bad performance after upgrade to 24.4.1HF1
Hi Bartosz,
We have a very similar experience. Fortunately, we were able to detect it before we upgraded our production.
Especially the right-click can take up to 10s before displaying the menu on some workflows ( but not all ).
After a lot of back and forth with the support, they told us that a fix might be available with the next hot fix, but it's not yet confirmed.
As for the technical details:
AE 24.4.1_hf1 runs on AIX with an Oracle DB
AWI runs in Tomcat 9 on a Red Hat 9. Jetty gives us the same performance issues.
Regards,
Thierry
Original Message:
Sent: Oct 17, 2025 07:08 AM
From: Bartosz Suchecki
Subject: Bad performance after upgrade to 24.4.1HF1
HFHi,
with the issue from title we already opened a Broadcom ticket but no satisfactory resolution was proposed so I have to ask the community.
We were using 21.0.7, and we upgraded to 24.4.1HF1 - after upgrade we saw a major decrease in performance visible in AWI and WP logs.
Issues on AWI:
- search takes long
- loading any objects takes long
- saving takes long
- opening executions of an object takes long
- switching folders in explorer takes long before objects are loaded
in general loading any tab/data takes long, be it process assembly, process monitoring or tabs in administration perspective
with right clicking it also takes some time before options are added (preparing actions...).
And I'm not talking about 0.5s waiting, but even tens of seconds to load anything... (problem varies between users, some have faster responses some slower).
But AWI reacts immediately when you click, just loading/saving data takes a long time
in WP logs we see a performance score of 11 for database, and with db traces active we see many critical operations (EXEC, SLCU and INSR) but their number wouldn't explain persistent problems with loading data in AWI.
we use Tomcat as our web interface. In tomcat config we have ajp 1.3 redirect for apache where we have proxypass configured.
Engine and database use RHEL 8.9, previous database was on the same server.
We don't see the same issue in lower environment, and all steps to create database and upgrade engine were identical.
Any ideas community?
-------------------------------------------