I was writing some email earlier about problem in sending large file ~ 10 MB
and got broken pipe exception. And there was the suggestion to use the new
nightly release which is the 22 Jun 06 release and the broken pipe problem
was solve.
So i moved on to test with 100 MB size attachment, and i got
java.lang.OutOfMemory error, so i did some setting about cache on axis2.xml
as following
<parameter name="cacheAttachments" locked="false">true</parameter>
<parameter name="attachmentDIR"
locked="false">/users/alice3/home/</parameter>
<parameter name="sizeThreshold" locked="false">4000</parameter>
but it seems like it still cache into the memory, also when i check at the
home directory, there is no cached file at all. So we tried extend the
memory size and the attachment is received fine but it isn't the good way to
do it, i supposed. So i think the problem is about cache is not working.
Please take a look,
Sathita
From: "Davanum Srinivas" <[EMAIL PROTECTED]>
Reply-To: [EMAIL PROTECTED]
To: axis-user@ws.apache.org
Subject: Re: [axis2 nightly build 22 Jun] file caching not working bug
Date: Wed, 28 Jun 2006 04:13:03 -0400
Sathita,
We have no idea what this is about. Can you please explain a bit
further? which property did you set? expected behavior and stack
traces if any.
thanks,
dims
On 6/28/06, Wan Kaveevivitchai <[EMAIL PROTECTED]> wrote:
There is the problem of file caching, it doesn't working in nightly build
version released on June 22, 06. Eventhough, the cache properties in
axis2.xml already been set.
Is there any solution for this? Is it a bug?
Sathita
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
--
Davanum Srinivas : http://people.apache.org/~dims/
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]