Re: AW: Out of Memory problem

2003-02-03 Thread Praveen Peddi
uot;Doss Markus" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, February 03, 2003 12:14 PM Subject: AW: AW: Out of Memory problem Praveen, do you have any examples for using soap with attachments ? Thanks Markus -Ursprüngliche Nachricht- Von: Praveen Peddi [ma

AW: AW: Out of Memory problem

2003-02-03 Thread Doss Markus
Praveen, do you have any examples for using soap with attachments ? Thanks Markus -Ursprüngliche Nachricht- Von: Praveen Peddi [mailto:[EMAIL PROTECTED]] Gesendet: Montag, 3. Februar 2003 18:04 An: [EMAIL PROTECTED] Betreff: Re: AW: Out of Memory problem I would use SOAP with

RE: AW: Out of Memory problem

2003-02-03 Thread Keith Hatton
February 2003 17:04 To: [EMAIL PROTECTED] Subject: Re: AW: Out of Memory problem I would use SOAP with attachments. Encoding into Base64 format will occupy ur memory more than 2 times both on the server side and the cleint side. I did the same thing before and had memory problems, but when I used SOAP

Re: AW: Out of Memory problem

2003-02-03 Thread Praveen Peddi
:40 AM Subject: Re: AW: Out of Memory problem > Hi Markus, > > Markus Doss schrieb: > > > First I increased the memory to 128M. After increasing up to 256 the > > my soap client doesn't throw any exception. But now the out of memory > > comes from tomcat (w

AW: AW: Out of Memory problem

2003-02-03 Thread Doss Markus
The tomcat configuration with 256 and 384 doesn't work either. -Ursprüngliche Nachricht- Von: Elmar Fasel [mailto:[EMAIL PROTECTED]] Gesendet: Montag, 3. Februar 2003 17:41 An: [EMAIL PROTECTED] Betreff: Re: AW: Out of Memory problem Hi Markus, Markus Doss schrieb: >

Re: AW: Out of Memory problem

2003-02-03 Thread Elmar Fasel
Hi Markus, Markus Doss schrieb: > First I increased the memory to 128M. After increasing up to 256 the > my soap client doesn't throw any exception. But now the out of memory > comes from tomcat (with 256M memory, on linux). > > Fault Code = SOAP-ENV:Server.Exception: Fault String = > java.lang

AW: Out of Memory problem

2003-02-03 Thread Doss Markus
First I increased the memory to 128M. After increasing up to 256 the my soap client doesn't throw any exception. But now the out of memory comes from tomcat (with 256M memory, on linux). Fault Code = SOAP-ENV:Server.Exception: Fault String = java.lang.OutOfMemoryError Any further solutio