I've been seeing this message in my logs alot recently and would like to see it go away. The actual message in the log is:
ERROR (2001-11-15) 12:05.18:008 [cocoon ] (/cocoon/mark/styles/mystyle.css) HttpProcessor[8080][0]/sitemap_xmap: error notifier barfs org.apache.cocoon.ProcessingException: Failed to execute pipeline.: java.lang.RuntimeException: Connection aborted by peer: socket write error at org.apache.cocoon.components.pipeline.CachingStreamPipeline.process(CachingS treamPipeline.java:374) at org.apache.cocoon.www.sitemap_xmap.error_process_7_500(sitemap_xmap.java:842 9) at org.apache.cocoon.www.sitemap_xmap.process(sitemap_xmap.java:3010) and so on... It's related to my .css file that I have as an "include" in my HTML output: <link rel="stylesheet" href="../styles/mystyle.css" type="text/css"/> Most times I try to refresh my page, I get this message. My sitemap.xmap handles the .css file with these lines: <map:match pattern="mark/styles/*.css"> <map:read src="mark/styles/{1}.css" mime-type="text/css"/> </map:match> I am using: Windows NT4 Tomcat 4.0.1 Cocoon2 rc2 Any help would be appreciated... Mark --------------------------------------------------------------------- Please check that your question has not already been answered in the FAQ before posting. <http://xml.apache.org/cocoon/faqs.html> To unsubscribe, e-mail: <[EMAIL PROTECTED]> For additional commands, e-mail: <[EMAIL PROTECTED]>