From: Nicolas R. <nr...@ce...> - 2004-11-12 17:01:08
|
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type"> <title></title> </head> <body bgcolor="#ffffff" text="#000000"> <font size="-1"><font face="Trebuchet MS">Hello<br> <br> I'm working with ScatterPlotChart and It works fine, but in my log I see this exception every time that it is rendered.<br> <br> sun.dc.pr.PRException: endPath: bad path<br> at sun.dc.pr.Rasterizer.endPath(Rasterizer.java:537)<br> at sun.java2d.pipe.DuctusRenderer.createShapeRasterizer(DuctusRenderer.java:374)<br> at sun.java2d.pipe.DuctusShapeRenderer.renderPath(DuctusShapeRenderer.java:57)<br> at sun.java2d.pipe.DuctusShapeRenderer.draw(DuctusShapeRenderer.java:45)<br> at sun.java2d.SunGraphics2D.draw(SunGraphics2D.java:2128)<br> at org.jCharts.axisChart.ScatterPlotChart.render(ScatterPlotChart.java:185)<br> at org.jCharts.axisChart.ScatterPlotAxisChart.overlayCharts(Unknown Source)<br> at org.jCharts.axisChart.AxisChart.renderChart(Unknown Source)<br> at org.jCharts.Chart.render(Unknown Source)<br> at org.jCharts.encoders.BinaryEncoderUtil.render(Unknown Source)<br> at org.jCharts.encoders.JPEGEncoder13.encode(Unknown Source)<br> at org.jCharts.encoders.ServletEncoderHelper.encodeJPEG13(Unknown Source)<br> <br> Is it normal? How can I catch this exception?<br> <br> Thanks !<br> <br> <br> </font></font> <div class="moz-signature">-- <br> <style> .nombre{ font-family: georgia; font-size: 12; font-weight: bold; color: #000000; line-height: 14px; } .empresa{ font-family: verdana; font-size: 11; font-weight: bold; color: #000000; line-height: 14px; } .texto{ font-family: tahoma; font-size: 11; color: #535353; line-height: 14px; } .url{ font-family: tahoma; font-size: 11; color: #0000FF; line-height: 14px; } </style> <span class="nombre">Ing. Nicolás Rossi<br> </span><span class="empresa">Certant S.A.<br> </span><span class="texto"> Av. de Mayo 666 Piso 3<br> (C1084AAO) Buenos Aires Argentina<br> Tel: +54 (11) 5219-0855/6 Int: 112<br> <a class="url" href="http://www.certant.com">http://www.certant.com</a> </span></div> </body> </html> |
From: Nathaniel G. A. <nat...@ya...> - 2004-11-14 13:43:04
|
I believe this is a bug in the JDK. There was discussion on this list a while back about it. Search and you will find it. A bug was logged with Sun about it. --- Nicolas Rossi <nr...@ce...> wrote: --------------------------------- Hello I'm working with ScatterPlotChart and It works fine, but in my log Isee this exception every time that it is rendered. sun.dc.pr.PRException: endPath: bad path at sun.dc.pr.Rasterizer.endPath(Rasterizer.java:537) atsun.java2d.pipe.DuctusRenderer.createShapeRasterizer(DuctusRenderer.java:374) atsun.java2d.pipe.DuctusShapeRenderer.renderPath(DuctusShapeRenderer.java:57) atsun.java2d.pipe.DuctusShapeRenderer.draw(DuctusShapeRenderer.java:45) at sun.java2d.SunGraphics2D.draw(SunGraphics2D.java:2128) atorg.jCharts.axisChart.ScatterPlotChart.render(ScatterPlotChart.java:185) at org.jCharts.axisChart.ScatterPlotAxisChart.overlayCharts(UnknownSource) at org.jCharts.axisChart.AxisChart.renderChart(Unknown Source) at org.jCharts.Chart.render(Unknown Source) at org.jCharts.encoders.BinaryEncoderUtil.render(Unknown Source) at org.jCharts.encoders.JPEGEncoder13.encode(Unknown Source) at org.jCharts.encoders.ServletEncoderHelper.encodeJPEG13(UnknownSource) Is it normal? How can I catch this exception? Thanks ! -- .nombre{ font-family: georgia; font-size: 12; font-weight: bold; color: #000000; line-height: 14px; } .empresa{ font-family: verdana; font-size: 11; font-weight: bold; color: #000000; line-height: 14px; } .texto{ font-family: tahoma; font-size: 11; color: #535353; line-height: 14px; } .url{ font-family: tahoma; font-size: 11; color: #0000FF; line-height: 14px; }Ing. Nicolás Rossi Certant S.A. Av. de Mayo 666 Piso 3 (C1084AAO) Buenos Aires Argentina Tel: +54 (11) 5219-0855/6 Int: 112 http://www.certant.com -------------------------------------------------------This SF.Net email is sponsored by:Sybase ASE Linux Express Edition - download now for FREELinuxWorld Reader's Choice Award Winner for best database on Linux.http://ads.osdn.com/?ad_id=5588&alloc_id=12065&op=click_______________________________________________jCharts-users mailing lis...@li...https://lists.sourceforge.net/lists/listinfo/jcharts-users __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com |