HTML to PDF / DOCX / RTF Java converter library › Forums › PD4ML v3 Archived Forums (Read Only) › Troubleshooting › SocketException: Socket closed on PD4Device.finalize › Re: Re: SocketException: Socket closed on PD4Device.finalize
February 10, 2011 at 18:55
#28385
Yes, you are right: there is a possibility PD4ML tries to close output stream twice, however we never faced with such kind of exceptions in our test scenarios.
We’ve just implemented a fix in the development build.
On the other hand we would recommend to use ByteArrayOutputStream as a receiver for generated PDF bytes and to send the buffer content to ServletOutputStream at once.