RollingFile does not reset file when rolling

2016-03-04 Thread Carlsen, Rasmus
Hi I use log4j 2.5 on weblogic 12C (By adding the argument -Dlog4j.Configuration=log4j2.xml) with this configurationfile: %d{ISO8601} %-5p %c{1} transId: %X{transactionId} %m%n

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

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 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 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 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

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: