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 33333 \ 
localhost 80

Treat the listen-port (33333) 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]>

Reply via email to