Socket write error apache tomcat cocoon

2002-05-26 Thread Graeme Rocher

Hi,

I'm having a intermetint problems where I'm getting a
SocketException, socket write error response. The
configuration is apache and tomcat4.03 with cocoon
2.02 on Windows 2000 Advanced server. Below is the
stack trace.

Its my feeling that this may be a server configuration
error, but i'm not sure any pointers to why this may
be happening would be appreciated.

Thanks
Graeme

org.apache.cocoon.ProcessingException: Failed to
execute pipeline.: java.net.SocketException: Software
caused connection abort: socket write error
at
org.apache.cocoon.components.pipeline.CachingStreamPipeline.process(CachingStreamPipeline.java:414)
at
org.apache.cocoon.www.sitemap_xmap.matchN1029A(sitemap_xmap.java:4043)
at
org.apache.cocoon.www.sitemap_xmap.process(sitemap_xmap.java:1685)
at
org.apache.cocoon.www.sitemap_xmap.process(sitemap_xmap.java:1483)
at
org.apache.cocoon.sitemap.Handler.process(Handler.java:222)
at
org.apache.cocoon.sitemap.Manager.invoke(Manager.java:179)
at
org.apache.cocoon.sitemap.SitemapManager.process(SitemapManager.java:154)
at org.apache.cocoon.Cocoon.process(Cocoon.java:575)
at
org.apache.cocoon.servlet.CocoonServlet.service(CocoonServlet.java:998)
at
javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:247)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:193)
at
org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:243)
at
org.apache.catalina.core.StandardPipeline.invokeNext(StandardPipeline.java:566)
at
org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:472)
at
org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:943)
at
org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:190)
at
org.apache.catalina.core.StandardPipeline.invokeNext(StandardPipeline.java:566)
at
org.apache.catalina.valves.CertificatesValve.invoke(CertificatesValve.java:246)
at
org.apache.catalina.core.StandardPipeline.invokeNext(StandardPipeline.java:564)
at
org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:472)
at
org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:943)
at
org.apache.catalina.core.StandardContext.invoke(StandardContext.java:2343)
at
org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:180)
at
org.apache.catalina.core.StandardPipeline.invokeNext(StandardPipeline.java:566)
at
org.apache.catalina.valves.ErrorDispatcherValve.invoke(ErrorDispatcherValve.java:170)
at
org.apache.catalina.core.StandardPipeline.invokeNext(StandardPipeline.java:564)
at
org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:170)
at
org.apache.catalina.core.StandardPipeline.invokeNext(StandardPipeline.java:564)
at
org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:472)
at
org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:943)
at
org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:174)
at
org.apache.catalina.core.StandardPipeline.invokeNext(StandardPipeline.java:566)
at
org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:472)
at
org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:943)
at
org.apache.catalina.connector.warp.WarpRequestHandler.handle(WarpRequestHandler.java:217)
at
org.apache.catalina.connector.warp.WarpConnection.run(WarpConnection.java:194)
at java.lang.Thread.run(Thread.java:536)

__
Do You Yahoo!?
Everything you'll ever need on one web page
from News and Sport to Email and Music Charts
http://uk.my.yahoo.com

-
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]




Re: Socket write error apache tomcat cocoon

2002-05-26 Thread John Austin

On Sunday 26 May 2002 06:29, you wrote:
 Hi,

 I'm having a intermetint problems where I'm getting a
 SocketException, socket write error response. The
 configuration is apache and tomcat4.03 with cocoon
 2.02 on Windows 2000 Advanced server. Below is the
 stack trace.

You might get lucky and someone will answer your query but I thought 
I'd send this as well (instead?):

You could trace this with 'ethereal' (ethereal.com) but that is a 
pretty heavy duty tool. I found this soimewhere recently:

In Apache SOAP there is a class that might help trace your socket stuff:

java -classpath soap.jar org.apache.soap.util.net.TcpTunnel.Gui 3 \ 
localhost 80

Treat the listen-port (3) like a proxy and you will be able to 
follow your traffic easily enough. I haven't looked inside for any 
options but it would seem to me to be reasonable that you could add the 
return codes from socket calls to the output quite easily.

-
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]