-
1. Re: FUSE ESB 1.7.0 - failed to access BrokerFacade: reason: Authentication fail
ffang Mar 21, 2013 9:11 PM (in response to shenzy_shency.revindran)Hi,
You need edit $FUSE_ESB/etc/system.properties and modify the webconsole.jmx.* and webconsole.jms.* properties as follows:
webconsole.jmx.user=Username
webconsole.jmx.password=Password
webconsole.jms.user=Username
webconsole.jms.password=Password
Where the Username and Password are the credentials of a JAAS user with admin
privileges
For example, you have
activemq.jmx.user=karaf
activemq.jmx.password=karaf
in system.properies,
then in etc/users.properties, you should have
karaf=karaf,admin
Take a look at to get more details
https://access.redhat.com/knowledge/docs/en-US/Fuse_ESB_Enterprise/7.1/pdf/Configuring_and_Running_Fuse_ESB_Enterprise/Fuse_ESB_Enterprise-7.1-Configuring_and_Running_Fuse_ESB_Enterprise-en-US.pdf
Freeman
Edited by: ffang on Mar 22, 2013 1:10 AM
-
2. Re: FUSE ESB 1.7.0 - failed to access BrokerFacade: reason: Authentication fail
shenzy_shency.revindran Mar 22, 2013 5:28 AM (in response to ffang)Thank you, that worked