Re: java.lang.IllegalArgumentException at java.nio.Buffer.limit

2014-08-22 Thread John Smith
How would you use a proxy to do that? On Mon, Aug 18, 2014 at 3:23 PM, Yogesh Rao wrote: > How about tracing the http request and response for the call made? > > Tip : adding a proxy wud help here to log the entire request. > > Regards, > -Yogesh > > On Monday, August 18, 2014, John Smith wrot

Re: java.lang.IllegalArgumentException at java.nio.Buffer.limit

2014-08-18 Thread Yogesh Rao
How about tracing the http request and response for the call made? Tip : adding a proxy wud help here to log the entire request. Regards, -Yogesh On Monday, August 18, 2014, John Smith wrote: > On Fri, Aug 8, 2014 at 9:10 AM, John Smith > wrote: > > > On Thu, Aug 7, 2014 at 5:28 PM, Filip Han

Re: java.lang.IllegalArgumentException at java.nio.Buffer.limit

2014-08-18 Thread John Smith
On Fri, Aug 8, 2014 at 9:10 AM, John Smith wrote: > On Thu, Aug 7, 2014 at 5:28 PM, Filip Hanik wrote: > >> if you could capture the XML that you are trying to write, we can put it >> into a test case and reproduce. >> >> Filip >> > > I'll try that -- I should be able to catch the IllegalArgumen

Re: java.lang.IllegalArgumentException at java.nio.Buffer.limit

2014-08-08 Thread John Smith
> > > > What's on line 182 of AbstractServlet.java? > > -Terence Bandoian > It's the "out.write(xml);" line.

Re: java.lang.IllegalArgumentException at java.nio.Buffer.limit

2014-08-07 Thread Yogesh Rao
On closer look of the exception trace i do not think out.close() is causing this issue... Can you pass the xml as well for everyone to see the content being written? Regards, -yogesh On Friday, August 8, 2014, Yogesh Rao wrote: > Hi, > > I see out.close() in the writeXML method of yours.. I do

Re: java.lang.IllegalArgumentException at java.nio.Buffer.limit

2014-08-07 Thread Yogesh Rao
Hi, I see out.close() in the writeXML method of yours.. I do not think you should be closing it. Can you try removing that and putting it to a test? Regards, -yogesh On Friday, August 8, 2014, Filip Hanik wrote: > if you could capture the XML that you are trying to write, we can put it > into

Re: java.lang.IllegalArgumentException at java.nio.Buffer.limit

2014-08-07 Thread Filip Hanik
if you could capture the XML that you are trying to write, we can put it into a test case and reproduce. Filip On Thu, Aug 7, 2014 at 3:24 PM, Terence M. Bandoian wrote: > On 8/7/2014 10:04 AM, John Smith wrote: > >> TC 7.0.54 / RHEL 6 / JDK 1.7.0_60 >> >> I'm getting a pretty consistent erro