Unable to access ActiveMQ web console The Next CEO of Stack OverflowDisabling NetworkManager...

Why here is plural "We went to the movies last night."

How should I support this large drywall patch?

Apart from "berlinern", do any other German dialects have a corresponding verb?

The King's new dress

Why does GHC infer a monomorphic type here, even with MonomorphismRestriction disabled?

Should I tutor a student who I know has cheated on their homework?

Anatomically Correct Mesopelagic Aves

Horror movie/show or scene where a horse creature opens its mouth really wide and devours a man in a stables

Rotate a column

How do I solve this limit?

I believe this to be a fraud - hired, then asked to cash check and send cash as Bitcoin

How do scammers retract money, while you can’t?

Any way to transfer all permissions from one role to another?

What makes a siege story/plot interesting?

What is the difference between "behavior" and "behaviour"?

What is the point of a new vote on May's deal when the indicative votes suggest she will not win?

How to make a software documentation "officially" citable?

Would this house-rule that treats advantage as a +1 to the roll instead (and disadvantage as -1) and allows them to stack be balanced?

Where to find order of arguments for default functions

Why Were Madagascar and New Zealand Discovered So Late?

Is it a good idea to use COLUMN AS (left([Another_Column],(4)) instead of LEFT in the select?

If I blow insulation everywhere in my attic except the door trap, will heat escape through it?

Can the Reverse Gravity spell affect the Meteor Swarm spell?

Inappropriate reference requests from Journal reviewers



Unable to access ActiveMQ web console



The Next CEO of Stack OverflowDisabling NetworkManager on RHEL 7Systemd service start errorHow do I figure out why systemctl service “systemd-modules-load” fails?Unable to move MySQL data to external driveUnable to access local web serverssh connect to host X.X.X.X port 22: connection refusedOpenVPN not listening on portStarting Tomcat 8.5 using systemd on Centos 7What is causing the failure in the msodbcsql instalation and how can I solve it?Error bluetooth with systemtcl












0















I followed this tutorial https://howtoprogram.xyz/2017/08/09/how-to-install-activemq-on-ubuntu-16-04-lts-xenial-xerus/ to install ActiveMQ manually and everything worked fine and i was even able to access the webhost on http://127.0.0.1:8161. But I tried the sudo apt-get install automatic option out of curiosity and though it was also successful, I cannot access the web console for both installations now though I am able to start them. Below are snippets of the output:



● activemq.service - LSB: ActiveMQ instance
Loaded: loaded (/etc/init.d/activemq; generated)
Active: active (running) since Thu 2019-03-28 22:52:17 GMT; 3s ago
Docs: man:systemd-sysv-generator(8)
Process: 14696 ExecStop=/etc/init.d/activemq stop (code=exited, status=0/SUCCE
Process: 15233 ExecStart=/etc/init.d/activemq start (code=exited, status=0/SUC
Tasks: 31 (limit: 4915)
CGroup: /system.slice/activemq.service
└─15265 /usr/lib/jvm/default-java//bin/java -Xms512M -Xmx512M -Dorg.a
Mar 28 22:52:11 sys-abj systemd[1]: Starting LSB: ActiveMQ instance...
Mar 28 22:52:11 sys-abj activemq[15233]: * Starting ActiveMQ instance activemq
Mar 28 22:52:17 sys-abj activemq[15233]: ...done.
Mar 28 22:52:17 sys-abj systemd[1]: Started LSB: ActiveMQ instance.


and a netstat to the transportConnector tells it's listening by yielding this result:



 tcp6       0      0 127.0.0.1:61616         :::*                    LISTEN      15265/java   


However, any time I point to 127.0.0.1:8161, I get no feed back.



I stumbled upon this https://stackoverflow.com/questions/14020283/how-to-install-or-config-activemq-admin-cosolejetty-use-apt-get-command link but I still can't wrap my head around how to configure the web console.



Any help would be much appreciated










share|improve this question







New contributor




Aboagye is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.

























    0















    I followed this tutorial https://howtoprogram.xyz/2017/08/09/how-to-install-activemq-on-ubuntu-16-04-lts-xenial-xerus/ to install ActiveMQ manually and everything worked fine and i was even able to access the webhost on http://127.0.0.1:8161. But I tried the sudo apt-get install automatic option out of curiosity and though it was also successful, I cannot access the web console for both installations now though I am able to start them. Below are snippets of the output:



    ● activemq.service - LSB: ActiveMQ instance
    Loaded: loaded (/etc/init.d/activemq; generated)
    Active: active (running) since Thu 2019-03-28 22:52:17 GMT; 3s ago
    Docs: man:systemd-sysv-generator(8)
    Process: 14696 ExecStop=/etc/init.d/activemq stop (code=exited, status=0/SUCCE
    Process: 15233 ExecStart=/etc/init.d/activemq start (code=exited, status=0/SUC
    Tasks: 31 (limit: 4915)
    CGroup: /system.slice/activemq.service
    └─15265 /usr/lib/jvm/default-java//bin/java -Xms512M -Xmx512M -Dorg.a
    Mar 28 22:52:11 sys-abj systemd[1]: Starting LSB: ActiveMQ instance...
    Mar 28 22:52:11 sys-abj activemq[15233]: * Starting ActiveMQ instance activemq
    Mar 28 22:52:17 sys-abj activemq[15233]: ...done.
    Mar 28 22:52:17 sys-abj systemd[1]: Started LSB: ActiveMQ instance.


    and a netstat to the transportConnector tells it's listening by yielding this result:



     tcp6       0      0 127.0.0.1:61616         :::*                    LISTEN      15265/java   


    However, any time I point to 127.0.0.1:8161, I get no feed back.



    I stumbled upon this https://stackoverflow.com/questions/14020283/how-to-install-or-config-activemq-admin-cosolejetty-use-apt-get-command link but I still can't wrap my head around how to configure the web console.



    Any help would be much appreciated










    share|improve this question







    New contributor




    Aboagye is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
    Check out our Code of Conduct.























      0












      0








      0








      I followed this tutorial https://howtoprogram.xyz/2017/08/09/how-to-install-activemq-on-ubuntu-16-04-lts-xenial-xerus/ to install ActiveMQ manually and everything worked fine and i was even able to access the webhost on http://127.0.0.1:8161. But I tried the sudo apt-get install automatic option out of curiosity and though it was also successful, I cannot access the web console for both installations now though I am able to start them. Below are snippets of the output:



      ● activemq.service - LSB: ActiveMQ instance
      Loaded: loaded (/etc/init.d/activemq; generated)
      Active: active (running) since Thu 2019-03-28 22:52:17 GMT; 3s ago
      Docs: man:systemd-sysv-generator(8)
      Process: 14696 ExecStop=/etc/init.d/activemq stop (code=exited, status=0/SUCCE
      Process: 15233 ExecStart=/etc/init.d/activemq start (code=exited, status=0/SUC
      Tasks: 31 (limit: 4915)
      CGroup: /system.slice/activemq.service
      └─15265 /usr/lib/jvm/default-java//bin/java -Xms512M -Xmx512M -Dorg.a
      Mar 28 22:52:11 sys-abj systemd[1]: Starting LSB: ActiveMQ instance...
      Mar 28 22:52:11 sys-abj activemq[15233]: * Starting ActiveMQ instance activemq
      Mar 28 22:52:17 sys-abj activemq[15233]: ...done.
      Mar 28 22:52:17 sys-abj systemd[1]: Started LSB: ActiveMQ instance.


      and a netstat to the transportConnector tells it's listening by yielding this result:



       tcp6       0      0 127.0.0.1:61616         :::*                    LISTEN      15265/java   


      However, any time I point to 127.0.0.1:8161, I get no feed back.



      I stumbled upon this https://stackoverflow.com/questions/14020283/how-to-install-or-config-activemq-admin-cosolejetty-use-apt-get-command link but I still can't wrap my head around how to configure the web console.



      Any help would be much appreciated










      share|improve this question







      New contributor




      Aboagye is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.












      I followed this tutorial https://howtoprogram.xyz/2017/08/09/how-to-install-activemq-on-ubuntu-16-04-lts-xenial-xerus/ to install ActiveMQ manually and everything worked fine and i was even able to access the webhost on http://127.0.0.1:8161. But I tried the sudo apt-get install automatic option out of curiosity and though it was also successful, I cannot access the web console for both installations now though I am able to start them. Below are snippets of the output:



      ● activemq.service - LSB: ActiveMQ instance
      Loaded: loaded (/etc/init.d/activemq; generated)
      Active: active (running) since Thu 2019-03-28 22:52:17 GMT; 3s ago
      Docs: man:systemd-sysv-generator(8)
      Process: 14696 ExecStop=/etc/init.d/activemq stop (code=exited, status=0/SUCCE
      Process: 15233 ExecStart=/etc/init.d/activemq start (code=exited, status=0/SUC
      Tasks: 31 (limit: 4915)
      CGroup: /system.slice/activemq.service
      └─15265 /usr/lib/jvm/default-java//bin/java -Xms512M -Xmx512M -Dorg.a
      Mar 28 22:52:11 sys-abj systemd[1]: Starting LSB: ActiveMQ instance...
      Mar 28 22:52:11 sys-abj activemq[15233]: * Starting ActiveMQ instance activemq
      Mar 28 22:52:17 sys-abj activemq[15233]: ...done.
      Mar 28 22:52:17 sys-abj systemd[1]: Started LSB: ActiveMQ instance.


      and a netstat to the transportConnector tells it's listening by yielding this result:



       tcp6       0      0 127.0.0.1:61616         :::*                    LISTEN      15265/java   


      However, any time I point to 127.0.0.1:8161, I get no feed back.



      I stumbled upon this https://stackoverflow.com/questions/14020283/how-to-install-or-config-activemq-admin-cosolejetty-use-apt-get-command link but I still can't wrap my head around how to configure the web console.



      Any help would be much appreciated







      linux ubuntu apache-http-server






      share|improve this question







      New contributor




      Aboagye is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.











      share|improve this question







      New contributor




      Aboagye is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.









      share|improve this question




      share|improve this question






      New contributor




      Aboagye is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.









      asked 1 hour ago









      AboagyeAboagye

      1




      1




      New contributor




      Aboagye is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.





      New contributor





      Aboagye is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.






      Aboagye is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.






















          0






          active

          oldest

          votes












          Your Answer








          StackExchange.ready(function() {
          var channelOptions = {
          tags: "".split(" "),
          id: "3"
          };
          initTagRenderer("".split(" "), "".split(" "), channelOptions);

          StackExchange.using("externalEditor", function() {
          // Have to fire editor after snippets, if snippets enabled
          if (StackExchange.settings.snippets.snippetsEnabled) {
          StackExchange.using("snippets", function() {
          createEditor();
          });
          }
          else {
          createEditor();
          }
          });

          function createEditor() {
          StackExchange.prepareEditor({
          heartbeatType: 'answer',
          autoActivateHeartbeat: false,
          convertImagesToLinks: true,
          noModals: true,
          showLowRepImageUploadWarning: true,
          reputationToPostImages: 10,
          bindNavPrevention: true,
          postfix: "",
          imageUploader: {
          brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
          contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
          allowUrls: true
          },
          onDemand: true,
          discardSelector: ".discard-answer"
          ,immediatelyShowMarkdownHelp:true
          });


          }
          });






          Aboagye is a new contributor. Be nice, and check out our Code of Conduct.










          draft saved

          draft discarded


















          StackExchange.ready(
          function () {
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f1418843%2funable-to-access-activemq-web-console%23new-answer', 'question_page');
          }
          );

          Post as a guest















          Required, but never shown

























          0






          active

          oldest

          votes








          0






          active

          oldest

          votes









          active

          oldest

          votes






          active

          oldest

          votes








          Aboagye is a new contributor. Be nice, and check out our Code of Conduct.










          draft saved

          draft discarded


















          Aboagye is a new contributor. Be nice, and check out our Code of Conduct.













          Aboagye is a new contributor. Be nice, and check out our Code of Conduct.












          Aboagye is a new contributor. Be nice, and check out our Code of Conduct.
















          Thanks for contributing an answer to Super User!


          • Please be sure to answer the question. Provide details and share your research!

          But avoid



          • Asking for help, clarification, or responding to other answers.

          • Making statements based on opinion; back them up with references or personal experience.


          To learn more, see our tips on writing great answers.




          draft saved


          draft discarded














          StackExchange.ready(
          function () {
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f1418843%2funable-to-access-activemq-web-console%23new-answer', 'question_page');
          }
          );

          Post as a guest















          Required, but never shown





















































          Required, but never shown














          Required, but never shown












          Required, but never shown







          Required, but never shown

































          Required, but never shown














          Required, but never shown












          Required, but never shown







          Required, but never shown







          Popular posts from this blog

          Cannot install PyQt5 The Next CEO of Stack OverflowCannot install tcpreplay 3.4.4cannot...

          Kapp-Putsch Acontecimentos | Outros artigos | Menu de navegação

          Why did early computer designers eschew integers? The Next CEO of Stack OverflowWhat register...