Return-Path: Delivered-To: apmail-xml-batik-users-archive@www.apache.org Received: (qmail 75039 invoked from network); 31 Jan 2005 15:04:52 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 31 Jan 2005 15:04:52 -0000 Received: (qmail 34451 invoked by uid 500); 31 Jan 2005 15:04:50 -0000 Delivered-To: apmail-xml-batik-users-archive@xml.apache.org Received: (qmail 34438 invoked by uid 500); 31 Jan 2005 15:04:50 -0000 Mailing-List: contact batik-users-help@xml.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: list-post: Reply-To: "Batik Users" Delivered-To: mailing list batik-users@xml.apache.org Received: (qmail 34425 invoked by uid 99); 31 Jan 2005 15:04:50 -0000 X-ASF-Spam-Status: No, hits=1.7 required=10.0 tests=DNS_FROM_RFC_ABUSE,DNS_FROM_RFC_POST,SPF_HELO_PASS X-Spam-Check-By: apache.org Received-SPF: neutral (hermes.apache.org: local policy) Received: from imo-d02.mx.aol.com (HELO imo-d02.mx.aol.com) (205.188.157.34) by apache.org (qpsmtpd/0.28) with ESMTP; Mon, 31 Jan 2005 07:04:49 -0800 Received: from vsrkota@netscape.net by imo-d02.mx.aol.com (mail_out_v37_r3.8.) id y.1d.1049bfc8 (22682) for ; Mon, 31 Jan 2005 10:04:40 -0500 (EST) Received: from [144.254.118.133] (dhcp-144-254-118-133.cisco.com [144.254.118.133]) by air-in04.mx.aol.com (v104.17) with ESMTP id MAILININ43-589a41fe4904289; Mon, 31 Jan 2005 10:04:39 -0500 Message-ID: <41FE4904.9080703@netscape.net> Date: Mon, 31 Jan 2005 15:04:36 +0000 From: Venkat Kota User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.7.2) Gecko/20040804 Netscape/7.2 (ax) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Batik Users Subject: JpegTranscoder problem Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-AOL-IP: 144.254.118.133 X-Mailer: Unknown (No Version) X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N Hi I am using JPEGTranscoder for converting SVG images into JPEG within my servlet. It's been working fine for quite some time until I found this problem on one installation. On this particular instance, The transcoder.transcode() method seems to hang and never returns. When I attach debugger and suspend the thread, I see the following trace. It appears something related to fonts though my image file doesn't specify any specific fonts for text elements. Appreciate if anybody could guide me what's going wrong. thanks Venkat ======================================================== Stack trace Thread [Thread-21] (Suspended) GraphicsEnvironment.getLocalGraphicsEnvironment() line: 56 [local variables unavailable] FontResolver.() line: 46 [local variables unavailable] FontResolver.getInstance() line: 150 [local variables unavailable] TextLayout.singleFont(char[], int, int, Map) line: 550 TextLayout.(AttributedCharacterIterator, FontRenderContext) line: 606 BidiAttributedCharacterIterator.(AttributedCharacterIterator, FontRenderContext, int) line: not available StrokingTextPainter.getTextRuns(TextNode, AttributedCharacterIterator) line: not available StrokingTextPainter.getBounds2D(TextNode) line: not available TextNode.getPrimitiveBounds() line: not available [local variables unavailable] TextNode(AbstractGraphicsNode).getTransformedPrimitiveBounds(AffineTransform) line: not available TextNode(AbstractGraphicsNode).getTransformedBounds(AffineTransform) line: not available CanvasGraphicsNode(CompositeGraphicsNode).getTransformedPrimitiveBounds(AffineTransform) line: not available CanvasGraphicsNode(AbstractGraphicsNode).getTransformedBounds(AffineTransform) line: not available RootGraphicsNode(CompositeGraphicsNode).getPrimitiveBounds() line: not available GraphicsNodeRable8Bit.getBounds2D() line: not available GraphicsNodeRable8Bit.createRendering(RenderContext) line: not available StaticRenderer.renderGNR() line: not available StaticRenderer.updateWorkingBuffers() line: not available StaticRenderer.repaint(RectListManager) line: not available StaticRenderer.repaint(Shape) line: not available JPEGTranscoder(ImageTranscoder).transcode(Document, String, TranscoderOutput) line: not available JPEGTranscoder(XMLAbstractTranscoder).transcode(TranscoderInput, TranscoderOutput) line: not available JPEGTranscoder(SVGAbstractTranscoder).transcode(TranscoderInput, TranscoderOutput) line: not available OAMResultGenerator.generateDataPath() line: 248 [local variables unavailable] --------------------------------------------------------------------- To unsubscribe, e-mail: batik-users-unsubscribe@xml.apache.org For additional commands, e-mail: batik-users-help@xml.apache.org