DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=4030>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=4030 IOException creating Postscript with graphics on Sun Summary: IOException creating Postscript with graphics on Sun Product: Fop Version: 0.15 Platform: Sun OS/Version: Solaris Status: NEW Severity: Normal Priority: Other Component: general AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] When a file with external graphics is processed a write error occured for the first grahpic referenced in the file. The rest of the file processed fine except the first graphic. This did not occur on NT but did on Solaris. The there are two possible exceptions that are raised from the same stack trace (See below). The outcome is the same in both cases. Not sure why one exception is raised some times and the other one other tiems. ---------------------------------------------------------------------- Error1: ---------------------------------------------------------------------- FOP 0.20.1 using SAX parser org.apache.xerces.parsers.SAXParser building formatting object tree setting up fonts rendering areas to PostScript [1] [2]java.io.IOException: Pipe broken at java.lang.Throwable.fillInStackTrace(Native Method) at java.lang.Throwable.fillInStackTrace(Compiled Code) at java.lang.Throwable.<init>(Compiled Code) at java.lang.Exception.<init>(Compiled Code) at java.io.IOException.<init>(Compiled Code) at java.io.PipedInputStream.receive(Compiled Code) at java.io.PipedInputStream.receive(Compiled Code) at java.io.PipedOutputStream.write(PipedOutputStream.java:136) at java.util.zip.DeflaterOutputStream.deflate(Compiled Code) at java.util.zip.DeflaterOutputStream.finish(Compiled Code) at java.util.zip.DeflaterOutputStream.close(DeflaterOutputStream.java:132) at org.apache.fop.render.ps.FlateEncodeFilter.doFilter(FlateEncodeFilter.java:34) at org.apache.fop.render.ps.FilterThread.run(FilterThread.java:27) [3] Parsing of document complete, stopping renderer written out PostScript Initial heap size: 975Kb Current heap size: 2356Kb Total memory used: 1381Kb Memory use is indicative; no GC was performed These figures should not be used comparatively Total time used: 3988ms Pages rendererd: 3 Avg render time: 1329ms/page Mon Oct 8 17:22:53 CDT 2001 ---------------------------------------------------------------------- Error2: ---------------------------------------------------------------------- FOP 0.20.1 using SAX parser org.apache.xerces.parsers.SAXParser building formatting object tree setting up fonts rendering areas to PostScript [1]java.io.IOException: Read end dead at java.lang.Throwable.fillInStackTrace(Native Method) at java.lang.Throwable.fillInStackTrace(Compiled Code) at java.lang.Throwable.<init>(Compiled Code) at java.lang.Exception.<init>(Compiled Code) at java.io.IOException.<init>(Compiled Code) at java.io.PipedInputStream.receive(Compiled Code) at java.io.PipedInputStream.receive(Compiled Code) at java.io.PipedOutputStream.write(PipedOutputStream.java:136) at java.util.zip.DeflaterOutputStream.deflate(Compiled Code) at java.util.zip.DeflaterOutputStream.finish(Compiled Code) at java.util.zip.DeflaterOutputStream.close(DeflaterOutputStream.java:132) at org.apache.fop.render.ps.FlateEncodeFilter.doFilter(FlateEncodeFilter.java:34) at org.apache.fop.render.ps.FilterThread.run(FilterThread.java:27) [2] [3] Parsing of document complete, stopping renderer written out PostScript Initial heap size: 975Kb Current heap size: 2356Kb Total memory used: 1381Kb Memory use is indicative; no GC was performed These figures should not be used comparatively Total time used: 4056ms Pages rendererd: 3 Avg render time: 1352ms/page Mon Oct 8 17:33:46 CDT 2001 --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]