Re: java.lang.NoSuchMethodError: org.apache.fop.fonts.base14.Helvetica.init(Z)V

2008-04-11 Thread pdiop
Thank you, you saved my life. Somebody was using the same library under another name. J.Pietschmann wrote: pdiop wrote: 500 Servlet Exception java.lang.NoSuchMethodError: org.apache.fop.fonts.base14.Helvetica.(Z)V Errors like this are usually caused by having two different FOP jars,

java.lang.NoSuchMethodError: org.apache.fop.fonts.base14.Helvetica.init(Z)V

2008-04-08 Thread pdiop
Hello everybody I am actually using fop to transform a xml file to pdf. I first did a standalone version with tomcat and java 5, now with my program that is using resin 2.1.17 and java 1.4 I am having the following error: 500 Servlet Exception java.lang.NoSuchMethodError:

Re: java.lang.NoSuchMethodError: org.apache.fop.fonts.base14.Helvetica.init(Z)V

2008-04-08 Thread J.Pietschmann
pdiop wrote: 500 Servlet Exception java.lang.NoSuchMethodError: org.apache.fop.fonts.base14.Helvetica.(Z)V Errors like this are usually caused by having two different FOP jars, either in the class path (check the web apps, the servlet container's class path and the JRE directories), or in