[Tilesathome] Experimental Batik Support

Brent Easton b.easton at exemail.com.au
Thu Nov 15 11:34:39 GMT 2007


Hi Gert,

This one ran through without error on my XP system. It is not a very complex tile.
However, I am getting hrizontal lines along the top and bottom of the tile. I need to look further into this.

Regards,
Brent.

*********** REPLY SEPARATOR  ***********

On 15/11/2007 at 11:51 AM Gert Gremmen  wrote:

>Batik failed with a coredump on:
>
>tile  342 1153
>
>a lot of messages, but no clue (to me)
>
>In addition, at the end it said "inkscape failed 5 times"
>
>something to correct in the script ??
>
>
>Regards,
>
>Ing. Gert Gremmen
>Approvals manager
>------------------------------------------------------------------------
>------------
>
>ce-test, qualified testing bv
>+ ce marking 
>+ Independent Consultancy Services
>+ Compliance Testing and Design for CE
>     according to:
>        - Electro magnetic Compatibility 89/336/EC
>        - Electrical Safety 73/23/EC
>        - Medical Devices 93/42/EC
>        - Radio & Telecommunication Terminal equipment 99/5/EC
>
>+ Improvement of Product Quality and Reliability testing
>
>        Web:  www.cetest.nl (English) or www.ce-test.nl (Dutch)
>
>Phone : +31 10 415 24 26
>Fax  :     +31 10 415 49 53
>------------------------------------------------------------------------
>------------
> This e-mail and any attachments thereto may contain information that is
>confidential and/or protected by intellectual property rights and are
>intended for the sole use of the recipient(s) named above. Any use of
>the
>information contained herein (including, but not limited to, total or
>partial reproduction, communication or distribution in any form) by
>persons other than
>the designated recipient(s) is prohibited. If you have received this
>e-mail in error, please notify the sender either by telephone or by
>e-mail and delete the material from any computer. Thank you for your
>co-operation.
>
>-----Original Message-----
>From: tilesathome-bounces at openstreetmap.org
>[mailto:tilesathome-bounces at openstreetmap.org] On Behalf Of Gert Gremmen
>Sent: 2007-11-15 11:19 AM
>To: b.easton at uws.edu.au; tilesathome at openstreetmap.org
>Subject: Re: [Tilesathome] Experimental Batik Support
>
>Bug:
>
>Batik tried to split a 1x1 file in tile : 2189,1373
>
>No more error data.
>
>Regards,
>
>Ing. Gert Gremmen
>-----Original Message-----
>From: tilesathome-bounces at openstreetmap.org
>[mailto:tilesathome-bounces at openstreetmap.org] On Behalf Of Gert Gremmen
>Sent: 2007-11-15 10:35 AM
>To: b.easton at uws.edu.au; tilesathome at openstreetmap.org
>Subject: Re: [Tilesathome] Experimental Batik Support
>
>Hello  Brent,
>
>The batik is running smoothly ( in loop mode).
>Performance is roughly equal to inkscape, sometimes
>a bit faster.
>In XY mode I had problem with the Netherlands tiles.
>At approx 3% a core dump was generated.
>
>I am not sure that it was a memory problem.
>Due to a incoming phone call I was not able
>to monitor memory use.
>I'll add memory today and retry.
>
>Regards,
>
>Ing. Gert Gremmen
>
>-----Original Message-----
>From: tilesathome-bounces at openstreetmap.org
>[mailto:tilesathome-bounces at openstreetmap.org] On Behalf Of Brent Easton
>Sent: 2007-11-14 10:18 PM
>To: Alexander Wright; tilesathome at openstreetmap.org
>Subject: Re: [Tilesathome] Experimental Batik Support
>
>Sounds like a classpath problem.
>
>The full list of libraries you should have for Batik is
>
>batik-anim.jar
>batik-awt-util.jar
>batik-bridge.jar
>batik-codec.jar
>batik-css.jar
>batik-dom.jar
>batik-ext.jar
>batik-extension.jar
>batik-gui-util.jar
>batik-gvt.jar
>batik-parser.jar
>batik-script.jar
>batik-svg-dom.jar
>batik-svggen.jar
>batik-swing.jar
>batik-transcoder.jar
>batik-util.jar
>batik-xml.jar
>js.jar
>xalan-2.6.0.jar
>xerces_2_5_0.jar
>xml-apis-ext.jar
>xml-apis.jar
>
>SAXParsers is in xerces_2_5_0.jar
>
>Regards,
>Brent.
>
>
>*********** REPLY SEPARATOR  ***********
>
>On 14/11/2007 at 9:02 PM Alexander Wright  wrote:
>
>>On Wednesday 14 November 2007 20:45:55 Brent Easton wrote:
>>> Hi Gert, Alexander,
>>>
>>> I wait with baited breath for your results ;)
>>
>>Still getting errors with regard to SAXParser. I've tried Sun Java 1.5
>and
>>1.6 
>>with no joy.
>>
>>Error:
>>
>>Rendering
>>java.io.IOException: SAX2 driver class
>org.apache.xerces.parsers.SAXParser
>>not 
>>found
>>        at
>>org.apache.batik.dom.util.SAXDocumentFactory.createDocument(Unknown 
>>Source)
>>        at
>>org.apache.batik.dom.util.SAXDocumentFactory.createDocument(Unknown 
>>Source)
>>        at 
>>org.apache.batik.dom.svg.SAXSVGDocumentFactory.createDocument(Unknown
>>Source)
>>        at 
>>org.apache.batik.dom.svg.SAXSVGDocumentFactory.createDocument(Unknown
>>Source)
>>        at
>>org.apache.batik.transcoder.XMLAbstractTranscoder.transcode(Unknown 
>>Source)
>>        at
>>org.apache.batik.transcoder.SVGAbstractTranscoder.transcode(Unknown 
>>Source)
>>        at
>org.apache.batik.apps.rasterizer.SVGConverter.transcode(Unknown 
>>Source)
>>        at
>org.apache.batik.apps.rasterizer.SVGConverter.execute(Unknown 
>>Source)
>>        at org.apache.batik.apps.rasterizer.Main.execute(Unknown
>Source)
>>        at org.apache.batik.apps.rasterizer.Main.main(Unknown Source)
>>org.apache.batik.transcoder.TranscoderException: null
>>Enclosed Exception:
>>SAX2 driver class org.apache.xerces.parsers.SAXParser not found
>>        at
>>org.apache.batik.transcoder.XMLAbstractTranscoder.transcode(Unknown 
>>Source)
>>        at
>>org.apache.batik.transcoder.SVGAbstractTranscoder.transcode(Unknown 
>>Source)
>>        at
>org.apache.batik.apps.rasterizer.SVGConverter.transcode(Unknown 
>>Source)
>>        at
>org.apache.batik.apps.rasterizer.SVGConverter.execute(Unknown 
>>Source)
>>        at org.apache.batik.apps.rasterizer.Main.execute(Unknown
>Source)
>>        at org.apache.batik.apps.rasterizer.Main.main(Unknown Source)
>>
>>_______________________________________________
>>Tilesathome mailing list
>>Tilesathome at openstreetmap.org
>>http://lists.openstreetmap.org/cgi-bin/mailman/listinfo/tilesathome
>>
>>
>>-- 
>>No virus found in this incoming message.
>>Checked by AVG Free Edition. 
>>Version: 7.5.503 / Virus Database: 269.15.32/1131 - Release Date:
>14/11/2007 4:54 PM
>
>
>____________________________________________________________
>Brent Easton                       
>Analyst/Programmer                               
>University of Western Sydney                                   
>Email: b.easton at uws.edu.au
>
>
>_______________________________________________
>Tilesathome mailing list
>Tilesathome at openstreetmap.org
>http://lists.openstreetmap.org/cgi-bin/mailman/listinfo/tilesathome
>
>_______________________________________________
>Tilesathome mailing list
>Tilesathome at openstreetmap.org
>http://lists.openstreetmap.org/cgi-bin/mailman/listinfo/tilesathome
>
>_______________________________________________
>Tilesathome mailing list
>Tilesathome at openstreetmap.org
>http://lists.openstreetmap.org/cgi-bin/mailman/listinfo/tilesathome
>
>
>-- 
>No virus found in this incoming message.
>Checked by AVG Free Edition. 
>Version: 7.5.503 / Virus Database: 269.15.32/1131 - Release Date: 14/11/2007 4:54 PM


____________________________________________________________
Brent Easton                       
Analyst/Programmer                               
University of Western Sydney                                   
Email: b.easton at uws.edu.au





More information about the Tilesathome mailing list