On Monday, February 13, 2012 7:41:34 AM fachhoch wrote: > Please advice me what could cause this error ? is this anything to do with > weblogic ? Anything with heap size ?
In almost all cases, this error falls into one of two areas: 1) Client side - for some reason, the Client has closed the connection. The server is trying to write the response to the client, but the client is no longer listening for it. 2) Poorly written ServletFilter doing some strange buffering. You have a bunch of filters on the Jetty stack so this was an original thought, but they aren't there on the Weblogic stack. Thus, it's likely #1 somehow. Dan > > -- > View this message in context: > http://cxf.547215.n5.nabble.com/Unknown-server-error-MarshalException-tp547 > 3778p5479605.html Sent from the cxf-user mailing list archive at Nabble.com. -- Daniel Kulp [email protected] - http://dankulp.com/blog Talend Community Coder - http://coders.talend.com
