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: [email protected]
        ReportedBy: [email protected]
    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: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to