Re: Problem with the driver

2003-03-20 Thread vikram . x . kondadasula
: Problem with the driver And now you're probably missing fop.jar in your classpath. Please check that you've got all necessary JAR files for FOP in your classpath: fop.jar, avalon-framework.jar, batik.jar, an XML parser and an XSLT engine and optionally: jimi.jar, jai.jar etc. If you have

Re: Problem with the driver

2003-03-20 Thread vikram . x . kondadasula
: Problem with the driver And now you're probably missing fop.jar in your classpath. Please check that you've got all necessary JAR files for FOP in your classpath: fop.jar, avalon-framework.jar, batik.jar, an XML parser and an XSLT engine and optionally: jimi.jar, jai.jar etc. If you have

Re: Problem with the driver

2003-03-20 Thread J.Pietschmann
[EMAIL PROTECTED] wrote: I do have all the jars in the build path.This happens only when i am trying to do it using a servlet, You'll have to deploy all the jars so that the servlet container can find them. Usually this means putting them into WEB-INF/lib. J.Pietschmann

Problem with the driver

2003-03-19 Thread vikram . x . kondadasula
Hai, I am getting an exception while using the driver org.apache.fop.apps.Driver driver1 = new org.apache.fop.apps.Driver(in,response.getOutputStream()); It throws the following eception : om.ibm.servlet.engine.webapp.UncaughtServletException: Server caught unhandled exception from servlet

Re: Problem with the driver

2003-03-19 Thread Jeremias Maerki
That's probably the avalon-framework.jar not in your class path. It's in FOP's lib directory. On 19.03.2003 22:03:36 vikram.x.kondadasula wrote: org/apache/avalon/framework/logger/Logger Jeremias Maerki - To unsubscribe,

Re: Problem with the driver

2003-03-19 Thread vikram . x . kondadasula
Hai, I have a problem , withthe driver , whenever I create a driver Driver driver = new Driver(); I get the Following exception: com.ibm.servlet.engine.webapp.UncaughtServletException: Server caught unhandled exception from servlet [report]: org/apache/fop/apps/Driver

Re: Problem with the driver

2003-03-19 Thread Jeremias Maerki
And now you're probably missing fop.jar in your classpath. Please check that you've got all necessary JAR files for FOP in your classpath: fop.jar, avalon-framework.jar, batik.jar, an XML parser and an XSLT engine and optionally: jimi.jar, jai.jar etc. If you have an exception like that you can