[undertow-dev] FormParserFactory getting stuck

Hicks, Matt matt at matthicks.com
Fri Feb 24 18:15:15 EST 2017


1.) I was running 1.4.10.Final, but I upgraded to 1.4.11.Final hoping it
was a bug that was fixed, but it didn't make any difference.
2.) Yes
3.) No, of the 8 virtual CPUs none of them are maxed out.
4.) I'll have to get back to you...

On Fri, Feb 24, 2017 at 5:10 PM Stuart Douglas <sdouglas at redhat.com> wrote:

> - What version of Undertow?
> - Is SSL in use?
> - Does the server enter some kind of spin loop (i.e. 100% CPU usage)?
> - What does the stack trace look like when this happens?
>
> Stuart
>
> On Sat, Feb 25, 2017 at 9:14 AM, Hicks, Matt <matt at matthicks.com> wrote:
> > I'm uploading files as "multipart/form-data" and using the FormParser as
> > follows:
> >
> >
> FormParserFactory.builder().build().createParser(exchange).parse(nextHandler)
> >
> > Sometimes this works fine, but very often my client shows progress up to
> a
> > certain percentage complete (monitoring the AJAX request) and then just
> > stops and never kicks to `nextHandler`, leaves the connection just
> sitting
> > there forever, and the server seems to stop accepting any future
> > connections.
> >
> > Any idea what might be causing this?
> >
> > _______________________________________________
> > undertow-dev mailing list
> > undertow-dev at lists.jboss.org
> > https://lists.jboss.org/mailman/listinfo/undertow-dev
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/undertow-dev/attachments/20170224/46daeb6f/attachment.html 


More information about the undertow-dev mailing list