You are viewing a plain text version of this content. The canonical link for it is here.
Posted to fop-dev@xmlgraphics.apache.org by vi...@verizon.com on 2003/03/19 22:03:36 UTC

Problem with the driver

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 [report]:
org/apache/avalon/framework/logger/Logger
      at
com.ibm.servlet.engine.webapp.WebAppNamedDispatcher.handleWebAppDispatch(WebAppNamedDispatcher.java:295)
      at
com.ibm.servlet.engine.webapp.WebAppNamedDispatcher.dispatch(WebAppNamedDispatcher.java:146)
      at
com.ibm.servlet.engine.webapp.WebAppNamedDispatcher.forward(WebAppNamedDispatcher.java:80)
      at
com.verizon.wbtt.components.servlet.controller.ControllerServlet.doProcess(ControllerServlet.java:105)
      at
com.verizon.wbtt.components.servlet.controller.ControllerServlet.doGet(ControllerServlet.java:68)
      at javax.servlet.http.HttpServlet.service(HttpServlet.java:740)
      at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
      at
com.ibm.servlet.engine.webapp.StrictServletInstance.doService(ServletManager.java:827)
      at com.ibm.servlet.engine.webapp.StrictLifecycleServlet.
_service(StrictLifecycleServlet.java:167)
      at
com.ibm.servlet.engine.webapp.ServicingServletState.service(StrictLifecycleServlet.java:317)
      at
com.ibm.servlet.engine.webapp.StrictLifecycleServlet.service(StrictLifecycleServlet.java:110)
      at
com.ibm.servlet.engine.webapp.ServletInstance.service(ServletManager.java:472)
      at
com.ibm.servlet.engine.webapp.ValidServletReferenceState.dispatch(ServletManager.java:1012)
      at
com.ibm.servlet.engine.webapp.ServletInstanceReference.dispatch(ServletManager.java:913)
      at
com.ibm.servlet.engine.webapp.WebAppRequestDispatcher.handleWebAppDispatch(WebAppRequestDispatcher.java:523)
      at
com.ibm.servlet.engine.webapp.WebAppRequestDispatcher.dispatch(WebAppRequestDispatcher.java:282)
      at
com.ibm.servlet.engine.webapp.WebAppRequestDispatcher.forward(WebAppRequestDispatcher.java:112)
      at
com.ibm.servlet.engine.srt.WebAppInvoker.doForward(WebAppInvoker.java:91)
      at
com.ibm.servlet.engine.srt.WebAppInvoker.handleInvocationHook(WebAppInvoker.java:184)
      at
com.ibm.servlet.engine.invocation.CachedInvocation.handleInvocation(CachedInvocation.java:67)
      at
com.ibm.servlet.engine.srp.ServletRequestProcessor.dispatchByURI(ServletRequestProcessor.java:122)
      at
com.ibm.servlet.engine.oselistener.OSEListenerDispatcher.service(OSEListener.java:315)
      at
com.ibm.servlet.engine.http11.HttpConnection.handleRequest(HttpConnection.java:60)
      at
com.ibm.ws.http.HttpConnection.readAndHandleRequest(HttpConnection.java:323)
      at com.ibm.ws.http.HttpConnection.run(HttpConnection.java:252)
      at com.ibm.ws.util.CachedThread.run(ThreadPool.java:122)
com.ibm.servlet.engine.webapp.UncaughtServletException: Server caught
unhandled exception from servlet [report]:
org/apache/avalon/framework/logger/Logger[3/19/03 16:00:55:062 EST]
1eddaa8 SystemOut     U Stack Trace


Could anyone help

Thanks
Vikram




---------------------------------------------------------------------
To unsubscribe, e-mail: fop-dev-unsubscribe@xml.apache.org
For additional commands, email: fop-dev-help@xml.apache.org


Re: Problem with the driver

Posted by Jeremias Maerki <de...@greenmail.ch>.
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 find out yourself where the
missing classes are: You can open JAR file with tools like WinZip to see
what classes are inside. Then, I'm sure you'll find out yourself what
JAR is missing.

By the way: Please post pleas for help on the fop-user mailing list.
Thank you.

On 19.03.2003 23:51:48 vikram.x.kondadasula wrote:
> unhandled exception from servlet [report]: org/apache/fop/apps/Driver



Jeremias Maerki


---------------------------------------------------------------------
To unsubscribe, e-mail: fop-dev-unsubscribe@xml.apache.org
For additional commands, email: fop-dev-help@xml.apache.org


Re: Problem with the driver

Posted by Jeremias Maerki <de...@greenmail.ch>.
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, e-mail: fop-dev-unsubscribe@xml.apache.org
For additional commands, email: fop-dev-help@xml.apache.org