Step 4:

XRAY: How to resolve the RabbitMQ startup failure after an Xray upgrade

AuthorFullName__c
Roja R M
articleNumber
000005383
FirstPublishedDate
2022-08-25T06:37:49Z
lastModifiedDate
2025-05-15
VersionNumber
4
Once the older version is uninstalled, perform a reinstallation of the erlang packages manually with the rpm file.

For example, if the underlying OS is with RHEL 7 or CentOS 7, then, install the package “erlang-23.2.3-1.el7.x86_64.rpm” present inside the command:
$JFROG_HOME/xray/app/third-party/rabbitmq directory using “rpm -qpR erlang-23.2.3-1.el7.x86_64.rpm”

Note: If using a Debian based OS, the similar erlang package (esl-erlang_23.2.3-1_debian_buster_amd64.deb) will be present $JFROG_HOME/xray/app/third-party/rabbitmq directory and install it with the dpkg command ​​​​​​​
"dpkg -i $JFROG_HOME/xray/app/third-party/rabbitmq/esl-erlang_23.2.3-1_debian_buster_amd64.deb"