Problems with Chainsaw launched using Java Web Start

2009-08-31 Thread Moley Harey
Hi folks, I installed Chainsaw in my Tomcat to be able to launch it remotely, I tested to launch Chainsaw using the remote url to access it and worked fine, Java Web Start can launch Chainsaw without problems, I can select my own config file that creates a new "SocketReceiver" to listen in port 44

Re: problems with chainsaw

2006-08-11 Thread Takacs Bence
Hello I'm sorry, it was because the catalina was stucked in the memory. Now, it's OK. No error message, but I don't see the logs in the chainsaw. What kind of configuration do I need? For the ZeroconfAppender and for chainsaw. I use Linux, and run the tomcat on localhost. I use the followin

problems with chainsaw

2006-08-11 Thread Takacs Bence
Hello I've tried to use chainsaw with zeroconf. I put the jars into the projects Build Path, and attached the zeroconf appender to the project. It throw the following exception: Aug 11, 2006 12:15:50 PM org.apache.catalina.core.AprLifecycleListener lifecycleEvent INFO: The Apache Tomcat Nativ

RE: problems with chainsaw build

2004-12-16 Thread Ceki Gülcü
Scott, The ExpressionFilter&LogFilePatternReceiver/ORO dependency is related but quite distinct from the problem discovered by Curt. As I was expecting a different approach, I was surprised and a little confused by the changes in your latest commit to build.xml. Your changes are certainly not intru

RE: problems with chainsaw build

2004-12-16 Thread Scott Deboy
gex package if they wanted. Scott -Original Message- From: Ceki Gülcü [mailto:[EMAIL PROTECTED] Sent: Thu 12/16/2004 5:05 AM To: Log4J Users List Cc: Subject:Re: problems with chainsaw build I'd like to echo Curt's words. There was a bug in our Ant

Re: problems with chainsaw build

2004-12-16 Thread Ceki Gülcü
I'd like to echo Curt's words. There was a bug in our Ant build.xml file due to the counter-intuitive way Ant handles dependencies and their conditions. http://ant.apache.org/faq.html#stop-dependency Q: I have a target I want to skip if a property is set, so I have unless="property" as an attrib

RE: problems with chainsaw build

2004-12-15 Thread Scott Deboy
Log4J Users List Cc: Subject: RE: problems with chainsaw build By the way, the only dependency on ORO in Chainsaw is org.apache.log4j.rule.LikeRule That class could be excluded if oro wasn't in the classpath, and you'd still have a working Chainsaw (minus the re

RE: problems with chainsaw build

2004-12-15 Thread Scott Deboy
lto:[EMAIL PROTECTED] Sent: Wed 12/15/2004 7:37 PM To: Log4J Users List Cc: Subject: Re: problems with chainsaw build On Dec 15, 2004, at 8:15 PM, Paul Smith wrote: > I just did an "ant clean" then an "ant jar" and the chainsaw jar DOES > contain LogUI. &g

Re: problems with chainsaw build

2004-12-15 Thread Curt Arnold
On Dec 15, 2004, at 8:15 PM, Paul Smith wrote: I just did an "ant clean" then an "ant jar" and the chainsaw jar DOES contain LogUI. So unless the local environment is missing something that is preventing it from building all of Chainsaw (maybe regexp library not there?). Curt, maybe you could

RE: problems with chainsaw build

2004-12-15 Thread Scott Deboy
J Users List Cc: Subject: Re: problems with chainsaw build which may not build chainsaw (or all of chainsaw) if some libraries are missing (regexp is required ala jakarta-oro). Andy McBride wrote: > Hi, > The 'jar' task depends on 'chainsaw.jar' which just jars up w

Re: problems with chainsaw build

2004-12-15 Thread Andy McBride
be able to run something that doesn't produce a valid result. The build should take care of these dependencies relieving the user of having to think about it. Any other behavior is a bug. Jake > >-Original Message- >From: Curt Arnold [mailto:[EMAIL PROTECTED] >S

Re: problems with chainsaw build

2004-12-15 Thread Paul Smith
iew of build files is that the user should never, ever, be able to run something that doesn't produce a valid result. The build should take care of these dependencies relieving the user of having to think about it. Any other behavior is a bug. Jake > >-Original Message- &g

Re: problems with chainsaw build

2004-12-15 Thread Andy McBride
The build should take care of these dependencies relieving the user of having to think about it. Any other behavior is a bug. Jake > >-Original Message- >From: Curt Arnold [mailto:[EMAIL PROTECTED] >Sent: Wed 12/15/2004 8:55 AM >To:Log4J Users List >Cc: >Subj

Re: problems with chainsaw build

2004-12-15 Thread Paul Smith
havior is a bug. Jake > >-Original Message- >From: Curt Arnold [mailto:[EMAIL PROTECTED] >Sent: Wed 12/15/2004 8:55 AM >To:Log4J Users List >Cc: >Subject: Re: problems with chainsaw build > >On Dec 15, 2004, at 8:52 AM, Shai Simchi wrote: > >

Re: problems with chainsaw build

2004-12-15 Thread Paul Smith
these dependencies relieving the user of having to think about it. Any other behavior is a bug. Jake > >-Original Message- >From: Curt Arnold [mailto:[EMAIL PROTECTED] >Sent: Wed 12/15/2004 8:55 AM >To:Log4J Users List >Cc: >Subject: Re: problems with chainsaw bu

RE: problems with chainsaw build

2004-12-15 Thread Jacob Kjome
ver, be able to run something that doesn't produce a valid result. The build should take care of these dependencies relieving the user of having to think about it. Any other behavior is a bug. Jake > >-Original Message- >From: Curt Arnold [mailto:[EMAIL PROTECTED] >Sent:

RE: problems with chainsaw build

2004-12-15 Thread Scott Deboy
Curt, you need to run the 'chainsaw' target Scott -Original Message- From: Curt Arnold [mailto:[EMAIL PROTECTED] Sent: Wed 12/15/2004 8:55 AM To: Log4J Users List Cc: Subject: Re: problems with chainsaw build On Dec 15, 2004, at 8:52 AM, Shai Si

Re: problems with chainsaw build

2004-12-15 Thread Curt Arnold
On Dec 15, 2004, at 8:52 AM, Shai Simchi wrote: thanks - i got it all figured out. Would be nice if you would share your resolution. I just tried building chainsaw from the CVS and am seeing the same problem. If I do: ant jar I get a log4j-chainsaw-1.3alpha-4.jar that does not contain the org

RE: problems with chainsaw build

2004-12-15 Thread Shai Simchi
thanks - i got it all figured out. -Original Message- From: Yoav Shapira [mailto:[EMAIL PROTECTED] Sent: Wednesday, December 15, 2004 4:27 PM To: Log4J Users List Subject: Re: problems with chainsaw build Hi, What's the specific error you're getting? The Ant output and stack

Re: problems with chainsaw build

2004-12-15 Thread Yoav Shapira
Hi, What's the specific error you're getting? The Ant output and stack trace (if any) would be helpful. Yoav --- Shai Simchi <[EMAIL PROTECTED]> wrote: > Hi ! > I am trying to build the chainsaw jar from scratch. > I used the ant -f install-chainsaw.xml with the proper XML and that seems to > w

problems with chainsaw build

2004-12-15 Thread Shai Simchi
Hi ! I am trying to build the chainsaw jar from scratch. I used the ant -f install-chainsaw.xml with the proper XML and that seems to work fine. When i get to the "ant jar" stage there are a few things: 1) i get lots of warnings regarding deprecatation (which i assume is ok) 2) i get an error duri