users@jersey.java.net

Re: [Jersey] MIMEParsingException: Missing start boundary?

From: Ari Heino <ext.ari.heino_at_tieto.com>
Date: Thu, 25 Jun 2009 04:55:30 -0700 (PDT)

Paul Sandoz wrote:
>
> Hi Ari,
>
> The log you have presented is i presume generated from the Jersey
> client API, correct?
>
> I am guessing that JMeter is not correctly preserving the request.
> What exactly is JMeter sending for the request entity ? (i presume not
> the exact content of what the client log produces with the "9 >" lines
> in it?)
>
> The error is indicative there being no boundary in the request entity
> to demarcate a MIME part.
>
> Can you add logging to the server side so we can see what JMeter is
> sending?
>
>
> https://jersey.dev.java.net/nonav/apidocs/1.1.0-ea/jersey/com/sun/jersey/api/container/filter/LoggingFilter.html
>
> Paul.
>
>

those >9 lines are from server side logs, that is what Jersey receives from
JMeter's request and that is what the Jersey logging shows to be inside the
multipart request (i.e. the sent xml file)

-- 
View this message in context: http://n2.nabble.com/MIMEParsingException%3A-Missing-start-boundary--tp3153969p3154591.html
Sent from the Jersey mailing list archive at Nabble.com.