Jump to content
Software FX Community

ChartFX crashes Java


User (Legacy)

Recommended Posts

I have started to get exceptions in chartFX which cause the JVM to crash

completely. The root exception is:

sun.dc.pr.PRException: endPath: badPath

which occurrs when the getHtmlTag method is called. There's no indication of

what caused this and I can't get the app to run again to test the code that

gives rise to this.

--

Colin McFarlane

Director

http://www.incito.com

Inspired Business Solutions

Tel: +44 (0) 131 556 4300

Mob: +44 (0) 795 070 9875

Link to comment
Share on other sites

Hi Colin,

Can you send us the following info to help us debug this problem -

1. Full Exception stack trace.

2. Your JSP/Servlet/Java charting code which generates the problem.

3. ChartFX version : ( you can get this by typing " java -jar

chartfx.jar -version " @ command prompt where the chartfx.jar is installed.

Also what is the frequency of the error? Does it happen every time you run

the code?

"colin-mcfarlane" <colin-mcfarlane@supanet.com> wrote in message

news:foF3REeuEHA.3108@webserver3.softwarefx.com...

>I have started to get exceptions in chartFX which cause the JVM to crash

> completely. The root exception is:

> sun.dc.pr.PRException: endPath: badPath

> which occurrs when the getHtmlTag method is called. There's no indication

> of

> what caused this and I can't get the app to run again to test the code

> that

> gives rise to this.

>

> --

> Colin McFarlane

> Director

> http://www.incito.com

> Inspired Business Solutions

> Tel: +44 (0) 131 556 4300

> Mob: +44 (0) 795 070 9875

>

>

Link to comment
Share on other sites

  • 2 weeks later...

Hi,

I suppose that either you were unable to reproduce the problem or have found

a work-around.

This is a known problem with java awt rendering implementation and there are

quite a few postings on the internet describing it. - This exception is

thrown if an attempt is made to draw a point on the path which lies "way

outside" the clipping area. Most probably this is happening with some

exceptional cases of a unusual data set and gallery type combination.

If you still have the problem, try changing the data, gallery or other

attributes directly related to drawing data points on the chart and also

send us the jsp code to reproduce it.

Thanks,

A

"SoftwareFX Support" <noreply@softwarefx.com> wrote in message

news:x3S96spuEHA.2660@webserver3.softwarefx.com...

> Hi Colin,

> Can you send us the following info to help us debug this problem -

> 1. Full Exception stack trace.

> 2. Your JSP/Servlet/Java charting code which generates the problem.

> 3. ChartFX version : ( you can get this by typing " java -jar

> chartfx.jar -version " @ command prompt where the chartfx.jar is

> installed.

>

> Also what is the frequency of the error? Does it happen every time you run

> the code?

>

>

> "colin-mcfarlane" <colin-mcfarlane@supanet.com> wrote in message

> news:foF3REeuEHA.3108@webserver3.softwarefx.com...

>>I have started to get exceptions in chartFX which cause the JVM to crash

>> completely. The root exception is:

>> sun.dc.pr.PRException: endPath: badPath

>> which occurrs when the getHtmlTag method is called. There's no indication

>> of

>> what caused this and I can't get the app to run again to test the code

>> that

>> gives rise to this.

>>

>> --

>> Colin McFarlane

>> Director

>> http://www.incito.com

>> Inspired Business Solutions

>> Tel: +44 (0) 131 556 4300

>> Mob: +44 (0) 795 070 9875

>>

>>

>

>

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...