Re: JFreeChart and Struts

2005-11-28 Thread Daniel Łaś
Wendy Smoak napisał(a): On 11/27/05, Daniel Łaś <[EMAIL PROTECTED]> wrote: I found different stack trace than previously posted.Maybe this will be more helpfull. 2005-11-27 16:54:36 StandardWrapperValve[action]: Servlet.service() for servlet action threw exception java.lang.NoClassDefFoundErr

Re: JFreeChart and Struts

2005-11-28 Thread Daniel Łaś
Wendy Smoak napisał(a): On 11/27/05, Daniel Łaś <[EMAIL PROTECTED]> wrote: I found different stack trace than previously posted.Maybe this will be more helpfull. 2005-11-27 16:54:36 StandardWrapperValve[action]: Servlet.service() for servlet action threw exception java.lang.NoClassDefFoundErr

Re: JFreeChart and Struts

2005-11-27 Thread Wendy Smoak
On 11/27/05, Daniel Łaś <[EMAIL PROTECTED]> wrote: > I found different stack trace than previously posted.Maybe this will be > more helpfull. > > 2005-11-27 16:54:36 StandardWrapperValve[action]: Servlet.service() for > servlet action threw exception > java.lang.NoClassDefFoundError > at

Re: JFreeChart and Struts

2005-11-27 Thread Daniel Łaś
Wendy Smoak napisał(a): On 11/27/05, Daniel Łaś <[EMAIL PROTECTED]> wrote: Full stack trace in localhost_log is: 2005-11-27 16:45:08 StandardWrapperValve[action]: Servlet.service() for servlet action threw exception java.lang.NoClassDefFoundError at org.jfree.chart.ChartFactory.create

Re: JFreeChart and Struts

2005-11-27 Thread Daniel Łaś
Wendy Smoak napisał(a): On 11/27/05, Daniel Łaś <[EMAIL PROTECTED]> wrote: Full stack trace in localhost_log is: 2005-11-27 16:45:08 StandardWrapperValve[action]: Servlet.service() for servlet action threw exception java.lang.NoClassDefFoundError at org.jfree.chart.ChartFactory.create

Re: JFreeChart and Struts

2005-11-27 Thread Wendy Smoak
On 11/27/05, Daniel Łaś <[EMAIL PROTECTED]> wrote: > Full stack trace in localhost_log is: > > 2005-11-27 16:45:08 StandardWrapperValve[action]: Servlet.service() for > servlet action threw exception > java.lang.NoClassDefFoundError > at > org.jfree.chart.ChartFactory.createBarChart3D(Cha

Re: JFreeChart and Struts

2005-11-27 Thread Borut Hadžialić
Did you put JFreeChart jars into WEB-INF/lib directory of you web app? On 11/27/05, Daniel Łaś <[EMAIL PROTECTED]> wrote: > > Hi > > Full stack trace in localhost_log is: > > 2005-11-27 16:45:08 StandardWrapperValve[action]: Servlet.service() for > servlet action threw exception > java.lang.NoClas

Re: JFreeChart and Struts

2005-11-27 Thread Daniel Łaś
Wendy Smoak napisał(a): 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: Servle

Re: JFreeChart and Struts

2005-11-27 Thread Wendy Smoak
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

Re: JFreeChart and Struts

2005-11-27 Thread Daniel Łaś
Hi 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() metho

Re: JFreeChart and Struts

2005-11-25 Thread Wendy Smoak
On 11/25/05, Daniel Łaś <[EMAIL PROTECTED]> wrote: > I have the problem using JFreeChart with struts. JFreeChart requires > jcommon.jar to be in the classpath. When I copy jcommon.jar to my WebApp > lib directory, application doesn't start. There is such error message in > the logfile: > > Unable t

JFreeChart and Struts

2005-11-25 Thread Daniel Łaś
Hi I have the problem using JFreeChart with struts. JFreeChart requires jcommon.jar to be in the classpath. When I copy jcommon.jar to my WebApp lib directory, application doesn't start. There is such error message in the logfile: Unable to initialize Struts ActionServlet due to an unexpecte