You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@camel.apache.org by sa_james <sa...@hotmail.com> on 2016/12/31 21:53:01 UTC

hawtio embedded

I am evaluating hawtio and started it embedded in a very simple standalone
test application. Only thing I get is a almost blank page with a bar that
has headers /"Attributes Operations Chart"/ plus a user symbol in the top
right corner that is not logged in. Whatelse should I do to see more?
Thanks.



-----
Guile Newbie
--
View this message in context: http://camel.465427.n5.nabble.com/hawtio-embedded-tp5792022.html
Sent from the Camel - Users mailing list archive at Nabble.com.

Re: hawtio embedded

Posted by souciance <so...@gmail.com>.
Ok I haven't tried it that way, usually ran it standalone or embedded in
Karaf.

On Sun, Jan 1, 2017 at 7:56 PM, sa_james [via Camel] <
ml-node+s465427n5792033h86@n5.nabble.com> wrote:

> Yes. It is embedded in another application. By reading the docs, I thought
> that it was enough to reference the folder containing the war file instead
> of actually referencing the war file.
> Guile Newbie
>
>
> ------------------------------
> If you reply to this email, your message will be added to the discussion
> below:
> http://camel.465427.n5.nabble.com/hawtio-embedded-tp5792022p5792033.html
> To start a new topic under Camel - Users, email
> ml-node+s465427n465428h31@n5.nabble.com
> To unsubscribe from Camel - Users, click here
> <http://camel.465427.n5.nabble.com/template/NamlServlet.jtp?macro=unsubscribe_by_code&node=465428&code=c291Y2lhbmNlLmVxZGFtLnJhc2h0aUBnbWFpbC5jb218NDY1NDI4fDE1MzI5MTE2NTY=>
> .
> NAML
> <http://camel.465427.n5.nabble.com/template/NamlServlet.jtp?macro=macro_viewer&id=instant_html%21nabble%3Aemail.naml&base=nabble.naml.namespaces.BasicNamespace-nabble.view.web.template.NabbleNamespace-nabble.view.web.template.NodeNamespace&breadcrumbs=notify_subscribers%21nabble%3Aemail.naml-instant_emails%21nabble%3Aemail.naml-send_instant_email%21nabble%3Aemail.naml>
>




--
View this message in context: http://camel.465427.n5.nabble.com/hawtio-embedded-tp5792022p5792034.html
Sent from the Camel - Users mailing list archive at Nabble.com.

Re: hawtio embedded

Posted by sa_james <sa...@hotmail.com>.
Yes. It is embedded in another application. By reading the docs, I thought
that it was enough to reference the folder containing the war file instead
of actually referencing the war file.



-----
Guile Newbie
--
View this message in context: http://camel.465427.n5.nabble.com/hawtio-embedded-tp5792022p5792033.html
Sent from the Camel - Users mailing list archive at Nabble.com.

Re: hawtio embedded

Posted by souciance <so...@gmail.com>.
Do you mean run it from a command line or?

On Sun, Jan 1, 2017 at 3:32 AM, sa_james [via Camel] <
ml-node+s465427n5792024h7@n5.nabble.com> wrote:

> I decided to give up on eclipse with the classpath error and continue with
> maven. It turns out that I was not reading the documentation correctly.
> instead of *main.setWar("somePathOrDirectoryContainingHawtioWar");* I
> believe it should be
> *main.setWar("absolutePathOfTheWarFile");*. I might be wrong, but thats
> how I was able to get it to start.
> Guile Newbie
>
>
> ------------------------------
> If you reply to this email, your message will be added to the discussion
> below:
> http://camel.465427.n5.nabble.com/hawtio-embedded-tp5792022p5792024.html
> To start a new topic under Camel - Users, email
> ml-node+s465427n465428h31@n5.nabble.com
> To unsubscribe from Camel - Users, click here
> <http://camel.465427.n5.nabble.com/template/NamlServlet.jtp?macro=unsubscribe_by_code&node=465428&code=c291Y2lhbmNlLmVxZGFtLnJhc2h0aUBnbWFpbC5jb218NDY1NDI4fDE1MzI5MTE2NTY=>
> .
> NAML
> <http://camel.465427.n5.nabble.com/template/NamlServlet.jtp?macro=macro_viewer&id=instant_html%21nabble%3Aemail.naml&base=nabble.naml.namespaces.BasicNamespace-nabble.view.web.template.NabbleNamespace-nabble.view.web.template.NodeNamespace&breadcrumbs=notify_subscribers%21nabble%3Aemail.naml-instant_emails%21nabble%3Aemail.naml-send_instant_email%21nabble%3Aemail.naml>
>




--
View this message in context: http://camel.465427.n5.nabble.com/hawtio-embedded-tp5792022p5792032.html
Sent from the Camel - Users mailing list archive at Nabble.com.

Re: hawtio embedded

Posted by sa_james <sa...@hotmail.com>.
Running inside Eclipse gives me this error:
/
Exception in thread "main" java.lang.NoClassDefFoundError:
org/eclipse/jetty/util/log/Logger
	at com.controlbus.eip.MainApp.main(MainApp.java:16)
Caused by: java.lang.ClassNotFoundException:
org.eclipse.jetty.util.log.Logger
	at java.net.URLClassLoader.findClass(Unknown Source)
	at java.lang.ClassLoader.loadClass(Unknown Source)
	at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source)
	at java.lang.ClassLoader.loadClass(Unknown Source)/




-----
Guile Newbie
--
View this message in context: http://camel.465427.n5.nabble.com/hawtio-embedded-tp5792022p5792023.html
Sent from the Camel - Users mailing list archive at Nabble.com.