Hi, When trying to start ActiveMQ using the command: $ ksh bin/activemq console
as recommended in the "ActiveMQ in action" book.
I get several java exceptions including this one:
javax.servlet.UnavailableException:
org.fusesource.web.console.server.AgentServiceImpl
at org.eclipse.jetty.servlet.Holder.doStart(Holder.java:82)
at
org.eclipse.jetty.servlet.ServletHolder.doStart(ServletHolder.java:224)
...
I am using ActiveMQ 5.5.0 on Solaris 10 (Java 1.6.0_14).
What's wrong?
