Chart Image Not Found!!!

Discussion about JFreeChart related to stockmarket charts.
Locked
cortesgl
Posts: 3
Joined: Tue Feb 15, 2005 11:28 pm
Location: Costa Rica
Contact:

Chart Image Not Found!!!

Post by cortesgl » Wed Feb 16, 2005 10:23 pm

Hi,

I running the sample pages, they're running fine, but the PNG or JPEG file don't show. I was open the PNG o JPEG file with IExplore and the image file format its fine

Somebody can help me?

Sorry bad english

TIA

joaoemilio

JFreeChart - Chart image not found

Post by joaoemilio » Mon Jul 11, 2005 2:02 pm

Did you get some help? I'm having the same problem...

cortesgl
Posts: 3
Joined: Tue Feb 15, 2005 11:28 pm
Location: Costa Rica
Contact:

Chart Image Not Found!!!

Post by cortesgl » Mon Jul 11, 2005 4:22 pm

Hi. Try this.

Uninstall webapp, then rebuild all and publish again, that worked for me.

yixia

Post by yixia » Fri Nov 18, 2005 2:08 am

Code: Select all

return "<img src=\"" + response.encodeURL(img) + "\" alt=\"[Last 60mins]\">";
maybe your browser does not accept session, so user encodeURL(url) to keep the session id

kkkalf
Posts: 1
Joined: Sat Jun 28, 2008 3:35 pm

Enable Session cookies in Internet Explorer

Post by kkkalf » Sat Jun 28, 2008 3:37 pm

I had the same problem and it took me some time to find its origin. The problem comes from the security settings of Internet Explorer. The session id is stored in a cookie on your local computer. So if cookies are not allowed in Internet Explorer, you will get those error messages.
The solution is to allow session cookies in Internet Explorer.

MrJames2785
Posts: 1
Joined: Thu May 05, 2011 6:35 am
antibot: No, of course not.

Re: Chart Image Not Found!!!

Post by MrJames2785 » Thu May 05, 2011 6:40 am

It definitely comes from the security settings of Internet Explorer. You will be able to fix these, if you configure your Internet settings.
affiliate marketing

Locked