Unexpected token 'catch'

1,062 views
Skip to first unread message

Marc Ferrari

unread,
Feb 6, 2023, 5:11:40 AM2/6/23
to rabbitmq-users
Hello All,

I am currently installling a 'LAB environment' on which I need and instance of RabbitMQ...

On a fresh installed Windows server, I have installed RabbitMQ 3.9.28 ontop of Erlant/OTP 25.2.2...
(the LAB environmant is for Relativity Server 2012 which supports only RabbitMQ 3.9)

Once installed, I have enabled the RabbitMQ Management by running in the RabbitMQ command prompt the following command:

C:\...> rabbitmq-plugins enable rabbitmq_management


Once on the RabbitMQ Management Website, every things look good except for Admin / Users :

Capture d’écran 2023-02-06 110531.jpg

(Server was rebooted after install, tested with IE, Edge and Chrome)

Any idea ?

Thanks

Marc

Marc Ferrari

unread,
Feb 6, 2023, 6:24:28 AM2/6/23
to rabbitmq-users
Some follow up:

It is Relativity Server 2021...

I am using Windows Server 2016...


I tried the RabbitMQ & Erlang/OTP versions used on our Production Relativity Server 2021 (3.9.15 & 24.3.3) : no issue

I tried RabbitMQ 3.9.15 on Erlang/OTP 25.2.2 : no issue

So I tried RabbitMQ 3.9.27 on Elang/OTP 25.2.2 : no issue

Then I went back to RabbitMQ 3.9.28 on Elang/OTP 25.2.2 : script error on Admin / Users...

Seems like version 3.9.28 has some issues... (might be link to Windows Server 2016 or to some of my system settings)

Luke Bakken

unread,
Feb 6, 2023, 10:09:11 AM2/6/23
to rabbitmq-users
Hello,

RabbitMQ 3.9.x is no longer supported. Please use the latest version.

You may also want to try force-refreshing your browser. Sometimes a regular refresh does not fix these sorts of issues.

Thanks,
Luke

Marc Ferrari

unread,
Feb 7, 2023, 2:43:36 AM2/7/23
to rabbitmq-users
Hello,

Sadly, as required by the application Relativity Server 2021 using RabbitMQ & Erlang/OTP, the documentation from the Editor is clear :

"Note: Relativity does not support RabbitMQ version 3.10.x."

Until further update from the Editor I will be using version 3.9.27...

Marc

Vilius Šumskas

unread,
Mar 22, 2023, 7:37:47 PM3/22/23
to rabbitm...@googlegroups.com

Hi,

 

we have the same issue. Sadly migration to 3.10/3.11 will take time so we are stuck with 3.9.27 for the moment, which is also not ideal because of filtering bugs on paged lists.

 

--

    Vilius

 

(Server was rebooted after install, tested with IE, Edge and Chrome)

 

Any idea ?

 

Thanks

 

Marc

--
You received this message because you are subscribed to the Google Groups "rabbitmq-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to rabbitmq-user...@googlegroups.com.
To view this discussion on the web, visit https://groups.google.com/d/msgid/rabbitmq-users/508c1073-ef75-4684-a89e-b761706f3300n%40googlegroups.com.

Thomas Kristiansen

unread,
Mar 24, 2023, 11:15:54 AM3/24/23
to rabbitmq-users
Hi,
There is an issue with two javascript files used by the management web.

users.ejs and limits.ejs located in \RabbitMQ Server\rabbitmq_server-3.9.29\plugins\rabbitmq_management-3.9.29\priv\www\js\tmpl\

In users.ejs, delete line 3, 4, 5 ,6 7, 8, 9 and 14 

<h1>Users</h1>
<div class="section">
    <%= paginate_ui(users, 'users') %>
</div>
<div class="updatable">
    <% if (users.items.length > 0) { %>
<table class="list">

in limits.ejs delete .items from line 149, 150 and 151 

<select name="user">
                      <% for (var i = 0; i < users.length; i++) { %>
                      <option value="<%= fmt_string(users[i].name) %>">
                          <%= fmt_string(users[i].name) %>
                      </option>


restart rabbitmq service after change.

From my tests so far this issue has no impact on the MessageQueue functionality.
Reply all
Reply to author
Forward
0 new messages