You are viewing a plain text version of this content. The canonical link for it is here.
Posted to batik-dev@xmlgraphics.apache.org by bu...@apache.org on 2011/09/14 08:45:33 UTC

DO NOT REPLY [Bug 51805] New: Invalid byte 1 of 1-byte UTF-8 sequence Exception

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


DO NOT REPLY [Bug 51805] Invalid byte 1 of 1-byte UTF-8 sequence Exception

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=51805

Wael Mashal <wm...@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Version|1.8                         |1.6

-- 
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