Re: Zero conf is not showing logs even it's connected

2016-03-07 Thread Bilguun Ariunbold
I got following exception on my console, if it's hard to read it, you can see it on the stackoverflow: http://stackoverflow.com/questions/35784129/how-to-configure-port-in-apache-chainsaw-with-log4j2 WARNING: SocketListener(WS00943.local.).run() exception java.io.IOException: DNSIncoming

Re: Zero conf is not showing logs even it's connected

2016-03-07 Thread Scott Deboy
I'll need to dig in to this. The advertiserURI isn't coming across for some reason. Scott On 3/7/16, Bilguun Ariunbold wrote: > Thanks Scott, I've used the developer snapshot that you mentioned but still > no luck. If you see the screen shot that I attached,

Re: Zero conf is not showing logs even it's connected

2016-03-07 Thread Bilguun Ariunbold
Thanks Scott, I've used the developer snapshot that you mentioned but still no luck. If you see the screen shot that I attached, WS00943 is my machine's local domain, smdi.com is network's domain, 10.20.91.29 is my machine's ip address. It seems like it's trying to connect to

Re: Zero conf is not showing logs even it's connected

2016-03-04 Thread Scott Deboy
I've uploaded the developer snapshot to http://people.apache.org/~sdeboy/ Extract the tarball and run bin/chainsaw It should work out-of-the-box with your current configuration. Scott On 3/4/16, Matt Sicker wrote: > Oh no they finally shut down people.apache.org! > > On 4

Re: Zero conf is not showing logs even it's connected

2016-03-04 Thread Scott Deboy
To clarify, the 'people' path is going away - the new permanent path is: http://home.apache.org/~sdeboy On 3/4/16, Scott Deboy wrote: > I've uploaded the developer snapshot to http://people.apache.org/~sdeboy/ > > Extract the tarball and run bin/chainsaw > > It should

Re: Zero conf is not showing logs even it's connected

2016-03-04 Thread Matt Sicker
Oh no they finally shut down people.apache.org! On 4 March 2016 at 14:36, Bilguun Ariunbold wrote: > Thank you Scott, the link you sent me was not found. Where should I get > that snapshot? > > On Fri, Mar 4, 2016 at 3:33 PM, Scott Deboy

Re: Zero conf is not showing logs even it's connected

2016-03-04 Thread Bilguun Ariunbold
Thank you Scott, the link you sent me was not found. Where should I get that snapshot? On Fri, Mar 4, 2016 at 3:33 PM, Scott Deboy wrote: > You need to use the latest developer snapshot of chainsaw to work with > log4j2. Need to see if it is still on

Re: Zero conf is not showing logs even it's connected

2016-03-04 Thread Scott Deboy
You need to use the latest developer snapshot of chainsaw to work with log4j2. Need to see if it is still on http://people.apache.org/~sdeboy On Mar 4, 2016 12:18 PM, "Bilguun Ariunbold" wrote: > Okay, let me clarify this. I am using chainsawWebStart.jnlp to start >

Re: Zero conf is not showing logs even it's connected

2016-03-04 Thread Bilguun Ariunbold
Okay, let me clarify this. I am using chainsawWebStart.jnlp to start chainsaw and I choose "Let me define Receivers manually" when it complained "Warning:You have no Receivers defined...". When I double click on a row in Zeroconf tab, it just changes connection status to Connected/Not Connected.

Re: Zero conf is not showing logs even it's connected

2016-03-04 Thread Scott Deboy
I don't know why it would say remote host refused connection. Are there any other errors or warnings in the chainsaw-log tab generated when you double-click the zeroconf entry? On 3/4/16, Bilguun Ariunbold wrote: > Hi Scott, > > Thank you for your respond. > > Are

Re: Zero conf is not showing logs even it's connected

2016-03-04 Thread Bilguun Ariunbold
Hi Scott, Thank you for your respond. Are you running Chainsaw on the same machine as the app using this log4j2 appender config? -Yes I am, I checked a file by opening through web browsers by advertiseUri and it was opened successfully. (Once I tested on my local, I'll separate them to the

Re: Zero conf is not showing logs even it's connected

2016-03-04 Thread Scott Deboy
Are you running Chainsaw on the same machine as the app using this log4j2 appender config? Chainsaw will try to load the advertiseURL directly: file:///C://users/bilguuna/logs/webapp.log If Chainsaw is on a separate machine, multicast packets need to be able to flow between your environment

Zero conf is not showing logs even it's connected

2016-03-04 Thread Bilguun Ariunbold
Hi, I’ve been trying to see logs using Chainsaw ZeroConf but it is not showing me any logs even though it has “Connected” connection status. My workspace: Tomcat 8, Log4j2.5 Chainsaw v2 I added javax.jmdns:jmdns as a dependency to the project Here is my log4j.xml: