Re: Mysterious exception in Tomcat logs : java.net.SocketException: Broken pipe

2009-06-11 Thread Andy Stevens
2009/6/10 Gintare Ragaisiene gintare.ragaisi...@gmail.com: Hello everyone, I've installed cocoon 2.2 webapp on Tomcat 6. For this I deployed .war file in Tomact's webapps directory. After a day I looked at the logs and found this exception: Jun 9, 2009 8:31:51 PM

Mysterious exception in Tomcat logs : java.net.SocketException: Broken pipe

2009-06-10 Thread Gintare Ragaisiene
Hello everyone, I've installed cocoon 2.2 webapp on Tomcat 6. For this I deployed .war file in Tomact's webapps directory. After a day I looked at the logs and found this exception: Jun 9, 2009 8:31:51 PM org.apache.catalina.core.StandardWrapperValve invoke SEVERE: Servlet.service() for servlet

Re: cannot find error in logs

2008-03-26 Thread Grzegorz Kossakowski
Martyn Wilson pisze: I have a cocoon application, which errors out with a default 500 page. Thereis not reference to this in the cocoon.log. Is there a configuration I am missing to log errors? Please advise? Have you tried to check container logs/console (of Tomcat/Jetty/whatever

cannot find error in logs

2008-03-25 Thread Martyn Wilson
I have a cocoon application, which errors out with a default 500 page. Thereis not reference to this in the cocoon.log. Is there a configuration I am missing to log errors? Please advise? Martyn Wilson

Re: Logs

2007-04-25 Thread Peter Flynn
in the Cocoon or Tomcat logs. Unless this is a configuration issue which I have missed, there seems to be a major deficiency in the logging. Nevertheless, you should always use httpd configured as proxy for this purpose. As I explained in the original post, I will be doing this on the production

Re: Logs

2007-04-25 Thread Jason Johnston
addresses anywhere in the Cocoon or Tomcat logs. Unless this is a configuration issue which I have missed, there seems to be a major deficiency in the logging. Since you're using Tomcat you can configure it to create an access log; see http://tomcat.apache.org/tomcat-5.0-doc/config/valve.html

Re: Logs

2007-04-25 Thread Peter Flynn
Jason Johnston wrote: Since you're using Tomcat you can configure it to create an access log; see http://tomcat.apache.org/tomcat-5.0-doc/config/valve.html for details. I imagine the reason it is not configured to create one out of the box is that usually Tomcat is behind an Apache reverse

Re: Logs

2007-04-24 Thread Peter Flynn
Sebastian Wenzky wrote: Peter Flynn wrote: In my webapps/ROOT there's a logs directory, but none of the logs contain any information about who has visited the site. How do I turn on access logging? Or is it already on but hidden somewhere I don't know about? This is an experimental site, so

Re: Logs

2007-04-24 Thread Grzegorz Kossakowski
Peter Flynn pisze: But none of those files have any information about where the request has come from (eg IP address), which makes them virtually useless. AFAIR, they should contain information you need. Nevertheless, you should always use httpd configured as proxy for this purpose. --

Logs

2007-04-23 Thread Peter Flynn
In my webapps/ROOT there's a logs directory, but none of the logs contain any information about who has visited the site. How do I turn on access logging? Or is it already on but hidden somewhere I don't know about? This is an experimental site, so it's running as root. When I switch

Re: Logs

2007-04-23 Thread Sebastian Wenzky
Peter Flynn wrote: In my webapps/ROOT there's a logs directory, but none of the logs contain any information about who has visited the site. How do I turn on access logging? Or is it already on but hidden somewhere I don't know about? This is an experimental site, so it's running as root

Re: Where I can find Action Logs?

2006-07-26 Thread Omar Adobati
/logs/sendmail.log/filename format type=cocoon %23.23{time:-MM-dd' 'HH:mm:ss.SSS} %5.5{priority} %40.40{category} (%{host}%{uri}) %{thread}/%{class:short}: %{message}\n%{throwable} /format appendtrue/append rotation pattern=._MM_dd suffix=.log type=unique

RE: Where I can find Action Logs?

2006-07-26 Thread Ard Schrijvers
Set the sendmail category logging to DEBUG, and see what gets logged. If you get what you want, try if INFO level also gives you what you want (better then DEBUG ofcourse) But, I doubt wether the SendmailTransformer logs all these things you want to see. Then, you could extend/replace

Re: Where I can find Action Logs?

2006-07-26 Thread Omar Adobati
gives you what you want (better then DEBUG ofcourse) But, I doubt wether the SendmailTransformer logs all these things you want to see. Then, you could extend/replace the SendMailTransformer with your own, and just log anything you want. Regards Ard it works pretty nice! Thanks a lot

Re: Re: Where I can find Action Logs?

2006-07-26 Thread Bertrand Delacretaz
On 7/26/06, Omar Adobati [EMAIL PROTECTED] wrote: ...But now, how I can log the mail I'm sending?... It would probably be useful to spy the network traffic between your application and your mail server, see http://marc.theaimsgroup.com/?t=11428652402r=1w=2 -Bertrand

Re: Re: Where I can find Action Logs?

2006-07-26 Thread Omar Adobati
Thhks for your answer too, but what I'd like to have is just a log about what I'm sending. I would like to be able to log what the sendmail do. Omar On 7/26/06, Bertrand Delacretaz [EMAIL PROTECTED] wrote: On 7/26/06, Omar Adobati [EMAIL PROTECTED] wrote: ...But now, how I can log the mail

logs less detailed?

2004-01-04 Thread Paul Kelly
Howdy, apologies if this is a faq but I couldn't find anything in the archives. I just upgraded to 2.1 (previously I ad 2.0 on Tomcat 4) and I can no longer trace xsl errors as easily through the logs. Used to be I'd get the line # of embedded, included stylesheets and some useful verbiage

Re: logs less detailed?

2004-01-04 Thread Jorg Heymans
just upgraded to 2.1 (previously I ad 2.0 on Tomcat 4) and I can no longer trace xsl errors as easily through the logs. Used to be I'd get the line # of embedded, included stylesheets and some useful verbiage. No more. Can someone tell me what changed and if this can be fixed? I use cocoon

Re: logs less detailed?

2004-01-04 Thread Geoff Howard
Paul Kelly wrote: Howdy, apologies if this is a faq but I couldn't find anything in the archives. I just upgraded to 2.1 (previously I ad 2.0 on Tomcat 4) and I can no longer trace xsl errors as easily through the logs. Used to be I'd get the line # of embedded, included stylesheets and some

problem with logs

2003-12-30 Thread flavio . palumbo
Hi all, i wrote a little action in which i send messages using getLogger().debug(..) or getLogger().error(..) or getLogger().warn(..) ; the question is where can i find the messages sent ? I need to switch some parameters to activate loggers ? May i redirect messages to my own log file ? many

Re: problem with logs

2003-12-30 Thread Stephan Coboos
=loginAction/ log-target id-ref=error/ /category ... and targets ... cocoon id=myAction filename${context-root}/WEB-INF/logs/myAction.log/filename format type=cocoon %7.7{priority} %{time} [%{category}] (%{uri}) %{thread}/%{class:short}: %{message}\n%{throwable

Re: problem with logs

2003-12-30 Thread Flavio Palumbo
I choose the second way and it works perfectly. thanks a lot Flavio -- Original Message -- Reply-To: [EMAIL PROTECTED] Date: Tue, 30 Dec 2003 10:18:18 +0100 From: Stephan Coboos [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: Re: problem with logs [1. solution] You have to do 2 steps: 1

Re: logs for JSP

2003-08-29 Thread Geoff Howard
Wise Team wrote: Hi all, I' have forgotten to say that I'm working with tomcat 4.1.24, JVM 1.4.2 and Cocoon 2.1. In 2.0.4 version, errors were in log files (core.log, sitemap.log) and on my computer screen. But with cocoon 2.1, errors are only on my screen. Someone knows reasons of this

logs for JSP

2003-08-22 Thread Wise Team
Dear All, I upgraded to Cocoon 2.1 and now, I can't see the errors raised in my jsp pages. In version 2.0.4, I used to see them in core.log or sitemap.log. I've tried to change all log-level to DEBUG in cocoon.xconf and web.xml. I can see more messages, but not those raised in jsp pages.