Re: Connection reset by peer exception

2003-10-16 Thread Thomas DeWeese
Christian Cryder wrote: Hi folks, I am using Batik to try and render a document like this: [...] Instead, when I get to this line here: svgGenerator.stream( writer, false ); I get the following exception: error encoding chart:org.apache.batik.svggen.SVGGraphics2DIOException: Connec

Connection reset by peer exception

2003-10-14 Thread Christian Cryder
Hi folks, I am using Batik to try and render a document like this: //---Get a DOMImplementation DOMImplementation domImpl = GenericDOMImplementation.getDOMImplementation(); //---Create an instance of org.w3c.dom.Document Document document = domImpl.createDocument( null, "svg", n