You are viewing a plain text version of this content. The canonical link for it is here.
Posted to fop-users@xmlgraphics.apache.org by "J.Pietschmann" <j3...@yahoo.de> on 2002/07/18 21:40:24 UTC

Re: problem instantiating FOP servlet was: Keep-together

roger.shepherd@abnamro.com wrote:
> I would be v. grateful if anyone could advise as to why I cannot get the
> .fo examples to work.
...
> I get the following error in the browser...
> 
> The server encountered an internal error (Internal Server Error) that
> prevented it from fulfilling this request.
> 
> 
> exception
> javax.servlet.ServletException: Error instantiating servlet class
> FopServlet


You should use a subject line indicating the problem you
have.

As for the problem itself: What version of Tomcat are you
using? If it is 4.0.3, you have probably hit a well known
problem, upgrade to 4.0.4.
In all other cases, try to recompile the FOP servlet with
your local JDK first. If it still doesn't work, ask on a
Tomcat list. The FOP servlet works for a lot of people,
including me, so either you made a deployment error, or
you hit another Tomcat problem, neither of which can be
fixed by FOP.

J.Pietschmann