Re: Fail to save stream

2016-07-01 Thread Andrei Ivanov
Hi, I have a hunch that the http request just gets aborted/reset so the output stream just gets closed. But I still think it would be nice for the root exception to be preserved, for future cases, to avoid guessing. Maybe I can convince the devs to update that line to include it. Thank you. On

Re: Fail to save stream

2016-07-01 Thread Javen O'Neal
Andrei said: > But I still think it would be nice for the root exception to be > preserved, for future cases, to avoid guessing. > Maybe I can convince the devs to update that line to include it. A reasonable request. I opened bug 59776 [1] to get this fixed. I included the cause in the OpenXML4J

Re: Fail to save stream

2016-07-01 Thread Andrei Ivanov
I'll probably wait for the next release to include it in our next release and then I'll follow the logs. Thank you very much :-) On Fri, Jul 1, 2016 at 12:19 PM, Javen O'Neal wrote: > Andrei said: >> But I still think it would be nice for the root exception to be >> preserved, for future cases,

Re: RE: Reading xlsx file using poi3.7

2016-07-01 Thread Markus Kirsten
Hi, The jars in your application server may be shadowing your other xml jars. Moving to e.g., Maven might be a larger journey and manually handling version and conflicts of jars is typically difficult. Hope it works out! Markus On 2016-06-14 13:32 (+0200), pavanikureti wrote: > Thanks for th