[
https://issues.apache.org/jira/browse/AMQ-9300?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17756965#comment-17756965
]
Gianandrea Rigoni commented on AMQ-9300:
-----------------------------------------
I was able to reproduce it locally on my machine with minimal configuration
in jetty.xml I'm using default admin user
<bean id="localLoginService"
class="org.eclipse.jetty.jaas.JAASLoginService">
<property name="name" value="ActiveMQRealm" />
<property name="loginModuleName" value="activemq" />
<property name="roleClassNames">
<list>
<value>org.apache.activemq.jaas.GroupPrincipal</value>
</list>
</property>
</bean>
<bean
class="org.eclipse.jetty.webapp.WebAppContext">
<property name="contextPath"
value="/hawtio" />
<property name="resourceBase"
value="${activemq.home}/webapps/hawtio" />
<property name="logUrlOnStart" value="true"
/>
</bean>
but in amq 5.17.4 the url 'http://localhost:8161/hawtio/jvm/connect' is not
showing the queues anymore
> hawtio console embedded in ActiveMQ classic showing only connect button
> -----------------------------------------------------------------------
>
> Key: AMQ-9300
> URL: https://issues.apache.org/jira/browse/AMQ-9300
> Project: ActiveMQ
> Issue Type: Bug
> Components: Web Console
> Affects Versions: 5.17.4, 5.17.5, 5.18.2
> Reporter: Gianandrea Rigoni
> Priority: Major
> Attachments: 260776996-d66d2565-7534-4685-8e8a-4f3704c80df3.png
>
>
> hello folks
> *what worked*
> with versions
> ActiveMQ 5.17.3 and jetty JAAS jar 9.4.49.v20220914
> HAWTIO from version 2.16.3 to 2.17.6
> I am able +flawlessly to display HAWTIO+ console with all the queues
> (long ago I started to use instructions from
> https://bennet-schulz.com/2016/07/apache-activemq-and-hawtio.html)
> (I've LDAP plugin installed for the authentication)
> *now the problem*
> since AMQ 5.17.4 (jetty JAAS jar 9.4.50.v20221201) and HAWTIO from version
> 2.16.3 to 2.17.6:
> the only thing that I get in browser is shown in attached screenshot
> i.e. the add connection button
> also AMQ versions 5.17.5 and 5.18.2 show the same behaviour
> in both cases ("hawtio working" and "hawtio non working") AMQ broker and
> jolokia are functioning as expected)
> is this a bug or I missed some breaking changes?
> thanks for any advice
> best regards
> Gianandrea
> PS: not knowing/understanding where the problem is, I've reported it in
> hawtio project(https://github.com/hawtio/hawtio/issues/2917) too
--
This message was sent by Atlassian Jira
(v8.20.10#820010)