On 11/27/05, Daniel Łaś <[EMAIL PROTECTED]> wrote: > I'm using Struts 1.2.7 and JFreeChart 1.0.0-rc1. Right now I can start > my Struts application. When I try to create some chart with ChartFactory > in Struts action, I get exception: > > javax.servlet.ServletException: Servlet execution threw an exception > > I've created test class with main() method, and the same code in exactly > the same eclipse project run without any problem, and the chart is created.
Without seeing more of the exception it's hard to tell. Can you find the full stack trace? For Tomcat, look in the localhost log, or the console/catalina.out. -- Wendy