Hi Paul, It means that there was a network issue during the sending of the response to the client (maybe due to the client).
Looking at the source code in the 1.0 branch, the exception is correctly passed to the JDK logger. So if you don't see the details, it is probably due to your logging configuration/environment. Could you give more details about the last point? Are you in Servlet mode? One way to debug is to get Restlet source code and put a break point in the HttpServerConverter.commit method. Best regards, Jerome Louvel -- Restlet ~ Founder and Lead developer ~ http://www.restlet.org Noelios Technologies ~ Co-founder ~ http://www.noelios.com -----Message d'origine----- De : Paul J. Lucas [mailto:[EMAIL PROTECTED] Envoye : lundi 17 novembre 2008 22:52 A : [email protected] Objet : ERROR: 'Broken pipe' I've been seeing a lot of: ERROR: 'Broken pipe' Exception intercepted @ HttpServerConverter.commit lately. What exactly does it mean? How can I print out the exception? And possible how to debug this? I'm using Restlet 1.0.9. - Paul

