Re: JpegTranscoder problem

2005-02-21 Thread Venkat Kota
Hello again I am faced with the same problem again today. It finally came out to be with not running tomcat with awt headless setting. Not a problem with build as reported earlier ( it was a coincidence that re-build/tomcat restart is done from a terminal with proper xterm setting ) http://koal

Re: JpegTranscoder problem

2005-02-01 Thread Venkat Kota
Thomas Thanks for the response. It finally came out to be a build issue in my project and not directly related to Batik. sorry :-( thanks Venkat [EMAIL PROTECTED] wrote: Hi Venkat, I don't really know, but my first guess would be a 'bad' font installed on the system. If the content starts us

Re: JpegTranscoder problem

2005-01-31 Thread Thomas DeWeese
Hi Venkat, I don't really know, but my first guess would be a 'bad' font installed on the system. If the content starts using 'weird' characters (Japanese, Chinese) Batik will search your system for a font that can provide glyphs for the characters. It is possible that a 'bad' font might give

JpegTranscoder problem

2005-01-31 Thread Venkat Kota
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 a