ActiveMQ Web Console
woggle23 Jul 27, 2012 6:59 AMMorning all
I've recently started playing with Fuse Fabric. My first attempt was to follow a demonstration which utilised the following containers:
Root (fabric registry) running on Windows platform
ssh container created on linux-vm-1, running the "mq" profile
ssh container created on linux-vm-2, running the "camel" and "example-camel" profiles
These appear to work as expected. However, I wish to view the activemq web console. I did hope that this would be accessible via the Root container, as it controls the activemq broker(s). And I noted that the config on the root contained a default broker, so whether I could access the broker running on linux-vm-1 or not, I expected to be able to view the broker running on root. When attempting to access the webconsole, via http://localhost:8181/activemqweb, I was presented with an "Authentication failed" error (full stack trace in the attached file), when no login credentials had been requested. Note, I had installed the "activemq-web-console" and "mq-web-console" (What are the differences in these two features? I note there was a ticket raised on this; http://fusesource.com/issues/browse/ENTESB-150).
Any idea why I'm not able to view the console?
In addition, I tried to create a new profile which would install the activemq-web-console on linux-vm-1, following the guidance suggested in the documentation listed below:
http://fusesource.com/docs/esbent/7.0/amq_admin/FMQAdminConsoleLocal.html
The outcome when viewing "container-list" from root was:
FuseESB:karaf@root> container-list
broker1 1.0 true mq-console error - java.net.MalformedURLException: no protocol: mq-web-console
at java.net.URL.(URL.java
A full stack trace, copied from the linux-vm-1 log is in the attached file.
I note that when I connect to the two remote containers that they have none of the "features" commands available - is this causing an issue? How are the features listed in the profile installed in the target container? I assumed the remote container itself would install all necessary features?
Any ideas how I resolve these issues and progress?
Many thanks
Matt
-
activemq-web-console.txt 22.3 KB