Hi, I am using Axis2.1.2 and Rampart1.2 module. onWAS6.1 server
and on the server the axis2.xml has the following <parameter name="hotdeployment">false</parameter> <parameter name="hotupdate">false</parameter> <parameter name="enableMTOM" locked="false">true</parameter> <parameter name="enableSwA">false</parameter> <!--Uncomment if you want to enable file caching for attachments --> <parameter name="cacheAttachments">true</parameter> <parameter name="attachmentDIR">D:/attachments/temp</parameter> <parameter name="sizeThreshold">4000</parameter> Here is the stack trace from the client side org.apache.axis2.AxisFault: java.lang.OutOfMemoryError at org.apache.axis2.util.Utils.getInboundFaultFromMessageContext(*Utils.java :434*) at org.apache.axis2.description.OutInAxisOperationClient.send(* OutInAxisOperation.java:373*) at org.apache.axis2.description.OutInAxisOperationClient.execute(* OutInAxisOperation.java:294*) at xxx.xxx.ere.EREWSStub.submitBulk(*EREWSStub.java:162*) at xxx.xxx.ere.Client.uploadOnly(*Client.java:106*) at xxx.xxx.ere.Client.main(*Client.java:33*) on the server it is 2007-10-31 14:17:17,784 77833 [WebContainer : 2] ERROR org.apache.axis2.transport.http.AxisServlet - java.lang.OutOfMemoryError So when I send the file from the client the server uploads the whole file to the temporary location and throws an Out of memory error. Thanks & Regards, Srihari On 10/31/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > > Hi > > Can you be more specific with exception stack trace. > > What kind of logic you implementing? If you are reading file in memory > for processing then you may have this issue due to available heap size > > regard > yogesh > > > > > *Srihari <[EMAIL PROTECTED]>* > > 10/31/2007 02:10 PM Please respond to > axis-user@ws.apache.org > > To > axis-user@ws.apache.org cc > Subject > Axis2.1.2 MTOM problem with large files > > > > > Hi, > > I am using Axis2.1.2 and I am trying to upload 10mb file. I can upload the > file to the server and the server also gets the file in the temporary > directory specified. but before it starts my implementation logic the server > throws as out of memory error. > Do anybody have a similar issue. > I am using MTOM on both the server and the client side. > > Thanks & Regards, > Srihari > > * > ====================================================================================================== > This transmittal and any attachments may contain confidential, privileged > or sensitive information and is solely for the use of the intended > recipient. If you are not the intended recipient, you are hereby notified > that you have received this transmittal and any attachments in error and any > review, dissemination, distribution or copying thereof is strictly > prohibited. If you have received this transmittal and any attachments in > error please notify the sender and immediately destroy the message and all > its attachments. Any opinions herein expressed may be those of the author > and not necessarily of Mizuho Corporate Bank, Ltd., Mizuho Corporate Bank > (USA), Mizuho Securities USA Inc. or any other affiliates of Mizuho > Financial Group ("Mizuho"). Mizuho accepts no responsibility for the > accuracy or completeness of any information herein contained. > E-Mail received by or sent from officer of Mizuho Securities USA Inc. > (which is a registered U.S. broker-dealer and the entity through which > Mizuho generally conducts its investment banking, capital markets, and > securities business in the United States) is electronically archived and > recorded and is subject to review and monitoring by and/or disclosure to > persons other than the recipient, including (but not limited to) Mizuho > Securities USA Inc. supervisory personnel. Such communications may be > produced to regulatory authorities or others with legal rights to the > information.* > -- Thanks & Regards, Srihari