OutOfMemoryError when upload file to jetty endpoint

2016-12-07 Thread Vova Shelgunov
Hi, I am using Camel 2.18.1. My configuration: https://storage:8443/data/archive?sslContextParametersRef=sslContextParametersrequestBufferSize=32768responseBufferSize=32768httpMethodRestrict=POST; /> When I uploaded file larger that heap size I got OutOfMemoryError:

Re: java.io.IOException: Response header too large during upload to camel-jetty endpoint

2016-11-30 Thread Vova Shelgunov
Sorry, I would like to name you Claus.. 2016-11-30 19:28 GMT+03:00 Vova Shelgunov <vvs...@gmail.com>: > Ibsen, is there any news about this? > > 2016-11-23 13:50 GMT+03:00 Vova Shelgunov <vvs...@gmail.com>: > >> https://yadi.sk/i/HYF4sApXzHrRC - screenshot from firs

Re: java.io.IOException: Response header too large during upload to camel-jetty endpoint

2016-11-30 Thread Vova Shelgunov
Ibsen, is there any news about this? 2016-11-23 13:50 GMT+03:00 Vova Shelgunov <vvs...@gmail.com>: > https://yadi.sk/i/HYF4sApXzHrRC - screenshot from first message. > > 2016-11-23 12:55 GMT+03:00 Claus Ibsen <claus.ib...@gmail.com>: > >> We cannot see screen

Re: java.io.IOException: Response header too large during upload to camel-jetty endpoint

2016-11-23 Thread Vova Shelgunov
0, 2016 at 4:36 PM, Vova Shelgunov <vvs...@gmail.com> wrote: > > > Hi, > > > > I have application with the following jetty configuration: > > > > > > https://storage:8443/data/archive?sslContextParam > > etersRef=sslContextParametersrequestBuff

Re: java.io.IOException: Response header too large during upload to camel-jetty endpoint

2016-11-23 Thread Vova Shelgunov
nents/ > camel-jetty9/src/main/docs/jetty-component.adoc > > Also mind there is something I think about not all web browsers / http > clients supporting big HTTP headers. > > On Sun, Nov 20, 2016 at 4:36 PM, Vova Shelgunov <vvs...@gmail.com> wrote: > > > Hi, > > &

Re: java.io.IOException: Response header too large during upload to camel-jetty endpoint

2016-11-21 Thread Vova Shelgunov
ders from response. > > Thanks, > Tomo > > On 11/21/2016 12:36 AM, Vova Shelgunov wrote: > >> Hi, >> >> I have application with the following jetty configuration: >> >> >> https://storage:8443/data/archive?sslContextParam >> e

camel 18.0.1 release date

2016-11-20 Thread Vova Shelgunov
Hi, When 18.0.1 will be released? Regards, Uladzimir

java.io.IOException: Response header too large during upload to camel-jetty endpoint

2016-11-20 Thread Vova Shelgunov
Hi, I have application with the following jetty configuration: https://storage:8443/data/archive?sslContextParametersRef= sslContextParametersrequestBufferSize=32768 responseBufferSize=32768httpMethodRestrict=POST" /> *I am sending a file to this endpoint.When

Re: OutOfMemoryError: Java heap space when sending large file to jetty endpoint

2016-10-20 Thread Vova Shelgunov
I can add a description that parameter is read twice. 2016-10-20 13:34 GMT+03:00 Vova Shelgunov <vvs...@gmail.com>: > *Tomohisa*, actually initially I posted a bug in Jira ( > https://issues.apache.org/jira/browse/CAMEL-10399), but Claus closed it, > can I reopen it? > > 20

Re: OutOfMemoryError: Java heap space when sending large file to jetty endpoint

2016-10-20 Thread Vova Shelgunov
arameters(), > it shouldn't read a parameter value which is already handled in > populateAttachments(). Would you file a JIRA for it? > > On 10/20/2016 03:18 PM, Vova Shelgunov wrote: > >> Hi, >> >> I tried to debug populateRequestParameters in DefaultHttpBinding and

Re: OutOfMemoryError: Java heap space when sending large file to jetty endpoint

2016-10-20 Thread Vova Shelgunov
dy which is passed as an InputStream by default. Do you have any > large parameter other than body? > Note that if you enable allowJavaSerializedObject, then body is > deseriallized as a Java Object, may cause OOM. > > Thanks, > Tomo > > > On 10/19/2016 09:39 PM, Vova Shelgunov wrote:

Re: OutOfMemoryError: Java heap space when sending large file to jetty endpoint

2016-10-19 Thread Vova Shelgunov
C Member > Apache Karaf Committer > Apache Servicemix Committer > Email: ancosen1...@yahoo.com > Twitter: @oscerd2 > Github: oscerd > > > > On Wednesday, October 19, 2016 2:00 PM, Vova Shelgunov <vvs...@gmail.com> > wrote: > Hi, > >

OutOfMemoryError: Java heap space when sending large file to jetty endpoint

2016-10-19 Thread Vova Shelgunov
Hi, I catched this OutOfMemoryError when I sent a 250 MB file to jetty endpoint: java.lang.OutOfMemoryError: Java heap space at java.lang.StringCoding.decode(StringCoding.java:215) at java.lang.String.(String.java:463) at java.lang.String.(String.java:515) at