Did you enable the response logging instead of the request logging?
I see the response being logged, not the request.
Paul.
On Sep 7, 2010, at 3:42 PM, Radhika wrote:
>
> Versions Used:
> 1. Jersey Bundle - 1.1.5
> 2. Jersey Multipart - 1.1.5.1
> 3. JSR 311 API - 1.1.1
>
> Service end trace after enabling LoggingFilter:
>
> ...................
> 18:41:07(09/07) INFO com.lxnx.services.rest.server.ResourceServer :
> Initializing Jetty ServletHolder...
> 18:41:07(09/07) INFO com.lxnx.services.rest.server.ResourceServer :
> Creating Jetty Server...
> 2010-09-07 18:41:07.066:INFO::Logging to StdErrLog::DEBUG=false via
> org.eclipse.jetty.util.log.StdErrLog
> 18:41:07(09/07) INFO com.lxnx.services.rest.server.ResourceServer :
> Creating Jetty ServletContextHandler...
> 18:41:07(09/07) INFO com.lxnx.services.rest.server.ResourceServer :
> Added
> Servlet to Jetty ServletContextHandler...
> 18:41:07(09/07) INFO com.lxnx.services.rest.server.ResourceServer :
> Starting Jetty Server...
> 2010-09-07 18:41:07.086:INFO::jetty-7.0.1.v20091125
> 2010-09-07 18:41:07.137:INFO::Started
> SelectChannelConnector_at_0.0.0.0:8083
> Sep 7, 2010 6:41:43 PM
> com.sun.jersey.api.core.PackagesResourceConfig init
> INFO: Scanning for root resource and provider classes in the packages:
> com.lxnx.myservice.annotation.rest
> com.lxnx.myservice.rest
> com.lxnx.abdera.wrapper
> com.lxnx.common.service
> com.lxnx.jaxb.helper
> com.lxnx.services.rest
> Sep 7, 2010 6:41:43 PM com.sun.jersey.api.core.ScanningResourceConfig
> logClasses
> INFO: Root resource classes found:
> class com.lxnx.myservice.rest.StatusResource
> class com.lxnx.myservice.annotation.rest.MyXmlCrudResource
> class com.lxnx.myservice.rest.ErrorResource
> Sep 7, 2010 6:41:43 PM com.sun.jersey.api.core.ScanningResourceConfig
> logClasses
> INFO: Provider classes found:
> class com.lxnx.services.rest.ResourceExceptionMapper
> class com.lxnx.services.rest.ThrowableMapper
> Sep 7, 2010 6:41:43 PM
> com.sun.jersey.server.impl.application.WebApplicationImpl initiate
> INFO: Initiating Jersey application, version 'Jersey: 1.1.5
> 01/20/2010 04:04
> PM'
> Sep 7, 2010 6:41:43 PM
> com.sun.jersey.server.impl.application.WebApplicationImpl initiate
> INFO: Adding the following classes declared in
> META-INF/services/jersey-server-components to the resource
> configuration:
> class com.sun.jersey.multipart.impl.FormDataMultiPartDispatchProvider
> class com.sun.jersey.multipart.impl.MultiPartConfigProvider
> class com.sun.jersey.multipart.impl.MultiPartReader
> class com.sun.jersey.multipart.impl.MultiPartWriter
> 18:41:44(09/07) INFO SmapiDebug : Could not find the Error
> Definition for
> errorId: com.lxnx.services.rest.ResourceInternalServerException,
> smLog:
> com.sun.jersey.multipart.impl.MultiPartReader, using default
> severity of
> INFORMATIONAL
> 18:41:44(09/07) ERROR com.sun.jersey.multipart.impl.MultiPartReader :
> errorId = com.lxnx.services.rest.ResourceInternalServerException,
> severity =
> INF, description = : Tue Sep 07 18:41:44 PKT 2010/500 Internal Server
> Error/javax.ws.rs.WebApplicationException:
> org.jvnet.mimepull.MIMEParsingException: Missing start
> boundary/
> SysmanDefault:JAXRS:com
> .sun.jersey.multipart.impl.MultiPartReader.readFrom#203
> 18:41:44(09/07) ERROR com.sun.jersey.multipart.impl.MultiPartReader :
> lxnx.sysman.logging.ErrorEvent
> com.lxnx.services.rest.ResourceInternalServerException Tue Sep 07
> 18:41:44
> PKT 2010/500 Internal Server Error/
> javax.ws.rs.WebApplicationException:
> org.jvnet.mimepull.MIMEParsingException: Missing start
> boundary/
> SysmanDefault:JAXRS:com
> .sun.jersey.multipart.impl.MultiPartReader.readFrom#203
> Sep 7, 2010 6:41:44 PM
> com.sun.jersey.api.container.filter.LoggingFilter$Adapter finish
> INFO: 1 * Server out-bound response
> 1 < 500
> 1 < Content-Type: application/xml
> 1 <
> <?xml version="1.0" encoding="UTF-8"
> standalone="yes"?><error><date>2010-09-07T18:41:44.160+05:00</
> date><responseCode>500
> Internal Server
> Error</responseCode><name>javax.ws.rs.WebApplicationException:
> org.jvnet.mimepull.MIMEParsingException: Missing start
> boundary</
> name
> >
> <
> code
> >
> SysmanDefault:JAXRS:com
> .sun.jersey.multipart.impl.MultiPartReader.readFrom#203</code></error>
>
>
>
> --
> View this message in context: http://jersey.576304.n2.nabble.com/Help-Providing-multipart-mixed-as-request-from-SOAPUI-Tool-tp5506131p5506469.html
> Sent from the Jersey mailing list archive at Nabble.com.
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe_at_jersey.dev.java.net
> For additional commands, e-mail: users-help_at_jersey.dev.java.net
>