JFreechart not displaying the chart with Weblogic

A discussion forum for JFreeChart (a 2D chart library for the Java platform).
Locked
vanven
Posts: 2
Joined: Tue May 31, 2011 7:40 pm
antibot: No, of course not.

JFreechart not displaying the chart with Weblogic

Post by vanven » Wed Dec 05, 2012 6:43 pm

Hi,

We are using JFreeChart with JSF and Weblogic on SUN Solaris. It works fine if I deploy to Tomcat but the chart does not show up on Weblogic. I searched the forum and added -Djava.awt.headless=true to JVM options under weblogic but it did not help. One thing I observe is if the date range I pick does not have any data an empty chart page is displayed, however when a date range where the data exists is picked I do not even see an empty chart, if some one out there has any clues why this is behaving like this please advice.

BTW I also bought the JFreeChart developer guide as suggested but I could not get this issue resolved.

I appreciate any help I can get with this issue.

Thanks,
vanven.

Ganesan
Posts: 7
Joined: Fri Nov 11, 2011 3:25 pm
antibot: No, of course not.

Re: JFreechart not displaying the chart with Weblogic

Post by Ganesan » Thu Dec 20, 2012 8:14 am

Hi Vanven,

I have deployed my application(JFreechart with struts) in weblogic and it is showing the chart in browser. I have not added any arguments in weblogic startup parameters.

Let me know your issue in detail.

Regards,
Ganesan.

jagadeesh.maddi
Posts: 1
Joined: Fri Mar 27, 2015 7:03 am
antibot: No, of course not.

Re: JFreechart not displaying the chart with Weblogic

Post by jagadeesh.maddi » Fri Mar 27, 2015 7:06 am

Hi ganesan,

can you help in deploying the jfree application into the unix server

could you please define the steps

Regards
jagadeesh maddi

Locked