I'm assuming this is a class loader problem. Please make sure that xmlgraphics-commons.jar and fop.jar are on the same level in the class loader hierarchy (ex. in the same WEB-INF/lib directory).
See also: http://markmail.org/message/l6mfyts33h7767qx http://markmail.org/message/qihrm6sdhl3ix2w2 On 12.03.2009 09:58:25 Mohamed Abdul Khader Jailani wrote: > Hi, > I am Mohamed ,using FOP for converting my xml to pdf file . > I tried to convert the xml data from database to PDF file using to > FOP . > While I tried it as a stand alone Java code ,Its working fine and I > am able to get the generated PDF file . > But when I try to access the same code from a servlet uisng > apache-tomcat-5.5.17 ,I get prooblem like saying below : > *java.lang.UnsupportedOperationException: No renderer for the requested > format available: application/pdf* > ** > I tried to fix it ,but cannot solve it . > Any help would be appreciated .. > Its urgent pls help me . > > > Thank you > > Regards > Jailani Jeremias Maerki --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
