Hello Team Can you please assist on the below query
Thanks And Regards Adrija On Mon, 20 Nov, 2023, 19:45 Adrija Basu, <adrija.tin...@gmail.com> wrote: > Hello Team > > I am trying to setup HA and failover using shared store policy on centos7 > local vm for that I created the master and slave broker using the following > commands from the path : > /opt/artemis/bin > > ./artemis create shstoremaster1 --clustered --shared-store --default-port > 61616 --http-port 8161 --user admin --password admin --host localhost > --cluster-user admin --cluster-password admin --allow-anonymous > --allow-anonymous for master > > and > > ./artemis create --slave shstorslave --clustered --shared-store > --default-port 61616 --http-port 8162 --user admin --password admin --host > localhost --cluster-user admin --cluster-password admin --allow-anonymous > --allow-anonymous > > I have modified broker.xml ,bootstrap.xml and jolokia.xml files for both > master and slave ,I am attaching all the 6 files here > > > Please note I am extremly new to active m artemis and just learning these > concepts I know I am doing some mistakes in any of the 6 files but unable > to figure it out so if you can help me to help me to figure out what is the > isue and how can I resolve it it will be very helpful for me also please > note for the master I am able to access it over port 8161 but for backup on > port 8162I am getting the error as : > > [image: image.png] > Please note I have tried changing localhost to 0.0.0.0 in all the 3 files > for slave but with no luck I have went through the dcumentation from > https://activemq.apache.org/components/artemis/documentation/latest/ha.html#high-availability-and-failover > thoroughly but couldnt get anything ,your quick response is highly > acceptable > Thanks and Regards > *Adrija Basu* >