Return-Path: X-Original-To: apmail-xmlgraphics-batik-dev-archive@www.apache.org Delivered-To: apmail-xmlgraphics-batik-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 8F9517FB6 for ; Wed, 14 Sep 2011 06:46:01 +0000 (UTC) Received: (qmail 66286 invoked by uid 500); 14 Sep 2011 06:46:01 -0000 Delivered-To: apmail-xmlgraphics-batik-dev-archive@xmlgraphics.apache.org Received: (qmail 66080 invoked by uid 500); 14 Sep 2011 06:45:58 -0000 Mailing-List: contact batik-dev-help@xmlgraphics.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: batik-dev@xmlgraphics.apache.org Delivered-To: mailing list batik-dev@xmlgraphics.apache.org Received: (qmail 65977 invoked by uid 99); 14 Sep 2011 06:45:56 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 14 Sep 2011 06:45:56 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.115] (HELO eir.zones.apache.org) (140.211.11.115) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 14 Sep 2011 06:45:54 +0000 Received: by eir.zones.apache.org (Postfix, from userid 80) id 74FAF4892F; Wed, 14 Sep 2011 06:45:34 +0000 (UTC) From: bugzilla@apache.org To: batik-dev@xmlgraphics.apache.org Subject: DO NOT REPLY [Bug 51805] New: Invalid byte 1 of 1-byte UTF-8 sequence Exception Date: Wed, 14 Sep 2011 06:45:33 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Batik X-Bugzilla-Component: SVG Rasterizer X-Bugzilla-Keywords: X-Bugzilla-Severity: critical X-Bugzilla-Who: wmashal@gmail.com X-Bugzilla-Status: NEW X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: batik-dev@xmlgraphics.apache.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Changed-Fields: Message-ID: X-Bugzilla-URL: https://issues.apache.org/bugzilla/ Auto-Submitted: auto-generated Content-Type: text/plain; charset="UTF-8" MIME-Version: 1.0 https://issues.apache.org/bugzilla/show_bug.cgi?id=51805 Bug #: 51805 Summary: Invalid byte 1 of 1-byte UTF-8 sequence Exception Product: Batik Version: 1.8 Platform: Sun OS/Version: Solaris Status: NEW Severity: critical Priority: P2 Component: SVG Rasterizer AssignedTo: batik-dev@xmlgraphics.apache.org ReportedBy: wmashal@gmail.com Classification: Unclassified Hi I face the below exception when we use Batik jars with Birt whe we call the below lines and it makes my log Big because on each report view its printed in log. how we can solve this exception ? or catch it ? TranscoderOutput output = new TranscoderOutput( ostream ); transcoder.transcode( input, output ); i got this exception : ERROR [09 13 2011 17:27:08.581 EEST] - Throwable.printStackTrace - >>>>>>>>SOut: java.io.IOException: Invalid byte 1 of 1-byte UTF-8 sequence. ERROR [09 13 2011 17:27:08.581 EEST] - Throwable.printStackTrace - >>>>>>>>SOut: at org.apache.batik.dom.util.SAXDocumentFactory.createDocument(Unknown Source) ERROR [09 13 2011 17:27:08.581 EEST] - Throwable.printStackTrace - >>>>>>>>SOut: at org.apache.batik.dom.util.SAXDocumentFactory.createDocument(Unknown Source) ERROR [09 13 2011 17:27:08.581 EEST] - Throwable.printStackTrace - >>>>>>>>SOut: at org.apache.batik.dom.svg.SAXSVGDocumentFactory.createDocument(Unknown Source) ERROR [09 13 2011 17:27:08.581 EEST] - Throwable.printStackTrace - >>>>>>>>SOut: at org.apache.batik.dom.svg.SAXSVGDocumentFactory.createDocument(Unknown Source) ERROR [09 13 2011 17:27:08.581 EEST] - Throwable.printStackTrace - >>>>>>>>SOut: at org.apache.batik.transcoder.XMLAbstractTranscoder.transcode(Unknown Source) ERROR [09 13 2011 17:27:08.581 EEST] - Throwable.printStackTrace - >>>>>>>>SOut: at org.apache.batik.transcoder.SVGAbstractTranscoder.transcode(Unknown Source) ERROR [09 13 2011 17:27:08.582 EEST] - Throwable.printStackTrace - >>>>>>>>SOut: at org.eclipse.birt.report.engine.util.SvgFile.transSvgToArray(SvgFile.java:80) ERROR [09 13 2011 17:27:08.582 EEST] - Throwable.printStackTrace - >>>>>>>>SOut: at org.eclipse.birt.report.engine.util.SvgFile.transSvgToArray(SvgFile.java:58) Best regards -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: batik-dev-unsubscribe@xmlgraphics.apache.org For additional commands, e-mail: batik-dev-help@xmlgraphics.apache.org