On 18 July 2013 18:46, Chris Wolf <[email protected]> wrote: > I would like to use hawtio's Camel route diagram view for inspecting > and displaying routes. > > http://hawt.io/getstarted/index.html > > Since the app will be deployed in a private Intranet, I tried their > "offline" WAR: > > https://oss.sonatype.org/content/repositories/public/io/hawt/hawtio-default-offline/1.2-M1/hawtio-default-offline-1.2-M1.war > > This didn't work - the first problem was an incompletely declared > WEB-INF/web.xml root element, which I fixed,
What change did you make? Any chance of a pull request or at least a gist of the latest version? :) > this allowed the web app to deploy, but I still see this error in the > server log: > > > 13:02:21,940 ERROR > [org.apache.catalina.core.ContainerBase.[jboss.web].[localhost].[/hawtio]] > Failed to startup blueprint container. > org.osgi.service.blueprint.container.ComponentDefinitionException: > Unable to intialize bean aetherFacade: > org.osgi.service.blueprint.container.ComponentDefinitionException: > Unable to intialize bean aetherFacade Any chance of the whole log as a gist? Then we can figure out whats wrong. There's been a recent issue fixed which caused some startup noise - which we'll have a new milestone or full 1.2 release soon... https://github.com/hawtio/hawtio/issues/385 There's currently some other issues for the Maven indexer plugin as our fusesource nexus doesn't seem to have a downloadable index any more too... If you're having issues though, maybe try just hawtio-web.war which has the bare minimum stuff inside (so hopefully won't have many errors). > Although I can navigate and inspect MBeans through the JMX view. Ah - in that case it might be working fine then? If you deploy your camel routes in a separate WAR, do you see them in the Camel tab? -- James ------- Red Hat Email: [email protected] Web: http://fusesource.com Twitter: jstrachan, fusenews Blog: http://macstrac.blogspot.com/ Open Source Integration
