You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by "Thilina Gunarathne (JIRA)" <ji...@apache.org> on 2007/03/03 02:35:50 UTC

[jira] Commented: (AXIS2-2285) MTOM sample fails with large files (e.g. 37MB)

    [ https://issues.apache.org/jira/browse/AXIS2-2285?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12477578 ] 

Thilina Gunarathne commented on AXIS2-2285:
-------------------------------------------

Please switch "ON" file caching at the server side... 

Following article might help you..
http://wso2.org/library/264

The client side exception seems to me as the error sent back from the server.. 

Please let us know whether the above solves your problem, so that we can close this issue...

> MTOM sample fails with large files (e.g. 37MB)
> ----------------------------------------------
>
>                 Key: AXIS2-2285
>                 URL: https://issues.apache.org/jira/browse/AXIS2-2285
>             Project: Axis 2.0 (Axis2)
>          Issue Type: Bug
>          Components: samples
>    Affects Versions: 1.1.1
>         Environment: Windows XP, Tomcat 5.5, JRE sun 1.5.0_06
>            Reporter: benjamin lefevre
>
> The MTOM sample works fine with files from 0 to 10MB, until I tried to work with a large file (37MB).
> I get an OutOfMemoryException on both side (client and server):
> client side: 
> Exception in thread "main" org.apache.axis2.AxisFault: java.lang.OutOfMemoryError: Java heap space
> 	at org.apache.axis2.description.OutInAxisOperationClient.send(OutInAxisOperation.java:271)
> 	at org.apache.axis2.description.OutInAxisOperationClient.execute(OutInAxisOperation.java:202)
> 	at sample.mtom.service.MTOMSampleStub.attachment(MTOMSampleStub.java:141)
> 	at sample.mtom.client.Client.transferFile(Client.java:119)
> 	at sample.mtom.client.Client.main(ClientMain.java:71)
> server side:
> 2 mars 2007 18:52:28 org.apache.axis2.transport.http.AxisServlet doPost
> GRAVE: java.lang.OutOfMemoryError: Java heap space
> I am a bit disapointed, since I was thinking that MTOM would permit to upload large file over SOAP/HTTP streaming without requiring extra-memory. I set the JVM's (tomcat and client) with large heap size (using -Xmx1024m option). Do I miss something ?

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: axis-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-dev-help@ws.apache.org