Couple of things: 1) The documentation you linked is for version 1.0.0 (notice the "1.0.0" in the URL). I recommend you use the latest documentation [1] instead. 2) This mailing list doesn't support attachments so your screenshot didn't come through. Please cut and paste the logs instead.
Justin [1] https://activemq.apache.org/components/artemis/documentation/latest/ On Sat, Nov 18, 2023 at 7:41 AM Ruptam Sadhukhan <rupta...@gmail.com> wrote: > Hello Justin, > > Thanks for the documentation. > Here is another issue that I am facing while installing Apache activemq > artemis on Redhat EC2. I am following the documentation > <https://activemq.apache.org/components/artemis/documentation/1.0.0/running-server.html> > . > I have installed JDK17. > > I am mentioning the steps and all are executed as root user. > > > 1. Downloaded the artemis binary into /opt and renamed to artemis. > (conatins all the folders like bin, web etc mentioned in the documentation) > 2. Created the broker into /var/lib by executing the command > ${ARTEMIS_HOME}/bin/activemq > create mybroker and provided the username as admin and password and allowed > anonymously. > 3. Now I am starting the server by executing ./artemis run from > /var/lib/mybroker/bin and getting the exceptions(attached as screenshot). > > [image: image.png] > > > Kindly help why this exception is coming and how to resolve this issue. > > Regards, > Ruptam > > On Thu, Nov 16, 2023 at 11:12 PM Justin Bertram <jbert...@apache.org> > wrote: > >> Documentation for high availability and failover can be found here [1]. >> >> The broker ships with a handful of full working examples which demonstrate >> HA in action. See the examples/features/ha directory in the distribution. >> >> >> Justin >> >> [1] >> >> https://activemq.apache.org/components/artemis/documentation/latest/ha.html#high-availability-and-failover >> >> On Thu, Nov 16, 2023 at 8:32 AM Ruptam Sadhukhan <rupta...@gmail.com> >> wrote: >> >> > Hi Justin, >> > >> > Thanks for getting back to me. However, the issue is resolved and I am >> able >> > to access the console successfully. >> > Now I want to leverage this and need to achieve high availability and >> > automatic failover. >> > Could you share some documentation, and tutorials regarding this? >> > This would be very helpful >> > >> > Regards, >> > Ruptam >> > >> > >> > On Thu, Nov 16, 2023 at 12:13 AM Justin Bertram <jbert...@apache.org> >> > wrote: >> > >> > > What *exactly* happens when you attempt to connect to the web console >> > from >> > > your browser? >> > > >> > > Can you cut & paste your bootstrap.xml and jolokia-access.xml? >> > > >> > > >> > > Justin >> > > >> > > On Wed, Nov 15, 2023 at 12:32 PM Ruptam Sadhukhan <rupta...@gmail.com >> > >> > > wrote: >> > > >> > > > Hello Team >> > > > >> > > > I am new to activemq artemis ,I have setup on AWS EC2(tried on both >> > > ubuntu >> > > > and redhat flavours) and changed the (binding address part) of >> > > > bootstrap.xml and (allow origin) of jolokia.xml file to allow the >> > address >> > > > from anywhere also when I am doing an ./artemis run from bin folder >> of >> > > the >> > > > broker I am getting the OUTPUT as the "Artemis console is available >> at >> > > > <address>" however I am still unable to access the console with the >> > > public >> > > > Ip of the AWs EC2 ,can anyone please assist >> > > > >> > > > Thanks and Regards >> > > > Ruptam >> > > > >> > > >> > >> >