users@grizzly.java.net

Re: 100MB uploads

From: Jon Brisbin <jon_at_jbrisbin.com>
Date: Fri, 22 Jul 2011 07:50:36 -0500

Sorry for the noise here...the problem was mine not Grizzly's in this case...still looking into the head problem though

Sent from my iPhone

On Jul 22, 2011, at 4:05 AM, Oleksiy Stashok <oleksiy.stashok_at_oracle.com> wrote:

> Hi Jon,
>
> using this sample [1] I was able to upload much bigger files. Can you pls. check if it works for you?
> If you can modify the given sample to reproduce NPE - it would also help.
>
> Thanks.
>
> Alexey.
>
> [1] http://java.net/projects/grizzly/sources/git/content/samples/http-server-samples/src/main/java/org/glassfish/grizzly/samples/httpserver/nonblockinghandler/UploadHttpHandlerSample.java
>
> On 07/22/2011 01:46 AM, Jon Brisbin wrote:
>>
>> Looks like Grizzly isn't letting me do 100MB uploads to my REST service. How do I increase the limits to allow this size of an upload? I tried setting the maxPostSize to 100MB and it something is still causing me to get an NPE in my handler code because the inputBuffer in the request is NULL (as are most of the properties on the Request...kinda weird).
>>
>>
>> Thanks!
>>
>> Jon Brisbin
>> http//jbrisbin.com
>>
>>
>