Skip to content

Instantly share code, notes, and snippets.

@gashcrumb
Created June 24, 2013 17:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gashcrumb/5851967 to your computer and use it in GitHub Desktop.
Save gashcrumb/5851967 to your computer and use it in GitHub Desktop.
Generating broker instance directory at: /home/gashcrumb/Work/Source/hawtio/hawtio-web/target/hawtio-web-1.2-SNAPSHOT-broker
WARN | io.hawt.sample.Main.main() | FAILED ApolloApplication: java.lang.RuntimeException: Could not create the broker instance.
java.lang.RuntimeException: Could not create the broker instance.
at scala.sys.package$.error(package.scala:27)
at org.apache.activemq.apollo.web.ApolloApplication.init(ApolloApplication.scala:59)
at org.eclipse.jetty.servlet.FilterHolder.doStart(FilterHolder.java:107)
at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:64)
at org.eclipse.jetty.servlet.ServletHandler.initialize(ServletHandler.java:716)
at org.eclipse.jetty.servlet.ServletContextHandler.startContext(ServletContextHandler.java:254)
at org.eclipse.jetty.webapp.WebAppContext.startContext(WebAppContext.java:1238)
at org.eclipse.jetty.server.handler.ContextHandler.doStart(ContextHandler.java:683)
at org.eclipse.jetty.webapp.WebAppContext.doStart(WebAppContext.java:480)
at org.mortbay.jetty.plugin.JettyWebAppContext.doStart(JettyWebAppContext.java:256)
at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:64)
at org.eclipse.jetty.server.handler.HandlerWrapper.doStart(HandlerWrapper.java:95)
at org.eclipse.jetty.server.Server.doStart(Server.java:275)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment