You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-user@axis.apache.org by Neptune <dm...@gmail.com> on 2006/08/16 14:53:09 UTC

Axis2: Caching a file fails at a random moment

Hi all,

I try sending a file via a webservice, but it always fails after about
~4-5Mb sent. Server java process takes 100% of cpu load at that moment.
Setting up caching did not help at all. It just stores a part of a file in
the cacheDIR and gives the error:

client side:
Exception in thread "main" org.apache.axiom.om.OMException: Problem with the
OutputStream.
Caused by: java.net.SocketException: Broken pipe

server side:
SEVERE: Exception occurred while trying to invoke service method fileSample
java.lang.reflect.InvocationTargetException
Caused by: org.apache.axiom.om.OMException: Error creating temporary File.


I've got the latest nightly build of axis2 running under Jetty
Thanks for any help
-- 
Dmitry Brigadirov