axis2 1.3 - MTOM sample: OutOfMemory

2007-09-17 Thread Michele Rossi
Hi! I've build the sample ws-app named mtom (from axis2 distribution, version 1.3), obtaining the sample-mtom.aar archive; I've deployed it on tomcat 6, and run the client app using the ant target run.client, specifing file source and destination; file size is about 6MB; I've change the

Re: axis2 1.3 - MTOM sample: OutOfMemory

2007-09-17 Thread Michele Rossi
of the file to be transfert. Mike - Original Message - From: Charitha Kankanamge [EMAIL PROTECTED] To: axis-user@ws.apache.org Sent: Monday, September 17, 2007 6:22 PM Subject: Re: axis2 1.3 - MTOM sample: OutOfMemory Michele Rossi wrote: Hi! I've build the sample ws-app named

Re: axis2 1.3 - MTOM sample: OutOfMemory

2007-09-17 Thread Michele Rossi
side JVM with increased memory options ? Using -Xms and -Xmx in the startup script . -Original Message- From: Charitha Kankanamge [mailto:[EMAIL PROTECTED] Sent: Monday, September 17, 2007 12:23 PM To: axis-user@ws.apache.org Subject: Re: axis2 1.3 - MTOM sample: OutOfMemory Michele

Re: axis2 1.3 - MTOM sample: OutOfMemory

2007-09-17 Thread Michele Rossi
Message- From: Charitha Kankanamge [mailto:[EMAIL PROTECTED] Sent: Monday, September 17, 2007 12:23 PM To: axis-user@ws.apache.org Subject: Re: axis2 1.3 - MTOM sample: OutOfMemory Michele Rossi wrote: Hi! I've build the sample ws-app named mtom (from axis2 distribution, version 1.3

Re: axis2 1.3 - MTOM sample: OutOfMemory

2007-09-17 Thread Michele Rossi
Hi everyone! I've solved the problem: the java.lang.OutOfMemory: Java Heap Space exception happens if the soapMonitor is enabled; I've tried to disable the module (in Tomcat) and now all is working fine! I think that's important to document this problem. Thanks Michele Rossi - Original