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:
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
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"