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

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

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

RE: problems with chainsaw build

2004-12-16 Thread Scott Deboy
Message- From: Ceki Glc [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 build.xml file due to the counter-intuitive way Ant handles

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

Re: problems with chainsaw build

2004-12-15 Thread Paul Smith
To:Log4J Users List Cc: Subject: Re: problems with chainsaw build 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

Re: problems with chainsaw build

2004-12-15 Thread Paul Smith
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 build On Dec 15, 2004, at 8:52 AM, Shai Simchi wrote: thanks - i got

RE: problems with chainsaw build

2004-12-15 Thread Scott Deboy
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. So unless the local environment is missing

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

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 work

RE: problems with chainsaw build

2004-12-15 Thread Jacob Kjome
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: Subject: Re: problems with chainsaw build On Dec 15

Re: problems with chainsaw build

2004-12-15 Thread Andy McBride
] 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: 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

Re: problems with chainsaw build

2004-12-15 Thread Andy McBride
:[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: thanks - i got it all figured out. Would be nice if you would share your resolution. I just tried building chainsaw from

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
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 regexp-based LIKE rule