DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUGĀ· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=43542>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED ANDĀ· INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=43542 Summary: MalformedURIException during usage of user FOP configuration... Product: Fop Version: 0.94 Platform: Other OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: fonts AssignedTo: fop-dev@xmlgraphics.apache.org ReportedBy: [EMAIL PROTECTED] I just installed fop-0.94 with jeuclid-fop plug-in to I can test MathML support in PDF. It works well until I use my configuration file (which worked like a charm with fop-0.93). When I content out the content of <fonts>...</fonts> then it works. If I uncomment even one <font></font> configuration FOP crash with this error: $ /usr/bin/fop -d -c /etc/xml/fop_settings/fop-0.94/conf/myfop2.xconf -fo ./docbook.fo -pdf ./docbook.pdf Oct 3, 2007 3:57:19 PM org.apache.fop.apps.FopFactoryConfigurator configure INFO: Default page-height set to: 297mm Oct 3, 2007 3:57:19 PM org.apache.fop.apps.FopFactoryConfigurator configure INFO: Default page-width set to: 210mm Exception in thread "main" java.lang.NoClassDefFoundError: org/apache/xml/utils/URI$MalformedURIException at org.apache.fop.fonts.FontCache.addFont(FontCache.java:246) at org.apache.fop.render.PrintRendererConfigurator.getFontInfoFromConfiguration(PrintRendererConfigurator.java:313) at org.apache.fop.render.PrintRendererConfigurator.buildFontListFromConfiguration(PrintRendererConfigurator.java:196) at org.apache.fop.render.PrintRendererConfigurator.configure(PrintRendererConfigurator.java:93) at org.apache.fop.render.pdf.PDFRendererConfigurator.configure(PDFRendererConfigurator.java:70) at org.apache.fop.render.RendererFactory.createRenderer(RendererFactory.java:187) at org.apache.fop.area.RenderPagesModel.<init>(RenderPagesModel.java:71) at org.apache.fop.area.AreaTreeHandler.setupModel(AreaTreeHandler.java:126) at org.apache.fop.area.AreaTreeHandler.<init>(AreaTreeHandler.java:101) at org.apache.fop.render.RendererFactory.createFOEventHandler(RendererFactory.java:224) at org.apache.fop.fo.FOTreeBuilder.<init>(FOTreeBuilder.java:100) at org.apache.fop.apps.Fop.createDefaultHandler(Fop.java:147) at org.apache.fop.apps.Fop.<init>(Fop.java:82) at org.apache.fop.apps.FopFactory.newFop(FopFactory.java:249) at org.apache.fop.cli.InputHandler.renderTo(InputHandler.java:94) at org.apache.fop.cli.Main.startFOP(Main.java:166) at org.apache.fop.cli.Main.main(Main.java:197) Is there some major change in FOP configuration file which could produce the above error? I tried modify config file described at http://xmlgraphics.apache.org/fop/0.94/configuration.html and http://xmlgraphics.apache.org/fop/0.94/fonts.html but with any result. Do you know what could be wrong? -- Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.